# 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" name = "jisho" version = "0.2.3" authors = ["Aku Kotkavuo "] exclude = [ "Jisho.org", "kanjidic2.xml", ] description = "Jisho is a CLI tool & Rust library that provides a Japanese-English dictionary." readme = "README.md" keywords = [ "japanese", "dictionary", "kanji", ] categories = ["command-line-utilities"] license = "GPL-3.0+" repository = "https://github.com/eagleflo/jisho" [dependencies.lazy_static] version = "1.4.0" [dependencies.rustc-hash] version = "2.0.0" [dependencies.rustyline] version = "14.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [build-dependencies.flate2] version = "1.0.28" [build-dependencies.roxmltree] version = "0.20.0" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_json] version = "1.0"