[package] name = "jisho" version = "0.2.3" authors = ["Aku Kotkavuo "] edition = "2021" description = "Jisho is a CLI tool & Rust library that provides a Japanese-English dictionary." readme = "README.md" repository = "https://github.com/eagleflo/jisho" license = "GPL-3.0+" keywords = ["japanese", "dictionary", "kanji"] categories = ["command-line-utilities"] exclude = ["Jisho.org", "kanjidic2.xml"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lazy_static = "1.4.0" rustc-hash = "2.0.0" rustyline = "14.0.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" [build-dependencies] flate2 = "1.0.28" roxmltree = "0.20.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"