-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
57 lines (52 loc) · 1.03 KB
/
Cargo.toml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[package]
name = "epg-server"
version = "0.1.0"
authors = ["Alex Maystrenko <[email protected]>"]
edition = '2018'
[dependencies]
iron = "*"
router = "*"
mount = "0.4"
staticfile = "0.5"
persistent = "*"
urlencoded = "*"
multipart = "0.18"
reqwest = { version = "0.11", features = ["blocking", "gzip"] }
tokio = "0.2"
hyperx = "0.14"
flate2 = "1.0"
quick-xml = "0.22"
failure = "*"
mime = "0.3"
chrono = "0.4"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
clap = "2"
dotenv = "0.15"
recaptcha = "0.5"
rusqlite = { version = "^0.24", features = ["functions"] }
migrant_lib = { version = "0.32", features = ["d-sqlite"] }
error-chain = "*"
askama = { version = "0.10", features = ["with-iron"] }
askama_iron = "0.10"
regex = "1.3"
lazy_static = "1.4"
vtext = "0.2.0"
sprs = "0.7.1"
rand = "*"
[dev-dependencies]
assert_approx_eq = "1.1"
matches = "0.1"
bencher = "*"
indoc = "0.3"
serial_test = "*"
ndarray = "*"
strsim = "0.9"
fuzzy_match = "*"
ngrammatic = "*"
[profile.dev]
# opt-level = 1
# [[bench]]
# name = "fuzzy"
# harness = false