# 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_interval" version = "0.2.0" description = "Parse text with a specific format into a time interval." readme = "README.md" keywords = [ "time", "duration", "interval", "parsing", ] categories = [ "command-line-interface", "date-and-time", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Pulau-Komodo/parse_interval" [[bench]] name = "date_benchmark" harness = false [dependencies.chrono] version = "0.4.33" [dependencies.regex] version = "1.10.3" features = [ "std", "perf", "unicode-case", ] default_features = false [dependencies.thiserror] version = "1.0.56" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"]