authbox 1.0.1

A lightweight, modular authentication framework for Rust built around traits, async support, and pluggable component
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 = "authbox"
version = "1.0.1"
authors = ["anomalous254"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight, modular authentication framework for Rust built around traits, async support, and pluggable component"
homepage = "https://github.com/anomalous254/authbox"
documentation = "https://docs.rs/authbox"
readme = "README.md"
keywords = [
    "authentication",
    "jwt",
    "actix",
    "security",
    "auth",
]
categories = [
    "authentication",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/anomalous254/authbox"
resolver = "2"

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

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

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

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

[dependencies.authbox-argon2]
version = "1.0.1"

[dependencies.authbox-core]
version = "1.0.1"

[dependencies.authbox-jwt]
version = "1.0.1"

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