auth0-integration 0.6.4

Auth0 client library for M2M token retrieval and JWT validation (RS256)
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 = "2021"
rust-version = "1.88"
name = "auth0-integration"
version = "0.6.4"
authors = ["Martin Teppa <martinteppa@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Auth0 client library for M2M token retrieval and JWT validation (RS256)"
readme = "README.md"
keywords = [
    "auth0",
    "jwt",
    "authentication",
    "oauth2",
]
categories = [
    "authentication",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/martinteppa/auth0-integration"

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

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

[dependencies.base64]
version = "0.22"

[dependencies.jsonwebtoken]
version = "9"

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.axum]
version = "0.7"
features = ["json"]

[dev-dependencies.dotenvy]
version = "0.15"

[dev-dependencies.tower-http]
version = "0.6"
features = [
    "trace",
    "cors",
]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true