securitydept-oidc-client 0.2.0

OIDC Client of SecurityDept, a layered authentication and authorization toolkit built as reusable Rust crates.
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 = "securitydept-oidc-client"
version = "0.2.0"
authors = ["Zhou Yeheng <root@aitiotekt.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OIDC Client of SecurityDept, a layered authentication and authorization toolkit built as reusable Rust crates."
homepage = "https://securitydept.ethaxon.com/"
documentation = "https://docs.rs/securitydept-oidc-client"
readme = "README.md"
keywords = [
    "auth",
    "oauth",
    "oidc",
    "security",
    "token",
]
categories = [
    "authentication",
    "network-programming",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/ethaxon/securitydept"

[features]
claims-script = [
    "dep:boa_engine",
    "dep:swc_core",
]
moka-pending-store = ["dep:moka"]
recommend = [
    "claims-script",
    "recommend-pending-store",
]
recommend-pending-store = ["moka-pending-store"]

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

[dependencies.base64]
version = "0.22"

[dependencies.boa_engine]
version = "0.21"
optional = true

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.http]
version = "1"

[dependencies.humantime-serde]
version = "1"

[dependencies.moka]
version = "0.12"
features = ["future"]
optional = true

[dependencies.openidconnect]
version = "4"

[dependencies.securitydept-oauth-provider]
version = "~0.2.0"

[dependencies.securitydept-utils]
version = "~0.2.0"

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

[dependencies.serde-constant]
version = "0.1"

[dependencies.serde_json]
version = "1"

[dependencies.serde_with]
version = "3"

[dependencies.snafu]
version = "0.9"

[dependencies.swc_core]
version = "58"
features = [
    "__parser",
    "common",
    "ecma_ast",
    "ecma_codegen",
    "ecma_parser_typescript",
    "ecma_transforms",
    "ecma_transforms_typescript",
    "ecma_visit",
]
optional = true

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "macros",
    "rt",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"