]> 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 6f8c841701ef4068085cceabb9feb89d1a69fa60..a46d3c35613adfc06b1fc035700438fedfed283e 100644 (file)
@@ -1,15 +1,31 @@
 [package]
 name = "lemmy_apub_lib"
-version = "0.1.0"
+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 = { path = "../utils" }
-lemmy_websocket = { path = "../websocket" }
-lemmy_apub_lib_derive = { path = "../apub_lib_derive" }
-activitystreams = "0.7.0-alpha.11"
-activitystreams-ext = "0.1.0-alpha.2"
-serde = { version = "1.0.123", features = ["derive"] }
-async-trait = "0.1.42"
-url = { version = "2.2.1", features = ["serde"] }
-serde_json = { version = "1.0.64", features = ["preserve_order"] }
+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.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"