# 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 = "async_timing_util" version = "1.0.0" description = "tokio async functions for waiting until even intervals (on 1 min, 5 min, 30 min, etc), or waiting until a specified timestamp" readme = "README.md" license = "MIT" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.tokio] version = "1.38" features = ["time"]