token-claims 0.1.1

A Rust library for ergonomic handling of JWT claims with strong typing and builder support.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "token-claims"
version = "0.1.1"
authors = ["Oleg Pogoraev <contact@oblivisheee.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for ergonomic handling of JWT claims with strong typing and builder support."
readme = "README.md"
keywords = [
    "JWT",
    "claims",
    "json",
    "msgpack",
]
license-file = "LICENSE"
repository = "https://github.com/oblivisheee/token-claims"

[features]
default = []
msgpack = ["rmp-serde"]

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

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.41"

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.jsonwebtoken]
version = "9.3.1"

[dependencies.rmp-serde]
version = "1.3.0"
optional = true

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.subtle]
version = "2.6.1"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.uuid]
version = "1.17.0"
features = [
    "serde",
    "v4",
]