blob: ef66f55c4fdf0df28dfda15990f9f9193909eb77 [file] [log] [blame] [edit]
[package]
name = "harfbuzz_rust"
edition = "2021"
rust-version = "1.87.0"
[dependencies]
skrifa = { version = "0.*", optional = true }
harfrust = { version = "0.4.*", optional = true }
# harfrust = { git = "https://github.com/harfbuzz/harfrust", optional = true }
[lib]
name = "harfbuzz_rust"
path = "lib.rs"
crate-type = ["staticlib"]
[features]
font = ["dep:skrifa"]
shape = ["dep:harfrust"]
[profile.release]
strip = true
panic = "abort"
overflow-checks = false
lto = "fat"
codegen-units = 1
[profile.debugoptimized]
inherits = "dev"
overflow-checks = false
lto = "fat"
codegen-units = 1