apub/apub-actix-web/Cargo.toml

15 lines
546 B
TOML
Raw Normal View History

2021-11-19 20:52:31 +00:00
[package]
name = "apub-actix-web"
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/" }
actix-web = { version = "4.0.0-beta.11", default-features = false }
2021-11-19 23:55:13 +00:00
http-signature-normalization-actix = { version = "0.5.0-beta.12", default-features = false, features = ["server", "digest"] }
2021-11-19 20:52:31 +00:00
serde = { version = "1", features = ["derive"] }
thiserror = "1"
url = { version = "2", features = ["serde"] }