wae-authentication 0.0.2

WAE Authentication - 认证服务模块,支持 JWT、OAuth2、TOTP、SAML
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 = "2024"
name = "wae-authentication"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WAE Authentication - 认证服务模块,支持 JWT、OAuth2、TOTP、SAML"
homepage = "https://github.com/oovm/wae/tree/main/backends/wae-authentication"
documentation = "https://docs.rs/wae-authentication"
readme = "README.md"
keywords = [
    "authentication",
    "jwt",
    "oauth2",
    "totp",
    "saml",
]
categories = [
    "authentication",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/oovm/wae/tree/main/backends/wae-authentication"
resolver = "2"

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

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.bcrypt]
version = "0.19.0"

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

[dependencies.flate2]
version = "1.1.9"

[dependencies.hex]
version = "0.4.3"

[dependencies.hmac]
version = "0.12.1"

[dependencies.quick-xml]
version = "0.39.2"
features = ["serialize"]

[dependencies.rand]
version = "0.10.0"
features = ["std_rng"]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha1]
version = "0.10.6"

[dependencies.sha2]
version = "0.10.9"

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

[dependencies.tracing]
version = "0.1.44"
features = [
    "std",
    "attributes",
    "log",
]

[dependencies.url]
version = "2.5.8"

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

[dependencies.wae-crypto]
version = "0.0.2"

[dependencies.wae-request]
version = "0.0.2"

[dependencies.wae-types]
version = "0.0.2"

[dependencies.zeroize]
version = "1.8.2"
features = ["derive"]