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