asap 0.13.0

An implementation of ASAP for rust.
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 = "2018"
rust-version = "1.85"
name = "asap"
version = "0.13.0"
authors = [
    "Callum Osmotherly <cosmotherly@atlassian.com>",
    "Robin Stocker <rstocker@atlassian.com>",
    "Antoine Büsch <abusch@atlassian.com>",
    "Sam Reis <sreis@atlassian.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An implementation of ASAP for rust."
homepage = "https://bitbucket.org/atlassianlabs/rust-asap/"
readme = "README.md"
keywords = [
    "asap",
    "jwt",
    "api",
    "token",
    "authorisation",
]
license = "MIT"
repository = "https://bitbucket.org/atlassianlabs/rust-asap/"

[features]
default = ["jsonwebtoken"]
fips = [
    "jsonwebtoken-aws-lc",
    "aws-lc-rs/fips",
]

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

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

[[bench]]
name = "tokens"
path = "benches/tokens.rs"
harness = false

[dependencies.anyhow]
version = "1.0.104"

[dependencies.aws-lc-rs]
version = "1.18.0"
optional = true

[dependencies.bytes]
version = "1.12.1"

[dependencies.chrono]
version = "0.4.45"

[dependencies.jsonwebtoken]
version = "9.3"
optional = true

[dependencies.jsonwebtoken-aws-lc]
version = "9.3"
optional = true

[dependencies.lru_time_cache]
version = "0.11.11"

[dependencies.pem]
version = "4.0.0"

[dependencies.rand]
version = "0.10.2"

[dependencies.reqwest]
version = "0.13.4"

[dependencies.serde]
version = "1.0.229"

[dependencies.serde_derive]
version = "1.0.229"

[dependencies.serde_json]
version = "1.0.151"

[dependencies.thiserror]
version = "2.0.20"

[dev-dependencies.asap_deps_keyserver]
version = "0.3.0"

[dev-dependencies.base64]
version = "0.23.1"

[dev-dependencies.bencher]
version = "0.1.5"

[dev-dependencies.tokio]
version = "1.53.1"
features = ["full"]