# 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-csrf-sync-pattern" version = "0.3.2" authors = ["LeoniePhiline "] description = "An axum layer and middleware, providing Cross Site Request Forgery protection by implementing the CSRF Synchronizer Token Pattern for same-site and cross-site API requests, as described by OWASP." homepage = "https://github.com/LeoniePhiline/axum-csrf-sync-pattern" readme = "README.md" keywords = [ "axum", "CSRF", "security", "middleware", ] categories = [ "web-programming", "web-programming::http-server", ] license = "MPL-2.0" repository = "https://github.com/LeoniePhiline/axum-csrf-sync-pattern" [dependencies.axum] version = "0.6.20" [dependencies.axum-core] version = "0.3.4" [dependencies.axum-sessions] version = "0.5.0" [dependencies.base64] version = "0.22.0" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.37.0" features = [ "macros", "rt", "rt-multi-thread", ] [dependencies.tower] version = "0.4.13" [dependencies.tracing] version = "0.1.40" [dev-dependencies.tokio-test] version = "0.4.4" [dev-dependencies.tower-http] version = "0.4.4" features = ["cors"] [badges.maintenance] status = "actively-developed"