# 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 = "2018" name = "futures-ticker" version = "0.0.3" authors = ["Andreas Fuchs "] description = "An asynchronous recurring time event" documentation = "https://docs.rs/futures-ticker" readme = "README.md" license = "MIT" repository = "https://github.com/antifuchs/futures-ticker" [package.metadata.template_ci.clippy] allow_failure = false version = "stable" [dependencies.futures] version = "0.3.28" [dependencies.futures-timer] version = "3.0.2" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.smol] version = "1.2.5" [target."cfg(target_family = \"wasm\")".dependencies.instant] version = "0.1.12" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] branch = "master" repository = "antifuchs/futures-ticker"