# 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 = "ejdict_rs" version = "0.0.4" authors = ["tomo3110 "] build = "build.rs" description = "This library is an English-Japanese dictionary that can be used via implemented API by Rust language." readme = "README.md" keywords = ["dictionary", "english", "japanese"] license = "MIT" repository = "https://github.com/tomo3110/ejdict-rs" [lib] name = "ejdict_rs" path = "src/lib.rs" [dependencies.ejdict_rs_core] version = "0.0.3" [dependencies.failure] version = "0.1" [dependencies.lazy_static] version = "1" [dependencies.serde_json] version = "1" [build-dependencies.ejdict_rs_core] version = "0.0.3" [build-dependencies.serde_json] version = "1"