|
@@ -82,6 +82,21 @@ version = "1.0.70"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "appflowy-integrate"
|
|
|
+version = "0.1.0"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=d074c9#d074c94471f222e2701fe451f13c51aab39d2bf8"
|
|
|
+dependencies = [
|
|
|
+ "collab",
|
|
|
+ "collab-database",
|
|
|
+ "collab-document",
|
|
|
+ "collab-folder",
|
|
|
+ "collab-persistence",
|
|
|
+ "collab-plugins",
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "arrayvec"
|
|
|
version = "0.5.2"
|
|
@@ -159,6 +174,324 @@ version = "1.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "aws-config"
|
|
|
+version = "0.55.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "fc00553f5f3c06ffd4510a9d576f92143618706c45ea6ff81e84ad9be9588abd"
|
|
|
+dependencies = [
|
|
|
+ "aws-credential-types",
|
|
|
+ "aws-http",
|
|
|
+ "aws-sdk-sso",
|
|
|
+ "aws-sdk-sts",
|
|
|
+ "aws-smithy-async",
|
|
|
+ "aws-smithy-client",
|
|
|
+ "aws-smithy-http",
|
|
|
+ "aws-smithy-http-tower",
|
|
|
+ "aws-smithy-json",
|
|
|
+ "aws-smithy-types",
|
|
|
+ "aws-types",
|
|
|
+ "bytes",
|
|
|
+ "fastrand",
|
|
|
+ "hex",
|
|
|
+ "http",
|
|
|
+ "hyper",
|
|
|
+ "ring",
|
|
|
+ "time 0.3.21",
|
|
|
+ "tokio",
|
|
|
+ "tower",
|
|
|
+ "tracing",
|
|
|
+ "zeroize",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aws-credential-types"
|
|
|
+version = "0.55.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4cb57ac6088805821f78d282c0ba8aec809f11cbee10dda19a97b03ab040ccc2"
|
|
|
+dependencies = [
|
|
|
+ "aws-smithy-async",
|
|
|
+ "aws-smithy-types",
|
|
|
+ "fastrand",
|
|
|
+ "tokio",
|
|
|
+ "tracing",
|
|
|
+ "zeroize",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aws-endpoint"
|
|
|
+version = "0.55.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9c5f6f84a4f46f95a9bb71d9300b73cd67eb868bc43ae84f66ad34752299f4ac"
|
|
|
+dependencies = [
|
|
|
+ "aws-smithy-http",
|
|
|
+ "aws-smithy-types",
|
|
|
+ "aws-types",
|
|
|
+ "http",
|
|
|
+ "regex",
|
|
|
+ "tracing",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aws-http"
|
|
|
+version = "0.55.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a754683c322f7dc5167484266489fdebdcd04d26e53c162cad1f3f949f2c5671"
|
|
|
+dependencies = [
|
|
|
+ "aws-credential-types",
|
|
|
+ "aws-smithy-http",
|
|
|
+ "aws-smithy-types",
|
|
|
+ "aws-types",
|
|
|
+ "bytes",
|
|
|
+ "http",
|
|
|
+ "http-body",
|
|
|
+ "lazy_static",
|
|
|
+ "percent-encoding",
|
|
|
+ "pin-project-lite",
|
|
|
+ "tracing",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aws-sdk-dynamodb"
|
|
|
+version = "0.27.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "67fb64867fe098cffee7e34352b01bbfa2beb3aa1b2ff0e0a7bf9ff293557852"
|
|
|
+dependencies = [
|
|
|
+ "aws-credential-types",
|
|
|
+ "aws-endpoint",
|
|
|
+ "aws-http",
|
|
|
+ "aws-sig-auth",
|
|
|
+ "aws-smithy-async",
|
|
|
+ "aws-smithy-client",
|
|
|
+ "aws-smithy-http",
|
|
|
+ "aws-smithy-http-tower",
|
|
|
+ "aws-smithy-json",
|
|
|
+ "aws-smithy-types",
|
|
|
+ "aws-types",
|
|
|
+ "bytes",
|
|
|
+ "fastrand",
|
|
|
+ "http",
|
|
|
+ "regex",
|
|
|
+ "tokio-stream",
|
|
|
+ "tower",
|
|
|
+ "tracing",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aws-sdk-sso"
|
|
|
+version = "0.27.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "babfd626348836a31785775e3c08a4c345a5ab4c6e06dfd9167f2bee0e6295d6"
|
|
|
+dependencies = [
|
|
|
+ "aws-credential-types",
|
|
|
+ "aws-endpoint",
|
|
|
+ "aws-http",
|
|
|
+ "aws-sig-auth",
|
|
|
+ "aws-smithy-async",
|
|
|
+ "aws-smithy-client",
|
|
|
+ "aws-smithy-http",
|
|
|
+ "aws-smithy-http-tower",
|
|
|
+ "aws-smithy-json",
|
|
|
+ "aws-smithy-types",
|
|
|
+ "aws-types",
|
|
|
+ "bytes",
|
|
|
+ "http",
|
|
|
+ "regex",
|
|
|
+ "tokio-stream",
|
|
|
+ "tower",
|
|
|
+ "tracing",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aws-sdk-sts"
|
|
|
+version = "0.27.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2d0fbe3c2c342bc8dfea4bb43937405a8ec06f99140a0dcb9c7b59e54dfa93a1"
|
|
|
+dependencies = [
|
|
|
+ "aws-credential-types",
|
|
|
+ "aws-endpoint",
|
|
|
+ "aws-http",
|
|
|
+ "aws-sig-auth",
|
|
|
+ "aws-smithy-async",
|
|
|
+ "aws-smithy-client",
|
|
|
+ "aws-smithy-http",
|
|
|
+ "aws-smithy-http-tower",
|
|
|
+ "aws-smithy-json",
|
|
|
+ "aws-smithy-query",
|
|
|
+ "aws-smithy-types",
|
|
|
+ "aws-smithy-xml",
|
|
|
+ "aws-types",
|
|
|
+ "bytes",
|
|
|
+ "http",
|
|
|
+ "regex",
|
|
|
+ "tower",
|
|
|
+ "tracing",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aws-sig-auth"
|
|
|
+version = "0.55.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "84dc92a63ede3c2cbe43529cb87ffa58763520c96c6a46ca1ced80417afba845"
|
|
|
+dependencies = [
|
|
|
+ "aws-credential-types",
|
|
|
+ "aws-sigv4",
|
|
|
+ "aws-smithy-http",
|
|
|
+ "aws-types",
|
|
|
+ "http",
|
|
|
+ "tracing",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aws-sigv4"
|
|
|
+version = "0.55.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "392fefab9d6fcbd76d518eb3b1c040b84728ab50f58df0c3c53ada4bea9d327e"
|
|
|
+dependencies = [
|
|
|
+ "aws-smithy-http",
|
|
|
+ "form_urlencoded",
|
|
|
+ "hex",
|
|
|
+ "hmac",
|
|
|
+ "http",
|
|
|
+ "once_cell",
|
|
|
+ "percent-encoding",
|
|
|
+ "regex",
|
|
|
+ "sha2",
|
|
|
+ "time 0.3.21",
|
|
|
+ "tracing",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aws-smithy-async"
|
|
|
+version = "0.55.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ae23b9fe7a07d0919000116c4c5c0578303fbce6fc8d32efca1f7759d4c20faf"
|
|
|
+dependencies = [
|
|
|
+ "futures-util",
|
|
|
+ "pin-project-lite",
|
|
|
+ "tokio",
|
|
|
+ "tokio-stream",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aws-smithy-client"
|
|
|
+version = "0.55.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5230d25d244a51339273b8870f0f77874cd4449fb4f8f629b21188ae10cfc0ba"
|
|
|
+dependencies = [
|
|
|
+ "aws-smithy-async",
|
|
|
+ "aws-smithy-http",
|
|
|
+ "aws-smithy-http-tower",
|
|
|
+ "aws-smithy-types",
|
|
|
+ "bytes",
|
|
|
+ "fastrand",
|
|
|
+ "http",
|
|
|
+ "http-body",
|
|
|
+ "hyper",
|
|
|
+ "hyper-rustls",
|
|
|
+ "lazy_static",
|
|
|
+ "pin-project-lite",
|
|
|
+ "rustls",
|
|
|
+ "tokio",
|
|
|
+ "tower",
|
|
|
+ "tracing",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aws-smithy-http"
|
|
|
+version = "0.55.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b60e2133beb9fe6ffe0b70deca57aaeff0a35ad24a9c6fab2fd3b4f45b99fdb5"
|
|
|
+dependencies = [
|
|
|
+ "aws-smithy-types",
|
|
|
+ "bytes",
|
|
|
+ "bytes-utils",
|
|
|
+ "futures-core",
|
|
|
+ "http",
|
|
|
+ "http-body",
|
|
|
+ "hyper",
|
|
|
+ "once_cell",
|
|
|
+ "percent-encoding",
|
|
|
+ "pin-project-lite",
|
|
|
+ "pin-utils",
|
|
|
+ "tokio",
|
|
|
+ "tokio-util",
|
|
|
+ "tracing",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aws-smithy-http-tower"
|
|
|
+version = "0.55.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3a4d94f556c86a0dd916a5d7c39747157ea8cb909ca469703e20fee33e448b67"
|
|
|
+dependencies = [
|
|
|
+ "aws-smithy-http",
|
|
|
+ "aws-smithy-types",
|
|
|
+ "bytes",
|
|
|
+ "http",
|
|
|
+ "http-body",
|
|
|
+ "pin-project-lite",
|
|
|
+ "tower",
|
|
|
+ "tracing",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aws-smithy-json"
|
|
|
+version = "0.55.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5ce3d6e6ebb00b2cce379f079ad5ec508f9bcc3a9510d9b9c1840ed1d6f8af39"
|
|
|
+dependencies = [
|
|
|
+ "aws-smithy-types",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aws-smithy-query"
|
|
|
+version = "0.55.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d58edfca32ef9bfbc1ca394599e17ea329cb52d6a07359827be74235b64b3298"
|
|
|
+dependencies = [
|
|
|
+ "aws-smithy-types",
|
|
|
+ "urlencoding",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aws-smithy-types"
|
|
|
+version = "0.55.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "58db46fc1f4f26be01ebdb821751b4e2482cd43aa2b64a0348fb89762defaffa"
|
|
|
+dependencies = [
|
|
|
+ "base64-simd",
|
|
|
+ "itoa",
|
|
|
+ "num-integer",
|
|
|
+ "ryu",
|
|
|
+ "time 0.3.21",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aws-smithy-xml"
|
|
|
+version = "0.55.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "fb557fe4995bd9ec87fb244bbb254666a971dc902a783e9da8b7711610e9664c"
|
|
|
+dependencies = [
|
|
|
+ "xmlparser",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aws-types"
|
|
|
+version = "0.55.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "de0869598bfe46ec44ffe17e063ed33336e59df90356ca8ff0e8da6f7c1d994b"
|
|
|
+dependencies = [
|
|
|
+ "aws-credential-types",
|
|
|
+ "aws-smithy-async",
|
|
|
+ "aws-smithy-client",
|
|
|
+ "aws-smithy-http",
|
|
|
+ "aws-smithy-types",
|
|
|
+ "http",
|
|
|
+ "rustc_version",
|
|
|
+ "tracing",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "axum"
|
|
|
version = "0.6.15"
|
|
@@ -231,6 +564,16 @@ version = "0.21.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "base64-simd"
|
|
|
+version = "0.8.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
|
|
|
+dependencies = [
|
|
|
+ "outref",
|
|
|
+ "vsimd",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "basic-toml"
|
|
|
version = "0.1.2"
|
|
@@ -406,6 +749,16 @@ dependencies = [
|
|
|
"serde",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "bytes-utils"
|
|
|
+version = "0.1.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e47d3a8076e283f3acd27400535992edb3ba4b5bb72f8891ad8fbe7932a7d4b9"
|
|
|
+dependencies = [
|
|
|
+ "bytes",
|
|
|
+ "either",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "bzip2-sys"
|
|
|
version = "0.1.11+1.0.8"
|
|
@@ -457,7 +810,8 @@ dependencies = [
|
|
|
"js-sys",
|
|
|
"num-integer",
|
|
|
"num-traits",
|
|
|
- "time",
|
|
|
+ "serde",
|
|
|
+ "time 0.1.45",
|
|
|
"wasm-bindgen",
|
|
|
"winapi",
|
|
|
]
|
|
@@ -566,7 +920,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=f66084#f66084454c143418cf69155dc8cce77df2d57d0c"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=d074c9#d074c94471f222e2701fe451f13c51aab39d2bf8"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"bytes",
|
|
@@ -583,7 +937,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-client-ws"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=f66084#f66084454c143418cf69155dc8cce77df2d57d0c"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=d074c9#d074c94471f222e2701fe451f13c51aab39d2bf8"
|
|
|
dependencies = [
|
|
|
"bytes",
|
|
|
"collab-sync",
|
|
@@ -601,9 +955,10 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-database"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=f66084#f66084454c143418cf69155dc8cce77df2d57d0c"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=d074c9#d074c94471f222e2701fe451f13c51aab39d2bf8"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
+ "async-trait",
|
|
|
"chrono",
|
|
|
"collab",
|
|
|
"collab-derive",
|
|
@@ -624,7 +979,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-derive"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=f66084#f66084454c143418cf69155dc8cce77df2d57d0c"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=d074c9#d074c94471f222e2701fe451f13c51aab39d2bf8"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
@@ -636,7 +991,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-document"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=f66084#f66084454c143418cf69155dc8cce77df2d57d0c"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=d074c9#d074c94471f222e2701fe451f13c51aab39d2bf8"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"collab",
|
|
@@ -653,7 +1008,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-folder"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=f66084#f66084454c143418cf69155dc8cce77df2d57d0c"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=d074c9#d074c94471f222e2701fe451f13c51aab39d2bf8"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"collab",
|
|
@@ -671,7 +1026,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-persistence"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=f66084#f66084454c143418cf69155dc8cce77df2d57d0c"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=d074c9#d074c94471f222e2701fe451f13c51aab39d2bf8"
|
|
|
dependencies = [
|
|
|
"bincode",
|
|
|
"chrono",
|
|
@@ -691,12 +1046,24 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-plugins"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=f66084#f66084454c143418cf69155dc8cce77df2d57d0c"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=d074c9#d074c94471f222e2701fe451f13c51aab39d2bf8"
|
|
|
dependencies = [
|
|
|
+ "anyhow",
|
|
|
+ "async-trait",
|
|
|
+ "aws-config",
|
|
|
+ "aws-credential-types",
|
|
|
+ "aws-sdk-dynamodb",
|
|
|
"collab",
|
|
|
"collab-client-ws",
|
|
|
"collab-persistence",
|
|
|
"collab-sync",
|
|
|
+ "futures-util",
|
|
|
+ "parking_lot 0.12.1",
|
|
|
+ "rand 0.8.5",
|
|
|
+ "rusoto_credential",
|
|
|
+ "thiserror",
|
|
|
+ "tokio",
|
|
|
+ "tokio-retry",
|
|
|
"tracing",
|
|
|
"y-sync",
|
|
|
"yrs",
|
|
@@ -705,7 +1072,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-sync"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=f66084#f66084454c143418cf69155dc8cce77df2d57d0c"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=d074c9#d074c94471f222e2701fe451f13c51aab39d2bf8"
|
|
|
dependencies = [
|
|
|
"bytes",
|
|
|
"collab",
|
|
@@ -1121,6 +1488,28 @@ checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
|
|
|
dependencies = [
|
|
|
"block-buffer 0.10.4",
|
|
|
"crypto-common",
|
|
|
+ "subtle",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "dirs-next"
|
|
|
+version = "2.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "dirs-sys-next",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "dirs-sys-next"
|
|
|
+version = "0.1.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+ "redox_users",
|
|
|
+ "winapi",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1361,8 +1750,8 @@ dependencies = [
|
|
|
name = "flowy-core"
|
|
|
version = "0.1.0"
|
|
|
dependencies = [
|
|
|
+ "appflowy-integrate",
|
|
|
"bytes",
|
|
|
- "collab-persistence",
|
|
|
"console-subscriber",
|
|
|
"database-model",
|
|
|
"flowy-client-ws",
|
|
@@ -1396,13 +1785,14 @@ name = "flowy-database2"
|
|
|
version = "0.1.0"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
+ "appflowy-integrate",
|
|
|
"async-stream",
|
|
|
+ "async-trait",
|
|
|
"bytes",
|
|
|
"chrono",
|
|
|
"chrono-tz 0.8.2",
|
|
|
"collab",
|
|
|
"collab-database",
|
|
|
- "collab-plugins",
|
|
|
"dashmap",
|
|
|
"database-model",
|
|
|
"fancy-regex 0.10.0",
|
|
@@ -1501,10 +1891,10 @@ dependencies = [
|
|
|
name = "flowy-document2"
|
|
|
version = "0.1.0"
|
|
|
dependencies = [
|
|
|
+ "appflowy-integrate",
|
|
|
"bytes",
|
|
|
"collab",
|
|
|
"collab-document",
|
|
|
- "collab-plugins",
|
|
|
"flowy-codegen",
|
|
|
"flowy-derive",
|
|
|
"flowy-error",
|
|
@@ -1552,11 +1942,11 @@ dependencies = [
|
|
|
name = "flowy-folder2"
|
|
|
version = "0.1.0"
|
|
|
dependencies = [
|
|
|
+ "appflowy-integrate",
|
|
|
"bytes",
|
|
|
"chrono",
|
|
|
"collab",
|
|
|
"collab-folder",
|
|
|
- "collab-plugins",
|
|
|
"flowy-codegen",
|
|
|
"flowy-derive",
|
|
|
"flowy-document",
|
|
@@ -1773,8 +2163,8 @@ dependencies = [
|
|
|
name = "flowy-user"
|
|
|
version = "0.1.0"
|
|
|
dependencies = [
|
|
|
+ "appflowy-integrate",
|
|
|
"bytes",
|
|
|
- "collab-persistence",
|
|
|
"diesel",
|
|
|
"diesel_derives",
|
|
|
"flowy-codegen",
|
|
@@ -2117,6 +2507,21 @@ version = "0.3.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "hex"
|
|
|
+version = "0.4.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "hmac"
|
|
|
+version = "0.12.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
+dependencies = [
|
|
|
+ "digest 0.10.6",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "http"
|
|
|
version = "0.2.9"
|
|
@@ -2200,6 +2605,21 @@ dependencies = [
|
|
|
"want",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "hyper-rustls"
|
|
|
+version = "0.23.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
|
|
|
+dependencies = [
|
|
|
+ "http",
|
|
|
+ "hyper",
|
|
|
+ "log",
|
|
|
+ "rustls",
|
|
|
+ "rustls-native-certs",
|
|
|
+ "tokio",
|
|
|
+ "tokio-rustls",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "hyper-timeout"
|
|
|
version = "0.4.1"
|
|
@@ -2893,6 +3313,12 @@ dependencies = [
|
|
|
"winapi",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "outref"
|
|
|
+version = "0.5.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "overload"
|
|
|
version = "0.1.1"
|
|
@@ -3567,6 +3993,17 @@ dependencies = [
|
|
|
"bitflags",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "redox_users"
|
|
|
+version = "0.4.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
|
|
+dependencies = [
|
|
|
+ "getrandom 0.2.9",
|
|
|
+ "redox_syscall 0.2.16",
|
|
|
+ "thiserror",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "regex"
|
|
|
version = "1.7.3"
|
|
@@ -3649,6 +4086,21 @@ dependencies = [
|
|
|
"serde_json",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "ring"
|
|
|
+version = "0.16.20"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
+dependencies = [
|
|
|
+ "cc",
|
|
|
+ "libc",
|
|
|
+ "once_cell",
|
|
|
+ "spin",
|
|
|
+ "untrusted",
|
|
|
+ "web-sys",
|
|
|
+ "winapi",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "rkyv"
|
|
|
version = "0.7.41"
|
|
@@ -3684,6 +4136,24 @@ dependencies = [
|
|
|
"librocksdb-sys",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "rusoto_credential"
|
|
|
+version = "0.48.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ee0a6c13db5aad6047b6a44ef023dbbc21a056b6dab5be3b79ce4283d5c02d05"
|
|
|
+dependencies = [
|
|
|
+ "async-trait",
|
|
|
+ "chrono",
|
|
|
+ "dirs-next",
|
|
|
+ "futures",
|
|
|
+ "hyper",
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+ "shlex",
|
|
|
+ "tokio",
|
|
|
+ "zeroize",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "rust_decimal"
|
|
|
version = "1.29.1"
|
|
@@ -3747,6 +4217,39 @@ dependencies = [
|
|
|
"windows-sys 0.48.0",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "rustls"
|
|
|
+version = "0.20.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
|
|
|
+dependencies = [
|
|
|
+ "log",
|
|
|
+ "ring",
|
|
|
+ "sct",
|
|
|
+ "webpki",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "rustls-native-certs"
|
|
|
+version = "0.6.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
|
|
|
+dependencies = [
|
|
|
+ "openssl-probe",
|
|
|
+ "rustls-pemfile",
|
|
|
+ "schannel",
|
|
|
+ "security-framework",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "rustls-pemfile"
|
|
|
+version = "1.0.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
|
|
|
+dependencies = [
|
|
|
+ "base64 0.21.0",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "rustversion"
|
|
|
version = "1.0.12"
|
|
@@ -3808,6 +4311,16 @@ version = "1.0.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "sct"
|
|
|
+version = "0.7.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
|
|
+dependencies = [
|
|
|
+ "ring",
|
|
|
+ "untrusted",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "seahash"
|
|
|
version = "4.1.0"
|
|
@@ -4076,6 +4589,12 @@ dependencies = [
|
|
|
"winapi",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "spin"
|
|
|
+version = "0.5.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "static_assertions"
|
|
|
version = "1.1.0"
|
|
@@ -4100,6 +4619,12 @@ dependencies = [
|
|
|
"syn 1.0.109",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "subtle"
|
|
|
+version = "2.4.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "syn"
|
|
|
version = "1.0.109"
|
|
@@ -4243,6 +4768,32 @@ dependencies = [
|
|
|
"winapi",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "time"
|
|
|
+version = "0.3.21"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
|
|
|
+dependencies = [
|
|
|
+ "serde",
|
|
|
+ "time-core",
|
|
|
+ "time-macros",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "time-core"
|
|
|
+version = "0.1.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "time-macros"
|
|
|
+version = "0.2.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
|
|
|
+dependencies = [
|
|
|
+ "time-core",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "tinytemplate"
|
|
|
version = "1.2.1"
|
|
@@ -4330,6 +4881,17 @@ dependencies = [
|
|
|
"tokio",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "tokio-rustls"
|
|
|
+version = "0.23.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
|
|
|
+dependencies = [
|
|
|
+ "rustls",
|
|
|
+ "tokio",
|
|
|
+ "webpki",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "tokio-stream"
|
|
|
version = "0.1.14"
|
|
@@ -4750,6 +5312,12 @@ version = "0.1.10"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "untrusted"
|
|
|
+version = "0.7.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "url"
|
|
|
version = "2.3.1"
|
|
@@ -4761,6 +5329,12 @@ dependencies = [
|
|
|
"percent-encoding",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "urlencoding"
|
|
|
+version = "2.1.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "user-model"
|
|
|
version = "0.1.0"
|
|
@@ -4814,6 +5388,12 @@ version = "0.9.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "vsimd"
|
|
|
+version = "0.8.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "walkdir"
|
|
|
version = "2.3.3"
|
|
@@ -4928,6 +5508,16 @@ dependencies = [
|
|
|
"wasm-bindgen",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "webpki"
|
|
|
+version = "0.22.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
|
|
+dependencies = [
|
|
|
+ "ring",
|
|
|
+ "untrusted",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "which"
|
|
|
version = "4.4.0"
|
|
@@ -5146,6 +5736,12 @@ dependencies = [
|
|
|
"serde_repr",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "xmlparser"
|
|
|
+version = "0.13.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "y-sync"
|
|
|
version = "0.3.1"
|
|
@@ -5180,6 +5776,12 @@ dependencies = [
|
|
|
"thiserror",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "zeroize"
|
|
|
+version = "1.6.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "zstd-sys"
|
|
|
version = "2.0.8+zstd.1.5.5"
|