libedgegrid 0.0.1

This library implements an Authentication handler for the Akamai OPEN EdgeGrid Authentication scheme in Rust
[package]
name = "libedgegrid"
version = "0.0.1"
authors = ["Jason Ozias <jason.g.ozias@gmail.com>"]
description = """This library implements an Authentication handler for the
Akamai OPEN EdgeGrid Authentication scheme in Rust"""
documentation = "http://rustyhorde.github.io"
homepage = "http://rustyhorde.github.io/libedgegrid"
repository = "https://github.com/rustyhorde/libedgegrid.git"
keywords = ["libedgegrid", "Akamai", "open", "edgegrid"]
license = "MIT"
build = "build.rs"

[features]
latest = ["sodium-sys/latest"]

[build-dependencies]
vergen = "~0.0.16"

[dependencies]
curl = "~0.2.13"
log = "~0.3.3"
rustc-serialize = "~0.3.16"
sodium-sys = "~0.0.4"
time = "~0.1.34"

[dependencies.url]
version = "~0.2.37"
features = ["query_encoding"]