oauth-1a 0.1.1

OAuth 1.0a client implementation
Documentation
[dependencies.base64]
version = "0.12.1"

[dependencies.hmac]
version = "0.7.1"

[dependencies.http-types]
default-features = false
version = "2.0.1"

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

[dependencies.rand]
version = "0.7.3"

[dependencies.serde]
features = ["derive"]
version = "1.0.110"

[dependencies.serde_urlencoded]
version = "0.6.1"

[dependencies.serde_with]
version = "1.4.0"

[dependencies.sha-1]
version = "0.8.2"

[dependencies.url]
features = ["serde"]
version = "2.1.1"
[dev-dependencies.attohttpc]
version = "0.13.0"

[package]
authors = ["leo60228 <leo@60228.dev>"]
categories = ["authentication", "cryptography", "network-programming", "web-programming"]
description = "OAuth 1.0a client implementation"
edition = "2018"
keywords = ["oauth", "auth", "authentication", "client"]
license = "MIT OR Apache-2.0"
name = "oauth-1a"
readme = "README.md"
repository = "https://github.com/leo60228/oauth-1a"
version = "0.1.1"