# 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_session_auth" version = "0.14.1" authors = ["Andrew Wheeler "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library to Provide a User Authentication and privilege Token Checks. It requires the Axum_Session library." documentation = "https://docs.rs/axum_session_auth" readme = "README.md" keywords = [ "Axum", "Tower", "SQLx", "Session", "Authentication", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AscendingCreations/AxumSessionAuth" [package.metadata.docs.rs] features = ["advanced"] rustdoc-args = ["--document-private-items"] [lib] name = "axum_session_auth" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.async-recursion] version = "1.1.1" [dependencies.async-trait] version = "0.1.82" [dependencies.axum-core] version = "0.4.3" [dependencies.axum_session] version = "0.14.2" [dependencies.bytes] version = "1.7.1" [dependencies.chrono] version = "0.4.38" features = [ "clock", "serde", "std", ] default-features = false [dependencies.dashmap] version = "6.1.0" [dependencies.futures] version = "0.3.30" [dependencies.http] version = "1.1.0" [dependencies.http-body] version = "1.0.1" [dependencies.serde] version = "1.0.209" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tower-layer] version = "0.3.3" [dependencies.tower-service] version = "0.3.3" [dependencies.tracing] version = "0.1.40" [features] advanced = ["axum_session/advanced"] key-store = ["axum_session/key-store"] rest_mode = ["axum_session/rest_mode"]