# 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 = "ucd-generate" version = "0.3.0" authors = ["Andrew Gallant "] description = """ A program for generating packed representations of the Unicode character database that can be efficiently searched. """ homepage = "https://github.com/BurntSushi/ucd-generate" documentation = "https://github.com/BurntSushi/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/BurntSushi/ucd-generate" [profile.release] debug = 2 [[bin]] name = "ucd-generate" path = "src/main.rs" bench = false [dependencies.clap] version = "2.34.0" features = ["suggestions"] default-features = false [dependencies.fst] version = "0.4.0" [dependencies.ucd-parse] version = "0.1.10" [dependencies.ucd-trie] version = "0.1.5" [dependencies.ucd-util] version = "0.2.0" [dev-dependencies.once_cell] version = "1"