# 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 = "reqwest-oauth1" version = "0.3.0" authors = ["Karno "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Add OAuth1 signature to reqwest with oauth1-request." readme = "README.md" keywords = [ "oauth", "reqwest", "request", "http", ] categories = [ "web-programming::http-client", "authentication", ] license = "MIT OR Apache-2.0" repository = "https://github.com/karno/reqwest-oauth1" [lib] name = "reqwest_oauth1" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.40" [dependencies.http] version = "1.1.0" [dependencies.oauth1-request] version = "0.3.3" [dependencies.reqwest] version = "0.12.7" default-features = false [dependencies.serde] version = "1.0.116" features = ["derive"] [dependencies.serde_urlencoded] version = "0.7.0" [dependencies.thiserror] version = "1.0.20" [dependencies.url] version = "2.2.0" [dev-dependencies.percent-encoding] version = "2.1.0" [dev-dependencies.tokio] version = "1.0.0" features = ["full"] [features] blocking = ["reqwest/blocking"] default = ["multipart"] json = ["reqwest/json"] multipart = ["reqwest/multipart"]