]> Untitled Git - lemmy.git/blobdiff - crates/apub_lib/Cargo.toml
First pass at invite-only migration. (#1949)
[lemmy.git] / crates / apub_lib / Cargo.toml
index 53fa7ce43d4cf99ed6877c4fa9347981660564a3..a46d3c35613adfc06b1fc035700438fedfed283e 100644 (file)
@@ -1,19 +1,31 @@
 [package]
 name = "lemmy_apub_lib"
-version = "0.11.4-rc.28"
+version = "0.15.0-rc.6"
 edition = "2018"
 description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
+homepage = "https://join-lemmy.org/"
+documentation = "https://join-lemmy.org/docs/en/index.html"
 
 [dependencies]
-lemmy_utils = { version = "=0.11.4-rc.28", path = "../utils" }
-lemmy_websocket = { version = "=0.11.4-rc.28", path = "../websocket" }
-lemmy_apub_lib_derive = { version = "=0.11.4-rc.28", path = "../apub_lib_derive" }
-activitystreams = "0.7.0-alpha.11"
-serde = { version = "1.0.127", features = ["derive"] }
-async-trait = "0.1.51"
+lemmy_utils = { version = "=0.15.0-rc.6", path = "../utils" }
+lemmy_apub_lib_derive = { version = "=0.15.0-rc.6", path = "../apub_lib_derive" }
+activitystreams = "0.7.0-alpha.14"
+serde = { version = "1.0.131", features = ["derive"] }
+async-trait = "0.1.52"
 url = { version = "2.2.2", features = ["serde"] }
-serde_json = { version = "1.0.66", features = ["preserve_order"] }
-anyhow = "1.0.41"
-reqwest = { version = "0.11.4", features = ["json"] }
-log = "0.4.14"
+serde_json = { version = "1.0.72", features = ["preserve_order"] }
+anyhow = "1.0.51"
+reqwest = { version = "0.11.7", features = ["json"] }
+reqwest-middleware = "0.1.3"
+tracing = "0.1.29"
+base64 = "0.13.0"
+openssl = "0.10.38"
+once_cell = "1.8.0"
+http = "0.2.5"
+sha2 = "0.10.0"
+actix-web = { version = "4.0.0-beta.14", default-features = false }
+http-signature-normalization-actix = { version = "0.5.0-beta.14", default-features = false, features = ["server", "sha-2"] }
+http-signature-normalization-reqwest = { version = "0.4.0", default-features = false, features = ["sha-2", "middleware"] }
+background-jobs = "0.11.0"
+diesel = "1.4.8"