# 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 = "mini-rust-auth" version = "0.1.8" description = "A maybe to simple authentication crate." readme = "README.md" license = "MIT" [dependencies.actix-session] version = "0.9.0" features = ["cookie-session"] [dependencies.actix-web] version = "4" features = [ "rustls-0_23", "cookies", ] [dependencies.argon2] version = "0.4" features = ["std"] [dependencies.chrono] version = "0.4.38" [dependencies.dotenvy] version = "0.15.7" [dependencies.rand] version = "0.8.5" features = ["std"] [dependencies.rustls] version = "0.23" [dependencies.rustls-pemfile] version = "2" [dependencies.serde] version = "1.0.203" [dependencies.sqlx] version = "0.8" features = [ "runtime-tokio", "tls-rustls", "postgres", ]