aboutsummaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
blob: e958ef5e3356d48f1209a382e2157e86db71a2ad (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]
name = "ilc-cli"
version = "0.1.2"
description = "IRC log converter/collector/cruncher"
homepage = "https://github.com/tilpner/ilc"
license = "Apache-2.0"
repository = "https://github.com/tilpner/ilc"
authors = ["Till Höppner <till@hoeppner.ws>"]
build = "build.rs"

[features]
default = ["ilc-format-weechat", "ilc-format-energymech"]

[dependencies]
log = "0.3.5"
clap = "2.1.2"
chrono = "0.2.19"
serde = "~0.7"
serde_json = "~0.7"
env_logger = "0.3.2"
glob = "0.2.10"
ilc-base = "~0.2"
ilc-ops = "~0.1"
ilc-format-weechat = { optional = true, version = "~0.2" }
ilc-format-energymech = { optional = true, version = "~0.2" }
includedir = "~0.2"

[build-dependencies]
includedir_codegen = "~0.2"