# 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 = "rocket_csrf_guard" version = "0.0.2" authors = ["Hasnain Lakhani "] description = "Ergonomic CSRF protection for Rocket applications" readme = "README.md" keywords = [ "csrf", "rocket", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/mhlakhani/rocket_csrf_guard" [[example]] name = "end_to_end" doc-scrape-examples = true [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.13" [dependencies.rand] version = "0.8" [dependencies.rocket] version = "0.5.0" features = [ "json", "secrets", "tls", ] [dependencies.rocket_csrf_guard_derive] version = "0.0.1" [dependencies.serde] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.console] version = "0.15" [dev-dependencies.hex] version = "0.4" [dev-dependencies.mini-moka] version = "0.10" features = ["sync"] [dev-dependencies.rocket_dyn_templates] version = "0.1.0" features = ["tera"] [dev-dependencies.sha3] version = "0.10" [dev-dependencies.similar] version = "2.3"