[[bin]]
name = "human-time"
path = "src/main.rs"
[dependencies.argh]
version = "0.1.13"
[dependencies.dirs]
version = "6.0.0"
[dependencies.human-time]
version = "0.1.6"
[dependencies.regex-lite]
version = "0.1.6"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.toml]
version = "0.8.20"
[lib]
name = "human_time_cli"
path = "src/lib.rs"
[package]
authors = ["Dave Johnson <thisdavej@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A command-line tool for converting time durations to human-readable formats, built using the `human-time` crate."
edition = "2024"
keywords = ["human", "time", "elapsed", "duration"]
license = "MIT"
name = "human-time-cli"
readme = "README.md"
repository = "https://github.com/thisdavej/human-time-cli"
version = "0.1.1"
[[test]]
name = "tests"
path = "tests/tests.rs"