# 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 = "dur" version = "0.5.1" authors = ["Taylan Gökkaya"] description = "Duration parser and formatter for humans" homepage = "https://github.com/insomnimus/dur" readme = "readme.md" keywords = [ "duration", "human", "pretty-print", "format", "time", ] categories = [ "date-and-time", "no-std", "parser-implementations", "text-processing", "value-formatting", ] license = "MIT" repository = "https://github.com/insomnimus/dur" [package.metadata.docs.rs] all-features = true [dependencies.clap] version = "4.5.4" optional = true default-features = false [dependencies.nom] version = "7.1.3" default-features = false [dependencies.rust_decimal] version = "1.35.0" features = ["std"] default-features = false [dependencies.serde] version = "1.0.197" optional = true default-features = false [dev-dependencies.serde_json] version = "1.0.115" [features] alloc = [] clap = [ "std", "clap/std", "clap/error-context", ] default = [] serde = [ "alloc", "serde/alloc", ] std = ["alloc"]