# 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 = "repeating_future" version = "0.1.0" authors = ["Dirk Faust "] description = "[RepeatingFuture] is a [Future] that can call an async function of an object over and over again." keywords = ["future", "async", "stream"] license = "MIT" repository = "https://github.com/Dirk007/repeating_future" resolver = "2" [[example]] name = "manual" [dependencies.anyhow] version = "1.0.53" optional = true [dependencies.futures] version = "0.3.21" [dependencies.futures-lite] version = "1.12.0" [dependencies.pin-project] version = "1.0.10" optional = true [dependencies.pin-utils] version = "0.1.0" [dependencies.rumqttc] version = "0.10.0" optional = true [dependencies.tokio] version = "1.17.0" features = ["rt-multi-thread"] optional = true [dev-dependencies.anyhow] version = "1.0.53" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.futures] version = "0.3.21" [dev-dependencies.futures-lite] version = "1.12.0" [dev-dependencies.log] version = "0.4.14" [dev-dependencies.pin-project] version = "1.0.10" [dev-dependencies.pin-utils] version = "0.1.0" [dev-dependencies.rumqttc] version = "0.10.0" [dev-dependencies.tokio] version = "1.17.0" features = ["rt-multi-thread"] [features] default = ["streams"] streams = ["rumqttc", "tokio", "anyhow", "pin-project"]