2019-04-16 16:57:06 +02:00
|
|
|
[package]
|
|
|
|
name = "hoc"
|
2020-10-28 09:08:30 +01:00
|
|
|
version = "0.14.3"
|
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-10-27 08:07:18 +00:00
|
|
|
actix-web = "3.1.0"
|
2020-07-27 04:16:38 +00:00
|
|
|
badge = "0.3.0"
|
2020-10-27 09:32:39 +00:00
|
|
|
bytes = "0.6.0"
|
2020-10-26 04:17:33 +00:00
|
|
|
futures = "0.3.7"
|
2020-10-28 08:05:44 +00:00
|
|
|
git2 = "0.13.12"
|
2019-08-28 18:18:32 +00:00
|
|
|
lazy_static = "1.4.0"
|
2020-07-16 04:17:29 +00:00
|
|
|
log = "0.4.11"
|
2020-07-23 04:19:01 +00:00
|
|
|
log4rs = "0.13.0"
|
2020-05-01 11:11:21 +00:00
|
|
|
number_prefix = "0.4.0"
|
2019-04-16 16:57:06 +02:00
|
|
|
openssl-probe = "0.1.2"
|
2020-09-11 17:40:12 +00:00
|
|
|
reqwest = "0.10.8"
|
2020-10-16 04:22:26 +00:00
|
|
|
serde = "1.0.117"
|
2019-11-25 04:18:37 +00:00
|
|
|
serde_derive = "1.0.103"
|
2020-10-13 04:19:16 +00:00
|
|
|
serde_json = "1.0.59"
|
2020-10-27 08:07:15 +00:00
|
|
|
structopt = "0.3.20"
|
2020-05-01 04:16:49 +00:00
|
|
|
actix-rt = "1.1.1"
|
2019-04-23 18:19:35 +02:00
|
|
|
|
|
|
|
[build-dependencies]
|
2020-08-17 04:17:07 +00:00
|
|
|
ructe = "0.12.0"
|
2020-03-11 04:19:00 +00:00
|
|
|
vergen = "3.1.0"
|
2020-05-15 12:15:18 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
tempfile = "3.1.0"
|