[package]
name = "securitydept-basic-auth-context"
version = "0.2.0"
edition = "2024"
authors = ["Zhou Yeheng <root@aitiotekt.com>"]
description = "Basic Auth Context of SecurityDept, a layered authentication and authorization toolkit built as reusable Rust crates."
license = "MIT"
repository = "https://github.com/ethaxon/securitydept"
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"]
[dependencies]
http = { workspace = true }
securitydept-utils = { version = "~0.2.0", path = "../utils" }
serde = { workspace = true }
snafu = { workspace = true }
typed-builder = { workspace = true }
web-route = { workspace = true }
securitydept-creds = { version = "~0.2.0", path = "../creds" }
securitydept-realip = { version = "~0.2.0", path = "../realip" }