| # 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 = "dateparser" |
| version = "0.2.1" |
| authors = ["Rollie Ma <[email protected]>"] |
| description = "Parse dates in string formats that are commonly used" |
| homepage = "https://github.com/waltzofpearls/dateparser" |
| readme = "README.md" |
| keywords = [ |
| "date", |
| "time", |
| "datetime", |
| "parser", |
| "parse", |
| ] |
| license = "MIT" |
| repository = "https://github.com/waltzofpearls/dateparser" |
| |
| [[bench]] |
| name = "parse" |
| harness = false |
| |
| [dependencies.anyhow] |
| version = "1.0.75" |
| |
| [dependencies.chrono] |
| version = "0.4.31" |
| |
| [dependencies.lazy_static] |
| version = "1.4.0" |
| |
| [dependencies.regex] |
| version = "1.10.2" |
| |
| [dev-dependencies.chrono-tz] |
| version = "0.8.4" |
| |
| [dev-dependencies.criterion] |
| version = "0.5.1" |
| features = ["html_reports"] |