apub/apub-reqwest/Cargo.toml

23 lines
641 B
TOML

[package]
name = "apub-reqwest"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
apub-core = { version = "0.1.0", path = "../apub-core/" }
async-trait = "0.1.51"
http-signature-normalization-reqwest = { version = "0.2.1", default-features = false, features = ["digest"] }
httpdate = "1.0.2"
reqwest = { version = "0.11.6", default-features = false, features = ["json"] }
serde = "1"
serde_json = "1"
thiserror = "1"
url = "2"
[dev-dependencies]
apub-rustcrypto = { version = "0.1.0", path = "../apub-rustcrypto/" }
rand = "0.8"
rsa = "0.5"