# 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 = "tower-http-util" version = "0.1.0" authors = ["Carl Lerche "] description = "Utilities for working with HTTP services.\n" homepage = "https://github.com/tower-rs/tower-http" documentation = "https://docs.rs/tower-http-util/0.1.0/tower_http_util" readme = "README.md" license = "MIT" repository = "https://github.com/tower-rs/tower-http" [dependencies.futures] version = "0.1.25" [dependencies.http] version = "0.1.16" [dependencies.http-body] version = "0.1" [dependencies.http-connection] version = "0.1.0" [dependencies.tokio-buf] version = "0.1.0" [dependencies.tokio-io] version = "0.1" [dependencies.tower-service] version = "0.2.0"