humantime 2.4.0

A parser and formatter for std::time::{Duration, SystemTime}
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"]