[package] name = "macaroons" description = "Cookie-like bearer credentials with caveats for distributed authorization" homepage = "https://github.com/cryptosphere/macaroons-rs" repository = "https://github.com/cryptosphere/macaroons-rs.git" readme = "README.md" keywords = ["cookies", "authorization", "credentials"] categories = ["authentication"] license = "MIT" version = "0.3.3" authors = ["Tony Arcieri "] [dependencies] sodiumoxide = "^0" libsodium-sys = "^0" rustc-serialize = "^0.3"