oauth-client-fix 0.1.4

OAuth client for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["gifnksm <makoto.nksm+github@gmail.com>"]
description = "OAuth client for Rust"
documentation = "https://gifnksm.github.io/oauth-client-rs"
license = "MIT OR Apache-2.0"
name = "oauth-client-fix"
readme = "README.md"
repository = "https://github.com/vmchale/oauth-client-rs-fix"
version = "0.1.4"

[dependencies]
curl = "0.3.1"
log = "0.3"
rand = "0.3"
rust-crypto = "0.2"
rustc-serialize = "0.3"
time = "0.1"
url = "1.2.0"