idtk 0.1.1

Expiring, signed identifier with optional AAD
Documentation
[dependencies.fast32]
optional = true
version = "1.0"

[dependencies.ring]
version = "0.17"

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"

[features]
base32 = ["dep:fast32"]
base64 = ["dep:fast32"]

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

[package]
authors = ["Joern Barthel <joern@barthel.digital>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "Expiring, signed identifier with optional AAD"
edition = "2024"
license = "MIT"
name = "idtk"
readme = "README.md"
repository = "https://github.com/yawn/idtk"
version = "0.1.1"