kwt 0.2.1

KDL Web Token (KWT) — production Rust implementation
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"
rust-version = "1.85"
name = "kwt"
version = "0.2.1"
build = false
include = [
    "LICENSE",
    "README.md",
    "Cargo.toml",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "KDL Web Token (KWT) — production Rust implementation"
homepage = "https://github.com/TheMapleseed/KWT"
documentation = "https://docs.rs/kwt"
readme = "README.md"
keywords = [
    "kwt",
    "token",
    "aead",
    "jwt",
    "kdl",
]
categories = [
    "cryptography",
    "authentication",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/TheMapleseed/KWT"

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

[[bin]]
name = "kwt"
path = "src/main.rs"

[dependencies.base64ct]
version = "1"
features = ["alloc"]

[dependencies.getrandom]
version = "0.2"
features = ["std"]

[dependencies.thiserror]
version = "1"

[dependencies.uuid]
version = "1"
features = ["v7"]

[dependencies.zeroize]
version = "1"
features = ["derive"]

[dev-dependencies.hex-literal]
version = "0.4"

[lints.rust]
unsafe_code = "forbid"