2019-04-16 16:57:06 +02:00
|
|
|
[package]
|
|
|
|
name = "hoc"
|
2020-05-15 13:44:02 +02:00
|
|
|
version = "0.12.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 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"
|
2020-05-11 04:19:54 +00:00
|
|
|
futures = "0.3.5"
|
2020-04-27 04:16:26 +00:00
|
|
|
git2 = "0.13.5"
|
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-05-15 11:37:13 +00:00
|
|
|
log4rs = "0.12.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-04-04 11:22:37 +00:00
|
|
|
reqwest = "0.10.4"
|
2020-05-11 04:19:10 +00:00
|
|
|
serde = "1.0.110"
|
2019-11-25 04:18:37 +00:00
|
|
|
serde_derive = "1.0.103"
|
2020-05-11 04:19:34 +00:00
|
|
|
serde_json = "1.0.53"
|
2020-05-01 11:11:16 +00:00
|
|
|
structopt = "0.3.14"
|
2020-05-01 04:16:49 +00:00
|
|
|
actix-rt = "1.1.1"
|
2019-04-23 18:19:35 +02:00
|
|
|
|
|
|
|
[build-dependencies]
|
2020-04-27 04:16:47 +00:00
|
|
|
ructe = "0.11.4"
|
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"
|