# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "feruca" version = "0.10.0" authors = ["Theo Beers "] exclude = ["/test-data"] description = "An implementation of the Unicode Collation Algorithm" readme = "README.md" keywords = [ "Unicode", "collation", "sorting", ] categories = [ "algorithms", "internationalization", "text-processing", ] license = "MIT" repository = "https://github.com/theodore-s-beers/feruca" [profile.bench] lto = true [[bench]] name = "conformance" harness = false [dependencies.bincode] version = "1.3.3" [dependencies.bstr] version = "1.9.0" [dependencies.once_cell] version = "1.19.0" [dependencies.rustc-hash] version = "1.1.0" [dependencies.unicode-canonical-combining-class] version = "0.5.0" [dev-dependencies.criterion] version = "0.5.1"