2019-04-16 16:57:06 +02:00
|
|
|
[package]
|
|
|
|
name = "hoc"
|
2020-09-19 14:23:21 +02:00
|
|
|
version = "0.14.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]
|
2020-09-16 06:18:46 +02:00
|
|
|
actix-web = "3.0.2"
|
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-10-26 05:17:33 +01:00
|
|
|
futures = "0.3.7"
|
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-09-11 19:40:12 +02:00
|
|
|
reqwest = "0.10.8"
|
2020-10-16 06:22:26 +02:00
|
|
|
serde = "1.0.117"
|
2019-11-25 05:18:37 +01:00
|
|
|
serde_derive = "1.0.103"
|
2020-10-13 06:19:16 +02:00
|
|
|
serde_json = "1.0.59"
|
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"
|