[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"