[package] name = "oauth1" edition = "2018" version = "1.0.0" authors = ["Ryan Leckey "] description = "Basic OAuth1 library for Rust." license = "MIT/Apache-2.0" documentation = "https://docs.rs/oauth1" repository = "https://github.com/mehcode/oauth1-rs" keywords = ["oauth", "oauth1"] [dependencies] time = "0.2.2" rand = "0.7.3" ring = "0.16.9" base64 = "0.11.0" percent-encoding = "2.1.0" serde = { version = "1", optional = true, features = [ "derive" ] }