[dependencies.anyhow]
version = "1.0"
[dependencies.log]
version = "0.4"
[dependencies.time]
features = ["local-offset", "formatting", "macros"]
version = "0.3"
[dev-dependencies.custom-utils]
default-features = false
features = ["logger"]
version = "0.5.0"
[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"]
license-file = "LICENSE"
name = "timer-util"
readme = "README.md"
repository = "https://github.com/jm-observer/timer-util"
resolver = "2"
version = "0.1.2"