# 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" version = "0.2.0" authors = ["Glen De Cauwsemaecker "] description = """ Tower Async is a library of modular and reusable components for building robust clients and servers. An \"Async Trait\" fork from the original Tower Library. """ homepage = "https://github.com/plabayo/tower-async" readme = "README.md" keywords = [ "io", "async", "non-blocking", "futures", "service", ] 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.futures-core] version = "0.3" optional = true [dependencies.futures-util] version = "0.3" features = ["alloc"] optional = true default-features = false [dependencies.tokio] version = "1.6" features = ["sync"] optional = true [dependencies.tower-async-layer] version = "0.2" [dependencies.tower-async-service] version = "0.2" [dev-dependencies.futures] version = "0.3" [dev-dependencies.http] version = "0.2" [dev-dependencies.pin-project-lite] version = "0.2" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.tokio] version = "1.6" features = [ "macros", "sync", "test-util", "rt-multi-thread", ] [dev-dependencies.tokio-stream] version = "0.1" [dev-dependencies.tokio-test] version = "0.4" [dev-dependencies.tracing] version = "0.1" features = ["std"] default-features = false [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "fmt", "ansi", ] default-features = false [features] __common = ["futures-core"] filter = [ "__common", "futures-util", ] full = [ "filter", "limit", "make", "retry", "timeout", "util", "util-tokio", ] limit = ["util"] make = [ "futures-util", "tokio/io-std", ] retry = [ "__common", "tokio/time", "util", ] timeout = [ "tokio/time", "tokio/macros", ] util = [ "__common", "futures-util", ] util-tokio = [ "util", "tokio/time", ]