macaroons 0.3.2

Cookie-like bearer credentials with caveats for distributed authorization
Documentation
[package]
name        = "macaroons"
description = "Cookie-like bearer credentials with caveats for distributed authorization"
homepage    = "https://github.com/cryptosphere/rust-macaroons"
repository  = "https://github.com/cryptosphere/rust-macaroons.git"
readme      = "README.md"
keywords    = ["cookies", "authorization", "credentials"]
categories  = ["authentication"]
license     = "MIT"
version     = "0.3.2"
authors     = ["Tony Arcieri <bascule@gmail.com>"]

[features]
nightly = []

[dependencies]
sodiumoxide     = ">= 0.0.10"
libsodium-sys   = ">= 0.0.10"
rustc-serialize = ">= 0.3.19"