aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 2ce1c620af05186475d21f5d889938ba0aa03f7b (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
[package]
authors = ["Till Hoeppner <till@hoeppner.ws>"]
description = "IRC log converter/collector/cruncher"
license = "BSD-3-Clause"
name = "ilc"
repository = "https://github.com/tilpner/ilc"
version = "0.3.0"
build = "build.rs"
exclude = [".cargo/**"]

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

[dependencies]
ilc-cli = "~0.1"
ilc-base = "~0.2"
ilc-ops = "~0.1"
ilc-format-weechat = "~0.2"
ilc-format-energymech = "~0.2"

[dev-dependencies]
flate2 = "~0.2"

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