tokenize 0.3.0

Implementation of the Tokenize specification in Rust
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.13"

[dependencies.chrono]
version = "0.4"

[dependencies.hmac-sha256]
version = "1.1"

[dependencies.rust-crypto]
version = "0.2"

[package]
description = "Implementation of the Tokenize specification in Rust"
edition = "2021"
license = "BSD-3-Clause"
name = "tokenize"
repository = "https://github.com/TheOddGarlic/tokenize-rs"
resolver = "2"
version = "0.3.0"