apub/apub-awc/Cargo.toml

18 lines
576 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-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"