zino-auth 0.3.0

Authentication and authorization for zino.
Documentation
[dependencies.cfg-if]
version = "1.0"

[dependencies.hmac]
version = "0.12.1"

[dependencies.jwt-simple]
default-features = false
features = ["pure-rust"]
optional = true
version = "0.12.11"

[dependencies.parking_lot]
version = "0.12.3"

[dependencies.rand]
version = "0.8.5"

[dependencies.rauthy-client]
optional = true
version = "0.6.1"

[dependencies.regorus]
default-features = false
features = ["arc", "base64", "base64url", "crypto", "glob", "hex", "http", "jsonschema", "regex", "semver", "time", "urlquery", "uuid"]
optional = true
version = "0.2.7"

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

[dependencies.sm3]
optional = true
version = "0.4.2"

[dependencies.sqids]
optional = true
version = "0.4.1"

[dependencies.toml]
default-features = false
version = "0.8.19"

[dependencies.tracing]
version = "0.1.41"

[dependencies.zino-core]
version = "0.31.0"

[features]
crypto-sm = ["zino-core/crypto-sm"]
jwt = ["dep:jwt-simple", "regorus?/jwt"]
oidc = ["dep:rauthy-client"]
opa = ["regorus"]
sqids = ["dep:sqids"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming", "web-programming"]
description = "Authentication and authorization for zino."
documentation = "https://docs.rs/zino-auth"
edition = "2021"
homepage = "https://github.com/zino-rs/zino"
keywords = ["http", "web", "framework"]
license = "MIT"
name = "zino-auth"
readme = "README.md"
repository = "https://github.com/zino-rs/zino"
rust-version = "1.80"
version = "0.3.0"

[package.metadata.docs.rs]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
features = ["jwt", "oidc", "opa", "sqids"]
rustdoc-args = ["--cfg", "docsrs"]