securitydept-basic-auth-context 0.2.0

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

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

[dependencies.http]
version = "1"

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

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

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

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

[dependencies.snafu]
version = "0.9"

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

[dependencies.web-route]
version = "0.2"