Files
u-code/crates/u-norm/Cargo.toml
2022-05-24 20:58:27 +02:00

26 lines
408 B
TOML

[package]
name = "u-norm"
version = "0.1.0"
edition = "2021"
[lib]
bench = false
[[bench]]
name = "bench"
harness = false
[dependencies]
fst = "0.4.7"
tinyvec = { version = "1.6.0", features = ["alloc"] }
u-fst = { path = "../u-fst" }
[build-dependencies]
u-fst = { path = "../u-fst" }
[dev-dependencies]
criterion = "0.3.5"
proptest = "1.0.0"
similar-asserts = "1.2.0"
unicode-normalization = "0.1.19"