# 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 = "service-async" version = "0.2.4" authors = ["ChiHai "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Service like tower in async style" readme = "README.md" keywords = [ "service", "async", ] categories = ["asynchronous"] license = "MIT/Apache-2.0" repository = "https://github.com/ihciah/service-async" [lib] name = "service_async" path = "src/lib.rs" [[example]] name = "async_demo" path = "examples/async_demo.rs" [[example]] name = "demo" path = "examples/demo.rs" [dependencies.param] version = "0.1.2" [target."cfg(not(unix))".dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [target."cfg(unix)".dev-dependencies.monoio] version = "0.2.0"