[badges.maintenance]
status = "actively-developed"
[dependencies.base-x]
version = "0.2.8"
[dependencies.byteorder]
version = "1.4.3"
[dependencies.orion]
version = "0.17.0"
[dev-dependencies.getrandom]
version = "0.3.3"
[dev-dependencies.hex]
version = "0.4.2"
[dev-dependencies.serde]
version = "^1.0"
[dev-dependencies.serde_derive]
version = "1.0.115"
[dev-dependencies.serde_json]
version = "1.0"
[lib]
name = "branca"
path = "src/lib.rs"
[package]
authors = ["return"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "Authenticated encrypted API tokens for Rust. A secure alternative to JWT."
documentation = "https://docs.rs/branca"
edition = "2018"
keywords = ["fernet", "branca", "cryptography", "aead", "xchacha20_poly1305"]
license = "MIT"
name = "branca"
readme = "README.md"
repository = "https://github.com/return/branca"
version = "0.10.2"