# 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_server" version = "0.1.2" description = "A REST API server for Kanjidic and EDRDG radical decompositions." 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_types] version = "0.1.4" [dependencies.kradical_static] version = "0.2.0" [dependencies.rocket] version = "0.5.0-rc.2" features = ["json"] [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.thiserror] version = "1.0.35"