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