# 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 = "auth_lite" version = "0.1.1" description = "A simple authentication server" homepage = "https://github.com/jtdowney/auth_lite" readme = "README.md" categories = [ "authentication", "command-line-utilities", ] license = "MIT" repository = "https://github.com/jtdowney/auth_lite" [profile.dev.package.sqlx-macros] opt-level = 3 [profile.release] lto = true codegen-units = 1 debug = 1 [dependencies.anyhow] version = "1.0.75" [dependencies.axum] version = "0.6.20" features = ["headers"] [dependencies.base64] version = "0.21.4" [dependencies.bcrypt] version = "0.15.0" [dependencies.clap] version = "4.4.6" features = [ "derive", "env", ] [dependencies.rpassword] version = "7.2.0" [dependencies.sqlx] version = "0.7.2" features = [ "sqlite", "runtime-tokio", ] [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.tower-http] version = "0.4.4" features = ["trace"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.assert_fs] version = "1.0.13" [dev-dependencies.rexpect] version = "0.5.0" [dev-dependencies.tower] version = "0.4.13" features = ["full"]