oauth1-request 0.4.2

Yet yet yet another OAuth 1 client library.
Documentation
[dependencies.base64]
version = "0.13"

[dependencies.bitflags]
version = "1"

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

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

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

[dependencies.oauth-credentials]
version = "0.1"

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

[dependencies.percent-encoding]
version = "2"

[dependencies.rand]
version = "0.7"

[dependencies.sha-1]
optional = true
version = "0.9"
[dev-dependencies.oauth1-request]
version = "0.4"

[dev-dependencies.version-sync]
version = "0.9"

[features]
default = ["derive", "hmac-sha1"]
derive = ["oauth1-request-derive"]
hmac-sha1 = ["hmac", "sha-1"]
serde = ["oauth-credentials/serde"]

[package]
authors = ["Daiki Mizukami <tesaguriguma@gmail.com>"]
categories = ["authentication"]
description = "Yet yet yet another OAuth 1 client library.\n"
documentation = "https://docs.rs/oauth1-request/0.4.2/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.4.2"