2019-04-16 16:57:06 +02:00
|
|
|
[package]
|
|
|
|
name = "hoc"
|
2020-03-22 20:07:20 +01:00
|
|
|
version = "0.11.7"
|
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 04:20:46 +00:00
|
|
|
actix-web = "2.0.0"
|
2019-04-16 16:57:06 +02:00
|
|
|
badge = "0.2.0"
|
2020-02-12 19:11:52 +00:00
|
|
|
bytes = "0.5.4"
|
2019-11-25 16:41:24 +00:00
|
|
|
futures = "0.3.1"
|
2020-04-02 04:18:28 +00:00
|
|
|
git2 = "0.13.1"
|
2019-08-28 18:18:32 +00:00
|
|
|
lazy_static = "1.4.0"
|
2019-07-29 04:34:22 +00:00
|
|
|
log = "0.4.8"
|
2020-03-12 04:17:45 +00:00
|
|
|
log4rs = "0.11.0"
|
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"
|
2020-03-22 16:39:47 +00:00
|
|
|
reqwest = "0.10.3"
|
2020-03-22 16:38:06 +00:00
|
|
|
serde = "1.0.105"
|
2019-11-25 04:18:37 +00:00
|
|
|
serde_derive = "1.0.103"
|
2020-02-14 04:18:31 +00:00
|
|
|
serde_json = "1.0.48"
|
2020-03-22 16:38:05 +00:00
|
|
|
structopt = "0.3.12"
|
2020-02-12 19:45:18 +01:00
|
|
|
actix-rt = "1.0.0"
|
2019-04-23 18:19:35 +02:00
|
|
|
|
|
|
|
[build-dependencies]
|
2020-01-27 04:18:28 +00:00
|
|
|
ructe = "0.9.2"
|
2020-03-11 04:19:00 +00:00
|
|
|
vergen = "3.1.0"
|