timer-util 0.3.2

a simple tool to compute time: easy to config, and easy to use.
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.log]
version = "0.4"
[dev-dependencies.custom-utils]
features = ["dev"]
version = "0.8.1"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros", "time"]
version = "1.18"

[package]
description = "a simple tool to compute time: easy to config, and easy to use."
documentation = "https://docs.rs/timer-util/latest/timer-util/"
edition = "2021"
homepage = "https://docs.rs/timer-util/latest/timer-util/"
include = ["LICENSE", "Cargo.toml", "README.md", "src/*.rs", "examples/*.rs"]
keywords = ["timer"]
license-file = "LICENSE"
name = "timer-util"
readme = "README.md"
repository = "https://github.com/jm-observer/timer-util"
resolver = "2"
version = "0.3.2"