# 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 = "2021" name = "wanikani-rs" version = "0.1.0" description = "Rust binding for the wanikani API" homepage = "https://github.com/gitbluub/wanikani-rs" readme = "README.md" keywords = [ "api", "wanikani", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/gitbluub/wanikani-rs" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.env] version = "0.0.0" [dependencies.reqwest] version = "0.11.13" features = ["json"] [dependencies.serde] version = "1.0.150" features = ["derive"] [dependencies.serde_derive] version = "1.0.152" [dependencies.serde_json] version = "1.0.93" [dependencies.serde_qs] version = "0.11.0" [dependencies.serde_with] version = "2.2.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.wanikani-rs-model] version = "0.1.0"