# 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 = "timer-util" version = "0.3.6" include = [ "LICENSE", "Cargo.toml", "README.md", "src/*.rs", "examples/*.rs", ] description = "a simple tool to compute time: easy to config, and easy to use." homepage = "https://docs.rs/timer-util/latest/timer-util/" documentation = "https://docs.rs/timer-util/latest/timer-util/" readme = "README.md" keywords = ["timer"] license-file = "LICENSE" repository = "https://github.com/jm-observer/timer-util" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.log] version = "0.4" [dev-dependencies.custom-utils] version = "0.8.1" features = ["dev"] [dev-dependencies.tokio] version = "1.18" features = [ "rt-multi-thread", "macros", "time", ]