# 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_sqlx_session_auth" version = "0.1.1" authors = ["Andrew Wheeler "] description = "Library to Provide a User Authentication and privilege Token Checks. It requires the AxumSQLxSessions library and Tower_cookies library." documentation = "https://docs.rs/axum_sqlx_session_auth" readme = "README.md" keywords = ["Axum", "Tower", "SQLx", "Session", "Authentication"] license = "MIT" repository = "https://github.com/AscendingCreations/axum_sqlx_session_auth" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.async-recursion] version = "0.3" [dependencies.async-trait] version = "0.1" [dependencies.axum] version = "0.4" [dependencies.axum_sqlx_sessions] version = "0.1" [dependencies.sqlx] version = "0.5" features = ["runtime-tokio-rustls", "postgres", "chrono", "json", "all-types"] [dependencies.tokio] version = "1" features = ["full"]