# 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" rust-version = "1.46.0" name = "oauth1-request" version = "0.6.1" authors = ["Daiki Mizukami "] description = """ Yet yet yet another OAuth 1.0 client library. """ homepage = "https://github.com/tesaguri/oauth1-request-rs" documentation = "https://docs.rs/oauth1-request/0.6.1/oauth1_request/" readme = "README.md" keywords = [ "oauth", "oauth1", ] categories = ["authentication"] license = "MIT OR Apache-2.0" repository = "https://github.com/tesaguri/oauth1-request-rs" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] [[test]] name = "pull_9" required-features = ["std"] [dependencies.base64] version = "0.22" default-features = false [dependencies.cfg-if] version = "1" [dependencies.digest] version = "0.10" optional = true [dependencies.either] version = "1.2" optional = true [dependencies.fmt-cmp] version = "0.1.1" [dependencies.hmac] version = "0.12.1" optional = true [dependencies.oauth-credentials] version = "0.3" default-features = false [dependencies.oauth1-request-derive] version = "0.5" optional = true [dependencies.percent-encoding] version = "2.1" default-features = false [dependencies.rand] version = "0.8" features = ["getrandom"] default-features = false [dependencies.rsa06] version = "0.6" optional = true package = "rsa" [dependencies.rsa09] version = "0.9" optional = true package = "rsa" [dependencies.sha1] version = "0.10" optional = true [dev-dependencies.base64] version = "0.22" [dev-dependencies.oauth1-request] version = "0.6" default-features = false [dev-dependencies.version-sync] version = "0.9" [features] alloc = ["oauth-credentials/alloc"] default = [ "derive", "hmac-sha1", "std", ] derive = ["oauth1-request-derive"] hmac-sha1 = [ "digest", "hmac", "sha1", ] js = ["js-sys"] rsa-sha1-06 = [ "digest", "rsa06", "sha1", ] rsa-sha1-09 = [ "digest", "rsa09", "sha1/oid", ] serde = ["oauth-credentials/serde"] std = [ "alloc", "oauth-credentials/std", "rand/std", "rand/std_rng", ] test = [] [target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.js-sys] version = "0.3" optional = true [target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dev-dependencies.getrandom] version = "0.2" features = ["js"] [target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dev-dependencies.wasm-bindgen-test] version = "0.3"