# 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-async-hyper" version = "0.1.0" authors = ["Glen De Cauwsemaecker "] description = """ Bridges a `tower-async` `Service` to be used within a `hyper` (1.x) environment. """ homepage = "https://github.com/plabayo/tower-async" readme = "README.md" categories = [ "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/plabayo/tower-async" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [package.metadata.playground] features = ["full"] [dependencies.http-body] version = "1" [dependencies.hyper] version = "1.0" features = [ "http1", "http2", "server", ] [dependencies.pin-project-lite] version = "0.2" [dependencies.tower-async-service] version = "0.2" [dev-dependencies.http] version = "1" [dev-dependencies.hyper-util] version = "0.1" features = [ "server", "server-auto", "tokio", ] [dev-dependencies.tokio] version = "1.0" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]