# 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.77.2" name = "qsv-dateparser" version = "0.12.1" authors = ["Joel Natividad "] description = "Parse dates in string formats that are commonly used. Optimized for qsv." homepage = "https://github.com/jqnatividad/qsv-dateparser" readme = "README.md" keywords = [ "date", "time", "datetime", "parser", "parse", ] license = "MIT" repository = "https://github.com/jqnatividad/qsv-dateparser" [[bench]] name = "parse" harness = false [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = [ "clock", "std", ] default-features = false [dependencies.regex] version = "1" features = [ "std", "perf", ] default-features = false [dev-dependencies.chrono-tz] version = "0.9" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"]