# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "actix-flash" version = "0.2.0" authors = ["Jacob Brown "] description = "Flash messages for actix-web 2.0" homepage = "https://github.com/kardeiz/actix-flash" documentation = "https://docs.rs/actix-flash" readme = "README.md" keywords = ["actix", "actix-web", "flash"] license = "MIT/Apache-2.0" repository = "https://github.com/kardeiz/actix-flash" [dependencies.actix-service] version = "1" [dependencies.actix-web-v2] version = "2" optional = true package = "actix-web" [dependencies.actix-web-v3] version = "3" optional = true default-features = false package = "actix-web" [dependencies.futures] version = "0.3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dev-dependencies.actix-rt] version = "1.0.0" [features] default = ["v3"] v2 = ["actix-web-v2"] v3 = ["actix-web-v3"]