]> Untitled Git - lemmy.git/blob - crates/apub_lib/Cargo.toml
Version 0.14.0
[lemmy.git] / crates / apub_lib / Cargo.toml
1 [package]
2 name = "lemmy_apub_lib"
3 version = "0.14.0"
4 edition = "2018"
5 description = "A link aggregator for the fediverse"
6 license = "AGPL-3.0"
7 homepage = "https://join-lemmy.org/"
8 documentation = "https://join-lemmy.org/docs/en/index.html"
9
10 [dependencies]
11 lemmy_utils = { version = "=0.14.0", path = "../utils" }
12 lemmy_apub_lib_derive = { version = "=0.14.0", path = "../apub_lib_derive" }
13 activitystreams = "0.7.0-alpha.11"
14 serde = { version = "1.0.130", features = ["derive"] }
15 async-trait = "0.1.51"
16 url = { version = "2.2.2", features = ["serde"] }
17 serde_json = { version = "1.0.68", features = ["preserve_order"] }
18 anyhow = "1.0.44"
19 reqwest = { version = "0.11.4", features = ["json"] }
20 log = "0.4.14"
21 base64 = "0.13.0"
22 openssl = "0.10.36"
23 lazy_static = "1.4.0"
24 http = "0.2.5"
25 sha2 = "0.9.8"
26 actix-web = { version = "4.0.0-beta.9", default-features = false }
27 http-signature-normalization-actix = { version = "0.5.0-beta.10", default-features = false, features = ["server", "sha-2"] }
28 http-signature-normalization-reqwest = { version = "0.2.0", default-features = false, features = ["sha-2"] }
29 background-jobs = "0.9.1"
30 diesel = "1.4.8"