summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: c2e0a111c2664694eedec6fef4c8a0aa8522fb10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "two_timer"
version = "2.2.1"
authors = ["dfhoughton <dfhoughton@gmail.com>"]
description="parser for English time expressions"
homepage="https://github.com/dfhoughton/two-timer"
repository="https://github.com/dfhoughton/two-timer"
documentation = "https://docs.rs/two_timer"
keywords=["time", "nlp", "parse"]
categories=["date-and-time", "parsing"]
license="MIT"
edition = "2018"

[profile.release]
panic = "abort"

[dependencies]
pidgin = "0.4"
lazy_static = "1.4"
chrono = "0.4"
regex = "1"
serde_json = "1"

[features]
small_grammar = []