oauth1-request 0.6.0

Yet yet yet another OAuth 1.0 client library.
Documentation
[[test]]
name = "pull_9"
required-features = ["std"]
[dependencies.base64]
default-features = false
version = "0.13"

[dependencies.cfg-if]
version = "1"

[dependencies.digest]
optional = true
version = "0.10"

[dependencies.either]
optional = true
version = "1.2"

[dependencies.fmt-cmp]
version = "0.1.1"

[dependencies.hmac]
optional = true
version = "0.12.1"

[dependencies.oauth-credentials]
default-features = false
version = "0.3"

[dependencies.oauth1-request-derive]
optional = true
version = "0.5"

[dependencies.percent-encoding]
default-features = false
version = "2.1"

[dependencies.rand]
default-features = false
features = ["getrandom"]
version = "0.8"

[dependencies.rsa06]
optional = true
package = "rsa"
version = "0.6"

[dependencies.sha-1]
optional = true
version = "0.10"
[dev-dependencies.base64]
version = "0.13"

[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", "sha-1"]
js = ["js-sys"]
rsa-sha1-06 = ["digest", "rsa06", "sha-1"]
serde = ["oauth-credentials/serde"]
std = ["alloc", "oauth-credentials/std", "rand/std", "rand/std_rng"]
test = []

[package]
authors = ["Daiki Mizukami <tesaguriguma@gmail.com>"]
categories = ["authentication"]
description = "Yet yet yet another OAuth 1.0 client library.\n"
documentation = "https://docs.rs/oauth1-request/0.6.0/oauth1_request/"
edition = "2018"
homepage = "https://github.com/tesaguri/oauth1-request-rs"
keywords = ["oauth", "oauth1"]
license = "MIT OR Apache-2.0"
name = "oauth1-request"
readme = "../README.md"
repository = "https://github.com/tesaguri/oauth1-request-rs"
version = "0.6.0"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.js-sys]
optional = true
version = "0.3"
[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dev-dependencies.getrandom]
features = ["js"]
version = "0.2"

[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dev-dependencies.wasm-bindgen-test]
version = "0.3"