cloudillo-auth 0.8.9

Authentication subsystem for Cloudillo: login, JWT tokens, and WebAuthn passwordless auth
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 = "cloudillo-auth"
version = "0.8.9"
authors = ["Szilárd Hajba <szilu@symbion.hu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Authentication subsystem for Cloudillo: login, JWT tokens, and WebAuthn passwordless auth"
homepage = "https://cloudillo.org"
readme = "README.md"
keywords = [
    "cloudillo",
    "authentication",
    "webauthn",
    "jwt",
    "passwordless",
]
categories = [
    "web-programming",
    "authentication",
]
license = "LGPL-3.0-only"
repository = "https://github.com/cloudillo/cloudillo-rs"

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

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

[dependencies.axum]
version = "0.8"
features = [
    "http2",
    "macros",
]

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"

[dependencies.cloudillo-core]
version = "0.8.9"

[dependencies.cloudillo-email]
version = "0.8.9"

[dependencies.cloudillo-ref]
version = "0.8.9"

[dependencies.cloudillo-types]
version = "0.8.9"
features = ["server"]

[dependencies.jsonwebtoken]
version = "10.3"
features = ["rust_crypto"]

[dependencies.rand]
version = "0.10"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_with]
version = "3.16"

[dependencies.tokio]
version = "1"
features = ["rt"]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1.21"
features = ["v4"]

[dependencies.webauthn-rs]
version = "0.5"
features = ["danger-allow-state-serialisation"]

[dependencies.webauthn-rs-proto]
version = "0.5"