2019-04-16 16:57:06 +02:00
|
|
|
[package]
|
|
|
|
name = "hoc"
|
2019-04-30 16:46:27 +02:00
|
|
|
version = "0.2.2"
|
2019-04-16 16:57:06 +02:00
|
|
|
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
|
|
|
|
edition = "2018"
|
2019-04-23 18:19:35 +02:00
|
|
|
build = "build.rs"
|
2019-04-16 16:57:06 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2019-05-01 13:38:57 +02:00
|
|
|
actix-web = "1.0.0-beta.2"
|
2019-04-16 16:57:06 +02:00
|
|
|
badge = "0.2.0"
|
2019-04-16 21:35:28 +02:00
|
|
|
bytes = "0.4.12"
|
2019-05-01 13:38:57 +02:00
|
|
|
futures = "0.1.26"
|
2019-04-16 21:35:28 +02:00
|
|
|
git2 = "0.8.0"
|
2019-04-21 20:44:29 +02:00
|
|
|
lazy_static = "1.3.0"
|
2019-04-30 15:22:31 +02:00
|
|
|
log = "0.4.6"
|
2019-04-30 14:18:30 +02:00
|
|
|
number_prefix = "0.3.0"
|
2019-04-16 16:57:06 +02:00
|
|
|
openssl-probe = "0.1.2"
|
|
|
|
pretty_env_logger = "0.3.0"
|
2019-05-01 13:38:57 +02:00
|
|
|
reqwest = "0.9.16"
|
2019-04-19 16:00:56 +02:00
|
|
|
serde = "1.0.90"
|
|
|
|
serde_derive = "1.0.90"
|
2019-04-19 22:12:41 +02:00
|
|
|
serde_json = "1.0.39"
|
2019-04-16 21:35:28 +02:00
|
|
|
structopt = "0.2.15"
|
2019-04-23 18:19:35 +02:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
ructe = "0.6.2"
|
|
|
|
vergen = "3.0.4"
|