[dependencies.argon2]
version = "0.5.3"
[dependencies.axum]
optional = true
version = "0.8.3"
[dependencies.axum-extra]
features = ["cookie"]
optional = true
version = "0.10.1"
[dependencies.bytes]
optional = true
version = "1.10.1"
[dependencies.password-hash]
features = ["std"]
version = "0.5.0"
[dependencies.postgres-types]
features = ["derive", "with-uuid-1"]
optional = true
version = "0.2.9"
[dependencies.rand]
version = "0.8.5"
[dependencies.tokio]
default-features = false
features = ["sync"]
version = "1.44.2"
[dependencies.uuid]
features = ["v4"]
version = "1.16.0"
[dependencies.zxcvbn]
optional = true
version = "3.1.0"
[features]
axum = ["dep:axum", "dep:axum-extra"]
hash-algorithms-v1 = []
postgres = ["dep:postgres-types", "dep:bytes"]
[lib]
name = "autho"
path = "src/lib.rs"
[package]
authors = ["Alexander van Ratingen"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Authentication for web applications"
documentation = "https://docs.rs/autho"
edition = "2024"
homepage = "https://github.com/alvra/autho"
keywords = ["web", "authentication", "async"]
license = "MIT OR Apache-2.0"
name = "autho"
readme = "README.md"
repository = "https://github.com/alvra/autho"
version = "0.1.0"