benu 0.0.1-rc2

compact binary signed tokens
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "benu"

version = "0.0.1-rc2"

edition = "2021"

description = "compact binary signed tokens"

license = "MIT"



[features]

default = ["salt", "debug"]

debug = []

salt = ["rand"]



[dependencies]

sha2 = "0.10.6"

rand = { version = "0.8.5", optional = true }