summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 26f7151b3bf715a40346ef6fe626d508faaa6f96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "two_timer"
version = "1.0.6"
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="GPL-2.0"
edition = "2018"

[profile.release]
panic = "abort"

[dependencies]
pidgin = "0.3"
lazy_static = "1.2"
chrono = "0.4"
regex = "1"