oauthcli 2.0.0-beta-1

Implementation of OAuth 1.0 (and Twitter's f*ckin' OAuth) Client
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]
name = "oauthcli"
version = "2.0.0-beta-1"
authors = ["azyobuzin <azyobuzin@users.sourceforge.jp>"]
description = "Implementation of OAuth 1.0 (and Twitter's f*ckin' OAuth) Client"
documentation = "https://docs.rs/oauthcli/2.0.0/oauthcli/"
readme = "README.md"
keywords = ["oauth"]
categories = ["authentication"]
license = "MIT/Apache-2.0"
repository = "https://github.com/azyobuzin/rust-oauthcli"
[dependencies.rand]
version = "0.3"

[dependencies.ring]
version = "0.11"
default-features = false

[dependencies.time]
version = "0.1"

[dependencies.base64]
version = "0.6"

[dependencies.url]
version = "1"
[dev-dependencies.futures]
version = "0.1.14"

[dev-dependencies.tokio-core]
version = "0.1.6"

[dev-dependencies.hyper-tls]
version = "0.1"

[dev-dependencies.hyper]
version = "0.11"
[badges.travis-ci]
repository = "azyobuzin/rust-oauthcli"