# 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.79" name = "nom-date-parsers" version = "1.1.0" authors = ["Сырцев Вадим Игоревич "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The bunch of combinators written with help of nom to parse the numeric and language-specific dates" homepage = "https://github.com/syrtcevvi/nom-date-parsers" readme = "README.md" keywords = [ "parsers", "numeric-dates", "language-specific", "nom-extension", "chrono-dates", ] license = "MIT" repository = "https://github.com/syrtcevvi/nom-date-parsers" [package.metadata.docs.rs] all-features = true cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] rustdoc-args = [ "--cfg", "docsrs", "-Znormalize-docs", ] [lib] name = "nom_date_parsers" path = "src/lib.rs" [[example]] name = "cli" path = "examples/cli.rs" [[bench]] name = "ru_bundle" path = "benches/ru_bundle.rs" harness = false required-features = ["ru"] [dependencies.chrono] version = "0.4.38" [dependencies.nom] version = "7.1.3" [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.rstest] version = "0.21.0" [features] default = [ "numeric", "quick", "en", ] en = [] nightly = [] numeric = [] quick = [] ru = []