# 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 = "axum-htpasswd" version = "0.2.0" description = "Simple file-based authentication in Axum" homepage = "https://github.com/Sarek/axum-htpasswd" readme = "README.md" keywords = [ "http", "web", "authentication", ] categories = ["web-programming::http-server"] license = "MIT" repository = "https://github.com/Sarek/axum-htpasswd" [dependencies.argon2] version = "0.5.3" features = ["rand"] [dependencies.axum] version = "0.7" [dependencies.base64] version = "0.21" [dependencies.clap] version = "4.5" features = ["derive"] optional = true [dependencies.http-body] version = "1.0" [dependencies.log] version = "0.4" features = ["std"] [dependencies.password-hash] version = "0.5.0" features = ["getrandom"] [dependencies.rpassword] version = "7.3.1" optional = true [dependencies.scrypt] version = "0.11.0" [dependencies.text_io] version = "0.1.12" [dependencies.tokio] version = "1.33.0" features = [ "fs", "io-std", "macros", ] [dependencies.tower-http] version = "0.5" features = ["full"] [dev-dependencies.simple_logger] version = "4.3" features = ["stderr"] [dev-dependencies.tempfile] version = "3.9.0" [features] cli = [ "clap", "rpassword", ]