|
@@ -17,6 +17,17 @@ version = "1.0.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "aes"
|
|
|
+version = "0.8.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "cipher",
|
|
|
+ "cpufeatures",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "ahash"
|
|
|
version = "0.7.6"
|
|
@@ -85,7 +96,7 @@ checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
|
|
|
[[package]]
|
|
|
name = "appflowy-integrate"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=f9df5b9#f9df5b9b5bf1e74c305aafcaf57b7b18493bded5"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=e9a50f#e9a50f780fa97b1e3fce6ffe7720e9585d674974"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"collab",
|
|
@@ -576,6 +587,12 @@ dependencies = [
|
|
|
"vsimd",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "base64ct"
|
|
|
+version = "1.6.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "bincode"
|
|
|
version = "1.3.3"
|
|
@@ -744,6 +761,16 @@ dependencies = [
|
|
|
"either",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "bzip2"
|
|
|
+version = "0.4.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
|
|
|
+dependencies = [
|
|
|
+ "bzip2-sys",
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "bzip2-sys"
|
|
|
version = "0.1.11+1.0.8"
|
|
@@ -839,6 +866,16 @@ dependencies = [
|
|
|
"phf_codegen 0.11.1",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "cipher"
|
|
|
+version = "0.4.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
|
|
+dependencies = [
|
|
|
+ "crypto-common",
|
|
|
+ "inout",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "clang-sys"
|
|
|
version = "1.6.1"
|
|
@@ -888,7 +925,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=f9df5b9#f9df5b9b5bf1e74c305aafcaf57b7b18493bded5"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=e9a50f#e9a50f780fa97b1e3fce6ffe7720e9585d674974"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"bytes",
|
|
@@ -906,7 +943,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-client-ws"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=f9df5b9#f9df5b9b5bf1e74c305aafcaf57b7b18493bded5"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=e9a50f#e9a50f780fa97b1e3fce6ffe7720e9585d674974"
|
|
|
dependencies = [
|
|
|
"bytes",
|
|
|
"collab-sync",
|
|
@@ -924,7 +961,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-database"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=f9df5b9#f9df5b9b5bf1e74c305aafcaf57b7b18493bded5"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=e9a50f#e9a50f780fa97b1e3fce6ffe7720e9585d674974"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"async-trait",
|
|
@@ -951,7 +988,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-derive"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=f9df5b9#f9df5b9b5bf1e74c305aafcaf57b7b18493bded5"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=e9a50f#e9a50f780fa97b1e3fce6ffe7720e9585d674974"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
@@ -963,7 +1000,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-document"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=f9df5b9#f9df5b9b5bf1e74c305aafcaf57b7b18493bded5"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=e9a50f#e9a50f780fa97b1e3fce6ffe7720e9585d674974"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"collab",
|
|
@@ -982,7 +1019,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-folder"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=f9df5b9#f9df5b9b5bf1e74c305aafcaf57b7b18493bded5"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=e9a50f#e9a50f780fa97b1e3fce6ffe7720e9585d674974"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"chrono",
|
|
@@ -1002,7 +1039,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-persistence"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=f9df5b9#f9df5b9b5bf1e74c305aafcaf57b7b18493bded5"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=e9a50f#e9a50f780fa97b1e3fce6ffe7720e9585d674974"
|
|
|
dependencies = [
|
|
|
"bincode",
|
|
|
"chrono",
|
|
@@ -1022,7 +1059,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-plugins"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=f9df5b9#f9df5b9b5bf1e74c305aafcaf57b7b18493bded5"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=e9a50f#e9a50f780fa97b1e3fce6ffe7720e9585d674974"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"async-trait",
|
|
@@ -1052,7 +1089,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-sync"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=f9df5b9#f9df5b9b5bf1e74c305aafcaf57b7b18493bded5"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=e9a50f#e9a50f780fa97b1e3fce6ffe7720e9585d674974"
|
|
|
dependencies = [
|
|
|
"bytes",
|
|
|
"collab",
|
|
@@ -1134,6 +1171,12 @@ dependencies = [
|
|
|
"tracing-subscriber 0.3.16",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "constant_time_eq"
|
|
|
+version = "0.1.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "core-foundation"
|
|
|
version = "0.9.3"
|
|
@@ -1350,6 +1393,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "b28135ecf6b7d446b43e27e225622a038cc4e2930a1022f51cdb97ada19b8e4d"
|
|
|
dependencies = [
|
|
|
"byteorder",
|
|
|
+ "chrono",
|
|
|
"diesel_derives",
|
|
|
"libsqlite3-sys",
|
|
|
]
|
|
@@ -1949,6 +1993,7 @@ dependencies = [
|
|
|
"tokio-postgres",
|
|
|
"tracing",
|
|
|
"uuid",
|
|
|
+ "zip",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1960,6 +2005,7 @@ dependencies = [
|
|
|
"bytes",
|
|
|
"chrono",
|
|
|
"collab",
|
|
|
+ "collab-document",
|
|
|
"collab-folder",
|
|
|
"diesel",
|
|
|
"diesel_derives",
|
|
@@ -2518,6 +2564,15 @@ dependencies = [
|
|
|
"serde",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "inout"
|
|
|
+version = "0.1.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
|
|
+dependencies = [
|
|
|
+ "generic-array",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "instant"
|
|
|
version = "0.1.12"
|
|
@@ -3126,6 +3181,29 @@ dependencies = [
|
|
|
"regex",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "password-hash"
|
|
|
+version = "0.4.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
|
|
|
+dependencies = [
|
|
|
+ "base64ct",
|
|
|
+ "rand_core 0.6.4",
|
|
|
+ "subtle",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pbkdf2"
|
|
|
+version = "0.11.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
|
|
|
+dependencies = [
|
|
|
+ "digest",
|
|
|
+ "hmac",
|
|
|
+ "password-hash",
|
|
|
+ "sha2",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "peeking_take_while"
|
|
|
version = "0.1.2"
|
|
@@ -5531,6 +5609,45 @@ version = "1.6.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "zip"
|
|
|
+version = "0.6.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
|
|
|
+dependencies = [
|
|
|
+ "aes",
|
|
|
+ "byteorder",
|
|
|
+ "bzip2",
|
|
|
+ "constant_time_eq",
|
|
|
+ "crc32fast",
|
|
|
+ "crossbeam-utils",
|
|
|
+ "flate2",
|
|
|
+ "hmac",
|
|
|
+ "pbkdf2",
|
|
|
+ "sha1",
|
|
|
+ "time 0.3.21",
|
|
|
+ "zstd",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "zstd"
|
|
|
+version = "0.11.2+zstd.1.5.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
|
|
|
+dependencies = [
|
|
|
+ "zstd-safe",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "zstd-safe"
|
|
|
+version = "5.0.2+zstd.1.5.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+ "zstd-sys",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "zstd-sys"
|
|
|
version = "2.0.8+zstd.1.5.5"
|