# 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-2" authors = ["azyobuzin "] description = "Implementation of OAuth 1.0 (and Twitter's f*ckin' OAuth) Client" documentation = "https://docs.rs/oauthcli/2.0.0-beta-2/oauthcli/" readme = "README.md" keywords = ["oauth"] categories = ["authentication"] license = "MIT/Apache-2.0" repository = "https://github.com/azyobuzin/rust-oauthcli" [dependencies.ring] version = "0.12" default-features = false [dependencies.base64] version = "0.6" [dependencies.time] version = "0.1" [dependencies.url] version = "1" [dependencies.rand] version = "0.3" [dev-dependencies.hyper] version = "0.11" [dev-dependencies.hyper-tls] version = "0.1" [dev-dependencies.tokio-core] version = "0.1.6" [dev-dependencies.futures] version = "0.1.14" [badges.travis-ci] repository = "azyobuzin/rust-oauthcli"