[dependencies.chrono]
default-features = false
features = ["clock"]
version = "0.4.23"
[dependencies.lazy_static]
version = "1.4"
[dependencies.pidgin]
version = "0.4.4"
[dependencies.regex]
version = "1.7"
[dependencies.serde_json]
version = "1"
[features]
small_grammar = []
[package]
authors = ["dfhoughton <dfhoughton@gmail.com>"]
categories = ["date-and-time", "parsing"]
description = "parser for English time expressions"
documentation = "https://docs.rs/two_timer"
edition = "2018"
homepage = "https://github.com/dfhoughton/two-timer"
keywords = ["time", "nlp", "parse"]
license = "MIT"
name = "two_timer"
readme = "README.md"
repository = "https://github.com/dfhoughton/two-timer"
version = "2.2.5"
[profile.release]
panic = "abort"