macaroons 0.1.1

Bearer credentials with caveats for distributed authorization
Documentation
1
2
3
4
5
6
7
8
#![crate_name = "macaroons"]
#![crate_type = "lib"]

extern crate sodiumoxide;
extern crate rustc_serialize;

pub mod token;
pub mod caveat;