# 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 = "actix-csrf" version = "0.8.0" authors = ["Edward Shen ", "Benoit Eudier "] include = ["src/**/*", "LICENSE-*", "README.md"] description = "CSRF middleware for Actix" keywords = ["actix", "middleware", "csrf"] categories = ["web-programming::http-server"] license = "MIT OR Apache-2.0" repository = "https://github.com/edward-shen/actix-csrf" resolver = "2" [profile.release] lto = true codegen-units = 1 [dependencies.actix-web] version = "4" features = ["cookies"] default_features = false [dependencies.base64] version = "0.21.0" features = ["std"] default_features = false [dependencies.cookie] version = "0.16" [dependencies.rand] version = "0.8" features = ["std_rng"] [dependencies.serde] version = "1" default_features = false [dependencies.tracing] version = "0.1" [dev-dependencies.actix-http] version = "=3.0.0" [dev-dependencies.actix-web] version = "=4.0.0" features = ["cookies", "openssl"] [dev-dependencies.anyhow] version = "1" [dev-dependencies.openssl] version = "0.10" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.tokio] version = "1" features = ["macros", "rt-multi-thread"]