# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "chr" version = "1.0.0" authors = ["Peter M. Stahl "] description = "A command-line tool that gives information about Unicode characters\n" homepage = "https://github.com/pemistahl/chr" readme = "README.md" keywords = ["unicode", "character", "text"] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/pemistahl/chr" [dependencies.colored] version = "2.0.0" [dependencies.dirs] version = "3.0.1" [dependencies.minus] version = "2.1.0" features = ["static_output"] [dependencies.rusqlite] version = "0.24.2" features = ["bundled"] [dependencies.structopt] version = "0.3.21" [dependencies.strum] version = "0.20.0" [dependencies.strum_macros] version = "0.20.1" [dependencies.zip] version = "0.5.9" [dev-dependencies.assert_cmd] version = "1.0.2" [dev-dependencies.indoc] version = "1.0.3" [dev-dependencies.predicates] version = "1.0.6" [build-dependencies.csv] version = "1.1.5" [build-dependencies.reqwest] version = "0.10.10" features = ["blocking"] [build-dependencies.rusqlite] version = "0.24.2" features = ["bundled"] [build-dependencies.serde] version = "1.0.118" features = ["derive"] [build-dependencies.serde_json] version = "1.0.61" [build-dependencies.zip] version = "0.5.9"