[package] name = "awc-example" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-rt = "2.4.0" apub = { version = "0.2.0", path = "../../", features = ["with-awc", "with-rustcrypto"] } awc = { version = "3.0.0-beta.10", default-features = false, features = ["rustls"] } example-types = { version = "0.1.0", path = "../example-types/" } rand = "0.8.4" rsa = "0.5.0"