2019-04-16 16:57:06 +02:00
|
|
|
[package]
|
|
|
|
name = "hoc"
|
2020-07-20 20:18:05 +02:00
|
|
|
version = "0.13.0"
|
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-12-26 05:20:46 +01:00
|
|
|
actix-web = "2.0.0"
|
2020-07-27 06:16:38 +02:00
|
|
|
badge = "0.3.0"
|
2020-07-14 06:19:23 +02:00
|
|
|
bytes = "0.5.6"
|
2020-05-11 06:19:54 +02:00
|
|
|
futures = "0.3.5"
|
2020-09-11 19:21:09 +02:00
|
|
|
git2 = "0.13.11"
|
2019-08-28 20:18:32 +02:00
|
|
|
lazy_static = "1.4.0"
|
2020-07-16 06:17:29 +02:00
|
|
|
log = "0.4.11"
|
2020-07-23 06:19:01 +02:00
|
|
|
log4rs = "0.13.0"
|
2020-05-01 13:11:21 +02:00
|
|
|
number_prefix = "0.4.0"
|
2019-04-16 16:57:06 +02:00
|
|
|
openssl-probe = "0.1.2"
|
2020-07-17 13:13:46 +02:00
|
|
|
reqwest = "0.10.6"
|
2020-09-11 19:20:46 +02:00
|
|
|
serde = "1.0.115"
|
2019-11-25 05:18:37 +01:00
|
|
|
serde_derive = "1.0.103"
|
2020-07-27 06:17:23 +02:00
|
|
|
serde_json = "1.0.57"
|
2020-09-11 19:21:11 +02:00
|
|
|
structopt = "0.3.17"
|
2020-05-01 06:16:49 +02:00
|
|
|
actix-rt = "1.1.1"
|
2019-04-23 18:19:35 +02:00
|
|
|
|
|
|
|
[build-dependencies]
|
2020-08-17 06:17:07 +02:00
|
|
|
ructe = "0.12.0"
|
2020-03-11 05:19:00 +01:00
|
|
|
vergen = "3.1.0"
|
2020-05-15 12:15:18 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
tempfile = "3.1.0"
|