apub/apub-awc/Cargo.toml

23 lines
700 B
TOML
Raw Normal View History

2021-11-18 04:17:36 +00:00
[package]
name = "apub-awc"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-http = { version = "3.0.0-beta.12", default-features = false }
apub-core = { version = "0.1.0", path = "../apub-core/" }
2021-11-28 02:06:53 +00:00
async-trait = "0.1.51"
2021-11-18 04:17:36 +00:00
awc = { version = "3.0.0-beta.10", default-features = false }
http-signature-normalization-actix = { version = "0.5.0-beta.12", default-features = false, features = ["client", "digest"] }
serde = "1"
serde_json = "1"
thiserror = "1"
2021-11-19 20:49:43 +00:00
tracing-awc = "0.1.0-beta.8"
2021-11-18 04:17:36 +00:00
url = "2"
2021-11-22 23:26:03 +00:00
[dev-dependencies]
apub-openssl = { version = "0.1.0", path = "../apub-openssl/" }
openssl = "0.10"