macaroons 0.3.3

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
[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 <bascule@gmail.com>"]

[dependencies]
sodiumoxide     = "^0"
libsodium-sys   = "^0"
rustc-serialize = "^0.3"