[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"]
license = "MIT"
version = "0.3.0"
authors = ["Tony Arcieri <bascule@gmail.com>"]
[features]
nightly = []
[dependencies]
sodiumoxide = ">= 0.0.10"
libsodium-sys = ">= 0.0.10"
rustc-serialize = ">= 0.3.19"