# 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 = "2018" name = "kanjidic_parser" version = "0.1.3" description = "A parser for the Kanjidic XML format." homepage = "https://github.com/tim-harding/kanjidic_utilities" readme = "README.md" license = "CC-BY-SA-3.0" repository = "https://github.com/tim-harding/kanjidic_utilities" [dependencies.kanjidic_types] version = "0.1.4" [dependencies.kradical_static] version = "0.2.0" [dependencies.nom] version = "7.1.1" [dependencies.roxmltree] version = "0.19.0" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.thiserror] version = "1.0.35" [dev-dependencies.lazy_static] version = "1.4.0"