bronco 0.1.1

Authenticated and encrypted API tokens
Documentation
[dependencies.base64]
default-features = false
features = ["std"]
version = "0.12.3"

[dependencies.byteorder]
default-features = false
version = "1.3.4"

[dependencies.sodiumoxide]
default-features = false
features = ["std"]
version = "0.2.6"
[dev-dependencies.assert_matches]
version = "1.3.0"

[package]
authors = ["Nikita Pekin <contact@nikitapek.in>"]
categories = ["authentication", "cryptography", "web-programming"]
description = "Authenticated and encrypted API tokens"
documentation = "https://docs.rs/bronco"
edition = "2018"
homepage = "https://github.com/indiv0/bronco"
keywords = ["cryptography", "aead", "token", "jwt", "security"]
license = "GPL-3.0-or-later"
name = "bronco"
readme = "README.md"
repository = "https://github.com/indiv0/bronco"
version = "0.1.1"