# 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" version = "0.7.0" authors = ["Andreas Fuchs "] build = "build.rs" description = "A commandline tool to display information about unicode characters" readme = "README.md" keywords = [ "unicode", "cli", ] categories = [ "command-line-utilities", "localization", ] license = "MIT" repository = "https://github.com/antifuchs/chars" [lib] name = "chars" path = "src/lib.rs" [[bin]] name = "chars" path = "src/main.rs" [dependencies.byteorder] version = "1" [dependencies.fst] version = "0.4.7" [dependencies.lazy_static] version = "1.4.0" [dependencies.unicode-width] version = "0.1.10" [dependencies.unicode_names2] version = "0.6.0" [dev-dependencies.proptest] version = "1.0.0" [build-dependencies.chars_data] version = "^0.7.0" [features] default = [] [badges.circle-ci] branch = "master" repository = "antifuchs/chars" [badges.maintenance] status = "passively-maintained"