[package]
edition = "2021"
rust-version = "1.60"
name = "humantime"
version = "2.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A parser and formatter for std::time::{Duration, SystemTime}"
homepage = "https://github.com/chronotope/humantime"
documentation = "https://docs.rs/humantime"
readme = "README.md"
keywords = [
"time",
"human",
"human-friendly",
"parser",
"duration",
]
categories = ["date-and-time"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/chronotope/humantime"
[features]
mu = []
[lib]
name = "humantime"
path = "src/lib.rs"
[[bench]]
name = "datetime_format"
path = "benches/datetime_format.rs"
harness = false
[[bench]]
name = "datetime_parse"
path = "benches/datetime_parse.rs"
harness = false
[dev-dependencies.bencher]
version = "0.1.5"
[dev-dependencies.chrono]
version = "0.4"
[dev-dependencies.rand]
version = "0.9"
[dev-dependencies.time]
version = "0.3"
features = ["formatting"]