[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/" } async-trait = "0.1.51" 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" tracing-awc = "0.1.0-beta.8" url = "2" [dev-dependencies] apub-openssl = { version = "0.1.0", path = "../apub-openssl/" } openssl = "0.10"