# 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 = "stry-evermore" version = "0.1.0" authors = ["Txuritan "] description = "A library allowing you to run an fixed number of asynchronous task repeatedly until a shutdown signal is sent out." documentation = "https://docs.rs/stry-evermore" license = "MIT" repository = "https://gitlab.com/stry-rs/evermore" [dependencies.futures-core] version = "0.3" [dependencies.log] version = "0.4" optional = true default-features = false [dependencies.pin-project] version = "1.0" [dependencies.tracing] version = "0.1" optional = true default-features = false [dependencies.tracing-futures] version = "0.2" optional = true default-features = false [features] with-log = ["log"] with-tracing = ["tracing", "tracing-futures"]