2019-04-16 16:57:06 +02:00
|
|
|
[package]
|
|
|
|
name = "hoc"
|
2021-03-22 08:38:45 +01:00
|
|
|
version = "0.17.1"
|
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]
|
2021-02-26 15:51:35 +01:00
|
|
|
actix-rt = "1.1.1"
|
2020-12-02 04:17:45 +00:00
|
|
|
actix-web = "3.3.2"
|
2020-07-27 04:16:38 +00:00
|
|
|
badge = "0.3.0"
|
2021-02-10 17:07:29 +00:00
|
|
|
bytes = "1.0.1"
|
2020-11-24 19:06:18 +01:00
|
|
|
config = { version = "0.10.1", features = ["toml"] }
|
|
|
|
dotenv = "0.15.0"
|
2021-02-26 16:35:14 +01:00
|
|
|
futures = "0.3.13"
|
2021-01-25 04:16:33 +00:00
|
|
|
git2 = "0.13.17"
|
2019-08-28 18:18:32 +00:00
|
|
|
lazy_static = "1.4.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"
|
2021-02-26 16:04:58 +01:00
|
|
|
reqwest = "0.10.10"
|
2021-02-11 10:12:45 +00:00
|
|
|
serde = "1.0.123"
|
2021-02-26 16:35:14 +01:00
|
|
|
serde_derive = "1.0.123"
|
2021-02-26 04:19:16 +00:00
|
|
|
serde_json = "1.0.63"
|
2021-02-26 14:29:17 +00:00
|
|
|
tracing = "0.1.25"
|
2020-10-30 16:40:35 +01:00
|
|
|
tracing-actix-web = "0.2.1"
|
2021-02-26 14:31:17 +00:00
|
|
|
tracing-futures = "0.2.5"
|
2021-02-22 04:14:56 +00:00
|
|
|
tracing-subscriber = "0.2.16"
|
2019-04-23 18:19:35 +02:00
|
|
|
|
|
|
|
[build-dependencies]
|
2020-11-16 04:19:05 +00:00
|
|
|
ructe = "0.13.0"
|
2021-02-26 16:12:47 +01:00
|
|
|
vergen = { version = "4.1.0", default-features = false, features = ["git"] }
|
2020-05-15 12:15:18 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2021-02-10 17:04:57 +00:00
|
|
|
tempfile = "3.2.0"
|