aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml25
1 files changed, 12 insertions, 13 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2bae613..4fc7983 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,32 +1,31 @@
[package]
-
-name = "ilc"
+authors = ["Till Hoeppner <till@hoeppner.ws>"]
description = "IRC log converter/collector/cruncher"
homepage = "https://github.com/tilpner/ilc"
+license = "Apache-2.0"
+name = "ilc"
repository = "https://github.com/tilpner/ilc"
version = "0.1.1"
-license = "Apache-2.0"
-authors = ["Till Hoeppner <till@hoeppner.ws>"]
[[bin]]
-name = "ilc"
doc = false
+name = "ilc"
[dependencies]
-regex = "0.1.46"
+bincode = "0.4.0"
+blist = "0.0.4"
chrono = "0.2.18"
-docopt = "0.6.78"
-rustc-serialize = "0.3.16"
-log = "0.3.4"
+clap = "2.0.2"
env_logger = "0.3.2"
-bincode = "0.4.0"
glob = "0.2.10"
+log = "0.3.4"
+regex = "0.1.46"
rmp = "0.7.3"
rmp-serialize = "0.7.0"
-blist = "0.0.4"
+rustc-serialize = "0.3.16"
[profile.release]
-opt-level = 3
debug = false
-lto = true
debug-assertions = false
+lto = true
+opt-level = 3