# 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.67.1" name = "systemd-duration" version = "0.2.0" authors = ["Elizabeth Myers"] description = "Convert systemd style time durations into other formats" readme = "README.md" keywords = [ "systemd", "duration", "time", ] categories = [ "date-and-time", "parser-implementations", ] license = "CC0-1.0" repository = "https://github.com/Elizafox/systemd-duration" [dependencies.chrono] version = "0.4" optional = true [dependencies.nom] version = "7.1" features = ["alloc"] [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3" optional = true [dev-dependencies.chrono] version = "0.4" [dev-dependencies.time] version = "0.3" [features] default = [] with-chrono = ["dep:chrono"] with-time = ["dep:time"]