macaroons 0.3.0

Cookie-like bearer credentials with caveats for distributed authorization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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"