# 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-test" version = "0.2.0" authors = ["Glen De Cauwsemaecker "] description = """ Utilities for writing client and server `Service` tests. An \"Async Trait\" spiritual fork from the original tower-test Library. """ 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.tokio] version = "1.0" features = ["sync"] [dependencies.tower-async-layer] version = "0.2" [dependencies.tower-async-service] version = "0.2" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt", ]