# 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" rust-version = "1.70" name = "yeslogic-ucd-generate" version = "0.7.0" authors = [ "Andrew Gallant ", "YesLogic Pty. Ltd. ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A program for generating packed representations of the Unicode character database that can be efficiently searched with support for additional tables. """ homepage = "https://github.com/yeslogic/ucd-generate" documentation = "https://github.com/yeslogic/ucd-generate" readme = "README.md" keywords = [ "unicode", "generate", "character", "table", "fst", ] categories = [ "text-processing", "internationalization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yeslogic/ucd-generate" [profile.release] debug = 2 [[bin]] name = "yeslogic-ucd-generate" path = "src/main.rs" bench = false [[bench]] name = "bench" path = "benches/bench.rs" [dependencies.clap] version = "2.34.0" features = ["suggestions"] default-features = false [dependencies.fst] version = "0.4.0" [dependencies.ucd-parse] version = "0.1.13" package = "yeslogic-ucd-parse" [dependencies.ucd-trie] version = "0.1.7" [dependencies.ucd-util] version = "0.2.2" [dev-dependencies.once_cell] version = "1"