# 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_converter" version = "0.1.2" description = "A program to convert from the Kanjidic XML format to a JSON 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.clap] version = "4.4.18" features = ["derive"] [dependencies.kanjidic_parser] version = "0.1.3" [dependencies.serde_json] version = "1.0.85" [dependencies.thiserror] version = "1.0.35"