# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "kuon" version = "0.0.27" authors = ["hppRC "] description = "Twitter Client Library written in Rust" readme = "README.md" keywords = [] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/hppRC/kuon" [dependencies.anyhow] version = "^1.0.32" [dependencies.base64] version = "^0.12.3" [dependencies.chrono] version = "^0.4.11" features = ["serde"] [dependencies.hmac-sha1] version = "^0.1.3" [dependencies.kuon_macro] version = "^0" [dependencies.maplit] version = "^1.0.2" [dependencies.percent-encoding] version = "^2.1.0" [dependencies.reqwest] version = "^0.11" [dependencies.serde] version = "^1.0.124" [dependencies.serde_derive] version = "^1.0.124" [dependencies.serde_json] version = "^1.0.64" [dependencies.thiserror] version = "^1.0.24" [dependencies.tokio] version = "^1.3.0" features = ["full"] [dev-dependencies.wiremock] version = "^0.5.1"