# 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-rbean" version = "0.3.0" authors = ["noaione "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An asynchronous client for 小豆 (Red Bean)" homepage = "https://tosho.dev" readme = "README.md" keywords = [ "api", "library", ] license = "MIT" repository = "https://github.com/noaione/tosho-mango" [lib] name = "tosho_rbean" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.38" [dependencies.futures-util] version = "0.3" [dependencies.reqwest] version = "0.12.5" features = [ "rustls-tls", "socks", "stream", "json", ] [dependencies.serde] version = "1.0.207" features = ["derive"] [dependencies.serde_json] version = "1.0.124" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.tosho-macros] version = "0.3"