# 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 = "2018" name = "actix-web-flash-messages" version = "0.5.0" authors = ["Luca Palmieri "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Flash messages for actix-web applications." documentation = "https://docs.rs/actix-web-flash-messages/" readme = "README.md" keywords = [ "flash", "messages", "actix-web", "notifications", ] categories = ["asynchronous"] license = "MIT/Apache-2.0" repository = "https://github.com/LukeMathWalker/actix-web-flash-messages" [package.metadata.docs.rs] all-features = true [lib] name = "actix_web_flash_messages" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.actix-session] version = "0.10" optional = true [dependencies.actix-web] version = "4" default-features = false [dependencies.anyhow] version = "1.0.44" [dependencies.percent-encoding] version = "2.1.0" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.thiserror] version = "1.0.30" [dependencies.time] version = "0.3" [dependencies.tokio] version = "1.12.0" features = ["rt"] default-features = false [dev-dependencies.actix-rt] version = "2.2.0" [dev-dependencies.actix-session] version = "0.10" features = ["cookie-session"] [dev-dependencies.actix-test] version = "0.1.5" [features] cookies = [ "actix-web/secure-cookies", "actix-web/cookies", ] sessions = ["actix-session/default"]