# 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 = "erkpht-tower" version = "0.3.2" authors = ["erkpht"] description = "Tower is a library of modular and reusable components for building robust\nclients and servers.\n" homepage = "https://github.com/erkpht/tower" documentation = "https://github.com/erkpht/tower" readme = "README.md" keywords = ["io", "async", "non-blocking", "futures", "service"] categories = ["asynchronous", "network-programming"] license = "MIT" repository = "https://github.com/erkpht/tower" [dependencies.futures-core] version = "0.3" [dependencies.futures-util] version = "0.3" features = ["alloc"] optional = true default-features = false [dependencies.hdrhistogram] version = "6.0" optional = true [dependencies.indexmap] version = "1.0.2" optional = true [dependencies.pin-project] version = "0.4" [dependencies.rand] version = "0.7" features = ["small_rng"] optional = true [dependencies.slab] version = "0.4" optional = true [dependencies.tokio] version = "0.2" optional = true [dependencies.tower-layer] version = "0.3" [dependencies.tower-service] version = "0.3" [dependencies.tracing] version = "0.1.2" [dev-dependencies.futures-util] version = "0.3" features = ["alloc", "async-await"] default-features = false [dev-dependencies.hdrhistogram] version = "6.0" [dev-dependencies.quickcheck] version = "0.6" default-features = false [dev-dependencies.tokio] version = "0.2" features = ["macros", "stream", "sync", "test-util"] [dev-dependencies.tokio-test] version = "0.2" [dev-dependencies.tower-test] version = "0.3" [dev-dependencies.tracing-subscriber] version = "0.1.1" [features] balance = ["discover", "load", "ready-cache", "make", "rand", "slab"] buffer = ["tokio/sync", "tokio/rt-core"] default = ["log"] discover = [] filter = [] hedge = ["filter", "futures-util", "hdrhistogram", "tokio/time"] limit = ["tokio/time"] load = ["discover", "tokio/time"] load-shed = [] log = ["tracing/log"] make = ["tokio/io-std"] ready-cache = ["futures-util", "indexmap", "tokio/sync"] reconnect = ["make", "tokio/io-std"] retry = ["tokio/time"] spawn-ready = ["futures-util", "tokio/sync", "tokio/rt-core"] steer = ["futures-util"] timeout = ["tokio/time"] util = ["futures-util"]