Minimalistic JWT implementation with focus on type safety and secure cryptographic primitives.
# Cargo.toml
[dependencies]
jwt-compact = "0.8.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a new JWT claims set.
Enable the appropriate feature in Cargo.toml, e.g., jwt-compact = { version = "0.8", features = ["rsa"] }No dependency data recorded yet.