securitydept-session-context 0.3.0-beta.2

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

[features]
service = ["dep:securitydept-oidc-client"]

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

[dependencies.http]
version = "1"

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

[dependencies.securitydept-oidc-client]
version = "~0.3.0-beta.2"
optional = true

[dependencies.securitydept-utils]
version = "~0.3.0-beta.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.snafu]
version = "0.9"

[dependencies.tower-sessions]
version = "0.15"

[dependencies.tracing]
version = "0.1"

[dependencies.typed-builder]
version = "0.23"

[dependencies.url]
version = "2"

[dev-dependencies.securitydept-oidc-client]
version = "~0.3.0-beta.2"

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

[dev-dependencies.tower-sessions-memory-store]
version = "0.15"