]> Untitled Git - lemmy.git/blob - crates/apub_lib/Cargo.toml
Fix prod deploy script and clippy (#1724)
[lemmy.git] / crates / apub_lib / Cargo.toml
1 [package]
2 name = "lemmy_apub_lib"
3 version = "0.11.4-rc.28"
4 edition = "2018"
5 description = "A link aggregator for the fediverse"
6 license = "AGPL-3.0"
7
8 [dependencies]
9 lemmy_utils = { version = "=0.11.4-rc.28", path = "../utils" }
10 lemmy_websocket = { version = "=0.11.4-rc.28", path = "../websocket" }
11 lemmy_apub_lib_derive = { version = "=0.11.4-rc.28", path = "../apub_lib_derive" }
12 activitystreams = "0.7.0-alpha.11"
13 serde = { version = "1.0.127", features = ["derive"] }
14 async-trait = "0.1.51"
15 url = { version = "2.2.2", features = ["serde"] }
16 serde_json = { version = "1.0.66", features = ["preserve_order"] }
17 anyhow = "1.0.41"
18 reqwest = { version = "0.11.4", features = ["json"] }
19 log = "0.4.14"