# 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" rust-version = "1.71" name = "timeware" version = "0.2.0" authors = ["Ruan Petterson "] description = "A simple timer used to schedule execution of closures at a given timestamp." readme = "README.md" license = "MIT" repository = "https://github.com/ruanpetterson/timeware" [profile.release] debug = 2 [dependencies.chrono] version = "0.4.26" features = ["serde"] [dependencies.futures] version = "0.3.28" [dependencies.thiserror] version = "1.0.44" [dependencies.tokio] version = "1.29.1" features = [ "macros", "sync", "time", ] [dependencies.tracing] version = "0.1.37" [dev-dependencies.anyhow] version = "1.0.72" [dev-dependencies.axum] version = "0.6.19" features = ["macros"] [dev-dependencies.serde] version = "1.0.171" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.103" [dev-dependencies.tokio] version = "1.29.1" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.17"