macaroon 0.2.0

Fully functional implementation of macaroons in Rust
Documentation
[dependencies.base64]
version = "0.12"

[dependencies.log]
version = "0.4"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sodiumoxide]
version = "0.2"
[dev-dependencies.env_logger]
version = "0.7"

[dev-dependencies.time]
version = "0.2.16"

[package]
authors = ["Jack Lund <jackl@geekheads.net>", "macaroon-rs Contributors"]
categories = ["cryptography"]
description = "Fully functional implementation of macaroons in Rust"
documentation = "https://docs.rs/macaroon"
homepage = "https://github.com/macaroon-rs/macaroon-rs"
keywords = ["macaroon", "cookies", "authorization", "credentials"]
license = "MIT"
name = "macaroon"
repository = "https://github.com/macaroon-rs/macaroon-rs"
version = "0.2.0"