# 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 = "jmdict" version = "2.0.0" authors = ["Stefan Majewsky ", "JMdict Contributors"] exclude = ["data/*", "with-local-entrypack.sh"] description = "The free Japanese dictionary database JMdict, pre-digested for use in Rust libs and apps." homepage = "https://github.com/majewsky/rust-jmdict" documentation = "https://docs.rs/jmdict/" readme = "README.md" keywords = ["jmdict", "edict", "edrdg", "japanese", "dictionary"] license = "Apache-2.0" [package.metadata.docs.rs] all-features = true [dependencies.align-data] version = "^0.1.0" [dependencies.jmdict-enums] version = "2.0.0" [dev-dependencies.jmdict-traverse] version = "2.0.0" [build-dependencies.jmdict-enums] version = "2.0.0" [build-dependencies.jmdict-traverse] version = "2.0.0" [features] db-empty = [] db-minimal = [] default = ["translations-eng"] full = ["scope-uncommon", "scope-archaic", "translations-eng", "translations-dut", "translations-fre", "translations-ger", "translations-hun", "translations-rus", "translations-slv", "translations-spa", "translations-swe"] scope-archaic = ["jmdict-enums/scope-archaic"] scope-uncommon = [] translations-dut = ["jmdict-enums/translations-dut"] translations-eng = ["jmdict-enums/translations-eng"] translations-fre = ["jmdict-enums/translations-fre"] translations-ger = ["jmdict-enums/translations-ger"] translations-hun = ["jmdict-enums/translations-hun"] translations-rus = ["jmdict-enums/translations-rus"] translations-slv = ["jmdict-enums/translations-slv"] translations-spa = ["jmdict-enums/translations-spa"] translations-swe = ["jmdict-enums/translations-swe"]