# 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-bridge" version = "0.2.0" authors = ["Glen De Cauwsemaecker "] description = """ Bridges a `tower-async` `Service` to be used within a `tower` (classic) environment, and also the other way around. """ homepage = "https://github.com/plabayo/tower-async" readme = "README.md" 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.async-lock] version = "3.1" [dependencies.tower] version = "0.4" optional = true [dependencies.tower-async-layer] version = "0.2" [dependencies.tower-async-service] version = "0.2" [dependencies.tower-layer] version = "0.3" [dependencies.tower-service] version = "0.3" [dev-dependencies.futures-core] version = "0.3" [dev-dependencies.hyper] version = "1" features = ["full"] [dev-dependencies.pin-project-lite] version = "0.2" [dev-dependencies.tokio] version = "1.11" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tokio-test] version = "0.4" [dev-dependencies.tower] version = "0.4" features = ["full"] [features] default = [] full = ["into_async"] into_async = ["tower/util"]