# 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 = "parse_duration0" version = "3.0.0" authors = [ "zeta12ti ", "Mark ", ] description = "Parses a duration from a string. Fork with security fix." homepage = "https://github.com/mverleg/parse_duration/" documentation = "https://docs.rs/parse_duration0" readme = "README.md" keywords = [ "duration", "date", "string", "parse", ] categories = [ "command-line-interface", "parsing", ] license = "MIT" repository = "https://github.com/mverleg/parse_duration/" resolver = "2" [dependencies.lazy_static] version = "1.4.0" default-features = false [dependencies.regex] version = "1.5.6" features = [ "std", "perf", ] default-features = false