[package] name = "apub-awc" description = "Utilities for building activitypub servers" version = "0.2.0" license = "AGPL-3.0" authors = ["asonix "] repository = "https://git.asonix.dog/asonix/apub" keywords = ["activitypub", "activitystreams", "federation", "async"] 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.14", default-features = false } apub-core = { version = "0.2.0", path = "../apub-core/" } async-trait = "0.1.51" awc = { version = "3.0.0-beta.12", 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" url = "2" [dev-dependencies] apub-openssl = { version = "0.2.0", path = "../apub-openssl/" } openssl = "0.10"