authlogic 0.4.0

Authentication logic for Actix Web applications
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 = "authlogic"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Authentication logic for Actix Web applications"
readme = "README.md"
keywords = [
    "actix",
    "auth",
    "session",
    "password",
]
categories = [
    "authentication",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/kaya3/authlogic-rs"

[features]
diesel = [
    "dep:diesel",
    "dep:diesel-derive-newtype",
]
pbkdf2 = ["dep:pbkdf2"]
scrypt = ["dep:scrypt"]
sqlx = ["dep:sqlx"]

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

[dependencies.actix-web]
version = "4.9.0"

[dependencies.argon2]
version = "0.6.0-rc.8"

[dependencies.base64]
version = "0.22.1"

[dependencies.constant_time_eq]
version = "0.5.0"

[dependencies.diesel]
version = "2.3.9"
optional = true

[dependencies.diesel-derive-newtype]
version = "2.1.2"
optional = true

[dependencies.log]
version = "0.4.29"

[dependencies.password-hash]
version = "0.6.1"
features = ["rand_core"]

[dependencies.pbkdf2]
version = "0.13.0"
features = [
    "sha2",
    "phc",
]
optional = true

[dependencies.rand]
version = "0.10.1"
features = ["thread_rng"]

[dependencies.scrypt]
version = "0.12.0"
features = ["phc"]
optional = true

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

[dependencies.serde_json]
version = "1.0.128"

[dependencies.sha2]
version = "0.11.0"

[dependencies.sqlx]
version = "0.8.3"
optional = true

[dependencies.thiserror]
version = "2.0.18"

[dependencies.trait-variant]
version = "0.1.2"

[dependencies.zeroize]
version = "1.8.2"