# 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_types" version = "0.1.4" description = "A collection of types encompassing the variety of data about kanji available from Kanjidic." 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.nom] version = "7.1.1" [dependencies.num_enum] version = "0.7.2" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_repr] version = "0.1.9" [dependencies.thiserror] version = "1.0.35"