# 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 = "tower-worker" version = "0.1.0" authors = ["Judge Maygarden "] description = "Provides Tower layers focused on wrapping services with asynchronous worker tasks\nthat may also make requests to the wrapped service.\n" homepage = "https://github.com/jmaygarden/tower-worker" documentation = "https://docs.rs/tower-worker/0.1.0" readme = "README.md" keywords = ["io", "async", "non-blocking", "futures", "service"] categories = ["asynchronous", "network-programming"] license = "MIT" repository = "https://github.com/jmaygarden/tower-worker" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.futures-util] version = "0.3" [dependencies.pin-project] version = "1" [dependencies.tokio] version = "1" features = ["rt"] optional = true [dependencies.tower-layer] version = "0.3" [dependencies.tower-service] version = "0.3" [features] default = ["full"] full = ["periodic"] periodic = ["tokio/time"]