[package]
name = "libedgegrid"
version = "0.1.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/Apache-2.0"
build = "build.rs"
[features]
ccu = []
default = ["ccu", "latest", "serde_codegen"]
latest = ["sodium-sys/latest"]
luna = []
nightly = ["ccu", "latest", "serde_macros"]
[build-dependencies]
glob = "~0.2.10"
serde_codegen = { version = "~0.6.5", optional = true }
syntex = "0.26.0"
vergen = "0.1.0"
[dependencies]
curl = "0.2.16"
log = "0.3.5"
rustc-serialize = "~0.3.16"
serde = "~0.6.1"
serde_json = "~0.6.0"
serde_macros = { version = "~0.6.5", optional = true }
sodium-sys = "~0.0.4"
time = "~0.1.34"
url = { version = "~0.2.37", features = ["query_encoding"] }