# 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 = "human-chrono-parser" version = "0.0.1" authors = ["Erle Carrara "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = 'Parse human-written relative dates like "today" ,"tomorrow", "in 3 days", "next monday" and other variants.' readme = "README.md" keywords = [ "chrono", "date", "nlp", "parser", "human", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ecarrara/human-chrono-parser" [lib] name = "human_chrono_parser" path = "src/lib.rs" [[example]] name = "pt_br" path = "examples/pt_br.rs" [dependencies.chrono] version = "^0.4" [dependencies.winnow] version = "^0.6"