# 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 = "2018" name = "chars_data" version = "0.7.0" authors = ["Andreas Fuchs "] description = "Build-dependency for chars, the unicode character information CLI." readme = "README.md" keywords = [ "build-dependencies", "unicode", "codegen", ] license = "MIT" repository = "https://github.com/antifuchs/chars" [lib] name = "chars_data" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.72" [dependencies.fst] version = "0.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.9" [dependencies.unicode_names2] version = "0.6.0"