dur 0.5.3

no_std duration parser and pretty-formatter for humans
Documentation
[dependencies.clap]
default-features = false
optional = true
version = "4.5.16"

[dependencies.nom]
default-features = false
version = "7.1.3"

[dependencies.rust_decimal]
default-features = false
features = ["std"]
version = "1.36.0"

[dependencies.serde]
default-features = false
optional = true
version = "1.0.209"

[dev-dependencies.serde_json]
version = "1.0.127"

[features]
alloc = []
clap = ["std", "clap/std", "clap/error-context"]
default = []
serde = ["alloc", "serde/alloc"]
std = ["alloc"]

[lib]
name = "dur"
path = "src/lib.rs"

[package]
authors = ["Taylan Gökkaya<insomnimus@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["date-and-time", "no-std", "parser-implementations", "text-processing", "value-formatting"]
description = "no_std duration parser and pretty-formatter for humans"
edition = "2021"
homepage = "https://github.com/insomnimus/dur"
keywords = ["duration", "human", "pretty-print", "format", "time"]
license = "MIT"
name = "dur"
readme = "readme.md"
repository = "https://github.com/insomnimus/dur"
version = "0.5.3"

[package.metadata.docs.rs]
all-features = true