oxidite-auth 2.2.2

Authentication and authorization for Oxidite (RBAC, JWT, OAuth2, 2FA, API keys)
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 = "2021"
name = "oxidite-auth"
version = "2.2.2"
authors = ["Meshack Bahati Ouma <bahatikylemeshack@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Authentication and authorization for Oxidite (RBAC, JWT, OAuth2, 2FA, API keys)"
readme = "README.md"
keywords = [
    "auth",
    "authentication",
    "authorization",
    "jwt",
    "oauth2",
]
categories = [
    "authentication",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/meshackbahati/rust-oxidite"

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

[[test]]
name = "api_key_test"
path = "tests/api_key_test.rs"

[[test]]
name = "rbac_test"
path = "tests/rbac_test.rs"

[dependencies.argon2]
version = "0.5"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.42"

[dependencies.cookie]
version = "0.18.1"

[dependencies.hex]
version = "0.4"

[dependencies.jsonwebtoken]
version = "9"

[dependencies.oxidite-core]
version = "2.2.2"

[dependencies.oxidite-db]
version = "2.2.1"

[dependencies.rand]
version = "0.9.1"

[dependencies.redis]
version = "0.27.6"
features = ["tokio-comp"]

[dependencies.reqwest]
version = "0.12.12"
features = ["json"]

[dependencies.ring]
version = "0.17.14"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlx]
version = "0.8.6"
features = [
    "runtime-tokio-rustls",
    "any",
    "sqlite",
    "postgres",
    "mysql",
]

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.48.0"
features = ["full"]

[dependencies.totp-rs]
version = "5.6"

[dependencies.tower]
version = "0.5.2"

[dependencies.url]
version = "2.5.4"

[dependencies.urlencoding]
version = "2.1"

[dependencies.uuid]
version = "1.11.0"
features = [
    "v4",
    "serde",
]