[package] name = "feruca" version = "0.10.0" edition = "2021" license = "MIT" authors = ["Theo Beers "] repository = "https://github.com/theodore-s-beers/feruca" description = "An implementation of the Unicode Collation Algorithm" keywords = ["Unicode", "collation", "sorting"] categories = ["algorithms", "internationalization", "text-processing"] exclude = ["/test-data"] [dependencies] bincode = "1.3.3" bstr = "1.9.0" once_cell = "1.19.0" rustc-hash = "1.1.0" unicode-canonical-combining-class = "0.5.0" [dev-dependencies] criterion = "0.5.1" [profile.bench] lto = true [[bench]] name = "conformance" harness = false