[dependencies.chrono]
version = "0.4"
[dependencies.pest]
version = "2"
[dependencies.pest_consume]
version = "1.1.3"
[dependencies.pest_derive]
version = "2"
[dependencies.thiserror]
version = "1.0.38"
[dev-dependencies]
[[example]]
name = "readme"
path = "examples/readme.rs"
[[example]]
name = "stdin"
path = "examples/stdin.rs"
[lib]
name = "human_date_parser"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Parses strings that express dates in a human way into ones usable by code."
edition = "2021"
homepage = "https://github.com/technologicalMayhem/human-date-parser"
license = "MIT"
name = "human-date-parser"
readme = "Readme.md"
repository = "https://github.com/technologicalMayhem/human-date-parser"
version = "0.3.1"