# 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-web-condition-middleware" version = "0.1.0" authors = ["Îșeen <3han5chou7@gmail.com>"] description = "An actix-web middleware that allows conditionally enable another middleware" homepage = "https://github.com/KeenS/actix-web-condition-middleware" documentation = "https://docs.rs/actix-web-condition-middleware/" readme = "README.md" keywords = ["actix", "http", "web", "middleware", "async"] categories = ["network-programming", "asynchronous", "web-programming::http-server"] license = "Apache-2.0/MIT" repository = "https://github.com/KeenS/actix-web-condition-middleware.git" [dependencies.actix-service] version = "0.4" [dependencies.actix-web] version = "1" [dependencies.futures] version = "0.1" [dev-dependencies.env_logger] version = "0.6"