[package] name = "blobd-token" version = "0.2.0" description = "Generate and verify tokens used by blobd" license = "Apache-2.0" homepage = "https://github.com/wilsonzlin/blobd" repository = "https://github.com/wilsonzlin/blobd.git" authors = ["Wilson Lin "] edition = "2021" [badges] maintenance = { status = "actively-developed" } [dependencies] data-encoding = "2.3" hmac = "0.12" rand = "0.8" rmp-serde = "1.1" serde = { version = "1.0", features = ["derive"] } sha2 = "0.10"