[package]
name = "securitydept-utils"
version = "0.2.0"
edition = "2024"
authors = ["Zhou Yeheng <root@aitiotekt.com>"]
description = "Utils 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-utils"
readme = "README.md"
keywords = ["auth","oauth","oidc","security","token"]
categories = ["authentication","network-programming","web-programming"]
[dependencies]
http = { workspace = true }
regex = { workspace = true }
serde = { workspace = true }
serde_regex = { version = "1" }
snafu = { workspace = true }
typed-builder = { workspace = true }
url = { workspace = true }
serde_with = { workspace = true }
serde_json = { workspace = true }
rfc7239 = { workspace = true }
iri-string = { workspace = true }