oauth1-request 0.3.0

Yet yet yet another OAuth 1 client library.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "oauth1-request"
version = "0.3.0"
authors = ["Daiki Mizukami <tesaguriguma@gmail.com>"]
description = "Yet yet yet another OAuth 1 client library.\n"
homepage = "https://github.com/tesaguri/oauth1-request-rs"
documentation = "https://docs.rs/oauth1-request/0.3.0/oauth1_request/"
readme = "../README.md"
keywords = ["oauth", "oauth1"]
categories = ["authentication"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tesaguri/oauth1-request-rs"
[dependencies.base64]
version = "0.10"

[dependencies.bitflags]
version = "1"

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

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

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

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

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

[dependencies.rand]
version = "0.7"

[dependencies.sha-1]
version = "0.8"
optional = true
[dev-dependencies.version-sync]
version = "0.8"

[features]
default = ["derive", "hmac-sha1"]
derive = ["oauth1-request-derive"]
hmac-sha1 = ["hmac", "sha-1"]