jwtea 0.1.0

Lean JWT 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"
rust-version = "1.85"
name = "jwtea"
version = "0.1.0"
build = false
exclude = [".github"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lean JWT library"
documentation = "https://docs.rs/jwtea/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/elan-ev/jwtea/"

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

[[example]]
name = "simple"
path = "examples/simple.rs"

[[test]]
name = "main"
path = "tests/main.rs"

[dependencies.aws-lc-rs]
version = "1.16.1"
features = [
    "alloc",
    "aws-lc-sys",
]
default-features = false

[dependencies.base64]
version = "0.22.1"

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

[dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.pollster]
version = "0.3"
features = ["macro"]