basic-jwt 0.5.0

Basic JWT signing and verification library
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 = "basic-jwt"
version = "0.5.0"
authors = ["Pierre Hubert <pierre.git@communiquons.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Basic JWT signing and verification library"
readme = "README.md"
keywords = ["jwt"]
license = "MIT"
repository = "https://gitea.communiquons.org/pierre/basic-jwt"

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

[dependencies.const-oid]
version = "0.10.2"
features = ["db"]

[dependencies.jsonwebtoken]
version = "10.4.0"
features = ["rust_crypto"]

[dependencies.p256]
version = "0.13.1"
features = [
    "ecdsa",
    "pkcs8",
    "pem",
]

[dependencies.p384]
version = "0.13.1"
features = [
    "ecdsa",
    "pkcs8",
    "pem",
]

[dependencies.pkcs8]
version = "0.11.0"
features = [
    "alloc",
    "pem",
]

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"

[dependencies.zeroize]
version = "1.9.0"