shield 0.2.1

Web authentication for Rust.
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 = "shield"
version = "0.2.1"
authors = ["Rust for Web <info@rustforweb.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Web authentication for Rust."
readme = "README.md"
license = "MIT"
repository = "https://github.com/RustForWeb/shield"
resolver = "2"

[features]
default = []
utoipa = ["dep:utoipa"]

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

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

[dependencies.bon]
version = "3.3.2"

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

[dependencies.convert_case]
version = "0.11.0"

[dependencies.futures]
version = "0.3.31"

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

[dependencies.serde_json]
version = "1.0.133"

[dependencies.thiserror]
version = "2.0.7"

[dependencies.tracing]
version = "0.1.41"

[dependencies.utoipa]
version = "5.3.1"
features = [
    "chrono",
    "uuid",
]
optional = true