|
@@ -220,6 +220,26 @@ dependencies = [
|
|
|
"serde",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "bindgen"
|
|
|
+version = "0.64.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"
|
|
|
+dependencies = [
|
|
|
+ "bitflags",
|
|
|
+ "cexpr",
|
|
|
+ "clang-sys",
|
|
|
+ "lazy_static",
|
|
|
+ "lazycell",
|
|
|
+ "peeking_take_while",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "regex",
|
|
|
+ "rustc-hash",
|
|
|
+ "shlex",
|
|
|
+ "syn 1.0.109",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "bit-set"
|
|
|
version = "0.5.3"
|
|
@@ -390,6 +410,17 @@ dependencies = [
|
|
|
"serde",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "bzip2-sys"
|
|
|
+version = "0.1.11+1.0.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
|
|
|
+dependencies = [
|
|
|
+ "cc",
|
|
|
+ "libc",
|
|
|
+ "pkg-config",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "cairo-rs"
|
|
|
version = "0.15.12"
|
|
@@ -429,6 +460,9 @@ name = "cc"
|
|
|
version = "1.0.79"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
|
|
+dependencies = [
|
|
|
+ "jobserver",
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
|
name = "cesu8"
|
|
@@ -436,6 +470,15 @@ version = "1.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "cexpr"
|
|
|
+version = "0.6.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
|
+dependencies = [
|
|
|
+ "nom 7.1.3",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "cfb"
|
|
|
version = "0.6.1"
|
|
@@ -507,6 +550,17 @@ dependencies = [
|
|
|
"phf_codegen 0.10.0",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "clang-sys"
|
|
|
+version = "1.6.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
|
|
|
+dependencies = [
|
|
|
+ "glob",
|
|
|
+ "libc",
|
|
|
+ "libloading",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "cmd_lib"
|
|
|
version = "1.3.0"
|
|
@@ -576,7 +630,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab#986737b4125162ae94dbeb6ece8267714f67b1dd"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=fd64f5#fd64f5b9ccc40aa52eae34789133f39172259832"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"bytes",
|
|
@@ -594,7 +648,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-derive"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab#986737b4125162ae94dbeb6ece8267714f67b1dd"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=fd64f5#fd64f5b9ccc40aa52eae34789133f39172259832"
|
|
|
dependencies = [
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
@@ -606,7 +660,7 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-document"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab#986737b4125162ae94dbeb6ece8267714f67b1dd"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=fd64f5#fd64f5b9ccc40aa52eae34789133f39172259832"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"collab",
|
|
@@ -617,12 +671,13 @@ dependencies = [
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
"thiserror",
|
|
|
+ "tracing",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "collab-folder"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab#986737b4125162ae94dbeb6ece8267714f67b1dd"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=fd64f5#fd64f5b9ccc40aa52eae34789133f39172259832"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"collab",
|
|
@@ -640,16 +695,20 @@ dependencies = [
|
|
|
[[package]]
|
|
|
name = "collab-persistence"
|
|
|
version = "0.1.0"
|
|
|
-source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab#986737b4125162ae94dbeb6ece8267714f67b1dd"
|
|
|
+source = "git+https://github.com/AppFlowy-IO/AppFlowy-Collab?rev=fd64f5#fd64f5b9ccc40aa52eae34789133f39172259832"
|
|
|
dependencies = [
|
|
|
"bincode",
|
|
|
"chrono",
|
|
|
+ "lazy_static",
|
|
|
"lib0",
|
|
|
+ "parking_lot 0.12.1",
|
|
|
+ "rocksdb",
|
|
|
"serde",
|
|
|
"sled",
|
|
|
"smallvec",
|
|
|
"thiserror",
|
|
|
"tokio",
|
|
|
+ "tracing",
|
|
|
"yrs",
|
|
|
]
|
|
|
|
|
@@ -676,7 +735,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "19b076e143e1d9538dde65da30f8481c2a6c44040edb8e02b9bf1351edb92ce3"
|
|
|
dependencies = [
|
|
|
"lazy_static",
|
|
|
- "nom",
|
|
|
+ "nom 5.1.2",
|
|
|
"serde",
|
|
|
"yaml-rust",
|
|
|
]
|
|
@@ -1480,6 +1539,7 @@ dependencies = [
|
|
|
"serde_json",
|
|
|
"strum",
|
|
|
"strum_macros",
|
|
|
+ "tracing",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2604,6 +2664,15 @@ version = "0.3.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "jobserver"
|
|
|
+version = "0.1.26"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "js-sys"
|
|
|
version = "0.3.61"
|
|
@@ -2642,6 +2711,12 @@ version = "1.4.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "lazycell"
|
|
|
+version = "1.3.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "lexical-core"
|
|
|
version = "0.7.6"
|
|
@@ -2769,12 +2844,38 @@ version = "0.2.141"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "libloading"
|
|
|
+version = "0.7.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "winapi",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "libm"
|
|
|
version = "0.2.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "librocksdb-sys"
|
|
|
+version = "0.10.0+7.9.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0fe4d5874f5ff2bc616e55e8c6086d478fcda13faf9495768a4aa1c22042d30b"
|
|
|
+dependencies = [
|
|
|
+ "bindgen",
|
|
|
+ "bzip2-sys",
|
|
|
+ "cc",
|
|
|
+ "glob",
|
|
|
+ "libc",
|
|
|
+ "libz-sys",
|
|
|
+ "lz4-sys",
|
|
|
+ "zstd-sys",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "libsqlite3-sys"
|
|
|
version = "0.22.2"
|
|
@@ -2786,6 +2887,17 @@ dependencies = [
|
|
|
"vcpkg",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "libz-sys"
|
|
|
+version = "1.1.8"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
|
|
|
+dependencies = [
|
|
|
+ "cc",
|
|
|
+ "pkg-config",
|
|
|
+ "vcpkg",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "line-wrap"
|
|
|
version = "0.1.1"
|
|
@@ -2850,6 +2962,16 @@ dependencies = [
|
|
|
"tracing-subscriber 0.3.16",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "lz4-sys"
|
|
|
+version = "1.9.4"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"
|
|
|
+dependencies = [
|
|
|
+ "cc",
|
|
|
+ "libc",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "mac"
|
|
|
version = "0.1.1"
|
|
@@ -2951,6 +3073,12 @@ version = "0.3.17"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "minimal-lexical"
|
|
|
+version = "0.2.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "miniz_oxide"
|
|
|
version = "0.6.2"
|
|
@@ -3060,6 +3188,16 @@ dependencies = [
|
|
|
"version_check",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "nom"
|
|
|
+version = "7.1.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
|
+dependencies = [
|
|
|
+ "memchr",
|
|
|
+ "minimal-lexical",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "nu-ansi-term"
|
|
|
version = "0.46.0"
|
|
@@ -3344,6 +3482,12 @@ version = "0.2.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "peeking_take_while"
|
|
|
+version = "0.1.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "percent-encoding"
|
|
|
version = "2.2.0"
|
|
@@ -4025,6 +4169,16 @@ dependencies = [
|
|
|
"syn 1.0.109",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "rocksdb"
|
|
|
+version = "0.20.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "015439787fce1e75d55f279078d33ff14b4af5d93d995e8838ee4631301c8a99"
|
|
|
+dependencies = [
|
|
|
+ "libc",
|
|
|
+ "librocksdb-sys",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "rust_decimal"
|
|
|
version = "1.29.1"
|
|
@@ -4059,6 +4213,12 @@ version = "0.1.22"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d4a36c42d1873f9a77c53bde094f9664d9891bc604a45b4798fd2c389ed12e5b"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "rustc-hash"
|
|
|
+version = "1.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "rustc_version"
|
|
|
version = "0.4.0"
|
|
@@ -4374,6 +4534,12 @@ dependencies = [
|
|
|
"lazy_static",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "shlex"
|
|
|
+version = "1.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "signal-hook-registry"
|
|
|
version = "1.4.1"
|
|
@@ -6096,3 +6262,14 @@ dependencies = [
|
|
|
"smallvec",
|
|
|
"thiserror",
|
|
|
]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "zstd-sys"
|
|
|
+version = "2.0.8+zstd.1.5.5"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
|
|
|
+dependencies = [
|
|
|
+ "cc",
|
|
|
+ "libc",
|
|
|
+ "pkg-config",
|
|
|
+]
|