# 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" rust-version = "1.80.0" name = "tosho-kmkc" version = "0.5.0" authors = ["noaione "] build = false exclude = ["tests/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "An asynchronous client of KM API by KC." homepage = "https://tosho.dev" readme = "README.md" keywords = [ "api", "library", ] license = "MIT" repository = "https://github.com/noaione/tosho-mango" [lib] name = "tosho_kmkc" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.38" [dependencies.documented] version = "0.5.0" [dependencies.futures-util] version = "0.3" [dependencies.image] version = "0.25.2" features = [ "jpeg", "png", "rayon", ] default-features = false [dependencies.md-5] version = "0.10.6" [dependencies.reqwest] version = "0.12.5" features = [ "rustls-tls", "socks", "stream", "cookies", ] [dependencies.reqwest_cookie_store] version = "0.8.0" [dependencies.serde] version = "1.0.207" features = ["derive"] [dependencies.serde_json] version = "1.0.124" [dependencies.sha2] version = "0.10.8" [dependencies.time] version = "0.3.36" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.tosho-macros] version = "0.3" [dependencies.urlencoding] version = "2.1.3"