# 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 = "2018" name = "tokio-tower" version = "0.7.0-rc4" authors = ["Jon Gjengset "] description = "Bridging the protocol gap between Tokio and Tower" readme = "README.md" keywords = [ "tokio", "tower", "asynchronous", "protocol", "transport", ] categories = [ "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/tower-rs/tokio-tower.git" [dependencies.crossbeam] version = "0.8" [dependencies.futures-core] version = "0.3" [dependencies.futures-sink] version = "0.3" [dependencies.futures-util] version = "0.3" features = ["sink"] [dependencies.pin-project] version = "1.0" [dependencies.tokio] version = "1.0" features = [ "sync", "rt", ] [dependencies.tower] version = "0.4" features = ["load"] [dependencies.tower-service] version = "0.3" [dependencies.tracing] version = "0.1.2" [dev-dependencies.async-bincode] version = "0.6" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.slab] version = "0.4" [dev-dependencies.tokio] version = "1.0" features = ["full"] [dev-dependencies.tokio-test] version = "0.4" [dev-dependencies.tower-test] version = "0.4" [features] default = [] log = ["tracing/log"] [badges.azure-devops] build = "4" pipeline = "tokio-tower" project = "tower-rs/tokio-tower"