From 80186a79e53b7c21dbfe37aa425e9822a3ad8ace Mon Sep 17 00:00:00 2001 From: Ren Amamiya Date: Fri, 17 Apr 2026 07:41:52 +0700 Subject: [PATCH] chore: update deps and remove mobile crate --- Cargo.lock | 727 +++++++++------------------------------------- Cargo.toml | 2 +- mobile/Cargo.toml | 51 ---- mobile/src/lib.rs | 0 4 files changed, 138 insertions(+), 642 deletions(-) delete mode 100644 mobile/Cargo.toml delete mode 100644 mobile/src/lib.rs diff --git a/Cargo.lock b/Cargo.lock index 4d21120..69a2117 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,48 +91,6 @@ version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" -[[package]] -name = "android-activity" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f2a1bb052857d5dd49572219344a7332b31b76405648eabac5bc68978251bcd" -dependencies = [ - "android-properties", - "bitflags 2.11.0", - "cc", - "jni 0.22.4", - "libc", - "log", - "ndk", - "ndk-context", - "ndk-sys", - "num_enum", - "thiserror 2.0.18", -] - -[[package]] -name = "android-properties" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" - -[[package]] -name = "android_log-sys" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84521a3cf562bc62942e294181d9eef17eb38ceb8c68677bc49f144e4c3d4f8d" - -[[package]] -name = "android_logger" -version = "0.15.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbb4e440d04be07da1f1bf44fb4495ebd58669372fe0cffa6e48595ac5bd88a3" -dependencies = [ - "android_log-sys", - "env_filter", - "log", -] - [[package]] name = "android_system_properties" version = "0.1.5" @@ -283,7 +241,7 @@ name = "assets" version = "1.0.0-beta3" dependencies = [ "anyhow", - "gpui 0.2.2 (git+https://github.com/zed-industries/zed)", + "gpui", "log", "rust-embed", ] @@ -582,7 +540,7 @@ dependencies = [ "anyhow", "common", "futures", - "gpui 0.2.2 (git+https://github.com/zed-industries/zed)", + "gpui", "gpui_tokio", "log", "semver", @@ -965,9 +923,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.59" +version = "1.2.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7a4d3ec6524d28a329fc53654bbadc9bdd7b0431f5d65f1a56ffb28a1ee5283" +checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20" dependencies = [ "find-msvc-tools", "jobserver", @@ -1045,7 +1003,7 @@ dependencies = [ "flume 0.11.1", "futures", "fuzzy-matcher", - "gpui 0.2.2 (git+https://github.com/zed-industries/zed)", + "gpui", "itertools 0.13.0", "log", "nostr-sdk", @@ -1066,7 +1024,7 @@ dependencies = [ "chat", "common", "flume 0.11.1", - "gpui 0.2.2 (git+https://github.com/zed-industries/zed)", + "gpui", "gpui_tokio", "itertools 0.13.0", "linkify", @@ -1245,16 +1203,7 @@ dependencies = [ [[package]] name = "collections" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121#56104fb17e6c5849900a4c282f42d1bfea294121" -dependencies = [ - "indexmap", - "rustc-hash 2.1.2", -] - -[[package]] -name = "collections" -version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ "indexmap", "rustc-hash 2.1.2", @@ -1284,11 +1233,11 @@ dependencies = [ [[package]] name = "command-fds" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd" +checksum = "1b60b5124979fccd9addd89d8b97a1d6eebb4950694520c75ddd722535ea443f" dependencies = [ - "nix 0.30.1", + "nix 0.31.2", "thiserror 2.0.18", ] @@ -1301,7 +1250,7 @@ dependencies = [ "chrono", "dirs 5.0.1", "futures", - "gpui 0.2.2 (git+https://github.com/zed-industries/zed)", + "gpui", "itertools 0.13.0", "log", "nostr", @@ -1402,7 +1351,7 @@ dependencies = [ "core-text", "device", "futures", - "gpui 0.2.2 (git+https://github.com/zed-industries/zed)", + "gpui", "gpui_linux", "gpui_macos", "gpui_platform", @@ -1430,40 +1379,6 @@ dependencies = [ "webbrowser", ] -[[package]] -name = "coop_mobile" -version = "1.0.0-beta3" -dependencies = [ - "android-activity", - "android_logger", - "anyhow", - "assets", - "chat", - "common", - "device", - "futures", - "gpui 0.2.2 (git+https://github.com/zed-industries/zed)", - "gpui-mobile", - "gpui_platform", - "gpui_tokio", - "log", - "nostr-connect", - "nostr-sdk", - "objc2", - "oneshot", - "person", - "relay_auth", - "serde", - "serde_json", - "settings", - "smallvec", - "smol", - "state", - "theme", - "tracing-subscriber", - "ui", -] - [[package]] name = "coop_web" version = "1.0.0-beta3" @@ -1476,7 +1391,7 @@ dependencies = [ "console_log", "device", "futures", - "gpui 0.2.2 (git+https://github.com/zed-industries/zed)", + "gpui", "gpui_platform", "gpui_tokio", "gpui_web", @@ -1797,17 +1712,7 @@ dependencies = [ [[package]] name = "derive_refineable" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121#56104fb17e6c5849900a4c282f42d1bfea294121" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "derive_refineable" -version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ "proc-macro2", "quote", @@ -1821,7 +1726,7 @@ dependencies = [ "anyhow", "common", "flume 0.11.1", - "gpui 0.2.2 (git+https://github.com/zed-industries/zed)", + "gpui", "itertools 0.13.0", "log", "nostr-sdk", @@ -2053,16 +1958,6 @@ dependencies = [ "syn", ] -[[package]] -name = "env_filter" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2" -dependencies = [ - "log", - "regex", -] - [[package]] name = "equator" version = "0.4.2" @@ -2693,9 +2588,9 @@ dependencies = [ [[package]] name = "gif" -version = "0.14.1" +version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5df2ba84018d80c213569363bdcd0c64e6933c67fe4c1d60ecf822971a3c35e" +checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159" dependencies = [ "color_quant", "weezl", @@ -2807,83 +2702,7 @@ dependencies = [ [[package]] name = "gpui" version = "0.2.2" -source = "git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121#56104fb17e6c5849900a4c282f42d1bfea294121" -dependencies = [ - "anyhow", - "async-channel 2.5.0", - "async-task", - "bindgen", - "block", - "cbindgen", - "chrono", - "cocoa 0.26.0", - "cocoa-foundation 0.2.0", - "collections 0.1.0 (git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121)", - "core-foundation 0.10.0", - "core-foundation-sys", - "core-graphics 0.24.0", - "core-text", - "core-video", - "ctor", - "derive_more", - "etagere", - "foreign-types", - "futures", - "futures-concurrency", - "getrandom 0.3.4", - "gpui_macros 0.1.0 (git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121)", - "gpui_util 0.1.0 (git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121)", - "http_client 0.1.0 (git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121)", - "image", - "inventory", - "itertools 0.14.0", - "log", - "lyon", - "mach2", - "media 0.1.0 (git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121)", - "metal", - "naga 29.0.1", - "num_cpus", - "objc", - "parking", - "parking_lot", - "pathfinder_geometry", - "pin-project", - "pollster 0.4.0", - "postage", - "profiling", - "rand 0.9.2", - "raw-window-handle", - "refineable 0.1.0 (git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121)", - "regex", - "resvg", - "scheduler 0.1.0 (git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121)", - "schemars", - "seahash", - "serde", - "serde_json", - "slotmap", - "smallvec", - "spin 0.10.0", - "stacksafe", - "strum", - "sum_tree 0.1.0 (git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121)", - "taffy", - "thiserror 2.0.18", - "ttf-parser", - "url", - "usvg", - "util_macros 0.1.0 (git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121)", - "uuid", - "waker-fn", - "web-time", - "windows 0.61.3", -] - -[[package]] -name = "gpui" -version = "0.2.2" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ "anyhow", "async-channel 2.5.0", @@ -2895,7 +2714,7 @@ dependencies = [ "chrono", "cocoa 0.26.0", "cocoa-foundation 0.2.0", - "collections 0.1.0 (git+https://github.com/zed-industries/zed)", + "collections", "core-foundation 0.10.0", "core-foundation-sys", "core-graphics 0.24.0", @@ -2909,17 +2728,17 @@ dependencies = [ "futures", "futures-concurrency", "getrandom 0.3.4", - "gpui_macros 0.1.0 (git+https://github.com/zed-industries/zed)", + "gpui_macros", "gpui_shared_string", - "gpui_util 0.1.0 (git+https://github.com/zed-industries/zed)", - "http_client 0.1.0 (git+https://github.com/zed-industries/zed)", + "gpui_util", + "http_client", "image", "inventory", "itertools 0.14.0", "log", "lyon", "mach2", - "media 0.1.0 (git+https://github.com/zed-industries/zed)", + "media", "metal", "naga 29.0.1", "num_cpus", @@ -2933,10 +2752,10 @@ dependencies = [ "profiling", "rand 0.9.2", "raw-window-handle", - "refineable 0.1.0 (git+https://github.com/zed-industries/zed)", + "refineable", "regex", "resvg", - "scheduler 0.1.0 (git+https://github.com/zed-industries/zed)", + "scheduler", "schemars", "seahash", "serde", @@ -2946,13 +2765,13 @@ dependencies = [ "spin 0.10.0", "stacksafe", "strum", - "sum_tree 0.1.0 (git+https://github.com/zed-industries/zed)", + "sum_tree", "taffy", "thiserror 2.0.18", "ttf-parser", "url", "usvg", - "util_macros 0.1.0 (git+https://github.com/zed-industries/zed)", + "util_macros", "uuid", "waker-fn", "web-time", @@ -2961,42 +2780,10 @@ dependencies = [ "zed-scap", ] -[[package]] -name = "gpui-mobile" -version = "0.1.0" -source = "git+https://github.com/itsbalamurali/gpui-mobile#24c8ef2f987d7c0ad891ad15599d7f3ecd193282" -dependencies = [ - "android-activity", - "android_logger", - "anyhow", - "block2", - "core-foundation 0.10.0", - "core-foundation-sys", - "core-graphics 0.24.0", - "core-text", - "futures", - "gpui 0.2.2 (git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121)", - "gpui_wgpu 0.1.0 (git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121)", - "jni 0.22.4", - "log", - "ndk", - "ndk-context", - "ndk-sys", - "objc2", - "parking_lot", - "pathfinder_geometry", - "raw-window-handle", - "rustc-hash 2.1.2", - "smallvec", - "uuid", - "wgpu", - "zed-font-kit", -] - [[package]] name = "gpui_linux" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ "anyhow", "as-raw-xcb-connection", @@ -3005,12 +2792,12 @@ dependencies = [ "bytemuck", "calloop", "calloop-wayland-source", - "collections 0.1.0 (git+https://github.com/zed-industries/zed)", + "collections", "filedescriptor", "futures", - "gpui 0.2.2 (git+https://github.com/zed-industries/zed)", - "gpui_wgpu 0.1.0 (git+https://github.com/zed-industries/zed)", - "http_client 0.1.0 (git+https://github.com/zed-industries/zed)", + "gpui", + "gpui_wgpu", + "http_client", "itertools 0.14.0", "libc", "log", @@ -3026,7 +2813,7 @@ dependencies = [ "strum", "swash", "url", - "util 0.1.0 (git+https://github.com/zed-industries/zed)", + "util", "uuid", "wayland-backend", "wayland-client", @@ -3044,14 +2831,14 @@ dependencies = [ [[package]] name = "gpui_macos" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ "anyhow", "async-task", "block", "cbindgen", "cocoa 0.26.0", - "collections 0.1.0 (git+https://github.com/zed-industries/zed)", + "collections", "core-foundation 0.10.0", "core-foundation-sys", "core-graphics 0.24.0", @@ -3063,13 +2850,13 @@ dependencies = [ "etagere", "foreign-types", "futures", - "gpui 0.2.2 (git+https://github.com/zed-industries/zed)", + "gpui", "image", "itertools 0.14.0", "libc", "log", "mach2", - "media 0.1.0 (git+https://github.com/zed-industries/zed)", + "media", "metal", "objc", "objc2-app-kit", @@ -3079,7 +2866,7 @@ dependencies = [ "semver", "smallvec", "strum", - "util 0.1.0 (git+https://github.com/zed-industries/zed)", + "util", "uuid", "zed-font-kit", ] @@ -3087,18 +2874,7 @@ dependencies = [ [[package]] name = "gpui_macros" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121#56104fb17e6c5849900a4c282f42d1bfea294121" -dependencies = [ - "heck 0.5.0", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "gpui_macros" -version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ "heck 0.5.0", "proc-macro2", @@ -3109,10 +2885,10 @@ dependencies = [ [[package]] name = "gpui_platform" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ "console_error_panic_hook", - "gpui 0.2.2 (git+https://github.com/zed-industries/zed)", + "gpui", "gpui_linux", "gpui_macos", "gpui_web", @@ -3122,10 +2898,10 @@ dependencies = [ [[package]] name = "gpui_shared_string" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ "derive_more", - "gpui_util 0.1.0 (git+https://github.com/zed-industries/zed)", + "gpui_util", "schemars", "serde", ] @@ -3133,27 +2909,18 @@ dependencies = [ [[package]] name = "gpui_tokio" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ "anyhow", - "gpui 0.2.2 (git+https://github.com/zed-industries/zed)", + "gpui", "tokio", - "util 0.1.0 (git+https://github.com/zed-industries/zed)", + "util", ] [[package]] name = "gpui_util" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121#56104fb17e6c5849900a4c282f42d1bfea294121" -dependencies = [ - "anyhow", - "log", -] - -[[package]] -name = "gpui_util" -version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ "anyhow", "log", @@ -3162,14 +2929,14 @@ dependencies = [ [[package]] name = "gpui_web" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ "anyhow", "console_error_panic_hook", "futures", - "gpui 0.2.2 (git+https://github.com/zed-industries/zed)", - "gpui_wgpu 0.1.0 (git+https://github.com/zed-industries/zed)", - "http_client 0.1.0 (git+https://github.com/zed-industries/zed)", + "gpui", + "gpui_wgpu", + "http_client", "js-sys", "log", "parking_lot", @@ -3186,43 +2953,15 @@ dependencies = [ [[package]] name = "gpui_wgpu" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121#56104fb17e6c5849900a4c282f42d1bfea294121" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ "anyhow", "bytemuck", - "collections 0.1.0 (git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121)", + "collections", "cosmic-text", "etagere", - "gpui 0.2.2 (git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121)", - "gpui_util 0.1.0 (git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121)", - "itertools 0.14.0", - "js-sys", - "log", - "parking_lot", - "pollster 0.4.0", - "profiling", - "raw-window-handle", - "smallvec", - "swash", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", - "wgpu", - "zed-font-kit", -] - -[[package]] -name = "gpui_wgpu" -version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" -dependencies = [ - "anyhow", - "bytemuck", - "collections 0.1.0 (git+https://github.com/zed-industries/zed)", - "cosmic-text", - "etagere", - "gpui 0.2.2 (git+https://github.com/zed-industries/zed)", - "gpui_util 0.1.0 (git+https://github.com/zed-industries/zed)", + "gpui", + "gpui_util", "itertools 0.14.0", "js-sys", "log", @@ -3242,13 +2981,13 @@ dependencies = [ [[package]] name = "gpui_windows" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ "anyhow", - "collections 0.1.0 (git+https://github.com/zed-industries/zed)", + "collections", "etagere", "futures", - "gpui 0.2.2 (git+https://github.com/zed-industries/zed)", + "gpui", "image", "itertools 0.14.0", "log", @@ -3256,7 +2995,7 @@ dependencies = [ "rand 0.9.2", "raw-window-handle", "smallvec", - "util 0.1.0 (git+https://github.com/zed-industries/zed)", + "util", "uuid", "windows 0.61.3", "windows-core 0.61.2", @@ -3358,6 +3097,12 @@ dependencies = [ "foldhash 0.2.0", ] +[[package]] +name = "hashbrown" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" + [[package]] name = "heapless" version = "0.8.0" @@ -3514,7 +3259,7 @@ dependencies = [ [[package]] name = "http_client" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121#56104fb17e6c5849900a4c282f42d1bfea294121" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ "anyhow", "async-compression", @@ -3533,38 +3278,13 @@ dependencies = [ "sha2", "tempfile", "url", - "util 0.1.0 (git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121)", -] - -[[package]] -name = "http_client" -version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" -dependencies = [ - "anyhow", - "async-compression", - "async-fs", - "async-tar", - "bytes", - "derive_more", - "futures", - "http", - "http-body", - "log", - "parking_lot", - "serde", - "serde_json", - "serde_urlencoded", - "sha2", - "tempfile", - "url", - "util 0.1.0 (git+https://github.com/zed-industries/zed)", + "util", ] [[package]] name = "http_client_tls" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ "rustls", "rustls-platform-verifier", @@ -3781,7 +3501,7 @@ dependencies = [ "byteorder-lite", "color_quant", "exr", - "gif 0.14.1", + "gif 0.14.2", "image-webp", "moxcms", "num-traits", @@ -3819,12 +3539,12 @@ checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8" [[package]] name = "indexmap" -version = "2.13.1" +version = "2.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff" +checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" dependencies = [ "equivalent", - "hashbrown 0.16.1", + "hashbrown 0.17.0", "serde", "serde_core", ] @@ -4040,9 +3760,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.94" +version = "0.3.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e04e2ef80ce82e13552136fabeef8a5ed1f985a96805761cbb9a2c34e7664d9" +checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca" dependencies = [ "cfg-if", "futures-util", @@ -4160,14 +3880,14 @@ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" [[package]] name = "libredox" -version = "0.1.15" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ddbf48fd451246b1f8c2610bd3b4ac0cc6e149d89832867093ab69a17194f08" +checksum = "e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c" dependencies = [ "bitflags 2.11.0", "libc", "plain", - "redox_syscall 0.7.3", + "redox_syscall 0.7.4", ] [[package]] @@ -4404,22 +4124,7 @@ dependencies = [ [[package]] name = "media" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121#56104fb17e6c5849900a4c282f42d1bfea294121" -dependencies = [ - "anyhow", - "bindgen", - "core-foundation 0.10.0", - "core-video", - "ctor", - "foreign-types", - "metal", - "objc", -] - -[[package]] -name = "media" -version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ "anyhow", "bindgen", @@ -4591,21 +4296,6 @@ dependencies = [ "getrandom 0.2.17", ] -[[package]] -name = "ndk" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" -dependencies = [ - "bitflags 2.11.0", - "jni-sys 0.3.1", - "log", - "ndk-sys", - "num_enum", - "raw-window-handle", - "thiserror 1.0.69", -] - [[package]] name = "ndk-context" version = "0.1.1" @@ -4647,9 +4337,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.30.1" +version = "0.31.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" +checksum = "5d6d0705320c1e6ba1d912b5e37cf18071b6c2e9b7fa8215a1e8a7651966f5d3" dependencies = [ "bitflags 2.11.0", "cfg-if", @@ -4685,7 +4375,7 @@ checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8" [[package]] name = "nostr" version = "0.44.1" -source = "git+https://github.com/rust-nostr/nostr#2be7983065ec3af8a1f699869a125a49bc23fd22" +source = "git+https://github.com/rust-nostr/nostr#e89a8ad1838277eee7b08a35fc0617120abdc60c" dependencies = [ "aes", "base64", @@ -4709,7 +4399,7 @@ dependencies = [ [[package]] name = "nostr-blossom" version = "0.44.0" -source = "git+https://github.com/rust-nostr/nostr#2be7983065ec3af8a1f699869a125a49bc23fd22" +source = "git+https://github.com/rust-nostr/nostr#e89a8ad1838277eee7b08a35fc0617120abdc60c" dependencies = [ "base64", "nostr", @@ -4720,7 +4410,7 @@ dependencies = [ [[package]] name = "nostr-connect" version = "0.44.0" -source = "git+https://github.com/rust-nostr/nostr#2be7983065ec3af8a1f699869a125a49bc23fd22" +source = "git+https://github.com/rust-nostr/nostr#e89a8ad1838277eee7b08a35fc0617120abdc60c" dependencies = [ "async-utility", "futures-core", @@ -4733,7 +4423,7 @@ dependencies = [ [[package]] name = "nostr-database" version = "0.44.0" -source = "git+https://github.com/rust-nostr/nostr#2be7983065ec3af8a1f699869a125a49bc23fd22" +source = "git+https://github.com/rust-nostr/nostr#e89a8ad1838277eee7b08a35fc0617120abdc60c" dependencies = [ "btreecap", "flatbuffers", @@ -4743,7 +4433,7 @@ dependencies = [ [[package]] name = "nostr-gossip" version = "0.44.0" -source = "git+https://github.com/rust-nostr/nostr#2be7983065ec3af8a1f699869a125a49bc23fd22" +source = "git+https://github.com/rust-nostr/nostr#e89a8ad1838277eee7b08a35fc0617120abdc60c" dependencies = [ "nostr", ] @@ -4751,7 +4441,7 @@ dependencies = [ [[package]] name = "nostr-gossip-memory" version = "0.44.0" -source = "git+https://github.com/rust-nostr/nostr#2be7983065ec3af8a1f699869a125a49bc23fd22" +source = "git+https://github.com/rust-nostr/nostr#e89a8ad1838277eee7b08a35fc0617120abdc60c" dependencies = [ "indexmap", "lru", @@ -4763,7 +4453,7 @@ dependencies = [ [[package]] name = "nostr-lmdb" version = "0.44.0" -source = "git+https://github.com/rust-nostr/nostr#2be7983065ec3af8a1f699869a125a49bc23fd22" +source = "git+https://github.com/rust-nostr/nostr#e89a8ad1838277eee7b08a35fc0617120abdc60c" dependencies = [ "async-utility", "flume 0.12.0", @@ -4777,7 +4467,7 @@ dependencies = [ [[package]] name = "nostr-sdk" version = "0.44.1" -source = "git+https://github.com/rust-nostr/nostr#2be7983065ec3af8a1f699869a125a49bc23fd22" +source = "git+https://github.com/rust-nostr/nostr#e89a8ad1838277eee7b08a35fc0617120abdc60c" dependencies = [ "async-utility", "async-wsocket", @@ -4924,28 +4614,6 @@ dependencies = [ "libc", ] -[[package]] -name = "num_enum" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26" -dependencies = [ - "num_enum_derive", - "rustversion", -] - -[[package]] -name = "num_enum_derive" -version = "0.7.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8" -dependencies = [ - "proc-macro-crate", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "objc" version = "0.2.7" @@ -5283,19 +4951,9 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "perf" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121#56104fb17e6c5849900a4c282f42d1bfea294121" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ - "collections 0.1.0 (git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121)", - "serde", - "serde_json", -] - -[[package]] -name = "perf" -version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" -dependencies = [ - "collections 0.1.0 (git+https://github.com/zed-industries/zed)", + "collections", "serde", "serde_json", ] @@ -5307,7 +4965,7 @@ dependencies = [ "anyhow", "common", "flume 0.11.1", - "gpui 0.2.2 (git+https://github.com/zed-industries/zed)", + "gpui", "log", "nostr-sdk", "smallvec", @@ -5964,9 +5622,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16" +checksum = "f450ad9c3b1da563fb6948a8e0fb0fb9269711c9c73d9ea1de5058c79c8d643a" dependencies = [ "bitflags 2.11.0", ] @@ -6005,17 +5663,9 @@ dependencies = [ [[package]] name = "refineable" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121#56104fb17e6c5849900a4c282f42d1bfea294121" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ - "derive_refineable 0.1.0 (git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121)", -] - -[[package]] -name = "refineable" -version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" -dependencies = [ - "derive_refineable 0.1.0 (git+https://github.com/zed-industries/zed)", + "derive_refineable", ] [[package]] @@ -6054,7 +5704,7 @@ dependencies = [ "anyhow", "common", "flume 0.11.1", - "gpui 0.2.2 (git+https://github.com/zed-industries/zed)", + "gpui", "log", "nostr-sdk", "settings", @@ -6112,13 +5762,13 @@ dependencies = [ [[package]] name = "reqwest_client" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ "anyhow", "bytes", "futures", - "gpui_util 0.1.0 (git+https://github.com/zed-industries/zed)", - "http_client 0.1.0 (git+https://github.com/zed-industries/zed)", + "gpui_util", + "http_client", "http_client_tls", "log", "regex", @@ -6170,16 +5820,16 @@ dependencies = [ [[package]] name = "rope" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ "heapless 0.9.2", "log", "rayon", - "sum_tree 0.1.0 (git+https://github.com/zed-industries/zed)", + "sum_tree", "tracing", "unicode-segmentation", - "util 0.1.0 (git+https://github.com/zed-industries/zed)", - "ztracing 0.1.0 (git+https://github.com/zed-industries/zed)", + "util", + "ztracing", ] [[package]] @@ -6362,9 +6012,9 @@ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" [[package]] name = "rustls-webpki" -version = "0.103.10" +version = "0.103.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef" +checksum = "20a6af516fea4b20eccceaf166e8aa666ac996208e8a644ce3ef5aa783bc7cd4" dependencies = [ "aws-lc-rs", "ring", @@ -6432,22 +6082,7 @@ dependencies = [ [[package]] name = "scheduler" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121#56104fb17e6c5849900a4c282f42d1bfea294121" -dependencies = [ - "async-task", - "backtrace", - "chrono", - "flume 0.11.1", - "futures", - "parking_lot", - "rand 0.9.2", - "web-time", -] - -[[package]] -name = "scheduler" -version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ "async-task", "backtrace", @@ -6730,7 +6365,7 @@ version = "1.0.0-beta3" dependencies = [ "anyhow", "common", - "gpui 0.2.2 (git+https://github.com/zed-industries/zed)", + "gpui", "log", "nostr-sdk", "paste", @@ -6978,7 +6613,7 @@ dependencies = [ "anyhow", "common", "flume 0.11.1", - "gpui 0.2.2 (git+https://github.com/zed-industries/zed)", + "gpui", "gpui_tokio", "log", "mime_guess", @@ -7048,25 +6683,13 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "sum_tree" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121#56104fb17e6c5849900a4c282f42d1bfea294121" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ "heapless 0.9.2", "log", "rayon", "tracing", - "ztracing 0.1.0 (git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121)", -] - -[[package]] -name = "sum_tree" -version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" -dependencies = [ - "heapless 0.9.2", - "log", - "rayon", - "tracing", - "ztracing 0.1.0 (git+https://github.com/zed-industries/zed)", + "ztracing", ] [[package]] @@ -7326,7 +6949,7 @@ name = "theme" version = "1.0.0-beta3" dependencies = [ "anyhow", - "gpui 0.2.2 (git+https://github.com/zed-industries/zed)", + "gpui", "log", "schemars", "serde", @@ -7464,7 +7087,7 @@ version = "1.0.0-beta3" dependencies = [ "anyhow", "common", - "gpui 0.2.2 (git+https://github.com/zed-industries/zed)", + "gpui", "linicon", "log", "nostr-sdk", @@ -7846,7 +7469,7 @@ version = "1.0.0-beta3" dependencies = [ "anyhow", "common", - "gpui 0.2.2 (git+https://github.com/zed-industries/zed)", + "gpui", "image", "itertools 0.13.0", "log", @@ -7857,7 +7480,7 @@ dependencies = [ "serde_json", "smallvec", "smol", - "sum_tree 0.1.0 (git+https://github.com/zed-industries/zed)", + "sum_tree", "theme", "unicode-segmentation", "uuid", @@ -8033,58 +7656,19 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "util" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121#56104fb17e6c5849900a4c282f42d1bfea294121" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ "anyhow", "async-fs", "async_zip", - "collections 0.1.0 (git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121)", + "collections", "command-fds", "dirs 4.0.0", "dunce", "futures", "futures-lite 1.13.0", "globset", - "gpui_util 0.1.0 (git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121)", - "itertools 0.14.0", - "libc", - "log", - "mach2", - "nix 0.29.0", - "percent-encoding", - "regex", - "rust-embed", - "schemars", - "serde", - "serde_json", - "serde_json_lenient", - "shlex", - "smol", - "take-until", - "tempfile", - "tendril", - "unicase", - "url", - "walkdir", - "which", -] - -[[package]] -name = "util" -version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" -dependencies = [ - "anyhow", - "async-fs", - "async_zip", - "collections 0.1.0 (git+https://github.com/zed-industries/zed)", - "command-fds", - "dirs 4.0.0", - "dunce", - "futures", - "futures-lite 1.13.0", - "globset", - "gpui_util 0.1.0 (git+https://github.com/zed-industries/zed)", + "gpui_util", "itertools 0.14.0", "libc", "log", @@ -8111,19 +7695,9 @@ dependencies = [ [[package]] name = "util_macros" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121#56104fb17e6c5849900a4c282f42d1bfea294121" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ - "perf 0.1.0 (git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121)", - "quote", - "syn", -] - -[[package]] -name = "util_macros" -version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" -dependencies = [ - "perf 0.1.0 (git+https://github.com/zed-industries/zed)", + "perf", "quote", "syn", ] @@ -8277,9 +7851,9 @@ checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" [[package]] name = "wasm-bindgen" -version = "0.2.117" +version = "0.2.118" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0551fc1bb415591e3372d0bc4780db7e587d84e2a7e79da121051c5c4b89d0b0" +checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89" dependencies = [ "cfg-if", "once_cell", @@ -8290,9 +7864,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.67" +version = "0.4.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03623de6905b7206edd0a75f69f747f134b7f0a2323392d664448bf2d3c5d87e" +checksum = "f371d383f2fb139252e0bfac3b81b265689bf45b6874af544ffa4c975ac1ebf8" dependencies = [ "js-sys", "wasm-bindgen", @@ -8300,9 +7874,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.117" +version = "0.2.118" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fbdf9a35adf44786aecd5ff89b4563a90325f9da0923236f6104e603c7e86be" +checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -8310,9 +7884,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.117" +version = "0.2.118" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dca9693ef2bab6d4e6707234500350d8dad079eb508dca05530c85dc3a529ff2" +checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904" dependencies = [ "bumpalo", "proc-macro2", @@ -8323,9 +7897,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.117" +version = "0.2.118" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39129a682a6d2d841b6c429d0c51e5cb0ed1a03829d8b3d1e69a011e62cb3d3b" +checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129" dependencies = [ "unicode-ident", ] @@ -8489,9 +8063,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.94" +version = "0.3.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd70027e39b12f0849461e08ffc50b9cd7688d942c1c8e3c7b22273236b4dd0a" +checksum = "4f2dfbb17949fa2088e5d39408c48368947b86f7834484e87b73de55bc14d97d" dependencies = [ "js-sys", "wasm-bindgen", @@ -9938,22 +9512,11 @@ dependencies = [ [[package]] name = "zlog" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121#56104fb17e6c5849900a4c282f42d1bfea294121" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ "anyhow", "chrono", - "collections 0.1.0 (git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121)", - "log", -] - -[[package]] -name = "zlog" -version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" -dependencies = [ - "anyhow", - "chrono", - "collections 0.1.0 (git+https://github.com/zed-industries/zed)", + "collections", "log", ] @@ -9966,34 +9529,18 @@ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" [[package]] name = "ztracing" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121#56104fb17e6c5849900a4c282f42d1bfea294121" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" dependencies = [ "tracing", "tracing-subscriber", - "zlog 0.1.0 (git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121)", - "ztracing_macro 0.1.0 (git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121)", -] - -[[package]] -name = "ztracing" -version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" -dependencies = [ - "tracing", - "tracing-subscriber", - "zlog 0.1.0 (git+https://github.com/zed-industries/zed)", - "ztracing_macro 0.1.0 (git+https://github.com/zed-industries/zed)", + "zlog", + "ztracing_macro", ] [[package]] name = "ztracing_macro" version = "0.1.0" -source = "git+https://github.com/zed-industries/zed?rev=56104fb17e6c5849900a4c282f42d1bfea294121#56104fb17e6c5849900a4c282f42d1bfea294121" - -[[package]] -name = "ztracing_macro" -version = "0.1.0" -source = "git+https://github.com/zed-industries/zed#5be9dc1781ef6d2cbfbdbcd417edd0935cbb83a8" +source = "git+https://github.com/zed-industries/zed#86f55495c21260adf0da5b7afebebd2d5ca0fa4a" [[package]] name = "zune-core" diff --git a/Cargo.toml b/Cargo.toml index 0c7978f..0d2c502 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [workspace] resolver = "2" -members = ["crates/*", "desktop", "web", "mobile"] +members = ["crates/*", "desktop", "web"] default-members = ["desktop"] [workspace.package] diff --git a/mobile/Cargo.toml b/mobile/Cargo.toml deleted file mode 100644 index 45c6f9c..0000000 --- a/mobile/Cargo.toml +++ /dev/null @@ -1,51 +0,0 @@ -[package] -name = "coop_mobile" -version.workspace = true -edition.workspace = true -publish.workspace = true - -[lib] -name = "coop_mobile" -crate-type = ["cdylib", "staticlib", "lib"] -path = "src/lib.rs" - -[[bin]] -name = "coop_mobile" -path = "src/main.rs" - -[dependencies] -assets = { path = "../crates/assets" } -ui = { path = "../crates/ui" } -theme = { path = "../crates/theme" } -common = { path = "../crates/common" } -state = { path = "../crates/state" } -device = { path = "../crates/device" } -chat = { path = "../crates/chat" } -settings = { path = "../crates/settings" } -person = { path = "../crates/person" } -relay_auth = { path = "../crates/relay_auth" } - -gpui.workspace = true -gpui_platform.workspace = true -gpui_tokio.workspace = true -gpui-mobile = { git = "https://github.com/itsbalamurali/gpui-mobile" } - -nostr-connect.workspace = true -nostr-sdk.workspace = true - -anyhow.workspace = true -serde.workspace = true -serde_json.workspace = true -log.workspace = true -smallvec.workspace = true -smol.workspace = true -futures.workspace = true -oneshot.workspace = true -tracing-subscriber.workspace = true - -[target.'cfg(target_os = "ios")'.dependencies] -objc2 = "0.6" - -[target.'cfg(target_os = "android")'.dependencies] -android_logger = "0.15" -android-activity = { version = "0.6", features = ["native-activity"] } diff --git a/mobile/src/lib.rs b/mobile/src/lib.rs deleted file mode 100644 index e69de29..0000000