# 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-delay" version = "0.1.0" authors = ["Yuki Kodama "] description = "Simulates a delayed response for actix-web" homepage = "https://github.com/kuy/actix-delay" documentation = "https://docs.rs/actix-delay" readme = "README.md" keywords = ["actix", "actix-web", "middleware", "extractor", "testing"] categories = ["web-programming::http-server", "web-programming"] license = "MIT" repository = "https://github.com/kuy/actix-delay" [[example]] name = "simple" [dependencies.actix-web] version = "2.0.0" [dependencies.futures] version = "0.3.4" [dependencies.futures-timer] version = "3.0.1" [dev-dependencies.actix-rt] version = "1.0.0"