# 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 = "tower-cgi" version = "0.0.1" authors = ["Rodrigo Navarro "] description = "Tower services for CGI applications" keywords = ["cgi", "tower", "async", "service", "http"] categories = ["asynchronous", "network-programming", "web-programming"] license = "MIT" repository = "https://github.com/reu/tower-cgi" resolver = "2" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.httparse] version = "1.5" [dependencies.hyper] version = "0.14.16" features = ["http1", "http2", "stream"] [dependencies.tokio] version = "1.16.1" features = ["io-std", "macros", "process", "rt"] [dependencies.tokio-util] version = "0.6.9" features = ["io"] [dependencies.tower] version = "0.4.11" features = ["util"] [dev-dependencies.indoc] version = "1.0.3" [dev-dependencies.tempfile] version = "3.3.0" [dev-dependencies.tokio] version = "1.16.1" features = ["io-std", "macros", "process", "rt", "test-util"]