human-readable-time 0.4.0

A data structure for managing a human readable time
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"
name = "human-readable-time"
version = "0.4.0"
authors = ["Tim Janke <tim+github@janke.biz>"]
exclude = [".github/", ".gitignore"]
description = "A data structure for managing a human readable time"
documentation = "https://docs.rs/human-readable-time"
readme = "README.md"
keywords = ["time", "duration", "datatype", "type"]
categories = ["value-formatting", "rust-patterns", "data-structures"]
license = "MIT"
repository = "https://github.com/flying7eleven/human-readable-time"
resolver = "2"

[[example]]
name = "cli_parsing_with_clap"
[dependencies.chrono]
version = "0.4.19"
optional = true
default-features = false

[dependencies.lazy_static]
version = "1.4.0"
default-features = false

[dependencies.regex]
version = "1.5.4"
features = ["std"]
default-features = false
[dev-dependencies.clap]
version = "3.0.0-beta.5"
features = ["std", "derive"]
default-features = false

[features]
default = ["chrono"]
[badges.maintenance]
status = "actively-developed"