# 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-hyper-http-body-compat" version = "0.2.0" description = "Adapters between hyper 0.14-1.0, http-body 0.4-1.0, and tower-service 0.3." homepage = "https://github.com/davidpdrsn/tower-hyper-http-body-compat" readme = "README.md" keywords = [ "http", "hyper", "tower", "axum", ] license = "MIT OR Apache-2.0" repository = "https://github.com/davidpdrsn/tower-hyper-http-body-compat" [package.metadata.cargo-public-api-crates] allowed = [ "http", "http_body", "hyper", "tower_service", ] [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.http] version = "0.2.9" [dependencies.http-body-04] version = "0.4" package = "http-body" [dependencies.http-body-1] version = "1.0.0-rc.2" package = "http-body" [dependencies.hyper-1] version = "1.0.0-rc.4" package = "hyper" [dependencies.pin-project-lite] version = "0.2.9" [dependencies.tower] version = "0.4" features = ["util"] [dependencies.tower-service-03] version = "0.3" package = "tower-service" [dev-dependencies.axum] version = "0.6" [dev-dependencies.bytes] version = "1.0" [dev-dependencies.http-body-util] version = "0.1.0-rc.2" [dev-dependencies.hyper-014] version = "0.14" features = ["full"] package = "hyper" [dev-dependencies.hyper-1] version = "1.0.0-rc.4" features = ["full"] package = "hyper" [dev-dependencies.tokio] version = "1.0" features = ["full"] [dev-dependencies.tower] version = "0.4" features = [ "full", "make", ] [dev-dependencies.tower-http] version = "0.4" features = [ "map-request-body", "map-response-body", "util", "trace", ] [features] client = ["hyper-1/client"] default = [] http1 = ["hyper-1/http1"] http2 = ["hyper-1/http2"] server = ["hyper-1/server"]