aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 7978cd705824287fe865a53408cb497b41ac1ae0 (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
26
27
28
29
30
31
[package]

name = "ilc"
version = "0.0.1"
license = "Apache-2.0"
authors = ["Till Hoeppner <till@hoeppner.ws>"]

[[bin]]
name = "ilc"
doc = false

[dependencies]
regex = "*"
regex_macros = "*"
chrono = "*"
docopt = "*"
rustc-serialize = "*"
log = "*"
env_logger = "*"
bincode = "*"
combine = "*"
glob = "*"
rmp = "*"
rmp-serialize = "*"
blist = "*"

[profile.release]
opt-level = 3
debug = false
lto = true
debug-assertions = false