blobd-token 0.3.0

Generate and verify tokens used by blobd
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies.blake3]
version = "1.3.3"

[dependencies.data-encoding]
version = "2.3"

[dependencies.rand]
version = "0.8"

[dependencies.rmp-serde]
version = "1.1"

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

[lib]
name = "blobd_token"
path = "src/lib.rs"

[package]
authors = ["Wilson Lin <code@wilsonl.in>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Generate and verify tokens used by blobd"
edition = "2021"
homepage = "https://github.com/wilsonzlin/blobd"
license = "Apache-2.0"
name = "blobd-token"
readme = false
repository = "https://github.com/wilsonzlin/blobd.git"
version = "0.3.0"