# 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 = "twapi-reqwest" version = "0.3.0" authors = ["aoyagikouhei "] description = "Twitter OAuth library used by reqwest." documentation = "https://docs.rs/twapi-reqwest" readme = "Readme.md" keywords = [ "twitter", "oauth", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/aoyagikouhei/twapi-reqwest-rs" [dependencies.base64] version = "0.13" [dependencies.reqwest] version = "0.11" features = [ "json", "multipart", ] optional = true default-features = false [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.7" [dependencies.twapi-oauth] version = "0.1.4" [dev-dependencies.tokio] version = "^1" features = ["macros"] [features] default = ["reqwest/default-tls"] rustls-tls = ["reqwest/rustls-tls"]