[[bench]]
harness = false
name = "tdt_bench"
path = "benches/tdt_bench.rs"
[[bin]]
name = "tdt"
path = "src/main.rs"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.serde]
features = ["derive"]
version = "1"
[dev-dependencies.chrono]
features = ["clock"]
version = "0.4"
[dev-dependencies.criterion]
version = "0.5"
[lib]
name = "tdt"
path = "src/lib.rs"
[package]
authors = ["JD Plumbing <jdplumbingsoflo@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["date-and-time", "command-line-utilities"]
description = "Time Delta Toolkit (TDT): count ticks, breakdown intervals, pretty-print elapsed/remaining time."
edition = "2021"
keywords = ["time", "delta", "ticks", "countdown", "clock"]
license = "MIT"
name = "tdt"
readme = "README.md"
repository = "https://github.com/JDPlumbing/tdt-rs"
version = "0.3.1"