Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 3
    4
    5[[package]]
    6name = "activity_indicator"
    7version = "0.1.0"
    8dependencies = [
    9 "anyhow",
   10 "auto_update",
   11 "editor",
   12 "extension",
   13 "futures 0.3.28",
   14 "gpui",
   15 "language",
   16 "project",
   17 "smallvec",
   18 "ui",
   19 "workspace",
   20]
   21
   22[[package]]
   23name = "addr2line"
   24version = "0.21.0"
   25source = "registry+https://github.com/rust-lang/crates.io-index"
   26checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
   27dependencies = [
   28 "gimli",
   29]
   30
   31[[package]]
   32name = "adler"
   33version = "1.0.2"
   34source = "registry+https://github.com/rust-lang/crates.io-index"
   35checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
   36
   37[[package]]
   38name = "aes"
   39version = "0.8.4"
   40source = "registry+https://github.com/rust-lang/crates.io-index"
   41checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
   42dependencies = [
   43 "cfg-if",
   44 "cipher 0.4.4",
   45 "cpufeatures",
   46 "zeroize",
   47]
   48
   49[[package]]
   50name = "ahash"
   51version = "0.7.8"
   52source = "registry+https://github.com/rust-lang/crates.io-index"
   53checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
   54dependencies = [
   55 "getrandom 0.2.10",
   56 "once_cell",
   57 "version_check",
   58]
   59
   60[[package]]
   61name = "ahash"
   62version = "0.8.8"
   63source = "registry+https://github.com/rust-lang/crates.io-index"
   64checksum = "42cd52102d3df161c77a887b608d7a4897d7cc112886a9537b738a887a03aaff"
   65dependencies = [
   66 "cfg-if",
   67 "const-random",
   68 "getrandom 0.2.10",
   69 "once_cell",
   70 "version_check",
   71 "zerocopy",
   72]
   73
   74[[package]]
   75name = "aho-corasick"
   76version = "1.1.1"
   77source = "registry+https://github.com/rust-lang/crates.io-index"
   78checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"
   79dependencies = [
   80 "memchr",
   81]
   82
   83[[package]]
   84name = "alacritty_terminal"
   85version = "0.23.0"
   86source = "registry+https://github.com/rust-lang/crates.io-index"
   87checksum = "f6d1ea4484c8676f295307a4892d478c70ac8da1dbd8c7c10830a504b7f1022f"
   88dependencies = [
   89 "base64 0.22.0",
   90 "bitflags 2.4.2",
   91 "home",
   92 "libc",
   93 "log",
   94 "miow",
   95 "parking_lot",
   96 "piper",
   97 "polling 3.3.2",
   98 "regex-automata 0.4.5",
   99 "rustix-openpty",
  100 "serde",
  101 "signal-hook",
  102 "unicode-width",
  103 "vte",
  104 "windows-sys 0.48.0",
  105]
  106
  107[[package]]
  108name = "alacritty_terminal"
  109version = "0.24.1-dev"
  110source = "git+https://github.com/alacritty/alacritty?rev=cacdb5bb3b72bad2c729227537979d95af75978f#cacdb5bb3b72bad2c729227537979d95af75978f"
  111dependencies = [
  112 "base64 0.22.0",
  113 "bitflags 2.4.2",
  114 "home",
  115 "libc",
  116 "log",
  117 "miow",
  118 "parking_lot",
  119 "piper",
  120 "polling 3.3.2",
  121 "regex-automata 0.4.5",
  122 "rustix-openpty",
  123 "serde",
  124 "signal-hook",
  125 "unicode-width",
  126 "vte",
  127 "windows-sys 0.52.0",
  128]
  129
  130[[package]]
  131name = "aliasable"
  132version = "0.1.3"
  133source = "registry+https://github.com/rust-lang/crates.io-index"
  134checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  135
  136[[package]]
  137name = "aligned-vec"
  138version = "0.5.0"
  139source = "registry+https://github.com/rust-lang/crates.io-index"
  140checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  141
  142[[package]]
  143name = "allocator-api2"
  144version = "0.2.16"
  145source = "registry+https://github.com/rust-lang/crates.io-index"
  146checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
  147
  148[[package]]
  149name = "alsa"
  150version = "0.7.1"
  151source = "registry+https://github.com/rust-lang/crates.io-index"
  152checksum = "e2562ad8dcf0f789f65c6fdaad8a8a9708ed6b488e649da28c01656ad66b8b47"
  153dependencies = [
  154 "alsa-sys",
  155 "bitflags 1.3.2",
  156 "libc",
  157 "nix 0.24.3",
  158]
  159
  160[[package]]
  161name = "alsa-sys"
  162version = "0.3.1"
  163source = "registry+https://github.com/rust-lang/crates.io-index"
  164checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  165dependencies = [
  166 "libc",
  167 "pkg-config",
  168]
  169
  170[[package]]
  171name = "ambient-authority"
  172version = "0.0.2"
  173source = "registry+https://github.com/rust-lang/crates.io-index"
  174checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  175
  176[[package]]
  177name = "android-tzdata"
  178version = "0.1.1"
  179source = "registry+https://github.com/rust-lang/crates.io-index"
  180checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  181
  182[[package]]
  183name = "android_system_properties"
  184version = "0.1.5"
  185source = "registry+https://github.com/rust-lang/crates.io-index"
  186checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  187dependencies = [
  188 "libc",
  189]
  190
  191[[package]]
  192name = "anes"
  193version = "0.1.6"
  194source = "registry+https://github.com/rust-lang/crates.io-index"
  195checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  196
  197[[package]]
  198name = "anstream"
  199version = "0.5.0"
  200source = "registry+https://github.com/rust-lang/crates.io-index"
  201checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
  202dependencies = [
  203 "anstyle",
  204 "anstyle-parse",
  205 "anstyle-query",
  206 "anstyle-wincon",
  207 "colorchoice",
  208 "utf8parse",
  209]
  210
  211[[package]]
  212name = "anstyle"
  213version = "1.0.3"
  214source = "registry+https://github.com/rust-lang/crates.io-index"
  215checksum = "b84bf0a05bbb2a83e5eb6fa36bb6e87baa08193c35ff52bbf6b38d8af2890e46"
  216
  217[[package]]
  218name = "anstyle-parse"
  219version = "0.2.1"
  220source = "registry+https://github.com/rust-lang/crates.io-index"
  221checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
  222dependencies = [
  223 "utf8parse",
  224]
  225
  226[[package]]
  227name = "anstyle-query"
  228version = "1.0.0"
  229source = "registry+https://github.com/rust-lang/crates.io-index"
  230checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
  231dependencies = [
  232 "windows-sys 0.48.0",
  233]
  234
  235[[package]]
  236name = "anstyle-wincon"
  237version = "2.1.0"
  238source = "registry+https://github.com/rust-lang/crates.io-index"
  239checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
  240dependencies = [
  241 "anstyle",
  242 "windows-sys 0.48.0",
  243]
  244
  245[[package]]
  246name = "anthropic"
  247version = "0.1.0"
  248dependencies = [
  249 "anyhow",
  250 "futures 0.3.28",
  251 "http 0.1.0",
  252 "isahc",
  253 "schemars",
  254 "serde",
  255 "serde_json",
  256 "strum",
  257 "tokio",
  258]
  259
  260[[package]]
  261name = "any_vec"
  262version = "0.13.0"
  263source = "registry+https://github.com/rust-lang/crates.io-index"
  264checksum = "e78f17bacc1bc7b91fef7b1885c10772eb2b9e4e989356f6f0f6a972240f97cd"
  265
  266[[package]]
  267name = "anyhow"
  268version = "1.0.83"
  269source = "registry+https://github.com/rust-lang/crates.io-index"
  270checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3"
  271
  272[[package]]
  273name = "approx"
  274version = "0.5.1"
  275source = "registry+https://github.com/rust-lang/crates.io-index"
  276checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  277dependencies = [
  278 "num-traits",
  279]
  280
  281[[package]]
  282name = "arbitrary"
  283version = "1.3.2"
  284source = "registry+https://github.com/rust-lang/crates.io-index"
  285checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
  286
  287[[package]]
  288name = "arg_enum_proc_macro"
  289version = "0.3.4"
  290source = "registry+https://github.com/rust-lang/crates.io-index"
  291checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  292dependencies = [
  293 "proc-macro2",
  294 "quote",
  295 "syn 2.0.59",
  296]
  297
  298[[package]]
  299name = "arrayref"
  300version = "0.3.7"
  301source = "registry+https://github.com/rust-lang/crates.io-index"
  302checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
  303
  304[[package]]
  305name = "arrayvec"
  306version = "0.7.4"
  307source = "registry+https://github.com/rust-lang/crates.io-index"
  308checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
  309
  310[[package]]
  311name = "as-raw-xcb-connection"
  312version = "1.0.1"
  313source = "registry+https://github.com/rust-lang/crates.io-index"
  314checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  315
  316[[package]]
  317name = "ascii"
  318version = "1.1.0"
  319source = "registry+https://github.com/rust-lang/crates.io-index"
  320checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  321
  322[[package]]
  323name = "ash"
  324version = "0.38.0+1.3.281"
  325source = "registry+https://github.com/rust-lang/crates.io-index"
  326checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  327dependencies = [
  328 "libloading 0.8.0",
  329]
  330
  331[[package]]
  332name = "ash-window"
  333version = "0.13.0"
  334source = "registry+https://github.com/rust-lang/crates.io-index"
  335checksum = "52bca67b61cb81e5553babde81b8211f713cb6db79766f80168f3e5f40ea6c82"
  336dependencies = [
  337 "ash",
  338 "raw-window-handle 0.6.0",
  339 "raw-window-metal",
  340]
  341
  342[[package]]
  343name = "ashpd"
  344version = "0.8.1"
  345source = "registry+https://github.com/rust-lang/crates.io-index"
  346checksum = "dd884d7c72877a94102c3715f3b1cd09ff4fac28221add3e57cfbe25c236d093"
  347dependencies = [
  348 "async-fs 2.1.1",
  349 "async-net 2.0.0",
  350 "enumflags2",
  351 "futures-channel",
  352 "futures-util",
  353 "rand 0.8.5",
  354 "serde",
  355 "serde_repr",
  356 "url",
  357 "zbus",
  358]
  359
  360[[package]]
  361name = "assets"
  362version = "0.1.0"
  363dependencies = [
  364 "anyhow",
  365 "gpui",
  366 "rust-embed",
  367]
  368
  369[[package]]
  370name = "assistant"
  371version = "0.1.0"
  372dependencies = [
  373 "anthropic",
  374 "anyhow",
  375 "assistant_slash_command",
  376 "async-watch",
  377 "cargo_toml",
  378 "chrono",
  379 "client",
  380 "collections",
  381 "command_palette_hooks",
  382 "ctor",
  383 "editor",
  384 "env_logger",
  385 "file_icons",
  386 "fs",
  387 "futures 0.3.28",
  388 "fuzzy",
  389 "gpui",
  390 "heed",
  391 "html_to_markdown",
  392 "http 0.1.0",
  393 "indoc",
  394 "language",
  395 "log",
  396 "menu",
  397 "multi_buffer",
  398 "ollama",
  399 "open_ai",
  400 "ordered-float 2.10.0",
  401 "parking_lot",
  402 "paths",
  403 "picker",
  404 "project",
  405 "rand 0.8.5",
  406 "regex",
  407 "rope",
  408 "rustdoc",
  409 "schemars",
  410 "search",
  411 "semantic_index",
  412 "serde",
  413 "serde_json",
  414 "settings",
  415 "similar",
  416 "smol",
  417 "strsim 0.11.1",
  418 "strum",
  419 "telemetry_events",
  420 "terminal_view",
  421 "theme",
  422 "tiktoken-rs",
  423 "toml 0.8.10",
  424 "ui",
  425 "unindent",
  426 "util",
  427 "uuid",
  428 "workspace",
  429]
  430
  431[[package]]
  432name = "assistant_slash_command"
  433version = "0.1.0"
  434dependencies = [
  435 "anyhow",
  436 "collections",
  437 "derive_more",
  438 "gpui",
  439 "language",
  440 "parking_lot",
  441 "serde",
  442 "workspace",
  443]
  444
  445[[package]]
  446name = "assistant_tooling"
  447version = "0.1.0"
  448dependencies = [
  449 "anyhow",
  450 "collections",
  451 "futures 0.3.28",
  452 "gpui",
  453 "log",
  454 "project",
  455 "repair_json",
  456 "schemars",
  457 "serde",
  458 "serde_json",
  459 "settings",
  460 "sum_tree",
  461 "ui",
  462 "unindent",
  463 "util",
  464]
  465
  466[[package]]
  467name = "async-attributes"
  468version = "1.1.2"
  469source = "registry+https://github.com/rust-lang/crates.io-index"
  470checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  471dependencies = [
  472 "quote",
  473 "syn 1.0.109",
  474]
  475
  476[[package]]
  477name = "async-broadcast"
  478version = "0.7.0"
  479source = "registry+https://github.com/rust-lang/crates.io-index"
  480checksum = "258b52a1aa741b9f09783b2d86cf0aeeb617bbf847f6933340a39644227acbdb"
  481dependencies = [
  482 "event-listener 5.1.0",
  483 "event-listener-strategy 0.5.0",
  484 "futures-core",
  485 "pin-project-lite",
  486]
  487
  488[[package]]
  489name = "async-channel"
  490version = "1.9.0"
  491source = "registry+https://github.com/rust-lang/crates.io-index"
  492checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  493dependencies = [
  494 "concurrent-queue",
  495 "event-listener 2.5.3",
  496 "futures-core",
  497]
  498
  499[[package]]
  500name = "async-channel"
  501version = "2.2.0"
  502source = "registry+https://github.com/rust-lang/crates.io-index"
  503checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3"
  504dependencies = [
  505 "concurrent-queue",
  506 "event-listener 5.1.0",
  507 "event-listener-strategy 0.5.0",
  508 "futures-core",
  509 "pin-project-lite",
  510]
  511
  512[[package]]
  513name = "async-compat"
  514version = "0.2.1"
  515source = "registry+https://github.com/rust-lang/crates.io-index"
  516checksum = "9b48b4ff0c2026db683dea961cd8ea874737f56cffca86fa84415eaddc51c00d"
  517dependencies = [
  518 "futures-core",
  519 "futures-io",
  520 "once_cell",
  521 "pin-project-lite",
  522 "tokio",
  523]
  524
  525[[package]]
  526name = "async-compression"
  527version = "0.4.6"
  528source = "registry+https://github.com/rust-lang/crates.io-index"
  529checksum = "a116f46a969224200a0a97f29cfd4c50e7534e4b4826bd23ea2c3c533039c82c"
  530dependencies = [
  531 "deflate64",
  532 "flate2",
  533 "futures-core",
  534 "futures-io",
  535 "memchr",
  536 "pin-project-lite",
  537]
  538
  539[[package]]
  540name = "async-dispatcher"
  541version = "0.1.2"
  542source = "registry+https://github.com/rust-lang/crates.io-index"
  543checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  544dependencies = [
  545 "async-task",
  546 "futures-lite 1.13.0",
  547]
  548
  549[[package]]
  550name = "async-executor"
  551version = "1.5.1"
  552source = "registry+https://github.com/rust-lang/crates.io-index"
  553checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"
  554dependencies = [
  555 "async-lock 2.8.0",
  556 "async-task",
  557 "concurrent-queue",
  558 "fastrand 1.9.0",
  559 "futures-lite 1.13.0",
  560 "slab",
  561]
  562
  563[[package]]
  564name = "async-fs"
  565version = "1.6.0"
  566source = "registry+https://github.com/rust-lang/crates.io-index"
  567checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
  568dependencies = [
  569 "async-lock 2.8.0",
  570 "autocfg",
  571 "blocking",
  572 "futures-lite 1.13.0",
  573]
  574
  575[[package]]
  576name = "async-fs"
  577version = "2.1.1"
  578source = "registry+https://github.com/rust-lang/crates.io-index"
  579checksum = "bc19683171f287921f2405677dd2ed2549c3b3bda697a563ebc3a121ace2aba1"
  580dependencies = [
  581 "async-lock 3.3.0",
  582 "blocking",
  583 "futures-lite 2.2.0",
  584]
  585
  586[[package]]
  587name = "async-global-executor"
  588version = "2.3.1"
  589source = "registry+https://github.com/rust-lang/crates.io-index"
  590checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
  591dependencies = [
  592 "async-channel 1.9.0",
  593 "async-executor",
  594 "async-io 1.13.0",
  595 "async-lock 2.8.0",
  596 "blocking",
  597 "futures-lite 1.13.0",
  598 "once_cell",
  599]
  600
  601[[package]]
  602name = "async-io"
  603version = "1.13.0"
  604source = "registry+https://github.com/rust-lang/crates.io-index"
  605checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
  606dependencies = [
  607 "async-lock 2.8.0",
  608 "autocfg",
  609 "cfg-if",
  610 "concurrent-queue",
  611 "futures-lite 1.13.0",
  612 "log",
  613 "parking",
  614 "polling 2.8.0",
  615 "rustix 0.37.23",
  616 "slab",
  617 "socket2 0.4.9",
  618 "waker-fn",
  619]
  620
  621[[package]]
  622name = "async-io"
  623version = "2.3.1"
  624source = "registry+https://github.com/rust-lang/crates.io-index"
  625checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65"
  626dependencies = [
  627 "async-lock 3.3.0",
  628 "cfg-if",
  629 "concurrent-queue",
  630 "futures-io",
  631 "futures-lite 2.2.0",
  632 "parking",
  633 "polling 3.3.2",
  634 "rustix 0.38.32",
  635 "slab",
  636 "tracing",
  637 "windows-sys 0.52.0",
  638]
  639
  640[[package]]
  641name = "async-lock"
  642version = "2.8.0"
  643source = "registry+https://github.com/rust-lang/crates.io-index"
  644checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  645dependencies = [
  646 "event-listener 2.5.3",
  647]
  648
  649[[package]]
  650name = "async-lock"
  651version = "3.3.0"
  652source = "registry+https://github.com/rust-lang/crates.io-index"
  653checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"
  654dependencies = [
  655 "event-listener 4.0.3",
  656 "event-listener-strategy 0.4.0",
  657 "pin-project-lite",
  658]
  659
  660[[package]]
  661name = "async-native-tls"
  662version = "0.3.3"
  663source = "registry+https://github.com/rust-lang/crates.io-index"
  664checksum = "9e9e7a929bd34c68a82d58a4de7f86fffdaf97fb2af850162a7bb19dd7269b33"
  665dependencies = [
  666 "async-std",
  667 "native-tls",
  668 "thiserror",
  669 "url",
  670]
  671
  672[[package]]
  673name = "async-native-tls"
  674version = "0.5.0"
  675source = "registry+https://github.com/rust-lang/crates.io-index"
  676checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  677dependencies = [
  678 "futures-util",
  679 "native-tls",
  680 "thiserror",
  681 "url",
  682]
  683
  684[[package]]
  685name = "async-net"
  686version = "1.7.0"
  687source = "registry+https://github.com/rust-lang/crates.io-index"
  688checksum = "4051e67316bc7eff608fe723df5d32ed639946adcd69e07df41fd42a7b411f1f"
  689dependencies = [
  690 "async-io 1.13.0",
  691 "autocfg",
  692 "blocking",
  693 "futures-lite 1.13.0",
  694]
  695
  696[[package]]
  697name = "async-net"
  698version = "2.0.0"
  699source = "registry+https://github.com/rust-lang/crates.io-index"
  700checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  701dependencies = [
  702 "async-io 2.3.1",
  703 "blocking",
  704 "futures-lite 2.2.0",
  705]
  706
  707[[package]]
  708name = "async-pipe"
  709version = "0.1.3"
  710source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  711dependencies = [
  712 "futures 0.3.28",
  713 "log",
  714]
  715
  716[[package]]
  717name = "async-process"
  718version = "1.7.0"
  719source = "registry+https://github.com/rust-lang/crates.io-index"
  720checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9"
  721dependencies = [
  722 "async-io 1.13.0",
  723 "async-lock 2.8.0",
  724 "autocfg",
  725 "blocking",
  726 "cfg-if",
  727 "event-listener 2.5.3",
  728 "futures-lite 1.13.0",
  729 "rustix 0.37.23",
  730 "signal-hook",
  731 "windows-sys 0.48.0",
  732]
  733
  734[[package]]
  735name = "async-process"
  736version = "2.1.0"
  737source = "registry+https://github.com/rust-lang/crates.io-index"
  738checksum = "451e3cf68011bd56771c79db04a9e333095ab6349f7e47592b788e9b98720cc8"
  739dependencies = [
  740 "async-channel 2.2.0",
  741 "async-io 2.3.1",
  742 "async-lock 3.3.0",
  743 "async-signal",
  744 "blocking",
  745 "cfg-if",
  746 "event-listener 5.1.0",
  747 "futures-lite 2.2.0",
  748 "rustix 0.38.32",
  749 "windows-sys 0.52.0",
  750]
  751
  752[[package]]
  753name = "async-recursion"
  754version = "0.3.2"
  755source = "registry+https://github.com/rust-lang/crates.io-index"
  756checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  757dependencies = [
  758 "proc-macro2",
  759 "quote",
  760 "syn 1.0.109",
  761]
  762
  763[[package]]
  764name = "async-recursion"
  765version = "1.0.5"
  766source = "registry+https://github.com/rust-lang/crates.io-index"
  767checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"
  768dependencies = [
  769 "proc-macro2",
  770 "quote",
  771 "syn 2.0.59",
  772]
  773
  774[[package]]
  775name = "async-signal"
  776version = "0.2.5"
  777source = "registry+https://github.com/rust-lang/crates.io-index"
  778checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"
  779dependencies = [
  780 "async-io 2.3.1",
  781 "async-lock 2.8.0",
  782 "atomic-waker",
  783 "cfg-if",
  784 "futures-core",
  785 "futures-io",
  786 "rustix 0.38.32",
  787 "signal-hook-registry",
  788 "slab",
  789 "windows-sys 0.48.0",
  790]
  791
  792[[package]]
  793name = "async-std"
  794version = "1.12.0"
  795source = "registry+https://github.com/rust-lang/crates.io-index"
  796checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
  797dependencies = [
  798 "async-attributes",
  799 "async-channel 1.9.0",
  800 "async-global-executor",
  801 "async-io 1.13.0",
  802 "async-lock 2.8.0",
  803 "async-process 1.7.0",
  804 "crossbeam-utils",
  805 "futures-channel",
  806 "futures-core",
  807 "futures-io",
  808 "futures-lite 1.13.0",
  809 "gloo-timers",
  810 "kv-log-macro",
  811 "log",
  812 "memchr",
  813 "once_cell",
  814 "pin-project-lite",
  815 "pin-utils",
  816 "slab",
  817 "wasm-bindgen-futures",
  818]
  819
  820[[package]]
  821name = "async-stream"
  822version = "0.3.5"
  823source = "registry+https://github.com/rust-lang/crates.io-index"
  824checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
  825dependencies = [
  826 "async-stream-impl",
  827 "futures-core",
  828 "pin-project-lite",
  829]
  830
  831[[package]]
  832name = "async-stream-impl"
  833version = "0.3.5"
  834source = "registry+https://github.com/rust-lang/crates.io-index"
  835checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
  836dependencies = [
  837 "proc-macro2",
  838 "quote",
  839 "syn 2.0.59",
  840]
  841
  842[[package]]
  843name = "async-tar"
  844version = "0.4.2"
  845source = "registry+https://github.com/rust-lang/crates.io-index"
  846checksum = "5c49359998a76e32ef6e870dbc079ebad8f1e53e8441c5dd39d27b44493fe331"
  847dependencies = [
  848 "async-std",
  849 "filetime",
  850 "libc",
  851 "pin-project",
  852 "redox_syscall 0.2.16",
  853 "xattr",
  854]
  855
  856[[package]]
  857name = "async-task"
  858version = "4.7.0"
  859source = "registry+https://github.com/rust-lang/crates.io-index"
  860checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799"
  861
  862[[package]]
  863name = "async-trait"
  864version = "0.1.77"
  865source = "registry+https://github.com/rust-lang/crates.io-index"
  866checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
  867dependencies = [
  868 "proc-macro2",
  869 "quote",
  870 "syn 2.0.59",
  871]
  872
  873[[package]]
  874name = "async-tungstenite"
  875version = "0.16.1"
  876source = "registry+https://github.com/rust-lang/crates.io-index"
  877checksum = "5682ea0913e5c20780fe5785abacb85a411e7437bf52a1bedb93ddb3972cb8dd"
  878dependencies = [
  879 "async-native-tls 0.3.3",
  880 "async-std",
  881 "futures-io",
  882 "futures-util",
  883 "log",
  884 "pin-project-lite",
  885 "tungstenite 0.16.0",
  886]
  887
  888[[package]]
  889name = "async-watch"
  890version = "0.3.1"
  891source = "registry+https://github.com/rust-lang/crates.io-index"
  892checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
  893dependencies = [
  894 "event-listener 2.5.3",
  895]
  896
  897[[package]]
  898name = "async_zip"
  899version = "0.0.17"
  900source = "registry+https://github.com/rust-lang/crates.io-index"
  901checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
  902dependencies = [
  903 "async-compression",
  904 "crc32fast",
  905 "futures-lite 2.2.0",
  906 "pin-project",
  907 "thiserror",
  908]
  909
  910[[package]]
  911name = "asynchronous-codec"
  912version = "0.7.0"
  913source = "registry+https://github.com/rust-lang/crates.io-index"
  914checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
  915dependencies = [
  916 "bytes 1.5.0",
  917 "futures-sink",
  918 "futures-util",
  919 "memchr",
  920 "pin-project-lite",
  921]
  922
  923[[package]]
  924name = "atoi"
  925version = "2.0.0"
  926source = "registry+https://github.com/rust-lang/crates.io-index"
  927checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
  928dependencies = [
  929 "num-traits",
  930]
  931
  932[[package]]
  933name = "atomic"
  934version = "0.5.3"
  935source = "registry+https://github.com/rust-lang/crates.io-index"
  936checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
  937
  938[[package]]
  939name = "atomic-waker"
  940version = "1.1.1"
  941source = "registry+https://github.com/rust-lang/crates.io-index"
  942checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
  943
  944[[package]]
  945name = "atty"
  946version = "0.2.14"
  947source = "registry+https://github.com/rust-lang/crates.io-index"
  948checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  949dependencies = [
  950 "hermit-abi 0.1.19",
  951 "libc",
  952 "winapi",
  953]
  954
  955[[package]]
  956name = "audio"
  957version = "0.1.0"
  958dependencies = [
  959 "anyhow",
  960 "collections",
  961 "derive_more",
  962 "gpui",
  963 "parking_lot",
  964 "rodio",
  965 "util",
  966]
  967
  968[[package]]
  969name = "auto_update"
  970version = "0.1.0"
  971dependencies = [
  972 "anyhow",
  973 "client",
  974 "db",
  975 "editor",
  976 "gpui",
  977 "http 0.1.0",
  978 "isahc",
  979 "log",
  980 "markdown_preview",
  981 "menu",
  982 "release_channel",
  983 "schemars",
  984 "serde",
  985 "serde_derive",
  986 "serde_json",
  987 "settings",
  988 "smol",
  989 "tempfile",
  990 "util",
  991 "workspace",
  992]
  993
  994[[package]]
  995name = "autocfg"
  996version = "1.1.0"
  997source = "registry+https://github.com/rust-lang/crates.io-index"
  998checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
  999
 1000[[package]]
 1001name = "av1-grain"
 1002version = "0.2.3"
 1003source = "registry+https://github.com/rust-lang/crates.io-index"
 1004checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1005dependencies = [
 1006 "anyhow",
 1007 "arrayvec",
 1008 "log",
 1009 "nom",
 1010 "num-rational",
 1011 "v_frame",
 1012]
 1013
 1014[[package]]
 1015name = "avif-serialize"
 1016version = "0.8.1"
 1017source = "registry+https://github.com/rust-lang/crates.io-index"
 1018checksum = "876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2"
 1019dependencies = [
 1020 "arrayvec",
 1021]
 1022
 1023[[package]]
 1024name = "aws-config"
 1025version = "1.1.5"
 1026source = "registry+https://github.com/rust-lang/crates.io-index"
 1027checksum = "7af266887e24cd5f6d2ea7433cacd25dcd4773b7f70e488701968a7cdf51df57"
 1028dependencies = [
 1029 "aws-credential-types",
 1030 "aws-runtime",
 1031 "aws-sdk-sso",
 1032 "aws-sdk-ssooidc",
 1033 "aws-sdk-sts",
 1034 "aws-smithy-async",
 1035 "aws-smithy-http",
 1036 "aws-smithy-json",
 1037 "aws-smithy-runtime",
 1038 "aws-smithy-runtime-api",
 1039 "aws-smithy-types",
 1040 "aws-types",
 1041 "bytes 1.5.0",
 1042 "fastrand 2.0.0",
 1043 "hex",
 1044 "http 0.2.9",
 1045 "hyper",
 1046 "ring",
 1047 "time",
 1048 "tokio",
 1049 "tracing",
 1050 "zeroize",
 1051]
 1052
 1053[[package]]
 1054name = "aws-credential-types"
 1055version = "1.1.5"
 1056source = "registry+https://github.com/rust-lang/crates.io-index"
 1057checksum = "2d56f287a9e65e4914bfedb5b22c056b65e4c232fca512d5509a9df36386759f"
 1058dependencies = [
 1059 "aws-smithy-async",
 1060 "aws-smithy-runtime-api",
 1061 "aws-smithy-types",
 1062 "zeroize",
 1063]
 1064
 1065[[package]]
 1066name = "aws-runtime"
 1067version = "1.1.5"
 1068source = "registry+https://github.com/rust-lang/crates.io-index"
 1069checksum = "2d6a29eca8ea8982028a4df81883e7001e250a21d323b86418884b5345950a4b"
 1070dependencies = [
 1071 "aws-credential-types",
 1072 "aws-sigv4",
 1073 "aws-smithy-async",
 1074 "aws-smithy-eventstream",
 1075 "aws-smithy-http",
 1076 "aws-smithy-runtime-api",
 1077 "aws-smithy-types",
 1078 "aws-types",
 1079 "bytes 1.5.0",
 1080 "fastrand 2.0.0",
 1081 "http 0.2.9",
 1082 "http-body",
 1083 "percent-encoding",
 1084 "pin-project-lite",
 1085 "tracing",
 1086 "uuid",
 1087]
 1088
 1089[[package]]
 1090name = "aws-sdk-s3"
 1091version = "1.15.0"
 1092source = "registry+https://github.com/rust-lang/crates.io-index"
 1093checksum = "c977e92277652aefb9a76a0fca652b26757d6845dce0d7bf4426da80f13d85b0"
 1094dependencies = [
 1095 "aws-credential-types",
 1096 "aws-runtime",
 1097 "aws-sigv4",
 1098 "aws-smithy-async",
 1099 "aws-smithy-checksums",
 1100 "aws-smithy-eventstream",
 1101 "aws-smithy-http",
 1102 "aws-smithy-json",
 1103 "aws-smithy-runtime",
 1104 "aws-smithy-runtime-api",
 1105 "aws-smithy-types",
 1106 "aws-smithy-xml",
 1107 "aws-types",
 1108 "bytes 1.5.0",
 1109 "http 0.2.9",
 1110 "http-body",
 1111 "once_cell",
 1112 "percent-encoding",
 1113 "regex-lite",
 1114 "tracing",
 1115 "url",
 1116]
 1117
 1118[[package]]
 1119name = "aws-sdk-sso"
 1120version = "1.13.0"
 1121source = "registry+https://github.com/rust-lang/crates.io-index"
 1122checksum = "e2d7f527c7b28af1a641f7d89f9e6a4863e8ec00f39d2b731b056fc5ec5ce829"
 1123dependencies = [
 1124 "aws-credential-types",
 1125 "aws-runtime",
 1126 "aws-smithy-async",
 1127 "aws-smithy-http",
 1128 "aws-smithy-json",
 1129 "aws-smithy-runtime",
 1130 "aws-smithy-runtime-api",
 1131 "aws-smithy-types",
 1132 "aws-types",
 1133 "bytes 1.5.0",
 1134 "http 0.2.9",
 1135 "once_cell",
 1136 "regex-lite",
 1137 "tracing",
 1138]
 1139
 1140[[package]]
 1141name = "aws-sdk-ssooidc"
 1142version = "1.13.0"
 1143source = "registry+https://github.com/rust-lang/crates.io-index"
 1144checksum = "0d0be3224cd574ee8ab5fd7c32087876f25c134c27ac603fcb38669ed8d346b0"
 1145dependencies = [
 1146 "aws-credential-types",
 1147 "aws-runtime",
 1148 "aws-smithy-async",
 1149 "aws-smithy-http",
 1150 "aws-smithy-json",
 1151 "aws-smithy-runtime",
 1152 "aws-smithy-runtime-api",
 1153 "aws-smithy-types",
 1154 "aws-types",
 1155 "bytes 1.5.0",
 1156 "http 0.2.9",
 1157 "once_cell",
 1158 "regex-lite",
 1159 "tracing",
 1160]
 1161
 1162[[package]]
 1163name = "aws-sdk-sts"
 1164version = "1.13.0"
 1165source = "registry+https://github.com/rust-lang/crates.io-index"
 1166checksum = "5b3167c60d82a13bbaef569da06041644ff41e85c6377e5dad53fa2526ccfe9d"
 1167dependencies = [
 1168 "aws-credential-types",
 1169 "aws-runtime",
 1170 "aws-smithy-async",
 1171 "aws-smithy-http",
 1172 "aws-smithy-json",
 1173 "aws-smithy-query",
 1174 "aws-smithy-runtime",
 1175 "aws-smithy-runtime-api",
 1176 "aws-smithy-types",
 1177 "aws-smithy-xml",
 1178 "aws-types",
 1179 "http 0.2.9",
 1180 "once_cell",
 1181 "regex-lite",
 1182 "tracing",
 1183]
 1184
 1185[[package]]
 1186name = "aws-sigv4"
 1187version = "1.1.5"
 1188source = "registry+https://github.com/rust-lang/crates.io-index"
 1189checksum = "54b1cbe0eee57a213039088dbdeca7be9352f24e0d72332d961e8a1cb388f82d"
 1190dependencies = [
 1191 "aws-credential-types",
 1192 "aws-smithy-eventstream",
 1193 "aws-smithy-http",
 1194 "aws-smithy-runtime-api",
 1195 "aws-smithy-types",
 1196 "bytes 1.5.0",
 1197 "crypto-bigint 0.5.5",
 1198 "form_urlencoded",
 1199 "hex",
 1200 "hmac 0.12.1",
 1201 "http 0.2.9",
 1202 "http 1.0.0",
 1203 "once_cell",
 1204 "p256",
 1205 "percent-encoding",
 1206 "ring",
 1207 "sha2 0.10.7",
 1208 "subtle",
 1209 "time",
 1210 "tracing",
 1211 "zeroize",
 1212]
 1213
 1214[[package]]
 1215name = "aws-smithy-async"
 1216version = "1.1.5"
 1217source = "registry+https://github.com/rust-lang/crates.io-index"
 1218checksum = "426a5bc369ca7c8d3686439e46edc727f397a47ab3696b13f3ae8c81b3b36132"
 1219dependencies = [
 1220 "futures-util",
 1221 "pin-project-lite",
 1222 "tokio",
 1223]
 1224
 1225[[package]]
 1226name = "aws-smithy-checksums"
 1227version = "0.60.5"
 1228source = "registry+https://github.com/rust-lang/crates.io-index"
 1229checksum = "6ee554133eca2611b66d23548e48f9b44713befdb025ab76bc00185b878397a1"
 1230dependencies = [
 1231 "aws-smithy-http",
 1232 "aws-smithy-types",
 1233 "bytes 1.5.0",
 1234 "crc32c",
 1235 "crc32fast",
 1236 "hex",
 1237 "http 0.2.9",
 1238 "http-body",
 1239 "md-5",
 1240 "pin-project-lite",
 1241 "sha1",
 1242 "sha2 0.10.7",
 1243 "tracing",
 1244]
 1245
 1246[[package]]
 1247name = "aws-smithy-eventstream"
 1248version = "0.60.4"
 1249source = "registry+https://github.com/rust-lang/crates.io-index"
 1250checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858"
 1251dependencies = [
 1252 "aws-smithy-types",
 1253 "bytes 1.5.0",
 1254 "crc32fast",
 1255]
 1256
 1257[[package]]
 1258name = "aws-smithy-http"
 1259version = "0.60.5"
 1260source = "registry+https://github.com/rust-lang/crates.io-index"
 1261checksum = "85d6a0619f7b67183067fa3b558f94f90753da2df8c04aeb7336d673f804b0b8"
 1262dependencies = [
 1263 "aws-smithy-eventstream",
 1264 "aws-smithy-runtime-api",
 1265 "aws-smithy-types",
 1266 "bytes 1.5.0",
 1267 "bytes-utils",
 1268 "futures-core",
 1269 "http 0.2.9",
 1270 "http-body",
 1271 "once_cell",
 1272 "percent-encoding",
 1273 "pin-project-lite",
 1274 "pin-utils",
 1275 "tracing",
 1276]
 1277
 1278[[package]]
 1279name = "aws-smithy-json"
 1280version = "0.60.5"
 1281source = "registry+https://github.com/rust-lang/crates.io-index"
 1282checksum = "a1c1b5186b6f5c579bf0de1bcca9dd3d946d6d51361ea1d18131f6a0b64e13ae"
 1283dependencies = [
 1284 "aws-smithy-types",
 1285]
 1286
 1287[[package]]
 1288name = "aws-smithy-query"
 1289version = "0.60.5"
 1290source = "registry+https://github.com/rust-lang/crates.io-index"
 1291checksum = "1c0a2ce65882e788d2cf83ff28b9b16918de0460c47bf66c5da4f6c17b4c9694"
 1292dependencies = [
 1293 "aws-smithy-types",
 1294 "urlencoding",
 1295]
 1296
 1297[[package]]
 1298name = "aws-smithy-runtime"
 1299version = "1.1.5"
 1300source = "registry+https://github.com/rust-lang/crates.io-index"
 1301checksum = "b4cb6b3afa5fc9825a75675975dcc3e21764b5476bc91dbc63df4ea3d30a576e"
 1302dependencies = [
 1303 "aws-smithy-async",
 1304 "aws-smithy-http",
 1305 "aws-smithy-runtime-api",
 1306 "aws-smithy-types",
 1307 "bytes 1.5.0",
 1308 "fastrand 2.0.0",
 1309 "h2",
 1310 "http 0.2.9",
 1311 "http-body",
 1312 "hyper",
 1313 "hyper-rustls",
 1314 "once_cell",
 1315 "pin-project-lite",
 1316 "pin-utils",
 1317 "rustls",
 1318 "tokio",
 1319 "tracing",
 1320]
 1321
 1322[[package]]
 1323name = "aws-smithy-runtime-api"
 1324version = "1.1.5"
 1325source = "registry+https://github.com/rust-lang/crates.io-index"
 1326checksum = "23165433e80c04e8c09cee66d171292ae7234bae05fa9d5636e33095eae416b2"
 1327dependencies = [
 1328 "aws-smithy-async",
 1329 "aws-smithy-types",
 1330 "bytes 1.5.0",
 1331 "http 0.2.9",
 1332 "pin-project-lite",
 1333 "tokio",
 1334 "tracing",
 1335 "zeroize",
 1336]
 1337
 1338[[package]]
 1339name = "aws-smithy-types"
 1340version = "1.1.5"
 1341source = "registry+https://github.com/rust-lang/crates.io-index"
 1342checksum = "c94a5bec34850b92c9a054dad57b95c1d47f25125f55973e19f6ad788f0381ff"
 1343dependencies = [
 1344 "base64-simd",
 1345 "bytes 1.5.0",
 1346 "bytes-utils",
 1347 "futures-core",
 1348 "http 0.2.9",
 1349 "http-body",
 1350 "itoa",
 1351 "num-integer",
 1352 "pin-project-lite",
 1353 "pin-utils",
 1354 "ryu",
 1355 "serde",
 1356 "time",
 1357 "tokio",
 1358 "tokio-util",
 1359]
 1360
 1361[[package]]
 1362name = "aws-smithy-xml"
 1363version = "0.60.5"
 1364source = "registry+https://github.com/rust-lang/crates.io-index"
 1365checksum = "d16f94c9673412b7a72e3c3efec8de89081c320bf59ea12eed34c417a62ad600"
 1366dependencies = [
 1367 "xmlparser",
 1368]
 1369
 1370[[package]]
 1371name = "aws-types"
 1372version = "1.1.5"
 1373source = "registry+https://github.com/rust-lang/crates.io-index"
 1374checksum = "0ff7e122ee50ca962e9de91f5850cc37e2184b1219611eef6d44aa85929b54f6"
 1375dependencies = [
 1376 "aws-credential-types",
 1377 "aws-smithy-async",
 1378 "aws-smithy-runtime-api",
 1379 "aws-smithy-types",
 1380 "http 0.2.9",
 1381 "rustc_version",
 1382 "tracing",
 1383]
 1384
 1385[[package]]
 1386name = "axum"
 1387version = "0.6.20"
 1388source = "registry+https://github.com/rust-lang/crates.io-index"
 1389checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1390dependencies = [
 1391 "async-trait",
 1392 "axum-core",
 1393 "base64 0.21.7",
 1394 "bitflags 1.3.2",
 1395 "bytes 1.5.0",
 1396 "futures-util",
 1397 "headers",
 1398 "http 0.2.9",
 1399 "http-body",
 1400 "hyper",
 1401 "itoa",
 1402 "matchit",
 1403 "memchr",
 1404 "mime",
 1405 "percent-encoding",
 1406 "pin-project-lite",
 1407 "rustversion",
 1408 "serde",
 1409 "serde_json",
 1410 "serde_path_to_error",
 1411 "serde_urlencoded",
 1412 "sha1",
 1413 "sync_wrapper",
 1414 "tokio",
 1415 "tokio-tungstenite",
 1416 "tower",
 1417 "tower-layer",
 1418 "tower-service",
 1419]
 1420
 1421[[package]]
 1422name = "axum-core"
 1423version = "0.3.4"
 1424source = "registry+https://github.com/rust-lang/crates.io-index"
 1425checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1426dependencies = [
 1427 "async-trait",
 1428 "bytes 1.5.0",
 1429 "futures-util",
 1430 "http 0.2.9",
 1431 "http-body",
 1432 "mime",
 1433 "rustversion",
 1434 "tower-layer",
 1435 "tower-service",
 1436]
 1437
 1438[[package]]
 1439name = "axum-extra"
 1440version = "0.4.2"
 1441source = "registry+https://github.com/rust-lang/crates.io-index"
 1442checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1443dependencies = [
 1444 "axum",
 1445 "bytes 1.5.0",
 1446 "futures-util",
 1447 "http 0.2.9",
 1448 "mime",
 1449 "pin-project-lite",
 1450 "serde",
 1451 "serde_json",
 1452 "tokio",
 1453 "tower",
 1454 "tower-http 0.3.5",
 1455 "tower-layer",
 1456 "tower-service",
 1457]
 1458
 1459[[package]]
 1460name = "backtrace"
 1461version = "0.3.69"
 1462source = "registry+https://github.com/rust-lang/crates.io-index"
 1463checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
 1464dependencies = [
 1465 "addr2line",
 1466 "cc",
 1467 "cfg-if",
 1468 "libc",
 1469 "miniz_oxide",
 1470 "object",
 1471 "rustc-demangle",
 1472]
 1473
 1474[[package]]
 1475name = "base16ct"
 1476version = "0.1.1"
 1477source = "registry+https://github.com/rust-lang/crates.io-index"
 1478checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1479
 1480[[package]]
 1481name = "base64"
 1482version = "0.13.1"
 1483source = "registry+https://github.com/rust-lang/crates.io-index"
 1484checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1485
 1486[[package]]
 1487name = "base64"
 1488version = "0.21.7"
 1489source = "registry+https://github.com/rust-lang/crates.io-index"
 1490checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1491
 1492[[package]]
 1493name = "base64"
 1494version = "0.22.0"
 1495source = "registry+https://github.com/rust-lang/crates.io-index"
 1496checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
 1497
 1498[[package]]
 1499name = "base64-simd"
 1500version = "0.8.0"
 1501source = "registry+https://github.com/rust-lang/crates.io-index"
 1502checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1503dependencies = [
 1504 "outref",
 1505 "vsimd",
 1506]
 1507
 1508[[package]]
 1509name = "base64ct"
 1510version = "1.6.0"
 1511source = "registry+https://github.com/rust-lang/crates.io-index"
 1512checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1513
 1514[[package]]
 1515name = "bigdecimal"
 1516version = "0.3.1"
 1517source = "registry+https://github.com/rust-lang/crates.io-index"
 1518checksum = "a6773ddc0eafc0e509fb60e48dff7f450f8e674a0686ae8605e8d9901bd5eefa"
 1519dependencies = [
 1520 "num-bigint",
 1521 "num-integer",
 1522 "num-traits",
 1523]
 1524
 1525[[package]]
 1526name = "bincode"
 1527version = "1.3.3"
 1528source = "registry+https://github.com/rust-lang/crates.io-index"
 1529checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1530dependencies = [
 1531 "serde",
 1532]
 1533
 1534[[package]]
 1535name = "bindgen"
 1536version = "0.64.0"
 1537source = "registry+https://github.com/rust-lang/crates.io-index"
 1538checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"
 1539dependencies = [
 1540 "bitflags 1.3.2",
 1541 "cexpr",
 1542 "clang-sys",
 1543 "lazy_static",
 1544 "lazycell",
 1545 "peeking_take_while",
 1546 "proc-macro2",
 1547 "quote",
 1548 "regex",
 1549 "rustc-hash",
 1550 "shlex",
 1551 "syn 1.0.109",
 1552]
 1553
 1554[[package]]
 1555name = "bindgen"
 1556version = "0.65.1"
 1557source = "registry+https://github.com/rust-lang/crates.io-index"
 1558checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"
 1559dependencies = [
 1560 "bitflags 1.3.2",
 1561 "cexpr",
 1562 "clang-sys",
 1563 "lazy_static",
 1564 "lazycell",
 1565 "log",
 1566 "peeking_take_while",
 1567 "prettyplease",
 1568 "proc-macro2",
 1569 "quote",
 1570 "regex",
 1571 "rustc-hash",
 1572 "shlex",
 1573 "syn 2.0.59",
 1574 "which 4.4.2",
 1575]
 1576
 1577[[package]]
 1578name = "bit-set"
 1579version = "0.5.3"
 1580source = "registry+https://github.com/rust-lang/crates.io-index"
 1581checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1582dependencies = [
 1583 "bit-vec",
 1584]
 1585
 1586[[package]]
 1587name = "bit-vec"
 1588version = "0.6.3"
 1589source = "registry+https://github.com/rust-lang/crates.io-index"
 1590checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
 1591
 1592[[package]]
 1593name = "bit_field"
 1594version = "0.10.2"
 1595source = "registry+https://github.com/rust-lang/crates.io-index"
 1596checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
 1597
 1598[[package]]
 1599name = "bitflags"
 1600version = "1.3.2"
 1601source = "registry+https://github.com/rust-lang/crates.io-index"
 1602checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1603
 1604[[package]]
 1605name = "bitflags"
 1606version = "2.4.2"
 1607source = "registry+https://github.com/rust-lang/crates.io-index"
 1608checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
 1609dependencies = [
 1610 "serde",
 1611]
 1612
 1613[[package]]
 1614name = "bitstream-io"
 1615version = "2.4.2"
 1616source = "registry+https://github.com/rust-lang/crates.io-index"
 1617checksum = "415f8399438eb5e4b2f73ed3152a3448b98149dda642a957ee704e1daa5cf1d8"
 1618
 1619[[package]]
 1620name = "bitvec"
 1621version = "1.0.1"
 1622source = "registry+https://github.com/rust-lang/crates.io-index"
 1623checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1624dependencies = [
 1625 "funty",
 1626 "radium",
 1627 "tap",
 1628 "wyz",
 1629]
 1630
 1631[[package]]
 1632name = "blade-graphics"
 1633version = "0.4.0"
 1634source = "git+https://github.com/kvark/blade?rev=21a56f780e21e4cb42c70a1dcf4b59842d1ad7f7#21a56f780e21e4cb42c70a1dcf4b59842d1ad7f7"
 1635dependencies = [
 1636 "ash",
 1637 "ash-window",
 1638 "bitflags 2.4.2",
 1639 "block",
 1640 "bytemuck",
 1641 "codespan-reporting",
 1642 "core-graphics-types",
 1643 "glow",
 1644 "gpu-alloc",
 1645 "gpu-alloc-ash",
 1646 "hidden-trait",
 1647 "js-sys",
 1648 "khronos-egl",
 1649 "libloading 0.8.0",
 1650 "log",
 1651 "metal",
 1652 "mint",
 1653 "naga",
 1654 "objc",
 1655 "raw-window-handle 0.6.0",
 1656 "slab",
 1657 "wasm-bindgen",
 1658 "web-sys",
 1659]
 1660
 1661[[package]]
 1662name = "blade-macros"
 1663version = "0.2.1"
 1664source = "git+https://github.com/kvark/blade?rev=21a56f780e21e4cb42c70a1dcf4b59842d1ad7f7#21a56f780e21e4cb42c70a1dcf4b59842d1ad7f7"
 1665dependencies = [
 1666 "proc-macro2",
 1667 "quote",
 1668 "syn 2.0.59",
 1669]
 1670
 1671[[package]]
 1672name = "blade-util"
 1673version = "0.1.0"
 1674source = "git+https://github.com/kvark/blade?rev=21a56f780e21e4cb42c70a1dcf4b59842d1ad7f7#21a56f780e21e4cb42c70a1dcf4b59842d1ad7f7"
 1675dependencies = [
 1676 "blade-graphics",
 1677 "bytemuck",
 1678 "log",
 1679 "profiling",
 1680]
 1681
 1682[[package]]
 1683name = "block"
 1684version = "0.1.6"
 1685source = "registry+https://github.com/rust-lang/crates.io-index"
 1686checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 1687
 1688[[package]]
 1689name = "block-buffer"
 1690version = "0.9.0"
 1691source = "registry+https://github.com/rust-lang/crates.io-index"
 1692checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
 1693dependencies = [
 1694 "generic-array",
 1695]
 1696
 1697[[package]]
 1698name = "block-buffer"
 1699version = "0.10.4"
 1700source = "registry+https://github.com/rust-lang/crates.io-index"
 1701checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 1702dependencies = [
 1703 "generic-array",
 1704]
 1705
 1706[[package]]
 1707name = "block-padding"
 1708version = "0.3.3"
 1709source = "registry+https://github.com/rust-lang/crates.io-index"
 1710checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 1711dependencies = [
 1712 "generic-array",
 1713]
 1714
 1715[[package]]
 1716name = "blocking"
 1717version = "1.5.1"
 1718source = "registry+https://github.com/rust-lang/crates.io-index"
 1719checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"
 1720dependencies = [
 1721 "async-channel 2.2.0",
 1722 "async-lock 3.3.0",
 1723 "async-task",
 1724 "fastrand 2.0.0",
 1725 "futures-io",
 1726 "futures-lite 2.2.0",
 1727 "piper",
 1728 "tracing",
 1729]
 1730
 1731[[package]]
 1732name = "borsh"
 1733version = "0.10.3"
 1734source = "registry+https://github.com/rust-lang/crates.io-index"
 1735checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b"
 1736dependencies = [
 1737 "borsh-derive",
 1738 "hashbrown 0.13.2",
 1739]
 1740
 1741[[package]]
 1742name = "borsh-derive"
 1743version = "0.10.3"
 1744source = "registry+https://github.com/rust-lang/crates.io-index"
 1745checksum = "0754613691538d51f329cce9af41d7b7ca150bc973056f1156611489475f54f7"
 1746dependencies = [
 1747 "borsh-derive-internal",
 1748 "borsh-schema-derive-internal",
 1749 "proc-macro-crate 0.1.5",
 1750 "proc-macro2",
 1751 "syn 1.0.109",
 1752]
 1753
 1754[[package]]
 1755name = "borsh-derive-internal"
 1756version = "0.10.3"
 1757source = "registry+https://github.com/rust-lang/crates.io-index"
 1758checksum = "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb"
 1759dependencies = [
 1760 "proc-macro2",
 1761 "quote",
 1762 "syn 1.0.109",
 1763]
 1764
 1765[[package]]
 1766name = "borsh-schema-derive-internal"
 1767version = "0.10.3"
 1768source = "registry+https://github.com/rust-lang/crates.io-index"
 1769checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd"
 1770dependencies = [
 1771 "proc-macro2",
 1772 "quote",
 1773 "syn 1.0.109",
 1774]
 1775
 1776[[package]]
 1777name = "breadcrumbs"
 1778version = "0.1.0"
 1779dependencies = [
 1780 "editor",
 1781 "gpui",
 1782 "itertools 0.11.0",
 1783 "outline",
 1784 "theme",
 1785 "ui",
 1786 "workspace",
 1787]
 1788
 1789[[package]]
 1790name = "bstr"
 1791version = "1.6.2"
 1792source = "registry+https://github.com/rust-lang/crates.io-index"
 1793checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a"
 1794dependencies = [
 1795 "memchr",
 1796 "regex-automata 0.3.9",
 1797 "serde",
 1798]
 1799
 1800[[package]]
 1801name = "built"
 1802version = "0.7.3"
 1803source = "registry+https://github.com/rust-lang/crates.io-index"
 1804checksum = "c6a6c0b39c38fd754ac338b00a88066436389c0f029da5d37d1e01091d9b7c17"
 1805
 1806[[package]]
 1807name = "bumpalo"
 1808version = "3.14.0"
 1809source = "registry+https://github.com/rust-lang/crates.io-index"
 1810checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
 1811
 1812[[package]]
 1813name = "bytecheck"
 1814version = "0.6.11"
 1815source = "registry+https://github.com/rust-lang/crates.io-index"
 1816checksum = "8b6372023ac861f6e6dc89c8344a8f398fb42aaba2b5dbc649ca0c0e9dbcb627"
 1817dependencies = [
 1818 "bytecheck_derive",
 1819 "ptr_meta",
 1820 "simdutf8",
 1821]
 1822
 1823[[package]]
 1824name = "bytecheck_derive"
 1825version = "0.6.11"
 1826source = "registry+https://github.com/rust-lang/crates.io-index"
 1827checksum = "a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61"
 1828dependencies = [
 1829 "proc-macro2",
 1830 "quote",
 1831 "syn 1.0.109",
 1832]
 1833
 1834[[package]]
 1835name = "bytemuck"
 1836version = "1.14.0"
 1837source = "registry+https://github.com/rust-lang/crates.io-index"
 1838checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
 1839dependencies = [
 1840 "bytemuck_derive",
 1841]
 1842
 1843[[package]]
 1844name = "bytemuck_derive"
 1845version = "1.5.0"
 1846source = "registry+https://github.com/rust-lang/crates.io-index"
 1847checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1"
 1848dependencies = [
 1849 "proc-macro2",
 1850 "quote",
 1851 "syn 2.0.59",
 1852]
 1853
 1854[[package]]
 1855name = "byteorder"
 1856version = "1.4.3"
 1857source = "registry+https://github.com/rust-lang/crates.io-index"
 1858checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
 1859
 1860[[package]]
 1861name = "byteorder-lite"
 1862version = "0.1.0"
 1863source = "registry+https://github.com/rust-lang/crates.io-index"
 1864checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 1865
 1866[[package]]
 1867name = "bytes"
 1868version = "0.4.12"
 1869source = "registry+https://github.com/rust-lang/crates.io-index"
 1870checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 1871dependencies = [
 1872 "byteorder",
 1873 "iovec",
 1874]
 1875
 1876[[package]]
 1877name = "bytes"
 1878version = "1.5.0"
 1879source = "registry+https://github.com/rust-lang/crates.io-index"
 1880checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
 1881
 1882[[package]]
 1883name = "bytes-utils"
 1884version = "0.1.4"
 1885source = "registry+https://github.com/rust-lang/crates.io-index"
 1886checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 1887dependencies = [
 1888 "bytes 1.5.0",
 1889 "either",
 1890]
 1891
 1892[[package]]
 1893name = "call"
 1894version = "0.1.0"
 1895dependencies = [
 1896 "anyhow",
 1897 "audio",
 1898 "client",
 1899 "collections",
 1900 "fs",
 1901 "futures 0.3.28",
 1902 "gpui",
 1903 "http 0.1.0",
 1904 "language",
 1905 "live_kit_client",
 1906 "log",
 1907 "postage",
 1908 "project",
 1909 "schemars",
 1910 "serde",
 1911 "serde_derive",
 1912 "settings",
 1913 "util",
 1914]
 1915
 1916[[package]]
 1917name = "calloop"
 1918version = "0.13.0"
 1919source = "registry+https://github.com/rust-lang/crates.io-index"
 1920checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
 1921dependencies = [
 1922 "bitflags 2.4.2",
 1923 "log",
 1924 "polling 3.3.2",
 1925 "rustix 0.38.32",
 1926 "slab",
 1927 "thiserror",
 1928]
 1929
 1930[[package]]
 1931name = "calloop-wayland-source"
 1932version = "0.3.0"
 1933source = "registry+https://github.com/rust-lang/crates.io-index"
 1934checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
 1935dependencies = [
 1936 "calloop",
 1937 "rustix 0.38.32",
 1938 "wayland-backend",
 1939 "wayland-client",
 1940]
 1941
 1942[[package]]
 1943name = "cap-fs-ext"
 1944version = "3.0.0"
 1945source = "registry+https://github.com/rust-lang/crates.io-index"
 1946checksum = "769f8cd02eb04d57f14e2e371ebb533f96817f9b2525d73a5c72b61ca7973747"
 1947dependencies = [
 1948 "cap-primitives",
 1949 "cap-std",
 1950 "io-lifetimes 2.0.3",
 1951 "windows-sys 0.52.0",
 1952]
 1953
 1954[[package]]
 1955name = "cap-net-ext"
 1956version = "3.0.0"
 1957source = "registry+https://github.com/rust-lang/crates.io-index"
 1958checksum = "59ff6d3fb274292a9af283417e383afe6ded1fe66f6472d2c781216d3d80c218"
 1959dependencies = [
 1960 "cap-primitives",
 1961 "cap-std",
 1962 "rustix 0.38.32",
 1963 "smallvec",
 1964]
 1965
 1966[[package]]
 1967name = "cap-primitives"
 1968version = "3.0.0"
 1969source = "registry+https://github.com/rust-lang/crates.io-index"
 1970checksum = "90a0b44fc796b1a84535a63753d50ba3972c4db55c7255c186f79140e63d56d0"
 1971dependencies = [
 1972 "ambient-authority",
 1973 "fs-set-times",
 1974 "io-extras",
 1975 "io-lifetimes 2.0.3",
 1976 "ipnet",
 1977 "maybe-owned",
 1978 "rustix 0.38.32",
 1979 "windows-sys 0.52.0",
 1980 "winx",
 1981]
 1982
 1983[[package]]
 1984name = "cap-rand"
 1985version = "3.0.0"
 1986source = "registry+https://github.com/rust-lang/crates.io-index"
 1987checksum = "4327f08daac33a99bb03c54ae18c8f32c3ba31c728a33ddf683c6c6a5043de68"
 1988dependencies = [
 1989 "ambient-authority",
 1990 "rand 0.8.5",
 1991]
 1992
 1993[[package]]
 1994name = "cap-std"
 1995version = "3.0.0"
 1996source = "registry+https://github.com/rust-lang/crates.io-index"
 1997checksum = "266626ce180cf9709f317d0bf9754e3a5006359d87f4bf792f06c9c5f1b63c0f"
 1998dependencies = [
 1999 "cap-primitives",
 2000 "io-extras",
 2001 "io-lifetimes 2.0.3",
 2002 "rustix 0.38.32",
 2003]
 2004
 2005[[package]]
 2006name = "cap-time-ext"
 2007version = "3.0.0"
 2008source = "registry+https://github.com/rust-lang/crates.io-index"
 2009checksum = "e1353421ba83c19da60726e35db0a89abef984b3be183ff6f58c5b8084fcd0c5"
 2010dependencies = [
 2011 "ambient-authority",
 2012 "cap-primitives",
 2013 "iana-time-zone",
 2014 "once_cell",
 2015 "rustix 0.38.32",
 2016 "winx",
 2017]
 2018
 2019[[package]]
 2020name = "cargo_toml"
 2021version = "0.20.2"
 2022source = "registry+https://github.com/rust-lang/crates.io-index"
 2023checksum = "c8cb1d556b8b8f36e5ca74938008be3ac102f5dcb5b68a0477e4249ae2291cd3"
 2024dependencies = [
 2025 "serde",
 2026 "toml 0.8.10",
 2027]
 2028
 2029[[package]]
 2030name = "cast"
 2031version = "0.3.0"
 2032source = "registry+https://github.com/rust-lang/crates.io-index"
 2033checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2034
 2035[[package]]
 2036name = "castaway"
 2037version = "0.1.2"
 2038source = "registry+https://github.com/rust-lang/crates.io-index"
 2039checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6"
 2040
 2041[[package]]
 2042name = "cbc"
 2043version = "0.1.2"
 2044source = "registry+https://github.com/rust-lang/crates.io-index"
 2045checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2046dependencies = [
 2047 "cipher 0.4.4",
 2048]
 2049
 2050[[package]]
 2051name = "cbindgen"
 2052version = "0.26.0"
 2053source = "registry+https://github.com/rust-lang/crates.io-index"
 2054checksum = "da6bc11b07529f16944307272d5bd9b22530bc7d05751717c9d416586cedab49"
 2055dependencies = [
 2056 "clap 3.2.25",
 2057 "heck 0.4.1",
 2058 "indexmap 1.9.3",
 2059 "log",
 2060 "proc-macro2",
 2061 "quote",
 2062 "serde",
 2063 "serde_json",
 2064 "syn 1.0.109",
 2065 "tempfile",
 2066 "toml 0.5.11",
 2067]
 2068
 2069[[package]]
 2070name = "cc"
 2071version = "1.0.90"
 2072source = "registry+https://github.com/rust-lang/crates.io-index"
 2073checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
 2074dependencies = [
 2075 "jobserver",
 2076 "libc",
 2077]
 2078
 2079[[package]]
 2080name = "cesu8"
 2081version = "1.1.0"
 2082source = "registry+https://github.com/rust-lang/crates.io-index"
 2083checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2084
 2085[[package]]
 2086name = "cexpr"
 2087version = "0.6.0"
 2088source = "registry+https://github.com/rust-lang/crates.io-index"
 2089checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2090dependencies = [
 2091 "nom",
 2092]
 2093
 2094[[package]]
 2095name = "cfg-expr"
 2096version = "0.15.8"
 2097source = "registry+https://github.com/rust-lang/crates.io-index"
 2098checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2099dependencies = [
 2100 "smallvec",
 2101 "target-lexicon",
 2102]
 2103
 2104[[package]]
 2105name = "cfg-if"
 2106version = "1.0.0"
 2107source = "registry+https://github.com/rust-lang/crates.io-index"
 2108checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 2109
 2110[[package]]
 2111name = "cfg_aliases"
 2112version = "0.1.1"
 2113source = "registry+https://github.com/rust-lang/crates.io-index"
 2114checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2115
 2116[[package]]
 2117name = "channel"
 2118version = "0.1.0"
 2119dependencies = [
 2120 "anyhow",
 2121 "client",
 2122 "clock",
 2123 "collections",
 2124 "futures 0.3.28",
 2125 "gpui",
 2126 "http 0.1.0",
 2127 "language",
 2128 "log",
 2129 "rand 0.8.5",
 2130 "release_channel",
 2131 "rpc",
 2132 "settings",
 2133 "sum_tree",
 2134 "text",
 2135 "time",
 2136 "util",
 2137]
 2138
 2139[[package]]
 2140name = "chrono"
 2141version = "0.4.38"
 2142source = "registry+https://github.com/rust-lang/crates.io-index"
 2143checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
 2144dependencies = [
 2145 "android-tzdata",
 2146 "iana-time-zone",
 2147 "js-sys",
 2148 "num-traits",
 2149 "serde",
 2150 "wasm-bindgen",
 2151 "windows-targets 0.52.5",
 2152]
 2153
 2154[[package]]
 2155name = "chunked_transfer"
 2156version = "1.4.1"
 2157source = "registry+https://github.com/rust-lang/crates.io-index"
 2158checksum = "cca491388666e04d7248af3f60f0c40cfb0991c72205595d7c396e3510207d1a"
 2159
 2160[[package]]
 2161name = "ciborium"
 2162version = "0.2.2"
 2163source = "registry+https://github.com/rust-lang/crates.io-index"
 2164checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2165dependencies = [
 2166 "ciborium-io",
 2167 "ciborium-ll",
 2168 "serde",
 2169]
 2170
 2171[[package]]
 2172name = "ciborium-io"
 2173version = "0.2.2"
 2174source = "registry+https://github.com/rust-lang/crates.io-index"
 2175checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2176
 2177[[package]]
 2178name = "ciborium-ll"
 2179version = "0.2.2"
 2180source = "registry+https://github.com/rust-lang/crates.io-index"
 2181checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2182dependencies = [
 2183 "ciborium-io",
 2184 "half",
 2185]
 2186
 2187[[package]]
 2188name = "cipher"
 2189version = "0.3.0"
 2190source = "registry+https://github.com/rust-lang/crates.io-index"
 2191checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
 2192dependencies = [
 2193 "generic-array",
 2194]
 2195
 2196[[package]]
 2197name = "cipher"
 2198version = "0.4.4"
 2199source = "registry+https://github.com/rust-lang/crates.io-index"
 2200checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2201dependencies = [
 2202 "crypto-common",
 2203 "inout",
 2204 "zeroize",
 2205]
 2206
 2207[[package]]
 2208name = "clang-sys"
 2209version = "1.6.1"
 2210source = "registry+https://github.com/rust-lang/crates.io-index"
 2211checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
 2212dependencies = [
 2213 "glob",
 2214 "libc",
 2215 "libloading 0.7.4",
 2216]
 2217
 2218[[package]]
 2219name = "clap"
 2220version = "3.2.25"
 2221source = "registry+https://github.com/rust-lang/crates.io-index"
 2222checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
 2223dependencies = [
 2224 "atty",
 2225 "bitflags 1.3.2",
 2226 "clap_lex 0.2.4",
 2227 "indexmap 1.9.3",
 2228 "strsim 0.10.0",
 2229 "termcolor",
 2230 "textwrap",
 2231]
 2232
 2233[[package]]
 2234name = "clap"
 2235version = "4.4.4"
 2236source = "registry+https://github.com/rust-lang/crates.io-index"
 2237checksum = "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136"
 2238dependencies = [
 2239 "clap_builder",
 2240 "clap_derive",
 2241]
 2242
 2243[[package]]
 2244name = "clap_builder"
 2245version = "4.4.4"
 2246source = "registry+https://github.com/rust-lang/crates.io-index"
 2247checksum = "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56"
 2248dependencies = [
 2249 "anstream",
 2250 "anstyle",
 2251 "clap_lex 0.5.1",
 2252 "strsim 0.10.0",
 2253]
 2254
 2255[[package]]
 2256name = "clap_derive"
 2257version = "4.4.2"
 2258source = "registry+https://github.com/rust-lang/crates.io-index"
 2259checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
 2260dependencies = [
 2261 "heck 0.4.1",
 2262 "proc-macro2",
 2263 "quote",
 2264 "syn 2.0.59",
 2265]
 2266
 2267[[package]]
 2268name = "clap_lex"
 2269version = "0.2.4"
 2270source = "registry+https://github.com/rust-lang/crates.io-index"
 2271checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
 2272dependencies = [
 2273 "os_str_bytes",
 2274]
 2275
 2276[[package]]
 2277name = "clap_lex"
 2278version = "0.5.1"
 2279source = "registry+https://github.com/rust-lang/crates.io-index"
 2280checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
 2281
 2282[[package]]
 2283name = "cli"
 2284version = "0.1.0"
 2285dependencies = [
 2286 "anyhow",
 2287 "clap 4.4.4",
 2288 "core-foundation",
 2289 "core-services",
 2290 "exec",
 2291 "fork",
 2292 "ipc-channel",
 2293 "once_cell",
 2294 "parking_lot",
 2295 "paths",
 2296 "plist",
 2297 "release_channel",
 2298 "serde",
 2299 "util",
 2300]
 2301
 2302[[package]]
 2303name = "clickhouse"
 2304version = "0.11.6"
 2305source = "registry+https://github.com/rust-lang/crates.io-index"
 2306checksum = "a0875e527e299fc5f4faba42870bf199a39ab0bb2dbba1b8aef0a2151451130f"
 2307dependencies = [
 2308 "bstr",
 2309 "bytes 1.5.0",
 2310 "clickhouse-derive",
 2311 "clickhouse-rs-cityhash-sys",
 2312 "futures 0.3.28",
 2313 "hyper",
 2314 "hyper-tls",
 2315 "lz4",
 2316 "sealed",
 2317 "serde",
 2318 "static_assertions",
 2319 "thiserror",
 2320 "tokio",
 2321 "url",
 2322]
 2323
 2324[[package]]
 2325name = "clickhouse-derive"
 2326version = "0.1.1"
 2327source = "registry+https://github.com/rust-lang/crates.io-index"
 2328checksum = "18af5425854858c507eec70f7deb4d5d8cec4216fcb086283a78872387281ea5"
 2329dependencies = [
 2330 "proc-macro2",
 2331 "quote",
 2332 "serde_derive_internals",
 2333 "syn 1.0.109",
 2334]
 2335
 2336[[package]]
 2337name = "clickhouse-rs-cityhash-sys"
 2338version = "0.1.2"
 2339source = "registry+https://github.com/rust-lang/crates.io-index"
 2340checksum = "4baf9d4700a28d6cb600e17ed6ae2b43298a5245f1f76b4eab63027ebfd592b9"
 2341dependencies = [
 2342 "cc",
 2343]
 2344
 2345[[package]]
 2346name = "client"
 2347version = "0.1.0"
 2348dependencies = [
 2349 "anyhow",
 2350 "async-native-tls 0.5.0",
 2351 "async-recursion 0.3.2",
 2352 "async-tungstenite",
 2353 "chrono",
 2354 "clock",
 2355 "cocoa",
 2356 "collections",
 2357 "feature_flags",
 2358 "fs",
 2359 "futures 0.3.28",
 2360 "gpui",
 2361 "http 0.1.0",
 2362 "isahc",
 2363 "lazy_static",
 2364 "log",
 2365 "once_cell",
 2366 "parking_lot",
 2367 "paths",
 2368 "postage",
 2369 "rand 0.8.5",
 2370 "release_channel",
 2371 "rpc",
 2372 "schemars",
 2373 "serde",
 2374 "serde_json",
 2375 "settings",
 2376 "sha2 0.10.7",
 2377 "smol",
 2378 "sysinfo",
 2379 "telemetry_events",
 2380 "tempfile",
 2381 "text",
 2382 "thiserror",
 2383 "time",
 2384 "tiny_http",
 2385 "url",
 2386 "util",
 2387 "windows 0.57.0",
 2388 "worktree",
 2389]
 2390
 2391[[package]]
 2392name = "clipboard-win"
 2393version = "3.1.1"
 2394source = "registry+https://github.com/rust-lang/crates.io-index"
 2395checksum = "9fdf5e01086b6be750428ba4a40619f847eb2e95756eee84b18e06e5f0b50342"
 2396dependencies = [
 2397 "lazy-bytes-cast",
 2398 "winapi",
 2399]
 2400
 2401[[package]]
 2402name = "clock"
 2403version = "0.1.0"
 2404dependencies = [
 2405 "chrono",
 2406 "parking_lot",
 2407 "smallvec",
 2408]
 2409
 2410[[package]]
 2411name = "cmake"
 2412version = "0.1.50"
 2413source = "registry+https://github.com/rust-lang/crates.io-index"
 2414checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
 2415dependencies = [
 2416 "cc",
 2417]
 2418
 2419[[package]]
 2420name = "cocoa"
 2421version = "0.25.0"
 2422source = "registry+https://github.com/rust-lang/crates.io-index"
 2423checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2424dependencies = [
 2425 "bitflags 1.3.2",
 2426 "block",
 2427 "cocoa-foundation",
 2428 "core-foundation",
 2429 "core-graphics",
 2430 "foreign-types 0.5.0",
 2431 "libc",
 2432 "objc",
 2433]
 2434
 2435[[package]]
 2436name = "cocoa-foundation"
 2437version = "0.1.2"
 2438source = "registry+https://github.com/rust-lang/crates.io-index"
 2439checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 2440dependencies = [
 2441 "bitflags 1.3.2",
 2442 "block",
 2443 "core-foundation",
 2444 "core-graphics-types",
 2445 "libc",
 2446 "objc",
 2447]
 2448
 2449[[package]]
 2450name = "codespan-reporting"
 2451version = "0.11.1"
 2452source = "registry+https://github.com/rust-lang/crates.io-index"
 2453checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
 2454dependencies = [
 2455 "termcolor",
 2456 "unicode-width",
 2457]
 2458
 2459[[package]]
 2460name = "collab"
 2461version = "0.44.0"
 2462dependencies = [
 2463 "anthropic",
 2464 "anyhow",
 2465 "async-trait",
 2466 "async-tungstenite",
 2467 "audio",
 2468 "aws-config",
 2469 "aws-sdk-s3",
 2470 "axum",
 2471 "axum-extra",
 2472 "base64 0.13.1",
 2473 "call",
 2474 "channel",
 2475 "chrono",
 2476 "clickhouse",
 2477 "client",
 2478 "clock",
 2479 "collab_ui",
 2480 "collections",
 2481 "ctor",
 2482 "dashmap",
 2483 "dev_server_projects",
 2484 "editor",
 2485 "env_logger",
 2486 "envy",
 2487 "file_finder",
 2488 "fs",
 2489 "futures 0.3.28",
 2490 "git",
 2491 "git_hosting_providers",
 2492 "google_ai",
 2493 "gpui",
 2494 "headless",
 2495 "hex",
 2496 "http 0.1.0",
 2497 "indoc",
 2498 "language",
 2499 "live_kit_client",
 2500 "live_kit_server",
 2501 "log",
 2502 "lsp",
 2503 "menu",
 2504 "multi_buffer",
 2505 "nanoid",
 2506 "node_runtime",
 2507 "notifications",
 2508 "open_ai",
 2509 "parking_lot",
 2510 "pretty_assertions",
 2511 "project",
 2512 "prometheus",
 2513 "prost",
 2514 "rand 0.8.5",
 2515 "recent_projects",
 2516 "release_channel",
 2517 "reqwest",
 2518 "rpc",
 2519 "rustc-demangle",
 2520 "scrypt",
 2521 "sea-orm",
 2522 "semantic_version",
 2523 "semver",
 2524 "serde",
 2525 "serde_derive",
 2526 "serde_json",
 2527 "settings",
 2528 "sha2 0.10.7",
 2529 "sqlx",
 2530 "subtle",
 2531 "supermaven_api",
 2532 "telemetry_events",
 2533 "text",
 2534 "theme",
 2535 "time",
 2536 "tokio",
 2537 "toml 0.8.10",
 2538 "tower",
 2539 "tower-http 0.4.4",
 2540 "tracing",
 2541 "tracing-subscriber",
 2542 "unindent",
 2543 "util",
 2544 "uuid",
 2545 "workspace",
 2546 "worktree",
 2547]
 2548
 2549[[package]]
 2550name = "collab_ui"
 2551version = "0.1.0"
 2552dependencies = [
 2553 "anyhow",
 2554 "auto_update",
 2555 "call",
 2556 "channel",
 2557 "client",
 2558 "collections",
 2559 "command_palette",
 2560 "db",
 2561 "dev_server_projects",
 2562 "editor",
 2563 "emojis",
 2564 "extensions_ui",
 2565 "feedback",
 2566 "futures 0.3.28",
 2567 "fuzzy",
 2568 "gpui",
 2569 "http 0.1.0",
 2570 "language",
 2571 "lazy_static",
 2572 "menu",
 2573 "notifications",
 2574 "parking_lot",
 2575 "picker",
 2576 "pretty_assertions",
 2577 "project",
 2578 "recent_projects",
 2579 "release_channel",
 2580 "rich_text",
 2581 "rpc",
 2582 "schemars",
 2583 "serde",
 2584 "serde_derive",
 2585 "serde_json",
 2586 "settings",
 2587 "smallvec",
 2588 "story",
 2589 "theme",
 2590 "theme_selector",
 2591 "time",
 2592 "time_format",
 2593 "tree-sitter-markdown",
 2594 "ui",
 2595 "util",
 2596 "vcs_menu",
 2597 "workspace",
 2598 "zed_actions",
 2599]
 2600
 2601[[package]]
 2602name = "collections"
 2603version = "0.1.0"
 2604dependencies = [
 2605 "rustc-hash",
 2606]
 2607
 2608[[package]]
 2609name = "color_quant"
 2610version = "1.1.0"
 2611source = "registry+https://github.com/rust-lang/crates.io-index"
 2612checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 2613
 2614[[package]]
 2615name = "colorchoice"
 2616version = "1.0.0"
 2617source = "registry+https://github.com/rust-lang/crates.io-index"
 2618checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
 2619
 2620[[package]]
 2621name = "combine"
 2622version = "4.6.6"
 2623source = "registry+https://github.com/rust-lang/crates.io-index"
 2624checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
 2625dependencies = [
 2626 "bytes 1.5.0",
 2627 "memchr",
 2628]
 2629
 2630[[package]]
 2631name = "command_palette"
 2632version = "0.1.0"
 2633dependencies = [
 2634 "client",
 2635 "collections",
 2636 "command_palette_hooks",
 2637 "ctor",
 2638 "editor",
 2639 "env_logger",
 2640 "fuzzy",
 2641 "go_to_line",
 2642 "gpui",
 2643 "language",
 2644 "menu",
 2645 "picker",
 2646 "postage",
 2647 "project",
 2648 "serde",
 2649 "serde_json",
 2650 "settings",
 2651 "theme",
 2652 "ui",
 2653 "util",
 2654 "workspace",
 2655 "zed_actions",
 2656]
 2657
 2658[[package]]
 2659name = "command_palette_hooks"
 2660version = "0.1.0"
 2661dependencies = [
 2662 "collections",
 2663 "derive_more",
 2664 "gpui",
 2665]
 2666
 2667[[package]]
 2668name = "concurrent-queue"
 2669version = "2.2.0"
 2670source = "registry+https://github.com/rust-lang/crates.io-index"
 2671checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
 2672dependencies = [
 2673 "crossbeam-utils",
 2674]
 2675
 2676[[package]]
 2677name = "console"
 2678version = "0.15.7"
 2679source = "registry+https://github.com/rust-lang/crates.io-index"
 2680checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
 2681dependencies = [
 2682 "encode_unicode",
 2683 "lazy_static",
 2684 "libc",
 2685 "unicode-width",
 2686 "windows-sys 0.45.0",
 2687]
 2688
 2689[[package]]
 2690name = "const-cstr"
 2691version = "0.3.0"
 2692source = "registry+https://github.com/rust-lang/crates.io-index"
 2693checksum = "ed3d0b5ff30645a68f35ece8cea4556ca14ef8a1651455f789a099a0513532a6"
 2694
 2695[[package]]
 2696name = "const-oid"
 2697version = "0.9.5"
 2698source = "registry+https://github.com/rust-lang/crates.io-index"
 2699checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f"
 2700
 2701[[package]]
 2702name = "const-random"
 2703version = "0.1.18"
 2704source = "registry+https://github.com/rust-lang/crates.io-index"
 2705checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 2706dependencies = [
 2707 "const-random-macro",
 2708]
 2709
 2710[[package]]
 2711name = "const-random-macro"
 2712version = "0.1.16"
 2713source = "registry+https://github.com/rust-lang/crates.io-index"
 2714checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 2715dependencies = [
 2716 "getrandom 0.2.10",
 2717 "once_cell",
 2718 "tiny-keccak",
 2719]
 2720
 2721[[package]]
 2722name = "convert_case"
 2723version = "0.4.0"
 2724source = "registry+https://github.com/rust-lang/crates.io-index"
 2725checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 2726
 2727[[package]]
 2728name = "convert_case"
 2729version = "0.6.0"
 2730source = "registry+https://github.com/rust-lang/crates.io-index"
 2731checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
 2732dependencies = [
 2733 "unicode-segmentation",
 2734]
 2735
 2736[[package]]
 2737name = "copilot"
 2738version = "0.1.0"
 2739dependencies = [
 2740 "anyhow",
 2741 "async-compression",
 2742 "async-std",
 2743 "async-tar",
 2744 "client",
 2745 "clock",
 2746 "collections",
 2747 "command_palette_hooks",
 2748 "editor",
 2749 "fs",
 2750 "futures 0.3.28",
 2751 "gpui",
 2752 "http 0.1.0",
 2753 "indoc",
 2754 "language",
 2755 "lsp",
 2756 "menu",
 2757 "node_runtime",
 2758 "parking_lot",
 2759 "paths",
 2760 "project",
 2761 "rpc",
 2762 "serde",
 2763 "serde_json",
 2764 "settings",
 2765 "smol",
 2766 "theme",
 2767 "ui",
 2768 "util",
 2769 "workspace",
 2770]
 2771
 2772[[package]]
 2773name = "core-foundation"
 2774version = "0.9.4"
 2775source = "registry+https://github.com/rust-lang/crates.io-index"
 2776checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 2777dependencies = [
 2778 "core-foundation-sys 0.8.6",
 2779 "libc",
 2780]
 2781
 2782[[package]]
 2783name = "core-foundation-sys"
 2784version = "0.6.2"
 2785source = "registry+https://github.com/rust-lang/crates.io-index"
 2786checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
 2787
 2788[[package]]
 2789name = "core-foundation-sys"
 2790version = "0.8.6"
 2791source = "registry+https://github.com/rust-lang/crates.io-index"
 2792checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
 2793
 2794[[package]]
 2795name = "core-graphics"
 2796version = "0.23.1"
 2797source = "registry+https://github.com/rust-lang/crates.io-index"
 2798checksum = "970a29baf4110c26fedbc7f82107d42c23f7e88e404c4577ed73fe99ff85a212"
 2799dependencies = [
 2800 "bitflags 1.3.2",
 2801 "core-foundation",
 2802 "core-graphics-types",
 2803 "foreign-types 0.5.0",
 2804 "libc",
 2805]
 2806
 2807[[package]]
 2808name = "core-graphics-types"
 2809version = "0.1.3"
 2810source = "registry+https://github.com/rust-lang/crates.io-index"
 2811checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 2812dependencies = [
 2813 "bitflags 1.3.2",
 2814 "core-foundation",
 2815 "libc",
 2816]
 2817
 2818[[package]]
 2819name = "core-services"
 2820version = "0.2.1"
 2821source = "registry+https://github.com/rust-lang/crates.io-index"
 2822checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 2823dependencies = [
 2824 "core-foundation",
 2825]
 2826
 2827[[package]]
 2828name = "core-text"
 2829version = "20.1.0"
 2830source = "registry+https://github.com/rust-lang/crates.io-index"
 2831checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
 2832dependencies = [
 2833 "core-foundation",
 2834 "core-graphics",
 2835 "foreign-types 0.5.0",
 2836 "libc",
 2837]
 2838
 2839[[package]]
 2840name = "coreaudio-rs"
 2841version = "0.11.2"
 2842source = "registry+https://github.com/rust-lang/crates.io-index"
 2843checksum = "cb17e2d1795b1996419648915df94bc7103c28f7b48062d7acf4652fc371b2ff"
 2844dependencies = [
 2845 "bitflags 1.3.2",
 2846 "core-foundation-sys 0.6.2",
 2847 "coreaudio-sys",
 2848]
 2849
 2850[[package]]
 2851name = "coreaudio-sys"
 2852version = "0.2.12"
 2853source = "registry+https://github.com/rust-lang/crates.io-index"
 2854checksum = "f034b2258e6c4ade2f73bf87b21047567fb913ee9550837c2316d139b0262b24"
 2855dependencies = [
 2856 "bindgen 0.64.0",
 2857]
 2858
 2859[[package]]
 2860name = "cosmic-text"
 2861version = "0.11.2"
 2862source = "git+https://github.com/pop-os/cosmic-text?rev=542b20c#542b20ca4376a3b5de5fa629db1a4ace44e18e0c"
 2863dependencies = [
 2864 "bitflags 2.4.2",
 2865 "fontdb",
 2866 "log",
 2867 "rangemap",
 2868 "rayon",
 2869 "rustc-hash",
 2870 "rustybuzz",
 2871 "self_cell",
 2872 "swash",
 2873 "sys-locale",
 2874 "ttf-parser",
 2875 "unicode-bidi",
 2876 "unicode-linebreak",
 2877 "unicode-script",
 2878 "unicode-segmentation",
 2879]
 2880
 2881[[package]]
 2882name = "cpal"
 2883version = "0.15.2"
 2884source = "registry+https://github.com/rust-lang/crates.io-index"
 2885checksum = "6d959d90e938c5493000514b446987c07aed46c668faaa7d34d6c7a67b1a578c"
 2886dependencies = [
 2887 "alsa",
 2888 "core-foundation-sys 0.8.6",
 2889 "coreaudio-rs",
 2890 "dasp_sample",
 2891 "jni 0.19.0",
 2892 "js-sys",
 2893 "libc",
 2894 "mach2",
 2895 "ndk",
 2896 "ndk-context",
 2897 "oboe",
 2898 "once_cell",
 2899 "parking_lot",
 2900 "wasm-bindgen",
 2901 "wasm-bindgen-futures",
 2902 "web-sys",
 2903 "windows 0.46.0",
 2904]
 2905
 2906[[package]]
 2907name = "cpp_demangle"
 2908version = "0.4.3"
 2909source = "registry+https://github.com/rust-lang/crates.io-index"
 2910checksum = "7e8227005286ec39567949b33df9896bcadfa6051bccca2488129f108ca23119"
 2911dependencies = [
 2912 "cfg-if",
 2913]
 2914
 2915[[package]]
 2916name = "cpufeatures"
 2917version = "0.2.9"
 2918source = "registry+https://github.com/rust-lang/crates.io-index"
 2919checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
 2920dependencies = [
 2921 "libc",
 2922]
 2923
 2924[[package]]
 2925name = "cranelift-bforest"
 2926version = "0.106.0"
 2927source = "registry+https://github.com/rust-lang/crates.io-index"
 2928checksum = "6a535eb1cf5a6003197dc569320c40c1cb2d2f97ef5d5348eebf067f20957381"
 2929dependencies = [
 2930 "cranelift-entity",
 2931]
 2932
 2933[[package]]
 2934name = "cranelift-codegen"
 2935version = "0.106.0"
 2936source = "registry+https://github.com/rust-lang/crates.io-index"
 2937checksum = "11b5066db32cec1492573827183af2142d2d88fe85a83cfc9e73f0f63d3788d4"
 2938dependencies = [
 2939 "bumpalo",
 2940 "cranelift-bforest",
 2941 "cranelift-codegen-meta",
 2942 "cranelift-codegen-shared",
 2943 "cranelift-control",
 2944 "cranelift-entity",
 2945 "cranelift-isle",
 2946 "gimli",
 2947 "hashbrown 0.14.5",
 2948 "log",
 2949 "regalloc2",
 2950 "smallvec",
 2951 "target-lexicon",
 2952]
 2953
 2954[[package]]
 2955name = "cranelift-codegen-meta"
 2956version = "0.106.0"
 2957source = "registry+https://github.com/rust-lang/crates.io-index"
 2958checksum = "64942e5774308e835fbad4dd25f253105412c90324631910e1ec27963147bddb"
 2959dependencies = [
 2960 "cranelift-codegen-shared",
 2961]
 2962
 2963[[package]]
 2964name = "cranelift-codegen-shared"
 2965version = "0.106.0"
 2966source = "registry+https://github.com/rust-lang/crates.io-index"
 2967checksum = "c39c33db9a86dd6d8d04166a10c53deb477aeea3500eaaefca682e4eda9bb986"
 2968
 2969[[package]]
 2970name = "cranelift-control"
 2971version = "0.106.0"
 2972source = "registry+https://github.com/rust-lang/crates.io-index"
 2973checksum = "4b7fc4937613aea3156a0538800a17bf56f345a5da2e79ae3df58488c93d867f"
 2974dependencies = [
 2975 "arbitrary",
 2976]
 2977
 2978[[package]]
 2979name = "cranelift-entity"
 2980version = "0.106.0"
 2981source = "registry+https://github.com/rust-lang/crates.io-index"
 2982checksum = "f85575e79a153ce1ddbfb7fe1813519b4bfe1eb200cc9c8353b45ad123ae4d36"
 2983dependencies = [
 2984 "serde",
 2985 "serde_derive",
 2986]
 2987
 2988[[package]]
 2989name = "cranelift-frontend"
 2990version = "0.106.0"
 2991source = "registry+https://github.com/rust-lang/crates.io-index"
 2992checksum = "bbc31d6c0ab2249fe0c21e988256b42f5f401ab2673b4fc40076c82a698bdfb9"
 2993dependencies = [
 2994 "cranelift-codegen",
 2995 "log",
 2996 "smallvec",
 2997 "target-lexicon",
 2998]
 2999
 3000[[package]]
 3001name = "cranelift-isle"
 3002version = "0.106.0"
 3003source = "registry+https://github.com/rust-lang/crates.io-index"
 3004checksum = "dc14f37e3314c0e4c53779c2f46753bf242efff76ee9473757a1fff3b495ad37"
 3005
 3006[[package]]
 3007name = "cranelift-native"
 3008version = "0.106.0"
 3009source = "registry+https://github.com/rust-lang/crates.io-index"
 3010checksum = "2ea5375f76ab31f9800a23fb2b440810286a6f669a3eb467cdd7ff255ea64268"
 3011dependencies = [
 3012 "cranelift-codegen",
 3013 "libc",
 3014 "target-lexicon",
 3015]
 3016
 3017[[package]]
 3018name = "cranelift-wasm"
 3019version = "0.106.0"
 3020source = "registry+https://github.com/rust-lang/crates.io-index"
 3021checksum = "79851dba01b1fa83fad95134aa27beca88dc4b027121d92ab19788582389dc5f"
 3022dependencies = [
 3023 "cranelift-codegen",
 3024 "cranelift-entity",
 3025 "cranelift-frontend",
 3026 "itertools 0.12.1",
 3027 "log",
 3028 "smallvec",
 3029 "wasmparser",
 3030 "wasmtime-types",
 3031]
 3032
 3033[[package]]
 3034name = "crc"
 3035version = "3.0.1"
 3036source = "registry+https://github.com/rust-lang/crates.io-index"
 3037checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
 3038dependencies = [
 3039 "crc-catalog",
 3040]
 3041
 3042[[package]]
 3043name = "crc-catalog"
 3044version = "2.2.0"
 3045source = "registry+https://github.com/rust-lang/crates.io-index"
 3046checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
 3047
 3048[[package]]
 3049name = "crc32c"
 3050version = "0.6.5"
 3051source = "registry+https://github.com/rust-lang/crates.io-index"
 3052checksum = "89254598aa9b9fa608de44b3ae54c810f0f06d755e24c50177f1f8f31ff50ce2"
 3053dependencies = [
 3054 "rustc_version",
 3055]
 3056
 3057[[package]]
 3058name = "crc32fast"
 3059version = "1.3.2"
 3060source = "registry+https://github.com/rust-lang/crates.io-index"
 3061checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
 3062dependencies = [
 3063 "cfg-if",
 3064]
 3065
 3066[[package]]
 3067name = "criterion"
 3068version = "0.4.0"
 3069source = "registry+https://github.com/rust-lang/crates.io-index"
 3070checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb"
 3071dependencies = [
 3072 "anes",
 3073 "atty",
 3074 "cast",
 3075 "ciborium",
 3076 "clap 3.2.25",
 3077 "criterion-plot",
 3078 "itertools 0.10.5",
 3079 "lazy_static",
 3080 "num-traits",
 3081 "oorandom",
 3082 "plotters",
 3083 "rayon",
 3084 "regex",
 3085 "serde",
 3086 "serde_derive",
 3087 "serde_json",
 3088 "tinytemplate",
 3089 "walkdir",
 3090]
 3091
 3092[[package]]
 3093name = "criterion-plot"
 3094version = "0.5.0"
 3095source = "registry+https://github.com/rust-lang/crates.io-index"
 3096checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 3097dependencies = [
 3098 "cast",
 3099 "itertools 0.10.5",
 3100]
 3101
 3102[[package]]
 3103name = "crossbeam-channel"
 3104version = "0.5.8"
 3105source = "registry+https://github.com/rust-lang/crates.io-index"
 3106checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
 3107dependencies = [
 3108 "cfg-if",
 3109 "crossbeam-utils",
 3110]
 3111
 3112[[package]]
 3113name = "crossbeam-deque"
 3114version = "0.8.3"
 3115source = "registry+https://github.com/rust-lang/crates.io-index"
 3116checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
 3117dependencies = [
 3118 "cfg-if",
 3119 "crossbeam-epoch",
 3120 "crossbeam-utils",
 3121]
 3122
 3123[[package]]
 3124name = "crossbeam-epoch"
 3125version = "0.9.15"
 3126source = "registry+https://github.com/rust-lang/crates.io-index"
 3127checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
 3128dependencies = [
 3129 "autocfg",
 3130 "cfg-if",
 3131 "crossbeam-utils",
 3132 "memoffset",
 3133 "scopeguard",
 3134]
 3135
 3136[[package]]
 3137name = "crossbeam-queue"
 3138version = "0.3.8"
 3139source = "registry+https://github.com/rust-lang/crates.io-index"
 3140checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
 3141dependencies = [
 3142 "cfg-if",
 3143 "crossbeam-utils",
 3144]
 3145
 3146[[package]]
 3147name = "crossbeam-utils"
 3148version = "0.8.16"
 3149source = "registry+https://github.com/rust-lang/crates.io-index"
 3150checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
 3151dependencies = [
 3152 "cfg-if",
 3153]
 3154
 3155[[package]]
 3156name = "crunchy"
 3157version = "0.2.2"
 3158source = "registry+https://github.com/rust-lang/crates.io-index"
 3159checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 3160
 3161[[package]]
 3162name = "crypto-bigint"
 3163version = "0.4.9"
 3164source = "registry+https://github.com/rust-lang/crates.io-index"
 3165checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 3166dependencies = [
 3167 "generic-array",
 3168 "rand_core 0.6.4",
 3169 "subtle",
 3170 "zeroize",
 3171]
 3172
 3173[[package]]
 3174name = "crypto-bigint"
 3175version = "0.5.5"
 3176source = "registry+https://github.com/rust-lang/crates.io-index"
 3177checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 3178dependencies = [
 3179 "rand_core 0.6.4",
 3180 "subtle",
 3181]
 3182
 3183[[package]]
 3184name = "crypto-common"
 3185version = "0.1.6"
 3186source = "registry+https://github.com/rust-lang/crates.io-index"
 3187checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 3188dependencies = [
 3189 "generic-array",
 3190 "rand_core 0.6.4",
 3191 "typenum",
 3192]
 3193
 3194[[package]]
 3195name = "crypto-mac"
 3196version = "0.11.0"
 3197source = "registry+https://github.com/rust-lang/crates.io-index"
 3198checksum = "25fab6889090c8133f3deb8f73ba3c65a7f456f66436fc012a1b1e272b1e103e"
 3199dependencies = [
 3200 "generic-array",
 3201 "subtle",
 3202]
 3203
 3204[[package]]
 3205name = "ctor"
 3206version = "0.2.6"
 3207source = "registry+https://github.com/rust-lang/crates.io-index"
 3208checksum = "30d2b3721e861707777e3195b0158f950ae6dc4a27e4d02ff9f67e3eb3de199e"
 3209dependencies = [
 3210 "quote",
 3211 "syn 2.0.59",
 3212]
 3213
 3214[[package]]
 3215name = "ctrlc"
 3216version = "3.4.4"
 3217source = "registry+https://github.com/rust-lang/crates.io-index"
 3218checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345"
 3219dependencies = [
 3220 "nix 0.28.0",
 3221 "windows-sys 0.52.0",
 3222]
 3223
 3224[[package]]
 3225name = "curl"
 3226version = "0.4.44"
 3227source = "registry+https://github.com/rust-lang/crates.io-index"
 3228checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
 3229dependencies = [
 3230 "curl-sys",
 3231 "libc",
 3232 "openssl-probe",
 3233 "openssl-sys",
 3234 "schannel",
 3235 "socket2 0.4.9",
 3236 "winapi",
 3237]
 3238
 3239[[package]]
 3240name = "curl-sys"
 3241version = "0.4.67+curl-8.3.0"
 3242source = "registry+https://github.com/rust-lang/crates.io-index"
 3243checksum = "3cc35d066510b197a0f72de863736641539957628c8a42e70e27c66849e77c34"
 3244dependencies = [
 3245 "cc",
 3246 "libc",
 3247 "libz-sys",
 3248 "openssl-sys",
 3249 "pkg-config",
 3250 "vcpkg",
 3251 "windows-sys 0.48.0",
 3252]
 3253
 3254[[package]]
 3255name = "cursor-icon"
 3256version = "1.1.0"
 3257source = "registry+https://github.com/rust-lang/crates.io-index"
 3258checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
 3259
 3260[[package]]
 3261name = "dashmap"
 3262version = "5.5.3"
 3263source = "registry+https://github.com/rust-lang/crates.io-index"
 3264checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
 3265dependencies = [
 3266 "cfg-if",
 3267 "hashbrown 0.14.5",
 3268 "lock_api",
 3269 "once_cell",
 3270 "parking_lot_core",
 3271]
 3272
 3273[[package]]
 3274name = "dasp_sample"
 3275version = "0.11.0"
 3276source = "registry+https://github.com/rust-lang/crates.io-index"
 3277checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 3278
 3279[[package]]
 3280name = "data-encoding"
 3281version = "2.5.0"
 3282source = "registry+https://github.com/rust-lang/crates.io-index"
 3283checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
 3284
 3285[[package]]
 3286name = "data-url"
 3287version = "0.3.1"
 3288source = "registry+https://github.com/rust-lang/crates.io-index"
 3289checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 3290
 3291[[package]]
 3292name = "db"
 3293version = "0.1.0"
 3294dependencies = [
 3295 "anyhow",
 3296 "gpui",
 3297 "indoc",
 3298 "lazy_static",
 3299 "log",
 3300 "paths",
 3301 "release_channel",
 3302 "smol",
 3303 "sqlez",
 3304 "sqlez_macros",
 3305 "tempfile",
 3306 "util",
 3307]
 3308
 3309[[package]]
 3310name = "deflate64"
 3311version = "0.1.8"
 3312source = "registry+https://github.com/rust-lang/crates.io-index"
 3313checksum = "83ace6c86376be0b6cdcf3fb41882e81d94b31587573d1cfa9d01cd06bba210d"
 3314
 3315[[package]]
 3316name = "der"
 3317version = "0.6.1"
 3318source = "registry+https://github.com/rust-lang/crates.io-index"
 3319checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 3320dependencies = [
 3321 "const-oid",
 3322 "zeroize",
 3323]
 3324
 3325[[package]]
 3326name = "der"
 3327version = "0.7.8"
 3328source = "registry+https://github.com/rust-lang/crates.io-index"
 3329checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"
 3330dependencies = [
 3331 "const-oid",
 3332 "pem-rfc7468",
 3333 "zeroize",
 3334]
 3335
 3336[[package]]
 3337name = "deranged"
 3338version = "0.3.11"
 3339source = "registry+https://github.com/rust-lang/crates.io-index"
 3340checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
 3341dependencies = [
 3342 "powerfmt",
 3343 "serde",
 3344]
 3345
 3346[[package]]
 3347name = "derivative"
 3348version = "2.2.0"
 3349source = "registry+https://github.com/rust-lang/crates.io-index"
 3350checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
 3351dependencies = [
 3352 "proc-macro2",
 3353 "quote",
 3354 "syn 1.0.109",
 3355]
 3356
 3357[[package]]
 3358name = "derive_more"
 3359version = "0.99.17"
 3360source = "registry+https://github.com/rust-lang/crates.io-index"
 3361checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
 3362dependencies = [
 3363 "convert_case 0.4.0",
 3364 "proc-macro2",
 3365 "quote",
 3366 "rustc_version",
 3367 "syn 1.0.109",
 3368]
 3369
 3370[[package]]
 3371name = "derive_refineable"
 3372version = "0.1.0"
 3373dependencies = [
 3374 "proc-macro2",
 3375 "quote",
 3376 "syn 1.0.109",
 3377]
 3378
 3379[[package]]
 3380name = "dev_server_projects"
 3381version = "0.1.0"
 3382dependencies = [
 3383 "anyhow",
 3384 "client",
 3385 "gpui",
 3386 "rpc",
 3387 "serde",
 3388 "serde_json",
 3389]
 3390
 3391[[package]]
 3392name = "diagnostics"
 3393version = "0.1.0"
 3394dependencies = [
 3395 "anyhow",
 3396 "client",
 3397 "collections",
 3398 "ctor",
 3399 "editor",
 3400 "env_logger",
 3401 "futures 0.3.28",
 3402 "gpui",
 3403 "language",
 3404 "log",
 3405 "lsp",
 3406 "pretty_assertions",
 3407 "project",
 3408 "rand 0.8.5",
 3409 "schemars",
 3410 "serde",
 3411 "serde_json",
 3412 "settings",
 3413 "theme",
 3414 "ui",
 3415 "unindent",
 3416 "util",
 3417 "workspace",
 3418]
 3419
 3420[[package]]
 3421name = "dialoguer"
 3422version = "0.11.0"
 3423source = "registry+https://github.com/rust-lang/crates.io-index"
 3424checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 3425dependencies = [
 3426 "console",
 3427 "fuzzy-matcher",
 3428 "shell-words",
 3429 "tempfile",
 3430 "thiserror",
 3431 "zeroize",
 3432]
 3433
 3434[[package]]
 3435name = "diff"
 3436version = "0.1.13"
 3437source = "registry+https://github.com/rust-lang/crates.io-index"
 3438checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 3439
 3440[[package]]
 3441name = "digest"
 3442version = "0.9.0"
 3443source = "registry+https://github.com/rust-lang/crates.io-index"
 3444checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
 3445dependencies = [
 3446 "generic-array",
 3447]
 3448
 3449[[package]]
 3450name = "digest"
 3451version = "0.10.7"
 3452source = "registry+https://github.com/rust-lang/crates.io-index"
 3453checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 3454dependencies = [
 3455 "block-buffer 0.10.4",
 3456 "const-oid",
 3457 "crypto-common",
 3458 "subtle",
 3459]
 3460
 3461[[package]]
 3462name = "dirs"
 3463version = "4.0.0"
 3464source = "registry+https://github.com/rust-lang/crates.io-index"
 3465checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 3466dependencies = [
 3467 "dirs-sys 0.3.7",
 3468]
 3469
 3470[[package]]
 3471name = "dirs"
 3472version = "5.0.1"
 3473source = "registry+https://github.com/rust-lang/crates.io-index"
 3474checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 3475dependencies = [
 3476 "dirs-sys 0.4.1",
 3477]
 3478
 3479[[package]]
 3480name = "dirs-next"
 3481version = "2.0.0"
 3482source = "registry+https://github.com/rust-lang/crates.io-index"
 3483checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
 3484dependencies = [
 3485 "cfg-if",
 3486 "dirs-sys-next",
 3487]
 3488
 3489[[package]]
 3490name = "dirs-sys"
 3491version = "0.3.7"
 3492source = "registry+https://github.com/rust-lang/crates.io-index"
 3493checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 3494dependencies = [
 3495 "libc",
 3496 "redox_users",
 3497 "winapi",
 3498]
 3499
 3500[[package]]
 3501name = "dirs-sys"
 3502version = "0.4.1"
 3503source = "registry+https://github.com/rust-lang/crates.io-index"
 3504checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 3505dependencies = [
 3506 "libc",
 3507 "option-ext",
 3508 "redox_users",
 3509 "windows-sys 0.48.0",
 3510]
 3511
 3512[[package]]
 3513name = "dirs-sys-next"
 3514version = "0.1.2"
 3515source = "registry+https://github.com/rust-lang/crates.io-index"
 3516checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
 3517dependencies = [
 3518 "libc",
 3519 "redox_users",
 3520 "winapi",
 3521]
 3522
 3523[[package]]
 3524name = "dlib"
 3525version = "0.5.2"
 3526source = "registry+https://github.com/rust-lang/crates.io-index"
 3527checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 3528dependencies = [
 3529 "libloading 0.8.0",
 3530]
 3531
 3532[[package]]
 3533name = "dotenvy"
 3534version = "0.15.7"
 3535source = "registry+https://github.com/rust-lang/crates.io-index"
 3536checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 3537
 3538[[package]]
 3539name = "downcast-rs"
 3540version = "1.2.0"
 3541source = "registry+https://github.com/rust-lang/crates.io-index"
 3542checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
 3543
 3544[[package]]
 3545name = "doxygen-rs"
 3546version = "0.4.2"
 3547source = "registry+https://github.com/rust-lang/crates.io-index"
 3548checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 3549dependencies = [
 3550 "phf",
 3551]
 3552
 3553[[package]]
 3554name = "dwrote"
 3555version = "0.11.0"
 3556source = "registry+https://github.com/rust-lang/crates.io-index"
 3557checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
 3558dependencies = [
 3559 "lazy_static",
 3560 "libc",
 3561 "winapi",
 3562 "wio",
 3563]
 3564
 3565[[package]]
 3566name = "dyn-clone"
 3567version = "1.0.14"
 3568source = "registry+https://github.com/rust-lang/crates.io-index"
 3569checksum = "23d2f3407d9a573d666de4b5bdf10569d73ca9478087346697dcbae6244bfbcd"
 3570
 3571[[package]]
 3572name = "ecdsa"
 3573version = "0.14.8"
 3574source = "registry+https://github.com/rust-lang/crates.io-index"
 3575checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 3576dependencies = [
 3577 "der 0.6.1",
 3578 "elliptic-curve",
 3579 "rfc6979",
 3580 "signature 1.6.4",
 3581]
 3582
 3583[[package]]
 3584name = "editor"
 3585version = "0.1.0"
 3586dependencies = [
 3587 "aho-corasick",
 3588 "anyhow",
 3589 "assets",
 3590 "client",
 3591 "clock",
 3592 "collections",
 3593 "convert_case 0.6.0",
 3594 "ctor",
 3595 "db",
 3596 "emojis",
 3597 "env_logger",
 3598 "futures 0.3.28",
 3599 "fuzzy",
 3600 "git",
 3601 "gpui",
 3602 "http 0.1.0",
 3603 "indoc",
 3604 "itertools 0.11.0",
 3605 "language",
 3606 "lazy_static",
 3607 "linkify",
 3608 "log",
 3609 "lsp",
 3610 "multi_buffer",
 3611 "ordered-float 2.10.0",
 3612 "parking_lot",
 3613 "project",
 3614 "rand 0.8.5",
 3615 "release_channel",
 3616 "rpc",
 3617 "schemars",
 3618 "serde",
 3619 "serde_json",
 3620 "settings",
 3621 "smallvec",
 3622 "smol",
 3623 "snippet",
 3624 "sum_tree",
 3625 "task",
 3626 "text",
 3627 "theme",
 3628 "time",
 3629 "time_format",
 3630 "tree-sitter-html",
 3631 "tree-sitter-rust",
 3632 "tree-sitter-typescript",
 3633 "ui",
 3634 "unindent",
 3635 "url",
 3636 "util",
 3637 "workspace",
 3638]
 3639
 3640[[package]]
 3641name = "either"
 3642version = "1.9.0"
 3643source = "registry+https://github.com/rust-lang/crates.io-index"
 3644checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
 3645dependencies = [
 3646 "serde",
 3647]
 3648
 3649[[package]]
 3650name = "elliptic-curve"
 3651version = "0.12.3"
 3652source = "registry+https://github.com/rust-lang/crates.io-index"
 3653checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 3654dependencies = [
 3655 "base16ct",
 3656 "crypto-bigint 0.4.9",
 3657 "der 0.6.1",
 3658 "digest 0.10.7",
 3659 "ff",
 3660 "generic-array",
 3661 "group",
 3662 "pkcs8 0.9.0",
 3663 "rand_core 0.6.4",
 3664 "sec1",
 3665 "subtle",
 3666 "zeroize",
 3667]
 3668
 3669[[package]]
 3670name = "embed-resource"
 3671version = "2.4.2"
 3672source = "registry+https://github.com/rust-lang/crates.io-index"
 3673checksum = "c6985554d0688b687c5cb73898a34fbe3ad6c24c58c238a4d91d5e840670ee9d"
 3674dependencies = [
 3675 "cc",
 3676 "memchr",
 3677 "rustc_version",
 3678 "toml 0.8.10",
 3679 "vswhom",
 3680 "winreg 0.52.0",
 3681]
 3682
 3683[[package]]
 3684name = "emojis"
 3685version = "0.6.1"
 3686source = "registry+https://github.com/rust-lang/crates.io-index"
 3687checksum = "4ee61eb945bff65ee7d19d157d39c67c33290ff0742907413fd5eefd29edc979"
 3688dependencies = [
 3689 "phf",
 3690]
 3691
 3692[[package]]
 3693name = "encode_unicode"
 3694version = "0.3.6"
 3695source = "registry+https://github.com/rust-lang/crates.io-index"
 3696checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 3697
 3698[[package]]
 3699name = "encoding_rs"
 3700version = "0.8.33"
 3701source = "registry+https://github.com/rust-lang/crates.io-index"
 3702checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
 3703dependencies = [
 3704 "cfg-if",
 3705]
 3706
 3707[[package]]
 3708name = "endi"
 3709version = "1.1.0"
 3710source = "registry+https://github.com/rust-lang/crates.io-index"
 3711checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 3712
 3713[[package]]
 3714name = "enumflags2"
 3715version = "0.7.9"
 3716source = "registry+https://github.com/rust-lang/crates.io-index"
 3717checksum = "3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d"
 3718dependencies = [
 3719 "enumflags2_derive",
 3720 "serde",
 3721]
 3722
 3723[[package]]
 3724name = "enumflags2_derive"
 3725version = "0.7.9"
 3726source = "registry+https://github.com/rust-lang/crates.io-index"
 3727checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4"
 3728dependencies = [
 3729 "proc-macro2",
 3730 "quote",
 3731 "syn 2.0.59",
 3732]
 3733
 3734[[package]]
 3735name = "env_logger"
 3736version = "0.9.3"
 3737source = "registry+https://github.com/rust-lang/crates.io-index"
 3738checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
 3739dependencies = [
 3740 "atty",
 3741 "humantime",
 3742 "log",
 3743 "regex",
 3744 "termcolor",
 3745]
 3746
 3747[[package]]
 3748name = "envy"
 3749version = "0.4.2"
 3750source = "registry+https://github.com/rust-lang/crates.io-index"
 3751checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 3752dependencies = [
 3753 "serde",
 3754]
 3755
 3756[[package]]
 3757name = "equivalent"
 3758version = "1.0.1"
 3759source = "registry+https://github.com/rust-lang/crates.io-index"
 3760checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 3761
 3762[[package]]
 3763name = "erased-serde"
 3764version = "0.4.5"
 3765source = "registry+https://github.com/rust-lang/crates.io-index"
 3766checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 3767dependencies = [
 3768 "serde",
 3769 "typeid",
 3770]
 3771
 3772[[package]]
 3773name = "errno"
 3774version = "0.2.8"
 3775source = "registry+https://github.com/rust-lang/crates.io-index"
 3776checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 3777dependencies = [
 3778 "errno-dragonfly",
 3779 "libc",
 3780 "winapi",
 3781]
 3782
 3783[[package]]
 3784name = "errno"
 3785version = "0.3.8"
 3786source = "registry+https://github.com/rust-lang/crates.io-index"
 3787checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
 3788dependencies = [
 3789 "libc",
 3790 "windows-sys 0.52.0",
 3791]
 3792
 3793[[package]]
 3794name = "errno-dragonfly"
 3795version = "0.1.2"
 3796source = "registry+https://github.com/rust-lang/crates.io-index"
 3797checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 3798dependencies = [
 3799 "cc",
 3800 "libc",
 3801]
 3802
 3803[[package]]
 3804name = "etagere"
 3805version = "0.2.8"
 3806source = "registry+https://github.com/rust-lang/crates.io-index"
 3807checksum = "fcf22f748754352918e082e0039335ee92454a5d62bcaf69b5e8daf5907d9644"
 3808dependencies = [
 3809 "euclid",
 3810 "svg_fmt",
 3811]
 3812
 3813[[package]]
 3814name = "etcetera"
 3815version = "0.8.0"
 3816source = "registry+https://github.com/rust-lang/crates.io-index"
 3817checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 3818dependencies = [
 3819 "cfg-if",
 3820 "home",
 3821 "windows-sys 0.48.0",
 3822]
 3823
 3824[[package]]
 3825name = "euclid"
 3826version = "0.22.9"
 3827source = "registry+https://github.com/rust-lang/crates.io-index"
 3828checksum = "87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787"
 3829dependencies = [
 3830 "num-traits",
 3831]
 3832
 3833[[package]]
 3834name = "event-listener"
 3835version = "2.5.3"
 3836source = "registry+https://github.com/rust-lang/crates.io-index"
 3837checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 3838
 3839[[package]]
 3840name = "event-listener"
 3841version = "4.0.3"
 3842source = "registry+https://github.com/rust-lang/crates.io-index"
 3843checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
 3844dependencies = [
 3845 "concurrent-queue",
 3846 "parking",
 3847 "pin-project-lite",
 3848]
 3849
 3850[[package]]
 3851name = "event-listener"
 3852version = "5.1.0"
 3853source = "registry+https://github.com/rust-lang/crates.io-index"
 3854checksum = "b7ad6fd685ce13acd6d9541a30f6db6567a7a24c9ffd4ba2955d29e3f22c8b27"
 3855dependencies = [
 3856 "concurrent-queue",
 3857 "parking",
 3858 "pin-project-lite",
 3859]
 3860
 3861[[package]]
 3862name = "event-listener-strategy"
 3863version = "0.4.0"
 3864source = "registry+https://github.com/rust-lang/crates.io-index"
 3865checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
 3866dependencies = [
 3867 "event-listener 4.0.3",
 3868 "pin-project-lite",
 3869]
 3870
 3871[[package]]
 3872name = "event-listener-strategy"
 3873version = "0.5.0"
 3874source = "registry+https://github.com/rust-lang/crates.io-index"
 3875checksum = "feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291"
 3876dependencies = [
 3877 "event-listener 5.1.0",
 3878 "pin-project-lite",
 3879]
 3880
 3881[[package]]
 3882name = "exec"
 3883version = "0.3.1"
 3884source = "registry+https://github.com/rust-lang/crates.io-index"
 3885checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 3886dependencies = [
 3887 "errno 0.2.8",
 3888 "libc",
 3889]
 3890
 3891[[package]]
 3892name = "exr"
 3893version = "1.72.0"
 3894source = "registry+https://github.com/rust-lang/crates.io-index"
 3895checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
 3896dependencies = [
 3897 "bit_field",
 3898 "flume",
 3899 "half",
 3900 "lebe",
 3901 "miniz_oxide",
 3902 "rayon-core",
 3903 "smallvec",
 3904 "zune-inflate",
 3905]
 3906
 3907[[package]]
 3908name = "extension"
 3909version = "0.1.0"
 3910dependencies = [
 3911 "anyhow",
 3912 "assistant_slash_command",
 3913 "async-compression",
 3914 "async-tar",
 3915 "async-trait",
 3916 "cap-std",
 3917 "client",
 3918 "collections",
 3919 "ctor",
 3920 "env_logger",
 3921 "fs",
 3922 "futures 0.3.28",
 3923 "gpui",
 3924 "http 0.1.0",
 3925 "isahc",
 3926 "language",
 3927 "log",
 3928 "lsp",
 3929 "node_runtime",
 3930 "parking_lot",
 3931 "paths",
 3932 "project",
 3933 "release_channel",
 3934 "schemars",
 3935 "semantic_version",
 3936 "serde",
 3937 "serde_json",
 3938 "serde_json_lenient",
 3939 "settings",
 3940 "task",
 3941 "theme",
 3942 "toml 0.8.10",
 3943 "ui",
 3944 "url",
 3945 "util",
 3946 "wasm-encoder",
 3947 "wasmparser",
 3948 "wasmtime",
 3949 "wasmtime-wasi",
 3950 "wit-component",
 3951 "workspace",
 3952]
 3953
 3954[[package]]
 3955name = "extension_cli"
 3956version = "0.1.0"
 3957dependencies = [
 3958 "anyhow",
 3959 "clap 4.4.4",
 3960 "env_logger",
 3961 "extension",
 3962 "fs",
 3963 "language",
 3964 "log",
 3965 "rpc",
 3966 "serde",
 3967 "serde_json",
 3968 "theme",
 3969 "tokio",
 3970 "toml 0.8.10",
 3971 "tree-sitter",
 3972 "wasmtime",
 3973]
 3974
 3975[[package]]
 3976name = "extensions_ui"
 3977version = "0.1.0"
 3978dependencies = [
 3979 "anyhow",
 3980 "client",
 3981 "db",
 3982 "editor",
 3983 "extension",
 3984 "fs",
 3985 "fuzzy",
 3986 "gpui",
 3987 "language",
 3988 "num-format",
 3989 "picker",
 3990 "project",
 3991 "release_channel",
 3992 "semantic_version",
 3993 "serde",
 3994 "settings",
 3995 "smallvec",
 3996 "theme",
 3997 "theme_selector",
 3998 "ui",
 3999 "util",
 4000 "workspace",
 4001]
 4002
 4003[[package]]
 4004name = "fallible-iterator"
 4005version = "0.3.0"
 4006source = "registry+https://github.com/rust-lang/crates.io-index"
 4007checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4008
 4009[[package]]
 4010name = "fancy-regex"
 4011version = "0.12.0"
 4012source = "registry+https://github.com/rust-lang/crates.io-index"
 4013checksum = "7493d4c459da9f84325ad297371a6b2b8a162800873a22e3b6b6512e61d18c05"
 4014dependencies = [
 4015 "bit-set",
 4016 "regex",
 4017]
 4018
 4019[[package]]
 4020name = "fast-srgb8"
 4021version = "1.0.0"
 4022source = "registry+https://github.com/rust-lang/crates.io-index"
 4023checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4024
 4025[[package]]
 4026name = "fastrand"
 4027version = "1.9.0"
 4028source = "registry+https://github.com/rust-lang/crates.io-index"
 4029checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4030dependencies = [
 4031 "instant",
 4032]
 4033
 4034[[package]]
 4035name = "fastrand"
 4036version = "2.0.0"
 4037source = "registry+https://github.com/rust-lang/crates.io-index"
 4038checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
 4039
 4040[[package]]
 4041name = "fd-lock"
 4042version = "4.0.2"
 4043source = "registry+https://github.com/rust-lang/crates.io-index"
 4044checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4045dependencies = [
 4046 "cfg-if",
 4047 "rustix 0.38.32",
 4048 "windows-sys 0.52.0",
 4049]
 4050
 4051[[package]]
 4052name = "fdeflate"
 4053version = "0.3.4"
 4054source = "registry+https://github.com/rust-lang/crates.io-index"
 4055checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
 4056dependencies = [
 4057 "simd-adler32",
 4058]
 4059
 4060[[package]]
 4061name = "feature_flags"
 4062version = "0.1.0"
 4063dependencies = [
 4064 "gpui",
 4065]
 4066
 4067[[package]]
 4068name = "feedback"
 4069version = "0.1.0"
 4070dependencies = [
 4071 "anyhow",
 4072 "bitflags 2.4.2",
 4073 "client",
 4074 "db",
 4075 "editor",
 4076 "futures 0.3.28",
 4077 "gpui",
 4078 "http 0.1.0",
 4079 "human_bytes",
 4080 "isahc",
 4081 "language",
 4082 "log",
 4083 "menu",
 4084 "project",
 4085 "regex",
 4086 "release_channel",
 4087 "serde",
 4088 "serde_derive",
 4089 "serde_json",
 4090 "smol",
 4091 "sysinfo",
 4092 "ui",
 4093 "urlencoding",
 4094 "util",
 4095 "workspace",
 4096]
 4097
 4098[[package]]
 4099name = "ff"
 4100version = "0.12.1"
 4101source = "registry+https://github.com/rust-lang/crates.io-index"
 4102checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4103dependencies = [
 4104 "rand_core 0.6.4",
 4105 "subtle",
 4106]
 4107
 4108[[package]]
 4109name = "file_finder"
 4110version = "0.1.0"
 4111dependencies = [
 4112 "anyhow",
 4113 "collections",
 4114 "ctor",
 4115 "editor",
 4116 "env_logger",
 4117 "futures 0.3.28",
 4118 "fuzzy",
 4119 "gpui",
 4120 "itertools 0.11.0",
 4121 "language",
 4122 "menu",
 4123 "picker",
 4124 "project",
 4125 "serde",
 4126 "serde_json",
 4127 "settings",
 4128 "text",
 4129 "theme",
 4130 "ui",
 4131 "util",
 4132 "workspace",
 4133]
 4134
 4135[[package]]
 4136name = "file_icons"
 4137version = "0.1.0"
 4138dependencies = [
 4139 "collections",
 4140 "gpui",
 4141 "serde",
 4142 "serde_derive",
 4143 "serde_json",
 4144 "util",
 4145]
 4146
 4147[[package]]
 4148name = "filedescriptor"
 4149version = "0.8.2"
 4150source = "registry+https://github.com/rust-lang/crates.io-index"
 4151checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
 4152dependencies = [
 4153 "libc",
 4154 "thiserror",
 4155 "winapi",
 4156]
 4157
 4158[[package]]
 4159name = "filetime"
 4160version = "0.2.22"
 4161source = "registry+https://github.com/rust-lang/crates.io-index"
 4162checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
 4163dependencies = [
 4164 "cfg-if",
 4165 "libc",
 4166 "redox_syscall 0.3.5",
 4167 "windows-sys 0.48.0",
 4168]
 4169
 4170[[package]]
 4171name = "finl_unicode"
 4172version = "1.2.0"
 4173source = "registry+https://github.com/rust-lang/crates.io-index"
 4174checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
 4175
 4176[[package]]
 4177name = "fixedbitset"
 4178version = "0.4.2"
 4179source = "registry+https://github.com/rust-lang/crates.io-index"
 4180checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 4181
 4182[[package]]
 4183name = "flate2"
 4184version = "1.0.27"
 4185source = "registry+https://github.com/rust-lang/crates.io-index"
 4186checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
 4187dependencies = [
 4188 "crc32fast",
 4189 "miniz_oxide",
 4190]
 4191
 4192[[package]]
 4193name = "float-cmp"
 4194version = "0.9.0"
 4195source = "registry+https://github.com/rust-lang/crates.io-index"
 4196checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 4197
 4198[[package]]
 4199name = "float-ord"
 4200version = "0.2.0"
 4201source = "registry+https://github.com/rust-lang/crates.io-index"
 4202checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e"
 4203
 4204[[package]]
 4205name = "flume"
 4206version = "0.11.0"
 4207source = "registry+https://github.com/rust-lang/crates.io-index"
 4208checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
 4209dependencies = [
 4210 "futures-core",
 4211 "futures-sink",
 4212 "nanorand",
 4213 "spin 0.9.8",
 4214]
 4215
 4216[[package]]
 4217name = "fnv"
 4218version = "1.0.7"
 4219source = "registry+https://github.com/rust-lang/crates.io-index"
 4220checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 4221
 4222[[package]]
 4223name = "font-kit"
 4224version = "0.11.0"
 4225source = "git+https://github.com/zed-industries/font-kit?rev=5a5c4d4#5a5c4d4ca395c74eb0abde38508e170ce0fd761a"
 4226dependencies = [
 4227 "bitflags 1.3.2",
 4228 "byteorder",
 4229 "core-foundation",
 4230 "core-graphics",
 4231 "core-text",
 4232 "dirs-next",
 4233 "dwrote",
 4234 "float-ord",
 4235 "freetype",
 4236 "lazy_static",
 4237 "libc",
 4238 "log",
 4239 "pathfinder_geometry",
 4240 "pathfinder_simd",
 4241 "walkdir",
 4242 "winapi",
 4243 "yeslogic-fontconfig-sys",
 4244]
 4245
 4246[[package]]
 4247name = "font-types"
 4248version = "0.5.5"
 4249source = "registry+https://github.com/rust-lang/crates.io-index"
 4250checksum = "34fd7136aca682873d859ef34494ab1a7d3f57ecd485ed40eb6437ee8c85aa29"
 4251dependencies = [
 4252 "bytemuck",
 4253]
 4254
 4255[[package]]
 4256name = "fontconfig-parser"
 4257version = "0.5.6"
 4258source = "registry+https://github.com/rust-lang/crates.io-index"
 4259checksum = "6a595cb550439a117696039dfc69830492058211b771a2a165379f2a1a53d84d"
 4260dependencies = [
 4261 "roxmltree",
 4262]
 4263
 4264[[package]]
 4265name = "fontdb"
 4266version = "0.18.0"
 4267source = "registry+https://github.com/rust-lang/crates.io-index"
 4268checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
 4269dependencies = [
 4270 "fontconfig-parser",
 4271 "log",
 4272 "memmap2 0.9.4",
 4273 "slotmap",
 4274 "tinyvec",
 4275 "ttf-parser",
 4276]
 4277
 4278[[package]]
 4279name = "foreign-types"
 4280version = "0.3.2"
 4281source = "registry+https://github.com/rust-lang/crates.io-index"
 4282checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 4283dependencies = [
 4284 "foreign-types-shared 0.1.1",
 4285]
 4286
 4287[[package]]
 4288name = "foreign-types"
 4289version = "0.5.0"
 4290source = "registry+https://github.com/rust-lang/crates.io-index"
 4291checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 4292dependencies = [
 4293 "foreign-types-macros",
 4294 "foreign-types-shared 0.3.1",
 4295]
 4296
 4297[[package]]
 4298name = "foreign-types-macros"
 4299version = "0.2.3"
 4300source = "registry+https://github.com/rust-lang/crates.io-index"
 4301checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 4302dependencies = [
 4303 "proc-macro2",
 4304 "quote",
 4305 "syn 2.0.59",
 4306]
 4307
 4308[[package]]
 4309name = "foreign-types-shared"
 4310version = "0.1.1"
 4311source = "registry+https://github.com/rust-lang/crates.io-index"
 4312checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 4313
 4314[[package]]
 4315name = "foreign-types-shared"
 4316version = "0.3.1"
 4317source = "registry+https://github.com/rust-lang/crates.io-index"
 4318checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 4319
 4320[[package]]
 4321name = "fork"
 4322version = "0.1.23"
 4323source = "registry+https://github.com/rust-lang/crates.io-index"
 4324checksum = "60e74d3423998a57e9d906e49252fb79eb4a04d5cdfe188fb1b7ff9fc076a8ed"
 4325dependencies = [
 4326 "libc",
 4327]
 4328
 4329[[package]]
 4330name = "form_urlencoded"
 4331version = "1.2.1"
 4332source = "registry+https://github.com/rust-lang/crates.io-index"
 4333checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 4334dependencies = [
 4335 "percent-encoding",
 4336]
 4337
 4338[[package]]
 4339name = "freetype"
 4340version = "0.7.0"
 4341source = "registry+https://github.com/rust-lang/crates.io-index"
 4342checksum = "bee38378a9e3db1cc693b4f88d166ae375338a0ff75cb8263e1c601d51f35dc6"
 4343dependencies = [
 4344 "freetype-sys",
 4345 "libc",
 4346]
 4347
 4348[[package]]
 4349name = "freetype-sys"
 4350version = "0.13.1"
 4351source = "registry+https://github.com/rust-lang/crates.io-index"
 4352checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
 4353dependencies = [
 4354 "cmake",
 4355 "libc",
 4356 "pkg-config",
 4357]
 4358
 4359[[package]]
 4360name = "fs"
 4361version = "0.1.0"
 4362dependencies = [
 4363 "anyhow",
 4364 "ashpd",
 4365 "async-tar",
 4366 "async-trait",
 4367 "cocoa",
 4368 "collections",
 4369 "fsevent",
 4370 "futures 0.3.28",
 4371 "git",
 4372 "git2",
 4373 "gpui",
 4374 "lazy_static",
 4375 "libc",
 4376 "notify",
 4377 "objc",
 4378 "parking_lot",
 4379 "paths",
 4380 "rope",
 4381 "serde",
 4382 "serde_json",
 4383 "smol",
 4384 "tempfile",
 4385 "text",
 4386 "time",
 4387 "util",
 4388 "windows 0.57.0",
 4389]
 4390
 4391[[package]]
 4392name = "fs-set-times"
 4393version = "0.20.1"
 4394source = "registry+https://github.com/rust-lang/crates.io-index"
 4395checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb"
 4396dependencies = [
 4397 "io-lifetimes 2.0.3",
 4398 "rustix 0.38.32",
 4399 "windows-sys 0.52.0",
 4400]
 4401
 4402[[package]]
 4403name = "fsevent"
 4404version = "0.1.0"
 4405dependencies = [
 4406 "bitflags 2.4.2",
 4407 "core-foundation",
 4408 "fsevent-sys 3.1.0",
 4409 "parking_lot",
 4410 "tempfile",
 4411]
 4412
 4413[[package]]
 4414name = "fsevent-sys"
 4415version = "3.1.0"
 4416source = "registry+https://github.com/rust-lang/crates.io-index"
 4417checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 4418dependencies = [
 4419 "libc",
 4420]
 4421
 4422[[package]]
 4423name = "fsevent-sys"
 4424version = "4.1.0"
 4425source = "registry+https://github.com/rust-lang/crates.io-index"
 4426checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 4427dependencies = [
 4428 "libc",
 4429]
 4430
 4431[[package]]
 4432name = "funty"
 4433version = "2.0.0"
 4434source = "registry+https://github.com/rust-lang/crates.io-index"
 4435checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 4436
 4437[[package]]
 4438name = "futf"
 4439version = "0.1.5"
 4440source = "registry+https://github.com/rust-lang/crates.io-index"
 4441checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 4442dependencies = [
 4443 "mac",
 4444 "new_debug_unreachable",
 4445]
 4446
 4447[[package]]
 4448name = "futures"
 4449version = "0.1.31"
 4450source = "registry+https://github.com/rust-lang/crates.io-index"
 4451checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 4452
 4453[[package]]
 4454name = "futures"
 4455version = "0.3.28"
 4456source = "registry+https://github.com/rust-lang/crates.io-index"
 4457checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
 4458dependencies = [
 4459 "futures-channel",
 4460 "futures-core",
 4461 "futures-executor",
 4462 "futures-io",
 4463 "futures-sink",
 4464 "futures-task",
 4465 "futures-util",
 4466]
 4467
 4468[[package]]
 4469name = "futures-batch"
 4470version = "0.6.1"
 4471source = "registry+https://github.com/rust-lang/crates.io-index"
 4472checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 4473dependencies = [
 4474 "futures 0.3.28",
 4475 "futures-timer",
 4476 "pin-utils",
 4477]
 4478
 4479[[package]]
 4480name = "futures-channel"
 4481version = "0.3.30"
 4482source = "registry+https://github.com/rust-lang/crates.io-index"
 4483checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
 4484dependencies = [
 4485 "futures-core",
 4486 "futures-sink",
 4487]
 4488
 4489[[package]]
 4490name = "futures-core"
 4491version = "0.3.30"
 4492source = "registry+https://github.com/rust-lang/crates.io-index"
 4493checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
 4494
 4495[[package]]
 4496name = "futures-executor"
 4497version = "0.3.28"
 4498source = "registry+https://github.com/rust-lang/crates.io-index"
 4499checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
 4500dependencies = [
 4501 "futures-core",
 4502 "futures-task",
 4503 "futures-util",
 4504]
 4505
 4506[[package]]
 4507name = "futures-intrusive"
 4508version = "0.5.0"
 4509source = "registry+https://github.com/rust-lang/crates.io-index"
 4510checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 4511dependencies = [
 4512 "futures-core",
 4513 "lock_api",
 4514 "parking_lot",
 4515]
 4516
 4517[[package]]
 4518name = "futures-io"
 4519version = "0.3.30"
 4520source = "registry+https://github.com/rust-lang/crates.io-index"
 4521checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
 4522
 4523[[package]]
 4524name = "futures-lite"
 4525version = "1.13.0"
 4526source = "registry+https://github.com/rust-lang/crates.io-index"
 4527checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 4528dependencies = [
 4529 "fastrand 1.9.0",
 4530 "futures-core",
 4531 "futures-io",
 4532 "memchr",
 4533 "parking",
 4534 "pin-project-lite",
 4535 "waker-fn",
 4536]
 4537
 4538[[package]]
 4539name = "futures-lite"
 4540version = "2.2.0"
 4541source = "registry+https://github.com/rust-lang/crates.io-index"
 4542checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba"
 4543dependencies = [
 4544 "fastrand 2.0.0",
 4545 "futures-core",
 4546 "futures-io",
 4547 "parking",
 4548 "pin-project-lite",
 4549]
 4550
 4551[[package]]
 4552name = "futures-macro"
 4553version = "0.3.30"
 4554source = "registry+https://github.com/rust-lang/crates.io-index"
 4555checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
 4556dependencies = [
 4557 "proc-macro2",
 4558 "quote",
 4559 "syn 2.0.59",
 4560]
 4561
 4562[[package]]
 4563name = "futures-sink"
 4564version = "0.3.30"
 4565source = "registry+https://github.com/rust-lang/crates.io-index"
 4566checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
 4567
 4568[[package]]
 4569name = "futures-task"
 4570version = "0.3.30"
 4571source = "registry+https://github.com/rust-lang/crates.io-index"
 4572checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
 4573
 4574[[package]]
 4575name = "futures-timer"
 4576version = "3.0.3"
 4577source = "registry+https://github.com/rust-lang/crates.io-index"
 4578checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 4579
 4580[[package]]
 4581name = "futures-util"
 4582version = "0.3.30"
 4583source = "registry+https://github.com/rust-lang/crates.io-index"
 4584checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
 4585dependencies = [
 4586 "futures 0.1.31",
 4587 "futures-channel",
 4588 "futures-core",
 4589 "futures-io",
 4590 "futures-macro",
 4591 "futures-sink",
 4592 "futures-task",
 4593 "memchr",
 4594 "pin-project-lite",
 4595 "pin-utils",
 4596 "slab",
 4597 "tokio-io",
 4598]
 4599
 4600[[package]]
 4601name = "fuzzy"
 4602version = "0.1.0"
 4603dependencies = [
 4604 "gpui",
 4605 "util",
 4606]
 4607
 4608[[package]]
 4609name = "fuzzy-matcher"
 4610version = "0.3.7"
 4611source = "registry+https://github.com/rust-lang/crates.io-index"
 4612checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 4613dependencies = [
 4614 "thread_local",
 4615]
 4616
 4617[[package]]
 4618name = "generic-array"
 4619version = "0.14.7"
 4620source = "registry+https://github.com/rust-lang/crates.io-index"
 4621checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 4622dependencies = [
 4623 "typenum",
 4624 "version_check",
 4625]
 4626
 4627[[package]]
 4628name = "gethostname"
 4629version = "0.4.3"
 4630source = "registry+https://github.com/rust-lang/crates.io-index"
 4631checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 4632dependencies = [
 4633 "libc",
 4634 "windows-targets 0.48.5",
 4635]
 4636
 4637[[package]]
 4638name = "getrandom"
 4639version = "0.1.16"
 4640source = "registry+https://github.com/rust-lang/crates.io-index"
 4641checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 4642dependencies = [
 4643 "cfg-if",
 4644 "libc",
 4645 "wasi 0.9.0+wasi-snapshot-preview1",
 4646]
 4647
 4648[[package]]
 4649name = "getrandom"
 4650version = "0.2.10"
 4651source = "registry+https://github.com/rust-lang/crates.io-index"
 4652checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
 4653dependencies = [
 4654 "cfg-if",
 4655 "js-sys",
 4656 "libc",
 4657 "wasi 0.11.0+wasi-snapshot-preview1",
 4658 "wasm-bindgen",
 4659]
 4660
 4661[[package]]
 4662name = "gif"
 4663version = "0.13.1"
 4664source = "registry+https://github.com/rust-lang/crates.io-index"
 4665checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 4666dependencies = [
 4667 "color_quant",
 4668 "weezl",
 4669]
 4670
 4671[[package]]
 4672name = "gimli"
 4673version = "0.28.0"
 4674source = "registry+https://github.com/rust-lang/crates.io-index"
 4675checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
 4676dependencies = [
 4677 "fallible-iterator",
 4678 "indexmap 2.2.6",
 4679 "stable_deref_trait",
 4680]
 4681
 4682[[package]]
 4683name = "git"
 4684version = "0.1.0"
 4685dependencies = [
 4686 "anyhow",
 4687 "async-trait",
 4688 "clock",
 4689 "collections",
 4690 "derive_more",
 4691 "git2",
 4692 "gpui",
 4693 "http 0.1.0",
 4694 "lazy_static",
 4695 "log",
 4696 "parking_lot",
 4697 "pretty_assertions",
 4698 "rope",
 4699 "serde",
 4700 "serde_json",
 4701 "smol",
 4702 "sum_tree",
 4703 "text",
 4704 "time",
 4705 "unindent",
 4706 "url",
 4707 "util",
 4708 "windows 0.57.0",
 4709]
 4710
 4711[[package]]
 4712name = "git2"
 4713version = "0.19.0"
 4714source = "registry+https://github.com/rust-lang/crates.io-index"
 4715checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
 4716dependencies = [
 4717 "bitflags 2.4.2",
 4718 "libc",
 4719 "libgit2-sys",
 4720 "log",
 4721 "url",
 4722]
 4723
 4724[[package]]
 4725name = "git_hosting_providers"
 4726version = "0.1.0"
 4727dependencies = [
 4728 "anyhow",
 4729 "async-trait",
 4730 "futures 0.3.28",
 4731 "git",
 4732 "gpui",
 4733 "http 0.1.0",
 4734 "isahc",
 4735 "pretty_assertions",
 4736 "regex",
 4737 "serde",
 4738 "serde_json",
 4739 "unindent",
 4740 "url",
 4741]
 4742
 4743[[package]]
 4744name = "glob"
 4745version = "0.3.1"
 4746source = "registry+https://github.com/rust-lang/crates.io-index"
 4747checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 4748
 4749[[package]]
 4750name = "globset"
 4751version = "0.4.14"
 4752source = "registry+https://github.com/rust-lang/crates.io-index"
 4753checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
 4754dependencies = [
 4755 "aho-corasick",
 4756 "bstr",
 4757 "log",
 4758 "regex-automata 0.4.5",
 4759 "regex-syntax 0.8.2",
 4760]
 4761
 4762[[package]]
 4763name = "gloo-timers"
 4764version = "0.2.6"
 4765source = "registry+https://github.com/rust-lang/crates.io-index"
 4766checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
 4767dependencies = [
 4768 "futures-channel",
 4769 "futures-core",
 4770 "js-sys",
 4771 "wasm-bindgen",
 4772]
 4773
 4774[[package]]
 4775name = "glow"
 4776version = "0.13.1"
 4777source = "registry+https://github.com/rust-lang/crates.io-index"
 4778checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1"
 4779dependencies = [
 4780 "js-sys",
 4781 "slotmap",
 4782 "wasm-bindgen",
 4783 "web-sys",
 4784]
 4785
 4786[[package]]
 4787name = "go_to_line"
 4788version = "0.1.0"
 4789dependencies = [
 4790 "anyhow",
 4791 "editor",
 4792 "gpui",
 4793 "indoc",
 4794 "language",
 4795 "menu",
 4796 "project",
 4797 "rope",
 4798 "schemars",
 4799 "serde",
 4800 "serde_json",
 4801 "settings",
 4802 "text",
 4803 "theme",
 4804 "tree-sitter-rust",
 4805 "tree-sitter-typescript",
 4806 "ui",
 4807 "util",
 4808 "workspace",
 4809]
 4810
 4811[[package]]
 4812name = "google_ai"
 4813version = "0.1.0"
 4814dependencies = [
 4815 "anyhow",
 4816 "futures 0.3.28",
 4817 "http 0.1.0",
 4818 "serde",
 4819 "serde_json",
 4820]
 4821
 4822[[package]]
 4823name = "gpu-alloc"
 4824version = "0.6.0"
 4825source = "registry+https://github.com/rust-lang/crates.io-index"
 4826checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 4827dependencies = [
 4828 "bitflags 2.4.2",
 4829 "gpu-alloc-types",
 4830]
 4831
 4832[[package]]
 4833name = "gpu-alloc-ash"
 4834version = "0.7.0"
 4835source = "registry+https://github.com/rust-lang/crates.io-index"
 4836checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 4837dependencies = [
 4838 "ash",
 4839 "gpu-alloc-types",
 4840 "tinyvec",
 4841]
 4842
 4843[[package]]
 4844name = "gpu-alloc-types"
 4845version = "0.3.0"
 4846source = "registry+https://github.com/rust-lang/crates.io-index"
 4847checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 4848dependencies = [
 4849 "bitflags 2.4.2",
 4850]
 4851
 4852[[package]]
 4853name = "gpui"
 4854version = "0.1.0"
 4855dependencies = [
 4856 "anyhow",
 4857 "as-raw-xcb-connection",
 4858 "ashpd",
 4859 "async-task",
 4860 "backtrace",
 4861 "bindgen 0.65.1",
 4862 "blade-graphics",
 4863 "blade-macros",
 4864 "blade-util",
 4865 "block",
 4866 "bytemuck",
 4867 "calloop",
 4868 "calloop-wayland-source",
 4869 "cbindgen",
 4870 "clipboard-win",
 4871 "cocoa",
 4872 "collections",
 4873 "core-foundation",
 4874 "core-graphics",
 4875 "core-text",
 4876 "cosmic-text",
 4877 "ctor",
 4878 "derive_more",
 4879 "embed-resource",
 4880 "env_logger",
 4881 "etagere",
 4882 "filedescriptor",
 4883 "flume",
 4884 "font-kit",
 4885 "foreign-types 0.5.0",
 4886 "futures 0.3.28",
 4887 "gpui_macros",
 4888 "http 0.1.0",
 4889 "image",
 4890 "itertools 0.11.0",
 4891 "lazy_static",
 4892 "linkme",
 4893 "log",
 4894 "media",
 4895 "metal",
 4896 "num_cpus",
 4897 "objc",
 4898 "oo7",
 4899 "open",
 4900 "parking",
 4901 "parking_lot",
 4902 "pathfinder_geometry",
 4903 "postage",
 4904 "profiling",
 4905 "rand 0.8.5",
 4906 "raw-window-handle 0.6.0",
 4907 "refineable",
 4908 "resvg",
 4909 "schemars",
 4910 "seahash",
 4911 "semantic_version",
 4912 "serde",
 4913 "serde_derive",
 4914 "serde_json",
 4915 "slotmap",
 4916 "smallvec",
 4917 "smol",
 4918 "sum_tree",
 4919 "taffy",
 4920 "thiserror",
 4921 "time",
 4922 "unicode-segmentation",
 4923 "usvg",
 4924 "util",
 4925 "uuid",
 4926 "waker-fn",
 4927 "wayland-backend",
 4928 "wayland-client",
 4929 "wayland-cursor",
 4930 "wayland-protocols",
 4931 "wayland-protocols-plasma",
 4932 "windows 0.57.0",
 4933 "windows-core 0.57.0",
 4934 "x11-clipboard",
 4935 "x11rb",
 4936 "xim",
 4937 "xkbcommon",
 4938]
 4939
 4940[[package]]
 4941name = "gpui_macros"
 4942version = "0.1.0"
 4943dependencies = [
 4944 "proc-macro2",
 4945 "quote",
 4946 "syn 1.0.109",
 4947]
 4948
 4949[[package]]
 4950name = "grid"
 4951version = "0.13.0"
 4952source = "registry+https://github.com/rust-lang/crates.io-index"
 4953checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 4954
 4955[[package]]
 4956name = "group"
 4957version = "0.12.1"
 4958source = "registry+https://github.com/rust-lang/crates.io-index"
 4959checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 4960dependencies = [
 4961 "ff",
 4962 "rand_core 0.6.4",
 4963 "subtle",
 4964]
 4965
 4966[[package]]
 4967name = "h2"
 4968version = "0.3.21"
 4969source = "registry+https://github.com/rust-lang/crates.io-index"
 4970checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
 4971dependencies = [
 4972 "bytes 1.5.0",
 4973 "fnv",
 4974 "futures-core",
 4975 "futures-sink",
 4976 "futures-util",
 4977 "http 0.2.9",
 4978 "indexmap 1.9.3",
 4979 "slab",
 4980 "tokio",
 4981 "tokio-util",
 4982 "tracing",
 4983]
 4984
 4985[[package]]
 4986name = "half"
 4987version = "2.4.1"
 4988source = "registry+https://github.com/rust-lang/crates.io-index"
 4989checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 4990dependencies = [
 4991 "cfg-if",
 4992 "crunchy",
 4993]
 4994
 4995[[package]]
 4996name = "hashbrown"
 4997version = "0.12.3"
 4998source = "registry+https://github.com/rust-lang/crates.io-index"
 4999checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 5000dependencies = [
 5001 "ahash 0.7.8",
 5002]
 5003
 5004[[package]]
 5005name = "hashbrown"
 5006version = "0.13.2"
 5007source = "registry+https://github.com/rust-lang/crates.io-index"
 5008checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
 5009dependencies = [
 5010 "ahash 0.8.8",
 5011]
 5012
 5013[[package]]
 5014name = "hashbrown"
 5015version = "0.14.5"
 5016source = "registry+https://github.com/rust-lang/crates.io-index"
 5017checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 5018dependencies = [
 5019 "ahash 0.8.8",
 5020 "allocator-api2",
 5021]
 5022
 5023[[package]]
 5024name = "hashlink"
 5025version = "0.8.4"
 5026source = "registry+https://github.com/rust-lang/crates.io-index"
 5027checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 5028dependencies = [
 5029 "hashbrown 0.14.5",
 5030]
 5031
 5032[[package]]
 5033name = "headers"
 5034version = "0.3.9"
 5035source = "registry+https://github.com/rust-lang/crates.io-index"
 5036checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 5037dependencies = [
 5038 "base64 0.21.7",
 5039 "bytes 1.5.0",
 5040 "headers-core",
 5041 "http 0.2.9",
 5042 "httpdate",
 5043 "mime",
 5044 "sha1",
 5045]
 5046
 5047[[package]]
 5048name = "headers-core"
 5049version = "0.2.0"
 5050source = "registry+https://github.com/rust-lang/crates.io-index"
 5051checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 5052dependencies = [
 5053 "http 0.2.9",
 5054]
 5055
 5056[[package]]
 5057name = "headless"
 5058version = "0.1.0"
 5059dependencies = [
 5060 "anyhow",
 5061 "client",
 5062 "fs",
 5063 "futures 0.3.28",
 5064 "gpui",
 5065 "language",
 5066 "log",
 5067 "node_runtime",
 5068 "postage",
 5069 "project",
 5070 "rpc",
 5071 "settings",
 5072 "shellexpand 2.1.2",
 5073 "signal-hook",
 5074 "util",
 5075]
 5076
 5077[[package]]
 5078name = "heck"
 5079version = "0.3.3"
 5080source = "registry+https://github.com/rust-lang/crates.io-index"
 5081checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 5082dependencies = [
 5083 "unicode-segmentation",
 5084]
 5085
 5086[[package]]
 5087name = "heck"
 5088version = "0.4.1"
 5089source = "registry+https://github.com/rust-lang/crates.io-index"
 5090checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 5091dependencies = [
 5092 "unicode-segmentation",
 5093]
 5094
 5095[[package]]
 5096name = "heck"
 5097version = "0.5.0"
 5098source = "registry+https://github.com/rust-lang/crates.io-index"
 5099checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 5100
 5101[[package]]
 5102name = "heed"
 5103version = "0.20.1"
 5104source = "registry+https://github.com/rust-lang/crates.io-index"
 5105checksum = "6f7acb9683d7c7068aa46d47557bfa4e35a277964b350d9504a87b03610163fd"
 5106dependencies = [
 5107 "bitflags 2.4.2",
 5108 "byteorder",
 5109 "heed-traits",
 5110 "heed-types",
 5111 "libc",
 5112 "lmdb-master-sys",
 5113 "once_cell",
 5114 "page_size",
 5115 "serde",
 5116 "synchronoise",
 5117 "url",
 5118]
 5119
 5120[[package]]
 5121name = "heed-traits"
 5122version = "0.20.0"
 5123source = "registry+https://github.com/rust-lang/crates.io-index"
 5124checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 5125
 5126[[package]]
 5127name = "heed-types"
 5128version = "0.20.0"
 5129source = "registry+https://github.com/rust-lang/crates.io-index"
 5130checksum = "3cb0d6ba3700c9a57e83c013693e3eddb68a6d9b6781cacafc62a0d992e8ddb3"
 5131dependencies = [
 5132 "bincode",
 5133 "byteorder",
 5134 "heed-traits",
 5135 "serde",
 5136 "serde_json",
 5137]
 5138
 5139[[package]]
 5140name = "hermit-abi"
 5141version = "0.1.19"
 5142source = "registry+https://github.com/rust-lang/crates.io-index"
 5143checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
 5144dependencies = [
 5145 "libc",
 5146]
 5147
 5148[[package]]
 5149name = "hermit-abi"
 5150version = "0.3.3"
 5151source = "registry+https://github.com/rust-lang/crates.io-index"
 5152checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
 5153
 5154[[package]]
 5155name = "hex"
 5156version = "0.4.3"
 5157source = "registry+https://github.com/rust-lang/crates.io-index"
 5158checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 5159
 5160[[package]]
 5161name = "hexf-parse"
 5162version = "0.2.1"
 5163source = "registry+https://github.com/rust-lang/crates.io-index"
 5164checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 5165
 5166[[package]]
 5167name = "hidden-trait"
 5168version = "0.1.2"
 5169source = "registry+https://github.com/rust-lang/crates.io-index"
 5170checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 5171dependencies = [
 5172 "proc-macro2",
 5173 "quote",
 5174 "syn 1.0.109",
 5175]
 5176
 5177[[package]]
 5178name = "hkdf"
 5179version = "0.12.3"
 5180source = "registry+https://github.com/rust-lang/crates.io-index"
 5181checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
 5182dependencies = [
 5183 "hmac 0.12.1",
 5184]
 5185
 5186[[package]]
 5187name = "hmac"
 5188version = "0.11.0"
 5189source = "registry+https://github.com/rust-lang/crates.io-index"
 5190checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
 5191dependencies = [
 5192 "crypto-mac",
 5193 "digest 0.9.0",
 5194]
 5195
 5196[[package]]
 5197name = "hmac"
 5198version = "0.12.1"
 5199source = "registry+https://github.com/rust-lang/crates.io-index"
 5200checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 5201dependencies = [
 5202 "digest 0.10.7",
 5203]
 5204
 5205[[package]]
 5206name = "home"
 5207version = "0.5.9"
 5208source = "registry+https://github.com/rust-lang/crates.io-index"
 5209checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 5210dependencies = [
 5211 "windows-sys 0.52.0",
 5212]
 5213
 5214[[package]]
 5215name = "hound"
 5216version = "3.5.0"
 5217source = "registry+https://github.com/rust-lang/crates.io-index"
 5218checksum = "4d13cdbd5dbb29f9c88095bbdc2590c9cba0d0a1269b983fef6b2cdd7e9f4db1"
 5219
 5220[[package]]
 5221name = "html5ever"
 5222version = "0.27.0"
 5223source = "registry+https://github.com/rust-lang/crates.io-index"
 5224checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 5225dependencies = [
 5226 "log",
 5227 "mac",
 5228 "markup5ever",
 5229 "proc-macro2",
 5230 "quote",
 5231 "syn 2.0.59",
 5232]
 5233
 5234[[package]]
 5235name = "html_to_markdown"
 5236version = "0.1.0"
 5237dependencies = [
 5238 "anyhow",
 5239 "html5ever",
 5240 "indoc",
 5241 "markup5ever_rcdom",
 5242 "pretty_assertions",
 5243 "regex",
 5244]
 5245
 5246[[package]]
 5247name = "http"
 5248version = "0.1.0"
 5249dependencies = [
 5250 "anyhow",
 5251 "futures 0.3.28",
 5252 "futures-lite 1.13.0",
 5253 "isahc",
 5254 "log",
 5255 "serde",
 5256 "serde_json",
 5257 "url",
 5258]
 5259
 5260[[package]]
 5261name = "http"
 5262version = "0.2.9"
 5263source = "registry+https://github.com/rust-lang/crates.io-index"
 5264checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
 5265dependencies = [
 5266 "bytes 1.5.0",
 5267 "fnv",
 5268 "itoa",
 5269]
 5270
 5271[[package]]
 5272name = "http"
 5273version = "1.0.0"
 5274source = "registry+https://github.com/rust-lang/crates.io-index"
 5275checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea"
 5276dependencies = [
 5277 "bytes 1.5.0",
 5278 "fnv",
 5279 "itoa",
 5280]
 5281
 5282[[package]]
 5283name = "http-body"
 5284version = "0.4.5"
 5285source = "registry+https://github.com/rust-lang/crates.io-index"
 5286checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
 5287dependencies = [
 5288 "bytes 1.5.0",
 5289 "http 0.2.9",
 5290 "pin-project-lite",
 5291]
 5292
 5293[[package]]
 5294name = "http-range-header"
 5295version = "0.3.1"
 5296source = "registry+https://github.com/rust-lang/crates.io-index"
 5297checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 5298
 5299[[package]]
 5300name = "httparse"
 5301version = "1.8.0"
 5302source = "registry+https://github.com/rust-lang/crates.io-index"
 5303checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
 5304
 5305[[package]]
 5306name = "httpdate"
 5307version = "1.0.3"
 5308source = "registry+https://github.com/rust-lang/crates.io-index"
 5309checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 5310
 5311[[package]]
 5312name = "human_bytes"
 5313version = "0.4.3"
 5314source = "registry+https://github.com/rust-lang/crates.io-index"
 5315checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 5316
 5317[[package]]
 5318name = "humantime"
 5319version = "2.1.0"
 5320source = "registry+https://github.com/rust-lang/crates.io-index"
 5321checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 5322
 5323[[package]]
 5324name = "hyper"
 5325version = "0.14.27"
 5326source = "registry+https://github.com/rust-lang/crates.io-index"
 5327checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
 5328dependencies = [
 5329 "bytes 1.5.0",
 5330 "futures-channel",
 5331 "futures-core",
 5332 "futures-util",
 5333 "h2",
 5334 "http 0.2.9",
 5335 "http-body",
 5336 "httparse",
 5337 "httpdate",
 5338 "itoa",
 5339 "pin-project-lite",
 5340 "socket2 0.4.9",
 5341 "tokio",
 5342 "tower-service",
 5343 "tracing",
 5344 "want",
 5345]
 5346
 5347[[package]]
 5348name = "hyper-rustls"
 5349version = "0.24.2"
 5350source = "registry+https://github.com/rust-lang/crates.io-index"
 5351checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 5352dependencies = [
 5353 "futures-util",
 5354 "http 0.2.9",
 5355 "hyper",
 5356 "log",
 5357 "rustls",
 5358 "rustls-native-certs",
 5359 "tokio",
 5360 "tokio-rustls",
 5361]
 5362
 5363[[package]]
 5364name = "hyper-tls"
 5365version = "0.5.0"
 5366source = "registry+https://github.com/rust-lang/crates.io-index"
 5367checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 5368dependencies = [
 5369 "bytes 1.5.0",
 5370 "hyper",
 5371 "native-tls",
 5372 "tokio",
 5373 "tokio-native-tls",
 5374]
 5375
 5376[[package]]
 5377name = "iana-time-zone"
 5378version = "0.1.57"
 5379source = "registry+https://github.com/rust-lang/crates.io-index"
 5380checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
 5381dependencies = [
 5382 "android_system_properties",
 5383 "core-foundation-sys 0.8.6",
 5384 "iana-time-zone-haiku",
 5385 "js-sys",
 5386 "wasm-bindgen",
 5387 "windows 0.48.0",
 5388]
 5389
 5390[[package]]
 5391name = "iana-time-zone-haiku"
 5392version = "0.1.2"
 5393source = "registry+https://github.com/rust-lang/crates.io-index"
 5394checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 5395dependencies = [
 5396 "cc",
 5397]
 5398
 5399[[package]]
 5400name = "id-arena"
 5401version = "2.2.1"
 5402source = "registry+https://github.com/rust-lang/crates.io-index"
 5403checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 5404
 5405[[package]]
 5406name = "idna"
 5407version = "0.5.0"
 5408source = "registry+https://github.com/rust-lang/crates.io-index"
 5409checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
 5410dependencies = [
 5411 "unicode-bidi",
 5412 "unicode-normalization",
 5413]
 5414
 5415[[package]]
 5416name = "ignore"
 5417version = "0.4.22"
 5418source = "registry+https://github.com/rust-lang/crates.io-index"
 5419checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
 5420dependencies = [
 5421 "crossbeam-deque",
 5422 "globset",
 5423 "log",
 5424 "memchr",
 5425 "regex-automata 0.4.5",
 5426 "same-file",
 5427 "walkdir",
 5428 "winapi-util",
 5429]
 5430
 5431[[package]]
 5432name = "image"
 5433version = "0.25.1"
 5434source = "registry+https://github.com/rust-lang/crates.io-index"
 5435checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11"
 5436dependencies = [
 5437 "bytemuck",
 5438 "byteorder",
 5439 "color_quant",
 5440 "exr",
 5441 "gif",
 5442 "image-webp",
 5443 "num-traits",
 5444 "png",
 5445 "qoi",
 5446 "ravif",
 5447 "rayon",
 5448 "rgb",
 5449 "tiff",
 5450 "zune-core",
 5451 "zune-jpeg",
 5452]
 5453
 5454[[package]]
 5455name = "image-webp"
 5456version = "0.1.2"
 5457source = "registry+https://github.com/rust-lang/crates.io-index"
 5458checksum = "d730b085583c4d789dfd07fdcf185be59501666a90c97c40162b37e4fdad272d"
 5459dependencies = [
 5460 "byteorder-lite",
 5461 "thiserror",
 5462]
 5463
 5464[[package]]
 5465name = "image_viewer"
 5466version = "0.1.0"
 5467dependencies = [
 5468 "anyhow",
 5469 "db",
 5470 "gpui",
 5471 "project",
 5472 "ui",
 5473 "util",
 5474 "workspace",
 5475]
 5476
 5477[[package]]
 5478name = "imagesize"
 5479version = "0.12.0"
 5480source = "registry+https://github.com/rust-lang/crates.io-index"
 5481checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
 5482
 5483[[package]]
 5484name = "imgref"
 5485version = "1.10.1"
 5486source = "registry+https://github.com/rust-lang/crates.io-index"
 5487checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
 5488
 5489[[package]]
 5490name = "indexmap"
 5491version = "1.9.3"
 5492source = "registry+https://github.com/rust-lang/crates.io-index"
 5493checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
 5494dependencies = [
 5495 "autocfg",
 5496 "hashbrown 0.12.3",
 5497 "serde",
 5498]
 5499
 5500[[package]]
 5501name = "indexmap"
 5502version = "2.2.6"
 5503source = "registry+https://github.com/rust-lang/crates.io-index"
 5504checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
 5505dependencies = [
 5506 "equivalent",
 5507 "hashbrown 0.14.5",
 5508 "serde",
 5509]
 5510
 5511[[package]]
 5512name = "indoc"
 5513version = "1.0.9"
 5514source = "registry+https://github.com/rust-lang/crates.io-index"
 5515checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
 5516
 5517[[package]]
 5518name = "inherent"
 5519version = "1.0.10"
 5520source = "registry+https://github.com/rust-lang/crates.io-index"
 5521checksum = "ce243b1bfa62ffc028f1cc3b6034ec63d649f3031bc8a4fbbb004e1ac17d1f68"
 5522dependencies = [
 5523 "proc-macro2",
 5524 "quote",
 5525 "syn 2.0.59",
 5526]
 5527
 5528[[package]]
 5529name = "inline_completion_button"
 5530version = "0.1.0"
 5531dependencies = [
 5532 "anyhow",
 5533 "copilot",
 5534 "editor",
 5535 "fs",
 5536 "futures 0.3.28",
 5537 "gpui",
 5538 "indoc",
 5539 "language",
 5540 "lsp",
 5541 "paths",
 5542 "project",
 5543 "serde_json",
 5544 "settings",
 5545 "supermaven",
 5546 "theme",
 5547 "ui",
 5548 "util",
 5549 "workspace",
 5550 "zed_actions",
 5551]
 5552
 5553[[package]]
 5554name = "inotify"
 5555version = "0.9.6"
 5556source = "registry+https://github.com/rust-lang/crates.io-index"
 5557checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 5558dependencies = [
 5559 "bitflags 1.3.2",
 5560 "inotify-sys",
 5561 "libc",
 5562]
 5563
 5564[[package]]
 5565name = "inotify-sys"
 5566version = "0.1.5"
 5567source = "registry+https://github.com/rust-lang/crates.io-index"
 5568checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 5569dependencies = [
 5570 "libc",
 5571]
 5572
 5573[[package]]
 5574name = "inout"
 5575version = "0.1.3"
 5576source = "registry+https://github.com/rust-lang/crates.io-index"
 5577checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 5578dependencies = [
 5579 "block-padding",
 5580 "generic-array",
 5581]
 5582
 5583[[package]]
 5584name = "install_cli"
 5585version = "0.1.0"
 5586dependencies = [
 5587 "anyhow",
 5588 "gpui",
 5589 "smol",
 5590 "util",
 5591]
 5592
 5593[[package]]
 5594name = "instant"
 5595version = "0.1.12"
 5596source = "registry+https://github.com/rust-lang/crates.io-index"
 5597checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
 5598dependencies = [
 5599 "cfg-if",
 5600]
 5601
 5602[[package]]
 5603name = "interpolate_name"
 5604version = "0.2.4"
 5605source = "registry+https://github.com/rust-lang/crates.io-index"
 5606checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 5607dependencies = [
 5608 "proc-macro2",
 5609 "quote",
 5610 "syn 2.0.59",
 5611]
 5612
 5613[[package]]
 5614name = "io-extras"
 5615version = "0.18.1"
 5616source = "registry+https://github.com/rust-lang/crates.io-index"
 5617checksum = "c301e73fb90e8a29e600a9f402d095765f74310d582916a952f618836a1bd1ed"
 5618dependencies = [
 5619 "io-lifetimes 2.0.3",
 5620 "windows-sys 0.52.0",
 5621]
 5622
 5623[[package]]
 5624name = "io-lifetimes"
 5625version = "1.0.11"
 5626source = "registry+https://github.com/rust-lang/crates.io-index"
 5627checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
 5628dependencies = [
 5629 "hermit-abi 0.3.3",
 5630 "libc",
 5631 "windows-sys 0.48.0",
 5632]
 5633
 5634[[package]]
 5635name = "io-lifetimes"
 5636version = "2.0.3"
 5637source = "registry+https://github.com/rust-lang/crates.io-index"
 5638checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
 5639
 5640[[package]]
 5641name = "iovec"
 5642version = "0.1.4"
 5643source = "registry+https://github.com/rust-lang/crates.io-index"
 5644checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 5645dependencies = [
 5646 "libc",
 5647]
 5648
 5649[[package]]
 5650name = "ipc-channel"
 5651version = "0.18.0"
 5652source = "registry+https://github.com/rust-lang/crates.io-index"
 5653checksum = "7ab3a34c91b7e84a72643bd75d1bac3afd241f78f9859fe0b5e5b2a6a75732c2"
 5654dependencies = [
 5655 "bincode",
 5656 "crossbeam-channel",
 5657 "fnv",
 5658 "lazy_static",
 5659 "libc",
 5660 "mio",
 5661 "rand 0.8.5",
 5662 "serde",
 5663 "tempfile",
 5664 "uuid",
 5665 "windows 0.48.0",
 5666]
 5667
 5668[[package]]
 5669name = "ipnet"
 5670version = "2.8.0"
 5671source = "registry+https://github.com/rust-lang/crates.io-index"
 5672checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
 5673
 5674[[package]]
 5675name = "is-docker"
 5676version = "0.2.0"
 5677source = "registry+https://github.com/rust-lang/crates.io-index"
 5678checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 5679dependencies = [
 5680 "once_cell",
 5681]
 5682
 5683[[package]]
 5684name = "is-wsl"
 5685version = "0.4.0"
 5686source = "registry+https://github.com/rust-lang/crates.io-index"
 5687checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 5688dependencies = [
 5689 "is-docker",
 5690 "once_cell",
 5691]
 5692
 5693[[package]]
 5694name = "isahc"
 5695version = "1.7.2"
 5696source = "registry+https://github.com/rust-lang/crates.io-index"
 5697checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
 5698dependencies = [
 5699 "async-channel 1.9.0",
 5700 "castaway",
 5701 "crossbeam-utils",
 5702 "curl",
 5703 "curl-sys",
 5704 "encoding_rs",
 5705 "event-listener 2.5.3",
 5706 "futures-lite 1.13.0",
 5707 "http 0.2.9",
 5708 "log",
 5709 "mime",
 5710 "once_cell",
 5711 "polling 2.8.0",
 5712 "slab",
 5713 "sluice",
 5714 "tracing",
 5715 "tracing-futures",
 5716 "url",
 5717 "waker-fn",
 5718]
 5719
 5720[[package]]
 5721name = "itertools"
 5722version = "0.10.5"
 5723source = "registry+https://github.com/rust-lang/crates.io-index"
 5724checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 5725dependencies = [
 5726 "either",
 5727]
 5728
 5729[[package]]
 5730name = "itertools"
 5731version = "0.11.0"
 5732source = "registry+https://github.com/rust-lang/crates.io-index"
 5733checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 5734dependencies = [
 5735 "either",
 5736]
 5737
 5738[[package]]
 5739name = "itertools"
 5740version = "0.12.1"
 5741source = "registry+https://github.com/rust-lang/crates.io-index"
 5742checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 5743dependencies = [
 5744 "either",
 5745]
 5746
 5747[[package]]
 5748name = "itoa"
 5749version = "1.0.11"
 5750source = "registry+https://github.com/rust-lang/crates.io-index"
 5751checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
 5752
 5753[[package]]
 5754name = "jni"
 5755version = "0.19.0"
 5756source = "registry+https://github.com/rust-lang/crates.io-index"
 5757checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
 5758dependencies = [
 5759 "cesu8",
 5760 "combine",
 5761 "jni-sys",
 5762 "log",
 5763 "thiserror",
 5764 "walkdir",
 5765]
 5766
 5767[[package]]
 5768name = "jni"
 5769version = "0.20.0"
 5770source = "registry+https://github.com/rust-lang/crates.io-index"
 5771checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c"
 5772dependencies = [
 5773 "cesu8",
 5774 "combine",
 5775 "jni-sys",
 5776 "log",
 5777 "thiserror",
 5778 "walkdir",
 5779]
 5780
 5781[[package]]
 5782name = "jni-sys"
 5783version = "0.3.0"
 5784source = "registry+https://github.com/rust-lang/crates.io-index"
 5785checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 5786
 5787[[package]]
 5788name = "jobserver"
 5789version = "0.1.28"
 5790source = "registry+https://github.com/rust-lang/crates.io-index"
 5791checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6"
 5792dependencies = [
 5793 "libc",
 5794]
 5795
 5796[[package]]
 5797name = "journal"
 5798version = "0.1.0"
 5799dependencies = [
 5800 "anyhow",
 5801 "chrono",
 5802 "editor",
 5803 "gpui",
 5804 "log",
 5805 "schemars",
 5806 "serde",
 5807 "settings",
 5808 "shellexpand 2.1.2",
 5809 "workspace",
 5810]
 5811
 5812[[package]]
 5813name = "jpeg-decoder"
 5814version = "0.3.1"
 5815source = "registry+https://github.com/rust-lang/crates.io-index"
 5816checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 5817
 5818[[package]]
 5819name = "js-sys"
 5820version = "0.3.64"
 5821source = "registry+https://github.com/rust-lang/crates.io-index"
 5822checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
 5823dependencies = [
 5824 "wasm-bindgen",
 5825]
 5826
 5827[[package]]
 5828name = "jwt"
 5829version = "0.16.0"
 5830source = "registry+https://github.com/rust-lang/crates.io-index"
 5831checksum = "6204285f77fe7d9784db3fdc449ecce1a0114927a51d5a41c4c7a292011c015f"
 5832dependencies = [
 5833 "base64 0.13.1",
 5834 "crypto-common",
 5835 "digest 0.10.7",
 5836 "hmac 0.12.1",
 5837 "serde",
 5838 "serde_json",
 5839 "sha2 0.10.7",
 5840]
 5841
 5842[[package]]
 5843name = "khronos-egl"
 5844version = "5.0.0"
 5845source = "registry+https://github.com/rust-lang/crates.io-index"
 5846checksum = "d1382b16c04aeb821453d6215a3c80ba78f24c6595c5aa85653378aabe0c83e3"
 5847dependencies = [
 5848 "libc",
 5849 "libloading 0.8.0",
 5850]
 5851
 5852[[package]]
 5853name = "kqueue"
 5854version = "1.0.8"
 5855source = "registry+https://github.com/rust-lang/crates.io-index"
 5856checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 5857dependencies = [
 5858 "kqueue-sys",
 5859 "libc",
 5860]
 5861
 5862[[package]]
 5863name = "kqueue-sys"
 5864version = "1.0.4"
 5865source = "registry+https://github.com/rust-lang/crates.io-index"
 5866checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 5867dependencies = [
 5868 "bitflags 1.3.2",
 5869 "libc",
 5870]
 5871
 5872[[package]]
 5873name = "kurbo"
 5874version = "0.11.0"
 5875source = "registry+https://github.com/rust-lang/crates.io-index"
 5876checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
 5877dependencies = [
 5878 "arrayvec",
 5879 "smallvec",
 5880]
 5881
 5882[[package]]
 5883name = "kv-log-macro"
 5884version = "1.0.7"
 5885source = "registry+https://github.com/rust-lang/crates.io-index"
 5886checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 5887dependencies = [
 5888 "log",
 5889]
 5890
 5891[[package]]
 5892name = "language"
 5893version = "0.1.0"
 5894dependencies = [
 5895 "anyhow",
 5896 "async-trait",
 5897 "clock",
 5898 "collections",
 5899 "ctor",
 5900 "env_logger",
 5901 "futures 0.3.28",
 5902 "fuzzy",
 5903 "git",
 5904 "globset",
 5905 "gpui",
 5906 "http 0.1.0",
 5907 "indoc",
 5908 "itertools 0.11.0",
 5909 "lazy_static",
 5910 "log",
 5911 "lsp",
 5912 "parking_lot",
 5913 "postage",
 5914 "pulldown-cmark",
 5915 "rand 0.8.5",
 5916 "regex",
 5917 "rpc",
 5918 "schemars",
 5919 "serde",
 5920 "serde_json",
 5921 "settings",
 5922 "similar",
 5923 "smallvec",
 5924 "smol",
 5925 "sum_tree",
 5926 "task",
 5927 "text",
 5928 "theme",
 5929 "tree-sitter",
 5930 "tree-sitter-elixir",
 5931 "tree-sitter-embedded-template",
 5932 "tree-sitter-heex",
 5933 "tree-sitter-html",
 5934 "tree-sitter-json",
 5935 "tree-sitter-markdown",
 5936 "tree-sitter-ruby",
 5937 "tree-sitter-rust",
 5938 "tree-sitter-typescript",
 5939 "unicase",
 5940 "unindent",
 5941 "util",
 5942]
 5943
 5944[[package]]
 5945name = "language_selector"
 5946version = "0.1.0"
 5947dependencies = [
 5948 "anyhow",
 5949 "editor",
 5950 "fuzzy",
 5951 "gpui",
 5952 "language",
 5953 "picker",
 5954 "project",
 5955 "ui",
 5956 "util",
 5957 "workspace",
 5958]
 5959
 5960[[package]]
 5961name = "language_tools"
 5962version = "0.1.0"
 5963dependencies = [
 5964 "anyhow",
 5965 "client",
 5966 "collections",
 5967 "copilot",
 5968 "editor",
 5969 "env_logger",
 5970 "futures 0.3.28",
 5971 "gpui",
 5972 "language",
 5973 "lsp",
 5974 "project",
 5975 "release_channel",
 5976 "serde_json",
 5977 "settings",
 5978 "theme",
 5979 "tree-sitter",
 5980 "ui",
 5981 "util",
 5982 "workspace",
 5983]
 5984
 5985[[package]]
 5986name = "languages"
 5987version = "0.1.0"
 5988dependencies = [
 5989 "anyhow",
 5990 "async-compression",
 5991 "async-tar",
 5992 "async-trait",
 5993 "collections",
 5994 "feature_flags",
 5995 "futures 0.3.28",
 5996 "gpui",
 5997 "http 0.1.0",
 5998 "language",
 5999 "lazy_static",
 6000 "log",
 6001 "lsp",
 6002 "node_runtime",
 6003 "paths",
 6004 "project",
 6005 "regex",
 6006 "rope",
 6007 "rust-embed",
 6008 "serde",
 6009 "serde_json",
 6010 "settings",
 6011 "smol",
 6012 "task",
 6013 "text",
 6014 "theme",
 6015 "toml 0.8.10",
 6016 "tree-sitter",
 6017 "tree-sitter-bash",
 6018 "tree-sitter-c",
 6019 "tree-sitter-cpp",
 6020 "tree-sitter-css",
 6021 "tree-sitter-go",
 6022 "tree-sitter-gomod",
 6023 "tree-sitter-gowork",
 6024 "tree-sitter-jsdoc",
 6025 "tree-sitter-json",
 6026 "tree-sitter-markdown",
 6027 "tree-sitter-proto",
 6028 "tree-sitter-python",
 6029 "tree-sitter-regex",
 6030 "tree-sitter-rust",
 6031 "tree-sitter-typescript",
 6032 "tree-sitter-yaml",
 6033 "unindent",
 6034 "util",
 6035 "workspace",
 6036]
 6037
 6038[[package]]
 6039name = "lazy-bytes-cast"
 6040version = "5.0.1"
 6041source = "registry+https://github.com/rust-lang/crates.io-index"
 6042checksum = "10257499f089cd156ad82d0a9cd57d9501fa2c989068992a97eb3c27836f206b"
 6043
 6044[[package]]
 6045name = "lazy_static"
 6046version = "1.4.0"
 6047source = "registry+https://github.com/rust-lang/crates.io-index"
 6048checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
 6049dependencies = [
 6050 "spin 0.5.2",
 6051]
 6052
 6053[[package]]
 6054name = "lazycell"
 6055version = "1.3.0"
 6056source = "registry+https://github.com/rust-lang/crates.io-index"
 6057checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 6058
 6059[[package]]
 6060name = "leb128"
 6061version = "0.2.5"
 6062source = "registry+https://github.com/rust-lang/crates.io-index"
 6063checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 6064
 6065[[package]]
 6066name = "lebe"
 6067version = "0.5.2"
 6068source = "registry+https://github.com/rust-lang/crates.io-index"
 6069checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 6070
 6071[[package]]
 6072name = "libc"
 6073version = "0.2.153"
 6074source = "registry+https://github.com/rust-lang/crates.io-index"
 6075checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
 6076
 6077[[package]]
 6078name = "libfuzzer-sys"
 6079version = "0.4.7"
 6080source = "registry+https://github.com/rust-lang/crates.io-index"
 6081checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
 6082dependencies = [
 6083 "arbitrary",
 6084 "cc",
 6085 "once_cell",
 6086]
 6087
 6088[[package]]
 6089name = "libgit2-sys"
 6090version = "0.17.0+1.8.1"
 6091source = "registry+https://github.com/rust-lang/crates.io-index"
 6092checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
 6093dependencies = [
 6094 "cc",
 6095 "libc",
 6096 "libz-sys",
 6097 "pkg-config",
 6098]
 6099
 6100[[package]]
 6101name = "libloading"
 6102version = "0.7.4"
 6103source = "registry+https://github.com/rust-lang/crates.io-index"
 6104checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
 6105dependencies = [
 6106 "cfg-if",
 6107 "winapi",
 6108]
 6109
 6110[[package]]
 6111name = "libloading"
 6112version = "0.8.0"
 6113source = "registry+https://github.com/rust-lang/crates.io-index"
 6114checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb"
 6115dependencies = [
 6116 "cfg-if",
 6117 "windows-sys 0.48.0",
 6118]
 6119
 6120[[package]]
 6121name = "libm"
 6122version = "0.2.8"
 6123source = "registry+https://github.com/rust-lang/crates.io-index"
 6124checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
 6125
 6126[[package]]
 6127name = "libmimalloc-sys"
 6128version = "0.1.37"
 6129source = "registry+https://github.com/rust-lang/crates.io-index"
 6130checksum = "81eb4061c0582dedea1cbc7aff2240300dd6982e0239d1c99e65c1dbf4a30ba7"
 6131dependencies = [
 6132 "cc",
 6133 "libc",
 6134]
 6135
 6136[[package]]
 6137name = "libsqlite3-sys"
 6138version = "0.26.0"
 6139source = "registry+https://github.com/rust-lang/crates.io-index"
 6140checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
 6141dependencies = [
 6142 "cc",
 6143 "pkg-config",
 6144 "vcpkg",
 6145]
 6146
 6147[[package]]
 6148name = "libz-sys"
 6149version = "1.1.12"
 6150source = "registry+https://github.com/rust-lang/crates.io-index"
 6151checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
 6152dependencies = [
 6153 "cc",
 6154 "libc",
 6155 "pkg-config",
 6156 "vcpkg",
 6157]
 6158
 6159[[package]]
 6160name = "line-wrap"
 6161version = "0.1.1"
 6162source = "registry+https://github.com/rust-lang/crates.io-index"
 6163checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
 6164dependencies = [
 6165 "safemem",
 6166]
 6167
 6168[[package]]
 6169name = "linkify"
 6170version = "0.10.0"
 6171source = "registry+https://github.com/rust-lang/crates.io-index"
 6172checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 6173dependencies = [
 6174 "memchr",
 6175]
 6176
 6177[[package]]
 6178name = "linkme"
 6179version = "0.3.17"
 6180source = "registry+https://github.com/rust-lang/crates.io-index"
 6181checksum = "91ed2ee9464ff9707af8e9ad834cffa4802f072caad90639c583dd3c62e6e608"
 6182dependencies = [
 6183 "linkme-impl",
 6184]
 6185
 6186[[package]]
 6187name = "linkme-impl"
 6188version = "0.3.17"
 6189source = "registry+https://github.com/rust-lang/crates.io-index"
 6190checksum = "ba125974b109d512fccbc6c0244e7580143e460895dfd6ea7f8bbb692fd94396"
 6191dependencies = [
 6192 "proc-macro2",
 6193 "quote",
 6194 "syn 2.0.59",
 6195]
 6196
 6197[[package]]
 6198name = "linux-raw-sys"
 6199version = "0.3.8"
 6200source = "registry+https://github.com/rust-lang/crates.io-index"
 6201checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
 6202
 6203[[package]]
 6204name = "linux-raw-sys"
 6205version = "0.4.12"
 6206source = "registry+https://github.com/rust-lang/crates.io-index"
 6207checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
 6208
 6209[[package]]
 6210name = "live_kit_client"
 6211version = "0.1.0"
 6212dependencies = [
 6213 "anyhow",
 6214 "async-broadcast",
 6215 "async-trait",
 6216 "collections",
 6217 "core-foundation",
 6218 "futures 0.3.28",
 6219 "gpui",
 6220 "live_kit_server",
 6221 "log",
 6222 "media",
 6223 "nanoid",
 6224 "parking_lot",
 6225 "postage",
 6226 "serde",
 6227 "serde_json",
 6228 "sha2 0.10.7",
 6229 "simplelog",
 6230]
 6231
 6232[[package]]
 6233name = "live_kit_server"
 6234version = "0.1.0"
 6235dependencies = [
 6236 "anyhow",
 6237 "async-trait",
 6238 "hmac 0.12.1",
 6239 "jwt",
 6240 "log",
 6241 "prost",
 6242 "prost-build",
 6243 "prost-types",
 6244 "reqwest",
 6245 "serde",
 6246 "sha2 0.10.7",
 6247]
 6248
 6249[[package]]
 6250name = "lmdb-master-sys"
 6251version = "0.2.0"
 6252source = "registry+https://github.com/rust-lang/crates.io-index"
 6253checksum = "dc9048db3a58c0732d7236abc4909058f9d2708cfb6d7d047eb895fddec6419a"
 6254dependencies = [
 6255 "cc",
 6256 "doxygen-rs",
 6257 "libc",
 6258]
 6259
 6260[[package]]
 6261name = "lock_api"
 6262version = "0.4.10"
 6263source = "registry+https://github.com/rust-lang/crates.io-index"
 6264checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
 6265dependencies = [
 6266 "autocfg",
 6267 "scopeguard",
 6268]
 6269
 6270[[package]]
 6271name = "log"
 6272version = "0.4.21"
 6273source = "registry+https://github.com/rust-lang/crates.io-index"
 6274checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
 6275dependencies = [
 6276 "serde",
 6277 "value-bag",
 6278]
 6279
 6280[[package]]
 6281name = "loop9"
 6282version = "0.1.5"
 6283source = "registry+https://github.com/rust-lang/crates.io-index"
 6284checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 6285dependencies = [
 6286 "imgref",
 6287]
 6288
 6289[[package]]
 6290name = "lsp"
 6291version = "0.1.0"
 6292dependencies = [
 6293 "anyhow",
 6294 "async-pipe",
 6295 "collections",
 6296 "ctor",
 6297 "env_logger",
 6298 "futures 0.3.28",
 6299 "gpui",
 6300 "log",
 6301 "lsp-types",
 6302 "parking_lot",
 6303 "postage",
 6304 "release_channel",
 6305 "serde",
 6306 "serde_json",
 6307 "smol",
 6308 "util",
 6309 "windows 0.57.0",
 6310]
 6311
 6312[[package]]
 6313name = "lsp-types"
 6314version = "0.95.1"
 6315source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
 6316dependencies = [
 6317 "bitflags 1.3.2",
 6318 "serde",
 6319 "serde_json",
 6320 "serde_repr",
 6321 "url",
 6322]
 6323
 6324[[package]]
 6325name = "lz4"
 6326version = "1.24.0"
 6327source = "registry+https://github.com/rust-lang/crates.io-index"
 6328checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"
 6329dependencies = [
 6330 "libc",
 6331 "lz4-sys",
 6332]
 6333
 6334[[package]]
 6335name = "lz4-sys"
 6336version = "1.9.4"
 6337source = "registry+https://github.com/rust-lang/crates.io-index"
 6338checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"
 6339dependencies = [
 6340 "cc",
 6341 "libc",
 6342]
 6343
 6344[[package]]
 6345name = "mac"
 6346version = "0.1.1"
 6347source = "registry+https://github.com/rust-lang/crates.io-index"
 6348checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 6349
 6350[[package]]
 6351name = "mach"
 6352version = "0.3.2"
 6353source = "registry+https://github.com/rust-lang/crates.io-index"
 6354checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
 6355dependencies = [
 6356 "libc",
 6357]
 6358
 6359[[package]]
 6360name = "mach2"
 6361version = "0.4.1"
 6362source = "registry+https://github.com/rust-lang/crates.io-index"
 6363checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8"
 6364dependencies = [
 6365 "libc",
 6366]
 6367
 6368[[package]]
 6369name = "malloc_buf"
 6370version = "0.0.6"
 6371source = "registry+https://github.com/rust-lang/crates.io-index"
 6372checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 6373dependencies = [
 6374 "libc",
 6375]
 6376
 6377[[package]]
 6378name = "markdown"
 6379version = "0.1.0"
 6380dependencies = [
 6381 "anyhow",
 6382 "assets",
 6383 "env_logger",
 6384 "futures 0.3.28",
 6385 "gpui",
 6386 "language",
 6387 "languages",
 6388 "linkify",
 6389 "log",
 6390 "node_runtime",
 6391 "pulldown-cmark",
 6392 "settings",
 6393 "theme",
 6394 "ui",
 6395 "util",
 6396]
 6397
 6398[[package]]
 6399name = "markdown_preview"
 6400version = "0.1.0"
 6401dependencies = [
 6402 "anyhow",
 6403 "async-recursion 1.0.5",
 6404 "collections",
 6405 "editor",
 6406 "gpui",
 6407 "language",
 6408 "linkify",
 6409 "log",
 6410 "pretty_assertions",
 6411 "pulldown-cmark",
 6412 "theme",
 6413 "ui",
 6414 "workspace",
 6415]
 6416
 6417[[package]]
 6418name = "markup5ever"
 6419version = "0.12.1"
 6420source = "registry+https://github.com/rust-lang/crates.io-index"
 6421checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 6422dependencies = [
 6423 "log",
 6424 "phf",
 6425 "phf_codegen",
 6426 "string_cache",
 6427 "string_cache_codegen",
 6428 "tendril",
 6429]
 6430
 6431[[package]]
 6432name = "markup5ever_rcdom"
 6433version = "0.3.0"
 6434source = "registry+https://github.com/rust-lang/crates.io-index"
 6435checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 6436dependencies = [
 6437 "html5ever",
 6438 "markup5ever",
 6439 "tendril",
 6440 "xml5ever",
 6441]
 6442
 6443[[package]]
 6444name = "matchers"
 6445version = "0.1.0"
 6446source = "registry+https://github.com/rust-lang/crates.io-index"
 6447checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 6448dependencies = [
 6449 "regex-automata 0.1.10",
 6450]
 6451
 6452[[package]]
 6453name = "matchit"
 6454version = "0.7.3"
 6455source = "registry+https://github.com/rust-lang/crates.io-index"
 6456checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 6457
 6458[[package]]
 6459name = "maybe-owned"
 6460version = "0.3.4"
 6461source = "registry+https://github.com/rust-lang/crates.io-index"
 6462checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 6463
 6464[[package]]
 6465name = "maybe-rayon"
 6466version = "0.1.1"
 6467source = "registry+https://github.com/rust-lang/crates.io-index"
 6468checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 6469dependencies = [
 6470 "cfg-if",
 6471 "rayon",
 6472]
 6473
 6474[[package]]
 6475name = "md-5"
 6476version = "0.10.5"
 6477source = "registry+https://github.com/rust-lang/crates.io-index"
 6478checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
 6479dependencies = [
 6480 "digest 0.10.7",
 6481]
 6482
 6483[[package]]
 6484name = "media"
 6485version = "0.1.0"
 6486dependencies = [
 6487 "anyhow",
 6488 "bindgen 0.65.1",
 6489 "core-foundation",
 6490 "foreign-types 0.5.0",
 6491 "metal",
 6492 "objc",
 6493]
 6494
 6495[[package]]
 6496name = "memchr"
 6497version = "2.7.2"
 6498source = "registry+https://github.com/rust-lang/crates.io-index"
 6499checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
 6500
 6501[[package]]
 6502name = "memfd"
 6503version = "0.6.4"
 6504source = "registry+https://github.com/rust-lang/crates.io-index"
 6505checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 6506dependencies = [
 6507 "rustix 0.38.32",
 6508]
 6509
 6510[[package]]
 6511name = "memmap2"
 6512version = "0.8.0"
 6513source = "registry+https://github.com/rust-lang/crates.io-index"
 6514checksum = "43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed"
 6515dependencies = [
 6516 "libc",
 6517]
 6518
 6519[[package]]
 6520name = "memmap2"
 6521version = "0.9.4"
 6522source = "registry+https://github.com/rust-lang/crates.io-index"
 6523checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
 6524dependencies = [
 6525 "libc",
 6526]
 6527
 6528[[package]]
 6529name = "memoffset"
 6530version = "0.9.0"
 6531source = "registry+https://github.com/rust-lang/crates.io-index"
 6532checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
 6533dependencies = [
 6534 "autocfg",
 6535]
 6536
 6537[[package]]
 6538name = "menu"
 6539version = "0.1.0"
 6540dependencies = [
 6541 "gpui",
 6542 "serde",
 6543]
 6544
 6545[[package]]
 6546name = "metal"
 6547version = "0.25.0"
 6548source = "registry+https://github.com/rust-lang/crates.io-index"
 6549checksum = "550b24b0cd4cf923f36bae78eca457b3a10d8a6a14a9c84cb2687b527e6a84af"
 6550dependencies = [
 6551 "bitflags 1.3.2",
 6552 "block",
 6553 "core-graphics-types",
 6554 "foreign-types 0.5.0",
 6555 "log",
 6556 "objc",
 6557 "paste",
 6558]
 6559
 6560[[package]]
 6561name = "mimalloc"
 6562version = "0.1.41"
 6563source = "registry+https://github.com/rust-lang/crates.io-index"
 6564checksum = "9f41a2280ded0da56c8cf898babb86e8f10651a34adcfff190ae9a1159c6908d"
 6565dependencies = [
 6566 "libmimalloc-sys",
 6567]
 6568
 6569[[package]]
 6570name = "mime"
 6571version = "0.3.17"
 6572source = "registry+https://github.com/rust-lang/crates.io-index"
 6573checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 6574
 6575[[package]]
 6576name = "minimal-lexical"
 6577version = "0.2.1"
 6578source = "registry+https://github.com/rust-lang/crates.io-index"
 6579checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 6580
 6581[[package]]
 6582name = "miniz_oxide"
 6583version = "0.7.1"
 6584source = "registry+https://github.com/rust-lang/crates.io-index"
 6585checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
 6586dependencies = [
 6587 "adler",
 6588 "simd-adler32",
 6589]
 6590
 6591[[package]]
 6592name = "mint"
 6593version = "0.5.9"
 6594source = "registry+https://github.com/rust-lang/crates.io-index"
 6595checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 6596
 6597[[package]]
 6598name = "mio"
 6599version = "0.8.11"
 6600source = "registry+https://github.com/rust-lang/crates.io-index"
 6601checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
 6602dependencies = [
 6603 "libc",
 6604 "log",
 6605 "wasi 0.11.0+wasi-snapshot-preview1",
 6606 "windows-sys 0.48.0",
 6607]
 6608
 6609[[package]]
 6610name = "miow"
 6611version = "0.6.0"
 6612source = "registry+https://github.com/rust-lang/crates.io-index"
 6613checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 6614dependencies = [
 6615 "windows-sys 0.48.0",
 6616]
 6617
 6618[[package]]
 6619name = "multi_buffer"
 6620version = "0.1.0"
 6621dependencies = [
 6622 "anyhow",
 6623 "clock",
 6624 "collections",
 6625 "ctor",
 6626 "env_logger",
 6627 "futures 0.3.28",
 6628 "git",
 6629 "gpui",
 6630 "itertools 0.11.0",
 6631 "language",
 6632 "log",
 6633 "parking_lot",
 6634 "rand 0.8.5",
 6635 "serde",
 6636 "settings",
 6637 "smallvec",
 6638 "sum_tree",
 6639 "text",
 6640 "theme",
 6641 "util",
 6642]
 6643
 6644[[package]]
 6645name = "multimap"
 6646version = "0.8.3"
 6647source = "registry+https://github.com/rust-lang/crates.io-index"
 6648checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 6649
 6650[[package]]
 6651name = "naga"
 6652version = "0.14.2"
 6653source = "registry+https://github.com/rust-lang/crates.io-index"
 6654checksum = "ae585df4b6514cf8842ac0f1ab4992edc975892704835b549cf818dc0191249e"
 6655dependencies = [
 6656 "bit-set",
 6657 "bitflags 2.4.2",
 6658 "codespan-reporting",
 6659 "hexf-parse",
 6660 "indexmap 2.2.6",
 6661 "log",
 6662 "num-traits",
 6663 "rustc-hash",
 6664 "spirv",
 6665 "termcolor",
 6666 "thiserror",
 6667 "unicode-xid",
 6668]
 6669
 6670[[package]]
 6671name = "nanoid"
 6672version = "0.4.0"
 6673source = "registry+https://github.com/rust-lang/crates.io-index"
 6674checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 6675dependencies = [
 6676 "rand 0.8.5",
 6677]
 6678
 6679[[package]]
 6680name = "nanorand"
 6681version = "0.7.0"
 6682source = "registry+https://github.com/rust-lang/crates.io-index"
 6683checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 6684dependencies = [
 6685 "getrandom 0.2.10",
 6686]
 6687
 6688[[package]]
 6689name = "native-tls"
 6690version = "0.2.11"
 6691source = "registry+https://github.com/rust-lang/crates.io-index"
 6692checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
 6693dependencies = [
 6694 "lazy_static",
 6695 "libc",
 6696 "log",
 6697 "openssl",
 6698 "openssl-probe",
 6699 "openssl-sys",
 6700 "schannel",
 6701 "security-framework",
 6702 "security-framework-sys",
 6703 "tempfile",
 6704]
 6705
 6706[[package]]
 6707name = "ndk"
 6708version = "0.7.0"
 6709source = "registry+https://github.com/rust-lang/crates.io-index"
 6710checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
 6711dependencies = [
 6712 "bitflags 1.3.2",
 6713 "jni-sys",
 6714 "ndk-sys",
 6715 "num_enum",
 6716 "raw-window-handle 0.5.2",
 6717 "thiserror",
 6718]
 6719
 6720[[package]]
 6721name = "ndk-context"
 6722version = "0.1.1"
 6723source = "registry+https://github.com/rust-lang/crates.io-index"
 6724checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 6725
 6726[[package]]
 6727name = "ndk-sys"
 6728version = "0.4.1+23.1.7779620"
 6729source = "registry+https://github.com/rust-lang/crates.io-index"
 6730checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
 6731dependencies = [
 6732 "jni-sys",
 6733]
 6734
 6735[[package]]
 6736name = "new_debug_unreachable"
 6737version = "1.0.4"
 6738source = "registry+https://github.com/rust-lang/crates.io-index"
 6739checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
 6740
 6741[[package]]
 6742name = "nix"
 6743version = "0.24.3"
 6744source = "registry+https://github.com/rust-lang/crates.io-index"
 6745checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
 6746dependencies = [
 6747 "bitflags 1.3.2",
 6748 "cfg-if",
 6749 "libc",
 6750]
 6751
 6752[[package]]
 6753name = "nix"
 6754version = "0.27.1"
 6755source = "registry+https://github.com/rust-lang/crates.io-index"
 6756checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
 6757dependencies = [
 6758 "bitflags 2.4.2",
 6759 "cfg-if",
 6760 "libc",
 6761 "memoffset",
 6762]
 6763
 6764[[package]]
 6765name = "nix"
 6766version = "0.28.0"
 6767source = "registry+https://github.com/rust-lang/crates.io-index"
 6768checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
 6769dependencies = [
 6770 "bitflags 2.4.2",
 6771 "cfg-if",
 6772 "cfg_aliases",
 6773 "libc",
 6774]
 6775
 6776[[package]]
 6777name = "node_runtime"
 6778version = "0.1.0"
 6779dependencies = [
 6780 "anyhow",
 6781 "async-compression",
 6782 "async-std",
 6783 "async-tar",
 6784 "async-trait",
 6785 "async_zip",
 6786 "futures 0.3.28",
 6787 "http 0.1.0",
 6788 "log",
 6789 "paths",
 6790 "semver",
 6791 "serde",
 6792 "serde_json",
 6793 "smol",
 6794 "tempfile",
 6795 "util",
 6796 "walkdir",
 6797 "windows 0.57.0",
 6798]
 6799
 6800[[package]]
 6801name = "nom"
 6802version = "7.1.3"
 6803source = "registry+https://github.com/rust-lang/crates.io-index"
 6804checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 6805dependencies = [
 6806 "memchr",
 6807 "minimal-lexical",
 6808]
 6809
 6810[[package]]
 6811name = "noop_proc_macro"
 6812version = "0.3.0"
 6813source = "registry+https://github.com/rust-lang/crates.io-index"
 6814checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 6815
 6816[[package]]
 6817name = "notifications"
 6818version = "0.1.0"
 6819dependencies = [
 6820 "anyhow",
 6821 "channel",
 6822 "client",
 6823 "collections",
 6824 "db",
 6825 "gpui",
 6826 "rpc",
 6827 "settings",
 6828 "sum_tree",
 6829 "time",
 6830 "util",
 6831]
 6832
 6833[[package]]
 6834name = "notify"
 6835version = "6.1.1"
 6836source = "registry+https://github.com/rust-lang/crates.io-index"
 6837checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
 6838dependencies = [
 6839 "bitflags 2.4.2",
 6840 "crossbeam-channel",
 6841 "filetime",
 6842 "fsevent-sys 4.1.0",
 6843 "inotify",
 6844 "kqueue",
 6845 "libc",
 6846 "log",
 6847 "mio",
 6848 "walkdir",
 6849 "windows-sys 0.48.0",
 6850]
 6851
 6852[[package]]
 6853name = "ntapi"
 6854version = "0.4.1"
 6855source = "registry+https://github.com/rust-lang/crates.io-index"
 6856checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 6857dependencies = [
 6858 "winapi",
 6859]
 6860
 6861[[package]]
 6862name = "nu-ansi-term"
 6863version = "0.46.0"
 6864source = "registry+https://github.com/rust-lang/crates.io-index"
 6865checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 6866dependencies = [
 6867 "overload",
 6868 "winapi",
 6869]
 6870
 6871[[package]]
 6872name = "num"
 6873version = "0.4.1"
 6874source = "registry+https://github.com/rust-lang/crates.io-index"
 6875checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af"
 6876dependencies = [
 6877 "num-bigint",
 6878 "num-complex",
 6879 "num-integer",
 6880 "num-iter",
 6881 "num-rational",
 6882 "num-traits",
 6883]
 6884
 6885[[package]]
 6886name = "num-bigint"
 6887version = "0.4.4"
 6888source = "registry+https://github.com/rust-lang/crates.io-index"
 6889checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
 6890dependencies = [
 6891 "autocfg",
 6892 "num-integer",
 6893 "num-traits",
 6894]
 6895
 6896[[package]]
 6897name = "num-bigint-dig"
 6898version = "0.7.1"
 6899source = "registry+https://github.com/rust-lang/crates.io-index"
 6900checksum = "f9bc3e36fd683e004fd59c64a425e0e991616f5a8b617c3b9a933a93c168facc"
 6901dependencies = [
 6902 "byteorder",
 6903 "lazy_static",
 6904 "libm",
 6905 "num-integer",
 6906 "num-iter",
 6907 "num-traits",
 6908 "rand 0.8.5",
 6909 "smallvec",
 6910 "zeroize",
 6911]
 6912
 6913[[package]]
 6914name = "num-bigint-dig"
 6915version = "0.8.4"
 6916source = "registry+https://github.com/rust-lang/crates.io-index"
 6917checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 6918dependencies = [
 6919 "byteorder",
 6920 "lazy_static",
 6921 "libm",
 6922 "num-integer",
 6923 "num-iter",
 6924 "num-traits",
 6925 "rand 0.8.5",
 6926 "serde",
 6927 "smallvec",
 6928 "zeroize",
 6929]
 6930
 6931[[package]]
 6932name = "num-complex"
 6933version = "0.4.4"
 6934source = "registry+https://github.com/rust-lang/crates.io-index"
 6935checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"
 6936dependencies = [
 6937 "num-traits",
 6938]
 6939
 6940[[package]]
 6941name = "num-conv"
 6942version = "0.1.0"
 6943source = "registry+https://github.com/rust-lang/crates.io-index"
 6944checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 6945
 6946[[package]]
 6947name = "num-derive"
 6948version = "0.3.3"
 6949source = "registry+https://github.com/rust-lang/crates.io-index"
 6950checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
 6951dependencies = [
 6952 "proc-macro2",
 6953 "quote",
 6954 "syn 1.0.109",
 6955]
 6956
 6957[[package]]
 6958name = "num-derive"
 6959version = "0.4.2"
 6960source = "registry+https://github.com/rust-lang/crates.io-index"
 6961checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 6962dependencies = [
 6963 "proc-macro2",
 6964 "quote",
 6965 "syn 2.0.59",
 6966]
 6967
 6968[[package]]
 6969name = "num-format"
 6970version = "0.4.4"
 6971source = "registry+https://github.com/rust-lang/crates.io-index"
 6972checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 6973dependencies = [
 6974 "arrayvec",
 6975 "itoa",
 6976]
 6977
 6978[[package]]
 6979name = "num-integer"
 6980version = "0.1.45"
 6981source = "registry+https://github.com/rust-lang/crates.io-index"
 6982checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
 6983dependencies = [
 6984 "autocfg",
 6985 "num-traits",
 6986]
 6987
 6988[[package]]
 6989name = "num-iter"
 6990version = "0.1.43"
 6991source = "registry+https://github.com/rust-lang/crates.io-index"
 6992checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
 6993dependencies = [
 6994 "autocfg",
 6995 "num-integer",
 6996 "num-traits",
 6997]
 6998
 6999[[package]]
 7000name = "num-rational"
 7001version = "0.4.1"
 7002source = "registry+https://github.com/rust-lang/crates.io-index"
 7003checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
 7004dependencies = [
 7005 "autocfg",
 7006 "num-bigint",
 7007 "num-integer",
 7008 "num-traits",
 7009]
 7010
 7011[[package]]
 7012name = "num-traits"
 7013version = "0.2.16"
 7014source = "registry+https://github.com/rust-lang/crates.io-index"
 7015checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
 7016dependencies = [
 7017 "autocfg",
 7018 "libm",
 7019]
 7020
 7021[[package]]
 7022name = "num_cpus"
 7023version = "1.16.0"
 7024source = "registry+https://github.com/rust-lang/crates.io-index"
 7025checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 7026dependencies = [
 7027 "hermit-abi 0.3.3",
 7028 "libc",
 7029]
 7030
 7031[[package]]
 7032name = "num_enum"
 7033version = "0.5.11"
 7034source = "registry+https://github.com/rust-lang/crates.io-index"
 7035checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
 7036dependencies = [
 7037 "num_enum_derive",
 7038]
 7039
 7040[[package]]
 7041name = "num_enum_derive"
 7042version = "0.5.11"
 7043source = "registry+https://github.com/rust-lang/crates.io-index"
 7044checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
 7045dependencies = [
 7046 "proc-macro-crate 1.3.1",
 7047 "proc-macro2",
 7048 "quote",
 7049 "syn 1.0.109",
 7050]
 7051
 7052[[package]]
 7053name = "nvim-rs"
 7054version = "0.6.0-pre"
 7055source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#0d2b1c884f3c39a76b5b7aac0b429f4624843954"
 7056dependencies = [
 7057 "async-trait",
 7058 "futures 0.3.28",
 7059 "log",
 7060 "parity-tokio-ipc",
 7061 "rmp",
 7062 "rmpv",
 7063 "tokio",
 7064 "tokio-util",
 7065]
 7066
 7067[[package]]
 7068name = "objc"
 7069version = "0.2.7"
 7070source = "registry+https://github.com/rust-lang/crates.io-index"
 7071checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 7072dependencies = [
 7073 "malloc_buf",
 7074 "objc_exception",
 7075]
 7076
 7077[[package]]
 7078name = "objc_exception"
 7079version = "0.1.2"
 7080source = "registry+https://github.com/rust-lang/crates.io-index"
 7081checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
 7082dependencies = [
 7083 "cc",
 7084]
 7085
 7086[[package]]
 7087name = "object"
 7088version = "0.32.1"
 7089source = "registry+https://github.com/rust-lang/crates.io-index"
 7090checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
 7091dependencies = [
 7092 "crc32fast",
 7093 "hashbrown 0.14.5",
 7094 "indexmap 2.2.6",
 7095 "memchr",
 7096]
 7097
 7098[[package]]
 7099name = "oboe"
 7100version = "0.5.0"
 7101source = "registry+https://github.com/rust-lang/crates.io-index"
 7102checksum = "8868cc237ee02e2d9618539a23a8d228b9bb3fc2e7a5b11eed3831de77c395d0"
 7103dependencies = [
 7104 "jni 0.20.0",
 7105 "ndk",
 7106 "ndk-context",
 7107 "num-derive 0.3.3",
 7108 "num-traits",
 7109 "oboe-sys",
 7110]
 7111
 7112[[package]]
 7113name = "oboe-sys"
 7114version = "0.5.0"
 7115source = "registry+https://github.com/rust-lang/crates.io-index"
 7116checksum = "7f44155e7fb718d3cfddcf70690b2b51ac4412f347cd9e4fbe511abe9cd7b5f2"
 7117dependencies = [
 7118 "cc",
 7119]
 7120
 7121[[package]]
 7122name = "ollama"
 7123version = "0.1.0"
 7124dependencies = [
 7125 "anyhow",
 7126 "futures 0.3.28",
 7127 "http 0.1.0",
 7128 "isahc",
 7129 "schemars",
 7130 "serde",
 7131 "serde_json",
 7132]
 7133
 7134[[package]]
 7135name = "once_cell"
 7136version = "1.19.0"
 7137source = "registry+https://github.com/rust-lang/crates.io-index"
 7138checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
 7139
 7140[[package]]
 7141name = "oo7"
 7142version = "0.3.0"
 7143source = "registry+https://github.com/rust-lang/crates.io-index"
 7144checksum = "37558cac1af63a81fd2ff7f3469c02a4da06b163c5671791553b8dac10f07c82"
 7145dependencies = [
 7146 "aes",
 7147 "async-fs 2.1.1",
 7148 "async-io 2.3.1",
 7149 "async-lock 3.3.0",
 7150 "blocking",
 7151 "cbc",
 7152 "cipher 0.4.4",
 7153 "digest 0.10.7",
 7154 "futures-lite 2.2.0",
 7155 "futures-util",
 7156 "hkdf",
 7157 "hmac 0.12.1",
 7158 "num",
 7159 "num-bigint-dig 0.8.4",
 7160 "pbkdf2 0.12.2",
 7161 "rand 0.8.5",
 7162 "serde",
 7163 "sha2 0.10.7",
 7164 "zbus",
 7165 "zeroize",
 7166 "zvariant",
 7167]
 7168
 7169[[package]]
 7170name = "oorandom"
 7171version = "11.1.3"
 7172source = "registry+https://github.com/rust-lang/crates.io-index"
 7173checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
 7174
 7175[[package]]
 7176name = "opaque-debug"
 7177version = "0.3.0"
 7178source = "registry+https://github.com/rust-lang/crates.io-index"
 7179checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
 7180
 7181[[package]]
 7182name = "open"
 7183version = "5.1.2"
 7184source = "registry+https://github.com/rust-lang/crates.io-index"
 7185checksum = "449f0ff855d85ddbf1edd5b646d65249ead3f5e422aaa86b7d2d0b049b103e32"
 7186dependencies = [
 7187 "is-wsl",
 7188 "libc",
 7189 "pathdiff",
 7190]
 7191
 7192[[package]]
 7193name = "open_ai"
 7194version = "0.1.0"
 7195dependencies = [
 7196 "anyhow",
 7197 "futures 0.3.28",
 7198 "http 0.1.0",
 7199 "isahc",
 7200 "schemars",
 7201 "serde",
 7202 "serde_json",
 7203 "strum",
 7204]
 7205
 7206[[package]]
 7207name = "openssl"
 7208version = "0.10.57"
 7209source = "registry+https://github.com/rust-lang/crates.io-index"
 7210checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c"
 7211dependencies = [
 7212 "bitflags 2.4.2",
 7213 "cfg-if",
 7214 "foreign-types 0.3.2",
 7215 "libc",
 7216 "once_cell",
 7217 "openssl-macros",
 7218 "openssl-sys",
 7219]
 7220
 7221[[package]]
 7222name = "openssl-macros"
 7223version = "0.1.1"
 7224source = "registry+https://github.com/rust-lang/crates.io-index"
 7225checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 7226dependencies = [
 7227 "proc-macro2",
 7228 "quote",
 7229 "syn 2.0.59",
 7230]
 7231
 7232[[package]]
 7233name = "openssl-probe"
 7234version = "0.1.5"
 7235source = "registry+https://github.com/rust-lang/crates.io-index"
 7236checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 7237
 7238[[package]]
 7239name = "openssl-src"
 7240version = "300.3.0+3.3.0"
 7241source = "registry+https://github.com/rust-lang/crates.io-index"
 7242checksum = "eba8804a1c5765b18c4b3f907e6897ebabeedebc9830e1a0046c4a4cf44663e1"
 7243dependencies = [
 7244 "cc",
 7245]
 7246
 7247[[package]]
 7248name = "openssl-sys"
 7249version = "0.9.93"
 7250source = "registry+https://github.com/rust-lang/crates.io-index"
 7251checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d"
 7252dependencies = [
 7253 "cc",
 7254 "libc",
 7255 "openssl-src",
 7256 "pkg-config",
 7257 "vcpkg",
 7258]
 7259
 7260[[package]]
 7261name = "option-ext"
 7262version = "0.2.0"
 7263source = "registry+https://github.com/rust-lang/crates.io-index"
 7264checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 7265
 7266[[package]]
 7267name = "ordered-float"
 7268version = "2.10.0"
 7269source = "registry+https://github.com/rust-lang/crates.io-index"
 7270checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
 7271dependencies = [
 7272 "num-traits",
 7273]
 7274
 7275[[package]]
 7276name = "ordered-float"
 7277version = "3.9.1"
 7278source = "registry+https://github.com/rust-lang/crates.io-index"
 7279checksum = "2a54938017eacd63036332b4ae5c8a49fc8c0c1d6d629893057e4f13609edd06"
 7280dependencies = [
 7281 "num-traits",
 7282]
 7283
 7284[[package]]
 7285name = "ordered-stream"
 7286version = "0.2.0"
 7287source = "registry+https://github.com/rust-lang/crates.io-index"
 7288checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 7289dependencies = [
 7290 "futures-core",
 7291 "pin-project-lite",
 7292]
 7293
 7294[[package]]
 7295name = "os_str_bytes"
 7296version = "6.5.1"
 7297source = "registry+https://github.com/rust-lang/crates.io-index"
 7298checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac"
 7299
 7300[[package]]
 7301name = "ouroboros"
 7302version = "0.17.2"
 7303source = "registry+https://github.com/rust-lang/crates.io-index"
 7304checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
 7305dependencies = [
 7306 "aliasable",
 7307 "ouroboros_macro",
 7308 "static_assertions",
 7309]
 7310
 7311[[package]]
 7312name = "ouroboros_macro"
 7313version = "0.17.2"
 7314source = "registry+https://github.com/rust-lang/crates.io-index"
 7315checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
 7316dependencies = [
 7317 "heck 0.4.1",
 7318 "proc-macro-error",
 7319 "proc-macro2",
 7320 "quote",
 7321 "syn 2.0.59",
 7322]
 7323
 7324[[package]]
 7325name = "outline"
 7326version = "0.1.0"
 7327dependencies = [
 7328 "editor",
 7329 "fuzzy",
 7330 "gpui",
 7331 "indoc",
 7332 "language",
 7333 "menu",
 7334 "ordered-float 2.10.0",
 7335 "picker",
 7336 "project",
 7337 "rope",
 7338 "serde_json",
 7339 "smol",
 7340 "theme",
 7341 "tree-sitter-rust",
 7342 "tree-sitter-typescript",
 7343 "ui",
 7344 "util",
 7345 "workspace",
 7346]
 7347
 7348[[package]]
 7349name = "outline_panel"
 7350version = "0.1.0"
 7351dependencies = [
 7352 "anyhow",
 7353 "collections",
 7354 "db",
 7355 "editor",
 7356 "file_icons",
 7357 "gpui",
 7358 "itertools 0.11.0",
 7359 "language",
 7360 "log",
 7361 "menu",
 7362 "project",
 7363 "schemars",
 7364 "serde",
 7365 "serde_json",
 7366 "settings",
 7367 "util",
 7368 "workspace",
 7369 "worktree",
 7370]
 7371
 7372[[package]]
 7373name = "outref"
 7374version = "0.5.1"
 7375source = "registry+https://github.com/rust-lang/crates.io-index"
 7376checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 7377
 7378[[package]]
 7379name = "overload"
 7380version = "0.1.1"
 7381source = "registry+https://github.com/rust-lang/crates.io-index"
 7382checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 7383
 7384[[package]]
 7385name = "p256"
 7386version = "0.11.1"
 7387source = "registry+https://github.com/rust-lang/crates.io-index"
 7388checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 7389dependencies = [
 7390 "ecdsa",
 7391 "elliptic-curve",
 7392 "sha2 0.10.7",
 7393]
 7394
 7395[[package]]
 7396name = "page_size"
 7397version = "0.6.0"
 7398source = "registry+https://github.com/rust-lang/crates.io-index"
 7399checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 7400dependencies = [
 7401 "libc",
 7402 "winapi",
 7403]
 7404
 7405[[package]]
 7406name = "palette"
 7407version = "0.7.5"
 7408source = "registry+https://github.com/rust-lang/crates.io-index"
 7409checksum = "ebfc23a4b76642983d57e4ad00bb4504eb30a8ce3c70f4aee1f725610e36d97a"
 7410dependencies = [
 7411 "approx",
 7412 "fast-srgb8",
 7413 "palette_derive",
 7414]
 7415
 7416[[package]]
 7417name = "palette_derive"
 7418version = "0.7.5"
 7419source = "registry+https://github.com/rust-lang/crates.io-index"
 7420checksum = "e8890702dbec0bad9116041ae586f84805b13eecd1d8b1df27c29998a9969d6d"
 7421dependencies = [
 7422 "proc-macro2",
 7423 "quote",
 7424 "syn 2.0.59",
 7425]
 7426
 7427[[package]]
 7428name = "parity-tokio-ipc"
 7429version = "0.9.0"
 7430source = "registry+https://github.com/rust-lang/crates.io-index"
 7431checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 7432dependencies = [
 7433 "futures 0.3.28",
 7434 "libc",
 7435 "log",
 7436 "rand 0.7.3",
 7437 "tokio",
 7438 "winapi",
 7439]
 7440
 7441[[package]]
 7442name = "parking"
 7443version = "2.2.0"
 7444source = "registry+https://github.com/rust-lang/crates.io-index"
 7445checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
 7446
 7447[[package]]
 7448name = "parking_lot"
 7449version = "0.12.1"
 7450source = "registry+https://github.com/rust-lang/crates.io-index"
 7451checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
 7452dependencies = [
 7453 "lock_api",
 7454 "parking_lot_core",
 7455]
 7456
 7457[[package]]
 7458name = "parking_lot_core"
 7459version = "0.9.8"
 7460source = "registry+https://github.com/rust-lang/crates.io-index"
 7461checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
 7462dependencies = [
 7463 "cfg-if",
 7464 "libc",
 7465 "redox_syscall 0.3.5",
 7466 "smallvec",
 7467 "windows-targets 0.48.5",
 7468]
 7469
 7470[[package]]
 7471name = "password-hash"
 7472version = "0.2.1"
 7473source = "registry+https://github.com/rust-lang/crates.io-index"
 7474checksum = "c1a5d4e9c205d2c1ae73b84aab6240e98218c0e72e63b50422cfb2d1ca952282"
 7475dependencies = [
 7476 "base64ct",
 7477 "rand_core 0.6.4",
 7478 "subtle",
 7479]
 7480
 7481[[package]]
 7482name = "paste"
 7483version = "1.0.14"
 7484source = "registry+https://github.com/rust-lang/crates.io-index"
 7485checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
 7486
 7487[[package]]
 7488name = "pathdiff"
 7489version = "0.2.1"
 7490source = "registry+https://github.com/rust-lang/crates.io-index"
 7491checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
 7492
 7493[[package]]
 7494name = "pathfinder_geometry"
 7495version = "0.5.1"
 7496source = "registry+https://github.com/rust-lang/crates.io-index"
 7497checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 7498dependencies = [
 7499 "log",
 7500 "pathfinder_simd",
 7501]
 7502
 7503[[package]]
 7504name = "pathfinder_simd"
 7505version = "0.5.3"
 7506source = "git+https://github.com/servo/pathfinder.git?rev=4968e819c0d9b015437ffc694511e175801a17c7#4968e819c0d9b015437ffc694511e175801a17c7"
 7507dependencies = [
 7508 "rustc_version",
 7509]
 7510
 7511[[package]]
 7512name = "paths"
 7513version = "0.1.0"
 7514dependencies = [
 7515 "dirs 4.0.0",
 7516 "util",
 7517]
 7518
 7519[[package]]
 7520name = "pbkdf2"
 7521version = "0.8.0"
 7522source = "registry+https://github.com/rust-lang/crates.io-index"
 7523checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
 7524dependencies = [
 7525 "crypto-mac",
 7526]
 7527
 7528[[package]]
 7529name = "pbkdf2"
 7530version = "0.12.2"
 7531source = "registry+https://github.com/rust-lang/crates.io-index"
 7532checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 7533dependencies = [
 7534 "digest 0.10.7",
 7535 "hmac 0.12.1",
 7536]
 7537
 7538[[package]]
 7539name = "peeking_take_while"
 7540version = "0.1.2"
 7541source = "registry+https://github.com/rust-lang/crates.io-index"
 7542checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
 7543
 7544[[package]]
 7545name = "pem"
 7546version = "0.8.3"
 7547source = "registry+https://github.com/rust-lang/crates.io-index"
 7548checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
 7549dependencies = [
 7550 "base64 0.13.1",
 7551 "once_cell",
 7552 "regex",
 7553]
 7554
 7555[[package]]
 7556name = "pem-rfc7468"
 7557version = "0.7.0"
 7558source = "registry+https://github.com/rust-lang/crates.io-index"
 7559checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 7560dependencies = [
 7561 "base64ct",
 7562]
 7563
 7564[[package]]
 7565name = "percent-encoding"
 7566version = "2.3.1"
 7567source = "registry+https://github.com/rust-lang/crates.io-index"
 7568checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 7569
 7570[[package]]
 7571name = "petgraph"
 7572version = "0.6.4"
 7573source = "registry+https://github.com/rust-lang/crates.io-index"
 7574checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
 7575dependencies = [
 7576 "fixedbitset",
 7577 "indexmap 2.2.6",
 7578]
 7579
 7580[[package]]
 7581name = "phf"
 7582version = "0.11.2"
 7583source = "registry+https://github.com/rust-lang/crates.io-index"
 7584checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
 7585dependencies = [
 7586 "phf_macros",
 7587 "phf_shared 0.11.2",
 7588]
 7589
 7590[[package]]
 7591name = "phf_codegen"
 7592version = "0.11.2"
 7593source = "registry+https://github.com/rust-lang/crates.io-index"
 7594checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
 7595dependencies = [
 7596 "phf_generator 0.11.2",
 7597 "phf_shared 0.11.2",
 7598]
 7599
 7600[[package]]
 7601name = "phf_generator"
 7602version = "0.10.0"
 7603source = "registry+https://github.com/rust-lang/crates.io-index"
 7604checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
 7605dependencies = [
 7606 "phf_shared 0.10.0",
 7607 "rand 0.8.5",
 7608]
 7609
 7610[[package]]
 7611name = "phf_generator"
 7612version = "0.11.2"
 7613source = "registry+https://github.com/rust-lang/crates.io-index"
 7614checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
 7615dependencies = [
 7616 "phf_shared 0.11.2",
 7617 "rand 0.8.5",
 7618]
 7619
 7620[[package]]
 7621name = "phf_macros"
 7622version = "0.11.2"
 7623source = "registry+https://github.com/rust-lang/crates.io-index"
 7624checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
 7625dependencies = [
 7626 "phf_generator 0.11.2",
 7627 "phf_shared 0.11.2",
 7628 "proc-macro2",
 7629 "quote",
 7630 "syn 2.0.59",
 7631]
 7632
 7633[[package]]
 7634name = "phf_shared"
 7635version = "0.10.0"
 7636source = "registry+https://github.com/rust-lang/crates.io-index"
 7637checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
 7638dependencies = [
 7639 "siphasher 0.3.11",
 7640]
 7641
 7642[[package]]
 7643name = "phf_shared"
 7644version = "0.11.2"
 7645source = "registry+https://github.com/rust-lang/crates.io-index"
 7646checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
 7647dependencies = [
 7648 "siphasher 0.3.11",
 7649]
 7650
 7651[[package]]
 7652name = "picker"
 7653version = "0.1.0"
 7654dependencies = [
 7655 "anyhow",
 7656 "ctor",
 7657 "editor",
 7658 "env_logger",
 7659 "gpui",
 7660 "menu",
 7661 "serde",
 7662 "serde_json",
 7663 "ui",
 7664 "workspace",
 7665]
 7666
 7667[[package]]
 7668name = "pico-args"
 7669version = "0.5.0"
 7670source = "registry+https://github.com/rust-lang/crates.io-index"
 7671checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
 7672
 7673[[package]]
 7674name = "pin-project"
 7675version = "1.1.3"
 7676source = "registry+https://github.com/rust-lang/crates.io-index"
 7677checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
 7678dependencies = [
 7679 "pin-project-internal",
 7680]
 7681
 7682[[package]]
 7683name = "pin-project-internal"
 7684version = "1.1.3"
 7685source = "registry+https://github.com/rust-lang/crates.io-index"
 7686checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
 7687dependencies = [
 7688 "proc-macro2",
 7689 "quote",
 7690 "syn 2.0.59",
 7691]
 7692
 7693[[package]]
 7694name = "pin-project-lite"
 7695version = "0.2.13"
 7696source = "registry+https://github.com/rust-lang/crates.io-index"
 7697checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
 7698
 7699[[package]]
 7700name = "pin-utils"
 7701version = "0.1.0"
 7702source = "registry+https://github.com/rust-lang/crates.io-index"
 7703checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
 7704
 7705[[package]]
 7706name = "piper"
 7707version = "0.2.1"
 7708source = "registry+https://github.com/rust-lang/crates.io-index"
 7709checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
 7710dependencies = [
 7711 "atomic-waker",
 7712 "fastrand 2.0.0",
 7713 "futures-io",
 7714]
 7715
 7716[[package]]
 7717name = "pkcs1"
 7718version = "0.7.5"
 7719source = "registry+https://github.com/rust-lang/crates.io-index"
 7720checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
 7721dependencies = [
 7722 "der 0.7.8",
 7723 "pkcs8 0.10.2",
 7724 "spki 0.7.2",
 7725]
 7726
 7727[[package]]
 7728name = "pkcs8"
 7729version = "0.9.0"
 7730source = "registry+https://github.com/rust-lang/crates.io-index"
 7731checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
 7732dependencies = [
 7733 "der 0.6.1",
 7734 "spki 0.6.0",
 7735]
 7736
 7737[[package]]
 7738name = "pkcs8"
 7739version = "0.10.2"
 7740source = "registry+https://github.com/rust-lang/crates.io-index"
 7741checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
 7742dependencies = [
 7743 "der 0.7.8",
 7744 "spki 0.7.2",
 7745]
 7746
 7747[[package]]
 7748name = "pkg-config"
 7749version = "0.3.27"
 7750source = "registry+https://github.com/rust-lang/crates.io-index"
 7751checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
 7752
 7753[[package]]
 7754name = "plist"
 7755version = "1.5.1"
 7756source = "registry+https://github.com/rust-lang/crates.io-index"
 7757checksum = "9a4a0cfc5fb21a09dc6af4bf834cf10d4a32fccd9e2ea468c4b1751a097487aa"
 7758dependencies = [
 7759 "base64 0.21.7",
 7760 "indexmap 1.9.3",
 7761 "line-wrap",
 7762 "quick-xml 0.30.0",
 7763 "serde",
 7764 "time",
 7765]
 7766
 7767[[package]]
 7768name = "plotters"
 7769version = "0.3.5"
 7770source = "registry+https://github.com/rust-lang/crates.io-index"
 7771checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
 7772dependencies = [
 7773 "num-traits",
 7774 "plotters-backend",
 7775 "plotters-svg",
 7776 "wasm-bindgen",
 7777 "web-sys",
 7778]
 7779
 7780[[package]]
 7781name = "plotters-backend"
 7782version = "0.3.5"
 7783source = "registry+https://github.com/rust-lang/crates.io-index"
 7784checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
 7785
 7786[[package]]
 7787name = "plotters-svg"
 7788version = "0.3.5"
 7789source = "registry+https://github.com/rust-lang/crates.io-index"
 7790checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
 7791dependencies = [
 7792 "plotters-backend",
 7793]
 7794
 7795[[package]]
 7796name = "png"
 7797version = "0.17.13"
 7798source = "registry+https://github.com/rust-lang/crates.io-index"
 7799checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
 7800dependencies = [
 7801 "bitflags 1.3.2",
 7802 "crc32fast",
 7803 "fdeflate",
 7804 "flate2",
 7805 "miniz_oxide",
 7806]
 7807
 7808[[package]]
 7809name = "polling"
 7810version = "2.8.0"
 7811source = "registry+https://github.com/rust-lang/crates.io-index"
 7812checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
 7813dependencies = [
 7814 "autocfg",
 7815 "bitflags 1.3.2",
 7816 "cfg-if",
 7817 "concurrent-queue",
 7818 "libc",
 7819 "log",
 7820 "pin-project-lite",
 7821 "windows-sys 0.48.0",
 7822]
 7823
 7824[[package]]
 7825name = "polling"
 7826version = "3.3.2"
 7827source = "registry+https://github.com/rust-lang/crates.io-index"
 7828checksum = "545c980a3880efd47b2e262f6a4bb6daad6555cf3367aa9c4e52895f69537a41"
 7829dependencies = [
 7830 "cfg-if",
 7831 "concurrent-queue",
 7832 "pin-project-lite",
 7833 "rustix 0.38.32",
 7834 "tracing",
 7835 "windows-sys 0.52.0",
 7836]
 7837
 7838[[package]]
 7839name = "pollster"
 7840version = "0.2.5"
 7841source = "registry+https://github.com/rust-lang/crates.io-index"
 7842checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
 7843
 7844[[package]]
 7845name = "postage"
 7846version = "0.5.0"
 7847source = "registry+https://github.com/rust-lang/crates.io-index"
 7848checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
 7849dependencies = [
 7850 "atomic",
 7851 "crossbeam-queue",
 7852 "futures 0.3.28",
 7853 "log",
 7854 "parking_lot",
 7855 "pin-project",
 7856 "pollster",
 7857 "static_assertions",
 7858 "thiserror",
 7859]
 7860
 7861[[package]]
 7862name = "powerfmt"
 7863version = "0.2.0"
 7864source = "registry+https://github.com/rust-lang/crates.io-index"
 7865checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
 7866
 7867[[package]]
 7868name = "ppv-lite86"
 7869version = "0.2.17"
 7870source = "registry+https://github.com/rust-lang/crates.io-index"
 7871checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
 7872
 7873[[package]]
 7874name = "precomputed-hash"
 7875version = "0.1.1"
 7876source = "registry+https://github.com/rust-lang/crates.io-index"
 7877checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
 7878
 7879[[package]]
 7880name = "prettier"
 7881version = "0.1.0"
 7882dependencies = [
 7883 "anyhow",
 7884 "collections",
 7885 "fs",
 7886 "gpui",
 7887 "language",
 7888 "log",
 7889 "lsp",
 7890 "node_runtime",
 7891 "parking_lot",
 7892 "paths",
 7893 "serde",
 7894 "serde_json",
 7895 "util",
 7896]
 7897
 7898[[package]]
 7899name = "pretty_assertions"
 7900version = "1.4.0"
 7901source = "registry+https://github.com/rust-lang/crates.io-index"
 7902checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
 7903dependencies = [
 7904 "diff",
 7905 "yansi",
 7906]
 7907
 7908[[package]]
 7909name = "prettyplease"
 7910version = "0.2.15"
 7911source = "registry+https://github.com/rust-lang/crates.io-index"
 7912checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
 7913dependencies = [
 7914 "proc-macro2",
 7915 "syn 2.0.59",
 7916]
 7917
 7918[[package]]
 7919name = "proc-macro-crate"
 7920version = "0.1.5"
 7921source = "registry+https://github.com/rust-lang/crates.io-index"
 7922checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
 7923dependencies = [
 7924 "toml 0.5.11",
 7925]
 7926
 7927[[package]]
 7928name = "proc-macro-crate"
 7929version = "1.3.1"
 7930source = "registry+https://github.com/rust-lang/crates.io-index"
 7931checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
 7932dependencies = [
 7933 "once_cell",
 7934 "toml_edit 0.19.15",
 7935]
 7936
 7937[[package]]
 7938name = "proc-macro-crate"
 7939version = "3.1.0"
 7940source = "registry+https://github.com/rust-lang/crates.io-index"
 7941checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
 7942dependencies = [
 7943 "toml_edit 0.21.1",
 7944]
 7945
 7946[[package]]
 7947name = "proc-macro-error"
 7948version = "1.0.4"
 7949source = "registry+https://github.com/rust-lang/crates.io-index"
 7950checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
 7951dependencies = [
 7952 "proc-macro-error-attr",
 7953 "proc-macro2",
 7954 "quote",
 7955 "syn 1.0.109",
 7956 "version_check",
 7957]
 7958
 7959[[package]]
 7960name = "proc-macro-error-attr"
 7961version = "1.0.4"
 7962source = "registry+https://github.com/rust-lang/crates.io-index"
 7963checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
 7964dependencies = [
 7965 "proc-macro2",
 7966 "quote",
 7967 "version_check",
 7968]
 7969
 7970[[package]]
 7971name = "proc-macro2"
 7972version = "1.0.81"
 7973source = "registry+https://github.com/rust-lang/crates.io-index"
 7974checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
 7975dependencies = [
 7976 "unicode-ident",
 7977]
 7978
 7979[[package]]
 7980name = "profiling"
 7981version = "1.0.15"
 7982source = "registry+https://github.com/rust-lang/crates.io-index"
 7983checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
 7984dependencies = [
 7985 "profiling-procmacros",
 7986]
 7987
 7988[[package]]
 7989name = "profiling-procmacros"
 7990version = "1.0.15"
 7991source = "registry+https://github.com/rust-lang/crates.io-index"
 7992checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
 7993dependencies = [
 7994 "quote",
 7995 "syn 2.0.59",
 7996]
 7997
 7998[[package]]
 7999name = "project"
 8000version = "0.1.0"
 8001dependencies = [
 8002 "aho-corasick",
 8003 "anyhow",
 8004 "async-trait",
 8005 "client",
 8006 "clock",
 8007 "collections",
 8008 "dev_server_projects",
 8009 "env_logger",
 8010 "fs",
 8011 "futures 0.3.28",
 8012 "fuzzy",
 8013 "git",
 8014 "git2",
 8015 "globset",
 8016 "gpui",
 8017 "http 0.1.0",
 8018 "itertools 0.11.0",
 8019 "language",
 8020 "log",
 8021 "lsp",
 8022 "node_runtime",
 8023 "parking_lot",
 8024 "pathdiff",
 8025 "paths",
 8026 "postage",
 8027 "prettier",
 8028 "pretty_assertions",
 8029 "rand 0.8.5",
 8030 "regex",
 8031 "release_channel",
 8032 "rpc",
 8033 "schemars",
 8034 "serde",
 8035 "serde_json",
 8036 "settings",
 8037 "sha2 0.10.7",
 8038 "shlex",
 8039 "similar",
 8040 "smol",
 8041 "snippet",
 8042 "task",
 8043 "tempfile",
 8044 "terminal",
 8045 "text",
 8046 "unicase",
 8047 "unindent",
 8048 "util",
 8049 "which 6.0.0",
 8050 "worktree",
 8051]
 8052
 8053[[package]]
 8054name = "project_panel"
 8055version = "0.1.0"
 8056dependencies = [
 8057 "anyhow",
 8058 "client",
 8059 "collections",
 8060 "db",
 8061 "editor",
 8062 "file_icons",
 8063 "git",
 8064 "gpui",
 8065 "language",
 8066 "menu",
 8067 "pretty_assertions",
 8068 "project",
 8069 "schemars",
 8070 "search",
 8071 "serde",
 8072 "serde_derive",
 8073 "serde_json",
 8074 "settings",
 8075 "theme",
 8076 "ui",
 8077 "util",
 8078 "workspace",
 8079 "worktree",
 8080]
 8081
 8082[[package]]
 8083name = "project_symbols"
 8084version = "0.1.0"
 8085dependencies = [
 8086 "anyhow",
 8087 "editor",
 8088 "futures 0.3.28",
 8089 "fuzzy",
 8090 "gpui",
 8091 "language",
 8092 "lsp",
 8093 "ordered-float 2.10.0",
 8094 "picker",
 8095 "project",
 8096 "release_channel",
 8097 "serde_json",
 8098 "settings",
 8099 "theme",
 8100 "util",
 8101 "workspace",
 8102]
 8103
 8104[[package]]
 8105name = "prometheus"
 8106version = "0.13.3"
 8107source = "registry+https://github.com/rust-lang/crates.io-index"
 8108checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
 8109dependencies = [
 8110 "cfg-if",
 8111 "fnv",
 8112 "lazy_static",
 8113 "memchr",
 8114 "parking_lot",
 8115 "protobuf",
 8116 "thiserror",
 8117]
 8118
 8119[[package]]
 8120name = "prost"
 8121version = "0.9.0"
 8122source = "registry+https://github.com/rust-lang/crates.io-index"
 8123checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
 8124dependencies = [
 8125 "bytes 1.5.0",
 8126 "prost-derive",
 8127]
 8128
 8129[[package]]
 8130name = "prost-build"
 8131version = "0.9.0"
 8132source = "registry+https://github.com/rust-lang/crates.io-index"
 8133checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
 8134dependencies = [
 8135 "bytes 1.5.0",
 8136 "heck 0.3.3",
 8137 "itertools 0.10.5",
 8138 "lazy_static",
 8139 "log",
 8140 "multimap",
 8141 "petgraph",
 8142 "prost",
 8143 "prost-types",
 8144 "regex",
 8145 "tempfile",
 8146 "which 4.4.2",
 8147]
 8148
 8149[[package]]
 8150name = "prost-derive"
 8151version = "0.9.0"
 8152source = "registry+https://github.com/rust-lang/crates.io-index"
 8153checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
 8154dependencies = [
 8155 "anyhow",
 8156 "itertools 0.10.5",
 8157 "proc-macro2",
 8158 "quote",
 8159 "syn 1.0.109",
 8160]
 8161
 8162[[package]]
 8163name = "prost-types"
 8164version = "0.9.0"
 8165source = "registry+https://github.com/rust-lang/crates.io-index"
 8166checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
 8167dependencies = [
 8168 "bytes 1.5.0",
 8169 "prost",
 8170]
 8171
 8172[[package]]
 8173name = "proto"
 8174version = "0.1.0"
 8175dependencies = [
 8176 "anyhow",
 8177 "collections",
 8178 "prost",
 8179 "prost-build",
 8180 "serde",
 8181]
 8182
 8183[[package]]
 8184name = "protobuf"
 8185version = "2.28.0"
 8186source = "registry+https://github.com/rust-lang/crates.io-index"
 8187checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
 8188
 8189[[package]]
 8190name = "psm"
 8191version = "0.1.21"
 8192source = "registry+https://github.com/rust-lang/crates.io-index"
 8193checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
 8194dependencies = [
 8195 "cc",
 8196]
 8197
 8198[[package]]
 8199name = "ptr_meta"
 8200version = "0.1.4"
 8201source = "registry+https://github.com/rust-lang/crates.io-index"
 8202checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
 8203dependencies = [
 8204 "ptr_meta_derive",
 8205]
 8206
 8207[[package]]
 8208name = "ptr_meta_derive"
 8209version = "0.1.4"
 8210source = "registry+https://github.com/rust-lang/crates.io-index"
 8211checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
 8212dependencies = [
 8213 "proc-macro2",
 8214 "quote",
 8215 "syn 1.0.109",
 8216]
 8217
 8218[[package]]
 8219name = "pulldown-cmark"
 8220version = "0.10.0"
 8221source = "registry+https://github.com/rust-lang/crates.io-index"
 8222checksum = "dce76ce678ffc8e5675b22aa1405de0b7037e2fdf8913fea40d1926c6fe1e6e7"
 8223dependencies = [
 8224 "bitflags 2.4.2",
 8225 "memchr",
 8226 "unicase",
 8227]
 8228
 8229[[package]]
 8230name = "qoi"
 8231version = "0.4.1"
 8232source = "registry+https://github.com/rust-lang/crates.io-index"
 8233checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
 8234dependencies = [
 8235 "bytemuck",
 8236]
 8237
 8238[[package]]
 8239name = "quick-error"
 8240version = "2.0.1"
 8241source = "registry+https://github.com/rust-lang/crates.io-index"
 8242checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
 8243
 8244[[package]]
 8245name = "quick-xml"
 8246version = "0.30.0"
 8247source = "registry+https://github.com/rust-lang/crates.io-index"
 8248checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
 8249dependencies = [
 8250 "memchr",
 8251]
 8252
 8253[[package]]
 8254name = "quick-xml"
 8255version = "0.31.0"
 8256source = "registry+https://github.com/rust-lang/crates.io-index"
 8257checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
 8258dependencies = [
 8259 "memchr",
 8260]
 8261
 8262[[package]]
 8263name = "quick_action_bar"
 8264version = "0.1.0"
 8265dependencies = [
 8266 "assistant",
 8267 "editor",
 8268 "gpui",
 8269 "search",
 8270 "settings",
 8271 "ui",
 8272 "workspace",
 8273]
 8274
 8275[[package]]
 8276name = "quote"
 8277version = "1.0.35"
 8278source = "registry+https://github.com/rust-lang/crates.io-index"
 8279checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
 8280dependencies = [
 8281 "proc-macro2",
 8282]
 8283
 8284[[package]]
 8285name = "radium"
 8286version = "0.7.0"
 8287source = "registry+https://github.com/rust-lang/crates.io-index"
 8288checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
 8289
 8290[[package]]
 8291name = "rand"
 8292version = "0.7.3"
 8293source = "registry+https://github.com/rust-lang/crates.io-index"
 8294checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
 8295dependencies = [
 8296 "getrandom 0.1.16",
 8297 "libc",
 8298 "rand_chacha 0.2.2",
 8299 "rand_core 0.5.1",
 8300 "rand_hc",
 8301]
 8302
 8303[[package]]
 8304name = "rand"
 8305version = "0.8.5"
 8306source = "registry+https://github.com/rust-lang/crates.io-index"
 8307checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
 8308dependencies = [
 8309 "libc",
 8310 "rand_chacha 0.3.1",
 8311 "rand_core 0.6.4",
 8312]
 8313
 8314[[package]]
 8315name = "rand_chacha"
 8316version = "0.2.2"
 8317source = "registry+https://github.com/rust-lang/crates.io-index"
 8318checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
 8319dependencies = [
 8320 "ppv-lite86",
 8321 "rand_core 0.5.1",
 8322]
 8323
 8324[[package]]
 8325name = "rand_chacha"
 8326version = "0.3.1"
 8327source = "registry+https://github.com/rust-lang/crates.io-index"
 8328checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
 8329dependencies = [
 8330 "ppv-lite86",
 8331 "rand_core 0.6.4",
 8332]
 8333
 8334[[package]]
 8335name = "rand_core"
 8336version = "0.5.1"
 8337source = "registry+https://github.com/rust-lang/crates.io-index"
 8338checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
 8339dependencies = [
 8340 "getrandom 0.1.16",
 8341]
 8342
 8343[[package]]
 8344name = "rand_core"
 8345version = "0.6.4"
 8346source = "registry+https://github.com/rust-lang/crates.io-index"
 8347checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
 8348dependencies = [
 8349 "getrandom 0.2.10",
 8350]
 8351
 8352[[package]]
 8353name = "rand_hc"
 8354version = "0.2.0"
 8355source = "registry+https://github.com/rust-lang/crates.io-index"
 8356checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
 8357dependencies = [
 8358 "rand_core 0.5.1",
 8359]
 8360
 8361[[package]]
 8362name = "rangemap"
 8363version = "1.4.0"
 8364source = "registry+https://github.com/rust-lang/crates.io-index"
 8365checksum = "977b1e897f9d764566891689e642653e5ed90c6895106acd005eb4c1d0203991"
 8366
 8367[[package]]
 8368name = "rav1e"
 8369version = "0.7.1"
 8370source = "registry+https://github.com/rust-lang/crates.io-index"
 8371checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
 8372dependencies = [
 8373 "arbitrary",
 8374 "arg_enum_proc_macro",
 8375 "arrayvec",
 8376 "av1-grain",
 8377 "bitstream-io",
 8378 "built",
 8379 "cfg-if",
 8380 "interpolate_name",
 8381 "itertools 0.12.1",
 8382 "libc",
 8383 "libfuzzer-sys",
 8384 "log",
 8385 "maybe-rayon",
 8386 "new_debug_unreachable",
 8387 "noop_proc_macro",
 8388 "num-derive 0.4.2",
 8389 "num-traits",
 8390 "once_cell",
 8391 "paste",
 8392 "profiling",
 8393 "rand 0.8.5",
 8394 "rand_chacha 0.3.1",
 8395 "simd_helpers",
 8396 "system-deps",
 8397 "thiserror",
 8398 "v_frame",
 8399 "wasm-bindgen",
 8400]
 8401
 8402[[package]]
 8403name = "ravif"
 8404version = "0.11.5"
 8405source = "registry+https://github.com/rust-lang/crates.io-index"
 8406checksum = "bc13288f5ab39e6d7c9d501759712e6969fcc9734220846fc9ed26cae2cc4234"
 8407dependencies = [
 8408 "avif-serialize",
 8409 "imgref",
 8410 "loop9",
 8411 "quick-error",
 8412 "rav1e",
 8413 "rayon",
 8414 "rgb",
 8415]
 8416
 8417[[package]]
 8418name = "raw-window-handle"
 8419version = "0.5.2"
 8420source = "registry+https://github.com/rust-lang/crates.io-index"
 8421checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
 8422
 8423[[package]]
 8424name = "raw-window-handle"
 8425version = "0.6.0"
 8426source = "registry+https://github.com/rust-lang/crates.io-index"
 8427checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544"
 8428
 8429[[package]]
 8430name = "raw-window-metal"
 8431version = "0.4.0"
 8432source = "registry+https://github.com/rust-lang/crates.io-index"
 8433checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
 8434dependencies = [
 8435 "cocoa",
 8436 "core-graphics",
 8437 "objc",
 8438 "raw-window-handle 0.6.0",
 8439]
 8440
 8441[[package]]
 8442name = "rayon"
 8443version = "1.8.0"
 8444source = "registry+https://github.com/rust-lang/crates.io-index"
 8445checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
 8446dependencies = [
 8447 "either",
 8448 "rayon-core",
 8449]
 8450
 8451[[package]]
 8452name = "rayon-core"
 8453version = "1.12.0"
 8454source = "registry+https://github.com/rust-lang/crates.io-index"
 8455checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
 8456dependencies = [
 8457 "crossbeam-deque",
 8458 "crossbeam-utils",
 8459]
 8460
 8461[[package]]
 8462name = "read-fonts"
 8463version = "0.19.3"
 8464source = "registry+https://github.com/rust-lang/crates.io-index"
 8465checksum = "e8b8af39d1f23869711ad4cea5e7835a20daa987f80232f7f2a2374d648ca64d"
 8466dependencies = [
 8467 "bytemuck",
 8468 "font-types",
 8469]
 8470
 8471[[package]]
 8472name = "recent_projects"
 8473version = "0.1.0"
 8474dependencies = [
 8475 "anyhow",
 8476 "client",
 8477 "dev_server_projects",
 8478 "editor",
 8479 "feature_flags",
 8480 "fuzzy",
 8481 "gpui",
 8482 "language",
 8483 "markdown",
 8484 "menu",
 8485 "ordered-float 2.10.0",
 8486 "picker",
 8487 "project",
 8488 "rpc",
 8489 "serde",
 8490 "serde_json",
 8491 "smol",
 8492 "task",
 8493 "terminal_view",
 8494 "ui",
 8495 "ui_text_field",
 8496 "util",
 8497 "workspace",
 8498]
 8499
 8500[[package]]
 8501name = "redox_syscall"
 8502version = "0.2.16"
 8503source = "registry+https://github.com/rust-lang/crates.io-index"
 8504checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
 8505dependencies = [
 8506 "bitflags 1.3.2",
 8507]
 8508
 8509[[package]]
 8510name = "redox_syscall"
 8511version = "0.3.5"
 8512source = "registry+https://github.com/rust-lang/crates.io-index"
 8513checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
 8514dependencies = [
 8515 "bitflags 1.3.2",
 8516]
 8517
 8518[[package]]
 8519name = "redox_syscall"
 8520version = "0.4.1"
 8521source = "registry+https://github.com/rust-lang/crates.io-index"
 8522checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
 8523dependencies = [
 8524 "bitflags 1.3.2",
 8525]
 8526
 8527[[package]]
 8528name = "redox_users"
 8529version = "0.4.3"
 8530source = "registry+https://github.com/rust-lang/crates.io-index"
 8531checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
 8532dependencies = [
 8533 "getrandom 0.2.10",
 8534 "redox_syscall 0.2.16",
 8535 "thiserror",
 8536]
 8537
 8538[[package]]
 8539name = "refineable"
 8540version = "0.1.0"
 8541dependencies = [
 8542 "derive_refineable",
 8543]
 8544
 8545[[package]]
 8546name = "regalloc2"
 8547version = "0.9.3"
 8548source = "registry+https://github.com/rust-lang/crates.io-index"
 8549checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
 8550dependencies = [
 8551 "hashbrown 0.13.2",
 8552 "log",
 8553 "rustc-hash",
 8554 "slice-group-by",
 8555 "smallvec",
 8556]
 8557
 8558[[package]]
 8559name = "regex"
 8560version = "1.10.3"
 8561source = "registry+https://github.com/rust-lang/crates.io-index"
 8562checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
 8563dependencies = [
 8564 "aho-corasick",
 8565 "memchr",
 8566 "regex-automata 0.4.5",
 8567 "regex-syntax 0.8.2",
 8568]
 8569
 8570[[package]]
 8571name = "regex-automata"
 8572version = "0.1.10"
 8573source = "registry+https://github.com/rust-lang/crates.io-index"
 8574checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
 8575dependencies = [
 8576 "regex-syntax 0.6.29",
 8577]
 8578
 8579[[package]]
 8580name = "regex-automata"
 8581version = "0.3.9"
 8582source = "registry+https://github.com/rust-lang/crates.io-index"
 8583checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
 8584
 8585[[package]]
 8586name = "regex-automata"
 8587version = "0.4.5"
 8588source = "registry+https://github.com/rust-lang/crates.io-index"
 8589checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
 8590dependencies = [
 8591 "aho-corasick",
 8592 "memchr",
 8593 "regex-syntax 0.8.2",
 8594]
 8595
 8596[[package]]
 8597name = "regex-lite"
 8598version = "0.1.5"
 8599source = "registry+https://github.com/rust-lang/crates.io-index"
 8600checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
 8601
 8602[[package]]
 8603name = "regex-syntax"
 8604version = "0.6.29"
 8605source = "registry+https://github.com/rust-lang/crates.io-index"
 8606checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
 8607
 8608[[package]]
 8609name = "regex-syntax"
 8610version = "0.8.2"
 8611source = "registry+https://github.com/rust-lang/crates.io-index"
 8612checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
 8613
 8614[[package]]
 8615name = "release_channel"
 8616version = "0.1.0"
 8617dependencies = [
 8618 "gpui",
 8619 "once_cell",
 8620]
 8621
 8622[[package]]
 8623name = "rend"
 8624version = "0.4.0"
 8625source = "registry+https://github.com/rust-lang/crates.io-index"
 8626checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
 8627dependencies = [
 8628 "bytecheck",
 8629]
 8630
 8631[[package]]
 8632name = "repair_json"
 8633version = "0.1.0"
 8634source = "registry+https://github.com/rust-lang/crates.io-index"
 8635checksum = "5ee191e184125fe72cb59b74160e25584e3908f2aaa84cbda1e161347102aa15"
 8636dependencies = [
 8637 "thiserror",
 8638]
 8639
 8640[[package]]
 8641name = "repl"
 8642version = "0.1.0"
 8643dependencies = [
 8644 "alacritty_terminal 0.23.0",
 8645 "anyhow",
 8646 "async-dispatcher",
 8647 "base64 0.13.1",
 8648 "collections",
 8649 "editor",
 8650 "env_logger",
 8651 "futures 0.3.28",
 8652 "gpui",
 8653 "http 0.1.0",
 8654 "image",
 8655 "language",
 8656 "log",
 8657 "project",
 8658 "runtimelib",
 8659 "schemars",
 8660 "serde",
 8661 "serde_json",
 8662 "settings",
 8663 "smol",
 8664 "terminal_view",
 8665 "theme",
 8666 "ui",
 8667 "util",
 8668 "uuid",
 8669 "workspace",
 8670]
 8671
 8672[[package]]
 8673name = "reqwest"
 8674version = "0.11.20"
 8675source = "registry+https://github.com/rust-lang/crates.io-index"
 8676checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
 8677dependencies = [
 8678 "base64 0.21.7",
 8679 "bytes 1.5.0",
 8680 "encoding_rs",
 8681 "futures-core",
 8682 "futures-util",
 8683 "h2",
 8684 "http 0.2.9",
 8685 "http-body",
 8686 "hyper",
 8687 "hyper-tls",
 8688 "ipnet",
 8689 "js-sys",
 8690 "log",
 8691 "mime",
 8692 "native-tls",
 8693 "once_cell",
 8694 "percent-encoding",
 8695 "pin-project-lite",
 8696 "serde",
 8697 "serde_json",
 8698 "serde_urlencoded",
 8699 "tokio",
 8700 "tokio-native-tls",
 8701 "tower-service",
 8702 "url",
 8703 "wasm-bindgen",
 8704 "wasm-bindgen-futures",
 8705 "web-sys",
 8706 "winreg 0.50.0",
 8707]
 8708
 8709[[package]]
 8710name = "resvg"
 8711version = "0.41.0"
 8712source = "registry+https://github.com/rust-lang/crates.io-index"
 8713checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
 8714dependencies = [
 8715 "log",
 8716 "pico-args",
 8717 "rgb",
 8718 "svgtypes",
 8719 "tiny-skia",
 8720 "usvg",
 8721]
 8722
 8723[[package]]
 8724name = "rfc6979"
 8725version = "0.3.1"
 8726source = "registry+https://github.com/rust-lang/crates.io-index"
 8727checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
 8728dependencies = [
 8729 "crypto-bigint 0.4.9",
 8730 "hmac 0.12.1",
 8731 "zeroize",
 8732]
 8733
 8734[[package]]
 8735name = "rgb"
 8736version = "0.8.36"
 8737source = "registry+https://github.com/rust-lang/crates.io-index"
 8738checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
 8739dependencies = [
 8740 "bytemuck",
 8741]
 8742
 8743[[package]]
 8744name = "rich_text"
 8745version = "0.1.0"
 8746dependencies = [
 8747 "futures 0.3.28",
 8748 "gpui",
 8749 "language",
 8750 "linkify",
 8751 "pulldown-cmark",
 8752 "theme",
 8753 "ui",
 8754 "util",
 8755]
 8756
 8757[[package]]
 8758name = "ring"
 8759version = "0.17.7"
 8760source = "registry+https://github.com/rust-lang/crates.io-index"
 8761checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
 8762dependencies = [
 8763 "cc",
 8764 "getrandom 0.2.10",
 8765 "libc",
 8766 "spin 0.9.8",
 8767 "untrusted",
 8768 "windows-sys 0.48.0",
 8769]
 8770
 8771[[package]]
 8772name = "rkyv"
 8773version = "0.7.42"
 8774source = "registry+https://github.com/rust-lang/crates.io-index"
 8775checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58"
 8776dependencies = [
 8777 "bitvec",
 8778 "bytecheck",
 8779 "hashbrown 0.12.3",
 8780 "ptr_meta",
 8781 "rend",
 8782 "rkyv_derive",
 8783 "seahash",
 8784 "tinyvec",
 8785 "uuid",
 8786]
 8787
 8788[[package]]
 8789name = "rkyv_derive"
 8790version = "0.7.42"
 8791source = "registry+https://github.com/rust-lang/crates.io-index"
 8792checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d"
 8793dependencies = [
 8794 "proc-macro2",
 8795 "quote",
 8796 "syn 1.0.109",
 8797]
 8798
 8799[[package]]
 8800name = "rmp"
 8801version = "0.8.12"
 8802source = "registry+https://github.com/rust-lang/crates.io-index"
 8803checksum = "7f9860a6cc38ed1da53456442089b4dfa35e7cedaa326df63017af88385e6b20"
 8804dependencies = [
 8805 "byteorder",
 8806 "num-traits",
 8807 "paste",
 8808]
 8809
 8810[[package]]
 8811name = "rmpv"
 8812version = "1.0.1"
 8813source = "registry+https://github.com/rust-lang/crates.io-index"
 8814checksum = "2e0e0214a4a2b444ecce41a4025792fc31f77c7bb89c46d253953ea8c65701ec"
 8815dependencies = [
 8816 "num-traits",
 8817 "rmp",
 8818]
 8819
 8820[[package]]
 8821name = "rodio"
 8822version = "0.17.1"
 8823source = "registry+https://github.com/rust-lang/crates.io-index"
 8824checksum = "bdf1d4dea18dff2e9eb6dca123724f8b60ef44ad74a9ad283cdfe025df7e73fa"
 8825dependencies = [
 8826 "cpal",
 8827 "hound",
 8828]
 8829
 8830[[package]]
 8831name = "rope"
 8832version = "0.1.0"
 8833dependencies = [
 8834 "arrayvec",
 8835 "criterion",
 8836 "gpui",
 8837 "log",
 8838 "rand 0.8.5",
 8839 "smallvec",
 8840 "sum_tree",
 8841 "unicode-segmentation",
 8842 "util",
 8843]
 8844
 8845[[package]]
 8846name = "roxmltree"
 8847version = "0.19.0"
 8848source = "registry+https://github.com/rust-lang/crates.io-index"
 8849checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
 8850
 8851[[package]]
 8852name = "rpc"
 8853version = "0.1.0"
 8854dependencies = [
 8855 "anyhow",
 8856 "async-tungstenite",
 8857 "base64 0.13.1",
 8858 "chrono",
 8859 "collections",
 8860 "env_logger",
 8861 "futures 0.3.28",
 8862 "gpui",
 8863 "parking_lot",
 8864 "proto",
 8865 "rand 0.8.5",
 8866 "rsa 0.4.0",
 8867 "serde",
 8868 "serde_json",
 8869 "strum",
 8870 "tracing",
 8871 "util",
 8872 "zstd",
 8873]
 8874
 8875[[package]]
 8876name = "rsa"
 8877version = "0.4.0"
 8878source = "registry+https://github.com/rust-lang/crates.io-index"
 8879checksum = "68ef841a26fc5d040ced0417c6c6a64ee851f42489df11cdf0218e545b6f8d28"
 8880dependencies = [
 8881 "byteorder",
 8882 "digest 0.9.0",
 8883 "lazy_static",
 8884 "num-bigint-dig 0.7.1",
 8885 "num-integer",
 8886 "num-iter",
 8887 "num-traits",
 8888 "pem",
 8889 "rand 0.8.5",
 8890 "simple_asn1",
 8891 "subtle",
 8892 "zeroize",
 8893]
 8894
 8895[[package]]
 8896name = "rsa"
 8897version = "0.9.2"
 8898source = "registry+https://github.com/rust-lang/crates.io-index"
 8899checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8"
 8900dependencies = [
 8901 "byteorder",
 8902 "const-oid",
 8903 "digest 0.10.7",
 8904 "num-bigint-dig 0.8.4",
 8905 "num-integer",
 8906 "num-iter",
 8907 "num-traits",
 8908 "pkcs1",
 8909 "pkcs8 0.10.2",
 8910 "rand_core 0.6.4",
 8911 "signature 2.1.0",
 8912 "spki 0.7.2",
 8913 "subtle",
 8914 "zeroize",
 8915]
 8916
 8917[[package]]
 8918name = "runtimelib"
 8919version = "0.12.0"
 8920source = "registry+https://github.com/rust-lang/crates.io-index"
 8921checksum = "10a4a788465cf51b7ac8f36e4e4ca3dd26013dcddd5ba8376f98752278244294"
 8922dependencies = [
 8923 "anyhow",
 8924 "async-dispatcher",
 8925 "async-std",
 8926 "base64 0.22.0",
 8927 "bytes 1.5.0",
 8928 "chrono",
 8929 "data-encoding",
 8930 "dirs 5.0.1",
 8931 "futures 0.3.28",
 8932 "glob",
 8933 "rand 0.8.5",
 8934 "ring",
 8935 "serde",
 8936 "serde_json",
 8937 "shellexpand 3.1.0",
 8938 "smol",
 8939 "uuid",
 8940 "zeromq",
 8941]
 8942
 8943[[package]]
 8944name = "rust-embed"
 8945version = "8.4.0"
 8946source = "registry+https://github.com/rust-lang/crates.io-index"
 8947checksum = "19549741604902eb99a7ed0ee177a0663ee1eda51a29f71401f166e47e77806a"
 8948dependencies = [
 8949 "rust-embed-impl",
 8950 "rust-embed-utils",
 8951 "walkdir",
 8952]
 8953
 8954[[package]]
 8955name = "rust-embed-impl"
 8956version = "8.4.0"
 8957source = "registry+https://github.com/rust-lang/crates.io-index"
 8958checksum = "cb9f96e283ec64401f30d3df8ee2aaeb2561f34c824381efa24a35f79bf40ee4"
 8959dependencies = [
 8960 "proc-macro2",
 8961 "quote",
 8962 "rust-embed-utils",
 8963 "syn 2.0.59",
 8964 "walkdir",
 8965]
 8966
 8967[[package]]
 8968name = "rust-embed-utils"
 8969version = "8.4.0"
 8970source = "registry+https://github.com/rust-lang/crates.io-index"
 8971checksum = "38c74a686185620830701348de757fd36bef4aa9680fd23c49fc539ddcc1af32"
 8972dependencies = [
 8973 "globset",
 8974 "sha2 0.10.7",
 8975 "walkdir",
 8976]
 8977
 8978[[package]]
 8979name = "rust_decimal"
 8980version = "1.32.0"
 8981source = "registry+https://github.com/rust-lang/crates.io-index"
 8982checksum = "a4c4216490d5a413bc6d10fa4742bd7d4955941d062c0ef873141d6b0e7b30fd"
 8983dependencies = [
 8984 "arrayvec",
 8985 "borsh",
 8986 "bytes 1.5.0",
 8987 "num-traits",
 8988 "rand 0.8.5",
 8989 "rkyv",
 8990 "serde",
 8991 "serde_json",
 8992]
 8993
 8994[[package]]
 8995name = "rustc-demangle"
 8996version = "0.1.23"
 8997source = "registry+https://github.com/rust-lang/crates.io-index"
 8998checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
 8999
 9000[[package]]
 9001name = "rustc-hash"
 9002version = "1.1.0"
 9003source = "registry+https://github.com/rust-lang/crates.io-index"
 9004checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
 9005
 9006[[package]]
 9007name = "rustc_version"
 9008version = "0.4.0"
 9009source = "registry+https://github.com/rust-lang/crates.io-index"
 9010checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
 9011dependencies = [
 9012 "semver",
 9013]
 9014
 9015[[package]]
 9016name = "rustdoc"
 9017version = "0.1.0"
 9018dependencies = [
 9019 "anyhow",
 9020 "async-trait",
 9021 "collections",
 9022 "derive_more",
 9023 "fs",
 9024 "futures 0.3.28",
 9025 "fuzzy",
 9026 "gpui",
 9027 "heed",
 9028 "html_to_markdown",
 9029 "http 0.1.0",
 9030 "indexmap 1.9.3",
 9031 "indoc",
 9032 "parking_lot",
 9033 "paths",
 9034 "pretty_assertions",
 9035 "serde",
 9036 "strum",
 9037 "util",
 9038]
 9039
 9040[[package]]
 9041name = "rustix"
 9042version = "0.37.23"
 9043source = "registry+https://github.com/rust-lang/crates.io-index"
 9044checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
 9045dependencies = [
 9046 "bitflags 1.3.2",
 9047 "errno 0.3.8",
 9048 "io-lifetimes 1.0.11",
 9049 "libc",
 9050 "linux-raw-sys 0.3.8",
 9051 "windows-sys 0.48.0",
 9052]
 9053
 9054[[package]]
 9055name = "rustix"
 9056version = "0.38.32"
 9057source = "registry+https://github.com/rust-lang/crates.io-index"
 9058checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
 9059dependencies = [
 9060 "bitflags 2.4.2",
 9061 "errno 0.3.8",
 9062 "itoa",
 9063 "libc",
 9064 "linux-raw-sys 0.4.12",
 9065 "once_cell",
 9066 "windows-sys 0.52.0",
 9067]
 9068
 9069[[package]]
 9070name = "rustix-openpty"
 9071version = "0.1.1"
 9072source = "registry+https://github.com/rust-lang/crates.io-index"
 9073checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
 9074dependencies = [
 9075 "errno 0.3.8",
 9076 "libc",
 9077 "rustix 0.38.32",
 9078]
 9079
 9080[[package]]
 9081name = "rustls"
 9082version = "0.21.12"
 9083source = "registry+https://github.com/rust-lang/crates.io-index"
 9084checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
 9085dependencies = [
 9086 "log",
 9087 "ring",
 9088 "rustls-webpki",
 9089 "sct",
 9090]
 9091
 9092[[package]]
 9093name = "rustls-native-certs"
 9094version = "0.6.3"
 9095source = "registry+https://github.com/rust-lang/crates.io-index"
 9096checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
 9097dependencies = [
 9098 "openssl-probe",
 9099 "rustls-pemfile",
 9100 "schannel",
 9101 "security-framework",
 9102]
 9103
 9104[[package]]
 9105name = "rustls-pemfile"
 9106version = "1.0.3"
 9107source = "registry+https://github.com/rust-lang/crates.io-index"
 9108checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
 9109dependencies = [
 9110 "base64 0.21.7",
 9111]
 9112
 9113[[package]]
 9114name = "rustls-webpki"
 9115version = "0.101.7"
 9116source = "registry+https://github.com/rust-lang/crates.io-index"
 9117checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
 9118dependencies = [
 9119 "ring",
 9120 "untrusted",
 9121]
 9122
 9123[[package]]
 9124name = "rustversion"
 9125version = "1.0.14"
 9126source = "registry+https://github.com/rust-lang/crates.io-index"
 9127checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
 9128
 9129[[package]]
 9130name = "rustybuzz"
 9131version = "0.14.1"
 9132source = "registry+https://github.com/rust-lang/crates.io-index"
 9133checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
 9134dependencies = [
 9135 "bitflags 2.4.2",
 9136 "bytemuck",
 9137 "libm",
 9138 "smallvec",
 9139 "ttf-parser",
 9140 "unicode-bidi-mirroring",
 9141 "unicode-ccc",
 9142 "unicode-properties",
 9143 "unicode-script",
 9144]
 9145
 9146[[package]]
 9147name = "ryu"
 9148version = "1.0.18"
 9149source = "registry+https://github.com/rust-lang/crates.io-index"
 9150checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
 9151
 9152[[package]]
 9153name = "safemem"
 9154version = "0.3.3"
 9155source = "registry+https://github.com/rust-lang/crates.io-index"
 9156checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
 9157
 9158[[package]]
 9159name = "salsa20"
 9160version = "0.8.1"
 9161source = "registry+https://github.com/rust-lang/crates.io-index"
 9162checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"
 9163dependencies = [
 9164 "cipher 0.3.0",
 9165]
 9166
 9167[[package]]
 9168name = "same-file"
 9169version = "1.0.6"
 9170source = "registry+https://github.com/rust-lang/crates.io-index"
 9171checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
 9172dependencies = [
 9173 "winapi-util",
 9174]
 9175
 9176[[package]]
 9177name = "schannel"
 9178version = "0.1.22"
 9179source = "registry+https://github.com/rust-lang/crates.io-index"
 9180checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
 9181dependencies = [
 9182 "windows-sys 0.48.0",
 9183]
 9184
 9185[[package]]
 9186name = "schemars"
 9187version = "0.8.15"
 9188source = "registry+https://github.com/rust-lang/crates.io-index"
 9189checksum = "1f7b0ce13155372a76ee2e1c5ffba1fe61ede73fbea5630d61eee6fac4929c0c"
 9190dependencies = [
 9191 "dyn-clone",
 9192 "indexmap 1.9.3",
 9193 "schemars_derive",
 9194 "serde",
 9195 "serde_json",
 9196]
 9197
 9198[[package]]
 9199name = "schemars_derive"
 9200version = "0.8.15"
 9201source = "registry+https://github.com/rust-lang/crates.io-index"
 9202checksum = "e85e2a16b12bdb763244c69ab79363d71db2b4b918a2def53f80b02e0574b13c"
 9203dependencies = [
 9204 "proc-macro2",
 9205 "quote",
 9206 "serde_derive_internals",
 9207 "syn 1.0.109",
 9208]
 9209
 9210[[package]]
 9211name = "scoped-tls"
 9212version = "1.0.1"
 9213source = "registry+https://github.com/rust-lang/crates.io-index"
 9214checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
 9215
 9216[[package]]
 9217name = "scopeguard"
 9218version = "1.2.0"
 9219source = "registry+https://github.com/rust-lang/crates.io-index"
 9220checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
 9221
 9222[[package]]
 9223name = "scrypt"
 9224version = "0.7.0"
 9225source = "registry+https://github.com/rust-lang/crates.io-index"
 9226checksum = "879588d8f90906e73302547e20fffefdd240eb3e0e744e142321f5d49dea0518"
 9227dependencies = [
 9228 "base64ct",
 9229 "hmac 0.11.0",
 9230 "password-hash",
 9231 "pbkdf2 0.8.0",
 9232 "salsa20",
 9233 "sha2 0.9.9",
 9234]
 9235
 9236[[package]]
 9237name = "sct"
 9238version = "0.7.1"
 9239source = "registry+https://github.com/rust-lang/crates.io-index"
 9240checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
 9241dependencies = [
 9242 "ring",
 9243 "untrusted",
 9244]
 9245
 9246[[package]]
 9247name = "sea-bae"
 9248version = "0.2.0"
 9249source = "registry+https://github.com/rust-lang/crates.io-index"
 9250checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
 9251dependencies = [
 9252 "heck 0.4.1",
 9253 "proc-macro-error",
 9254 "proc-macro2",
 9255 "quote",
 9256 "syn 2.0.59",
 9257]
 9258
 9259[[package]]
 9260name = "sea-orm"
 9261version = "0.12.3"
 9262source = "registry+https://github.com/rust-lang/crates.io-index"
 9263checksum = "da5b2d70c255bc5cbe1d49f69c3c8eadae0fbbaeb18ee978edbf2f75775cb94d"
 9264dependencies = [
 9265 "async-stream",
 9266 "async-trait",
 9267 "bigdecimal",
 9268 "chrono",
 9269 "futures 0.3.28",
 9270 "log",
 9271 "ouroboros",
 9272 "rust_decimal",
 9273 "sea-orm-macros",
 9274 "sea-query",
 9275 "sea-query-binder",
 9276 "serde",
 9277 "serde_json",
 9278 "sqlx",
 9279 "strum",
 9280 "thiserror",
 9281 "time",
 9282 "tracing",
 9283 "url",
 9284 "uuid",
 9285]
 9286
 9287[[package]]
 9288name = "sea-orm-macros"
 9289version = "0.12.3"
 9290source = "registry+https://github.com/rust-lang/crates.io-index"
 9291checksum = "d7c8d455fad40194fb9774fdc4810c0f2700ff0dc0e93bd5ce9d641cc3f5dd75"
 9292dependencies = [
 9293 "heck 0.4.1",
 9294 "proc-macro2",
 9295 "quote",
 9296 "sea-bae",
 9297 "syn 2.0.59",
 9298 "unicode-ident",
 9299]
 9300
 9301[[package]]
 9302name = "sea-query"
 9303version = "0.30.2"
 9304source = "registry+https://github.com/rust-lang/crates.io-index"
 9305checksum = "fb3e6bba153bb198646c8762c48414942a38db27d142e44735a133cabddcc820"
 9306dependencies = [
 9307 "bigdecimal",
 9308 "chrono",
 9309 "derivative",
 9310 "inherent",
 9311 "ordered-float 3.9.1",
 9312 "rust_decimal",
 9313 "serde_json",
 9314 "time",
 9315 "uuid",
 9316]
 9317
 9318[[package]]
 9319name = "sea-query-binder"
 9320version = "0.5.0"
 9321source = "registry+https://github.com/rust-lang/crates.io-index"
 9322checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9"
 9323dependencies = [
 9324 "bigdecimal",
 9325 "chrono",
 9326 "rust_decimal",
 9327 "sea-query",
 9328 "serde_json",
 9329 "sqlx",
 9330 "time",
 9331 "uuid",
 9332]
 9333
 9334[[package]]
 9335name = "seahash"
 9336version = "4.1.0"
 9337source = "registry+https://github.com/rust-lang/crates.io-index"
 9338checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
 9339
 9340[[package]]
 9341name = "sealed"
 9342version = "0.4.0"
 9343source = "registry+https://github.com/rust-lang/crates.io-index"
 9344checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
 9345dependencies = [
 9346 "heck 0.3.3",
 9347 "proc-macro2",
 9348 "quote",
 9349 "syn 1.0.109",
 9350]
 9351
 9352[[package]]
 9353name = "search"
 9354version = "0.1.0"
 9355dependencies = [
 9356 "any_vec",
 9357 "anyhow",
 9358 "bitflags 2.4.2",
 9359 "client",
 9360 "collections",
 9361 "editor",
 9362 "futures 0.3.28",
 9363 "gpui",
 9364 "language",
 9365 "menu",
 9366 "project",
 9367 "serde",
 9368 "serde_json",
 9369 "settings",
 9370 "smol",
 9371 "theme",
 9372 "ui",
 9373 "unindent",
 9374 "util",
 9375 "workspace",
 9376]
 9377
 9378[[package]]
 9379name = "sec1"
 9380version = "0.3.0"
 9381source = "registry+https://github.com/rust-lang/crates.io-index"
 9382checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
 9383dependencies = [
 9384 "base16ct",
 9385 "der 0.6.1",
 9386 "generic-array",
 9387 "pkcs8 0.9.0",
 9388 "subtle",
 9389 "zeroize",
 9390]
 9391
 9392[[package]]
 9393name = "security-framework"
 9394version = "2.9.2"
 9395source = "registry+https://github.com/rust-lang/crates.io-index"
 9396checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
 9397dependencies = [
 9398 "bitflags 1.3.2",
 9399 "core-foundation",
 9400 "core-foundation-sys 0.8.6",
 9401 "libc",
 9402 "security-framework-sys",
 9403]
 9404
 9405[[package]]
 9406name = "security-framework-sys"
 9407version = "2.9.1"
 9408source = "registry+https://github.com/rust-lang/crates.io-index"
 9409checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
 9410dependencies = [
 9411 "core-foundation-sys 0.8.6",
 9412 "libc",
 9413]
 9414
 9415[[package]]
 9416name = "self_cell"
 9417version = "1.0.3"
 9418source = "registry+https://github.com/rust-lang/crates.io-index"
 9419checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba"
 9420
 9421[[package]]
 9422name = "semantic_index"
 9423version = "0.1.0"
 9424dependencies = [
 9425 "anyhow",
 9426 "client",
 9427 "clock",
 9428 "collections",
 9429 "env_logger",
 9430 "fs",
 9431 "futures 0.3.28",
 9432 "futures-batch",
 9433 "gpui",
 9434 "heed",
 9435 "http 0.1.0",
 9436 "language",
 9437 "languages",
 9438 "log",
 9439 "open_ai",
 9440 "parking_lot",
 9441 "project",
 9442 "serde",
 9443 "serde_json",
 9444 "settings",
 9445 "sha2 0.10.7",
 9446 "smol",
 9447 "tempfile",
 9448 "theme",
 9449 "tree-sitter",
 9450 "ui",
 9451 "unindent",
 9452 "util",
 9453 "workspace",
 9454 "worktree",
 9455]
 9456
 9457[[package]]
 9458name = "semantic_version"
 9459version = "0.1.0"
 9460dependencies = [
 9461 "anyhow",
 9462 "serde",
 9463]
 9464
 9465[[package]]
 9466name = "semver"
 9467version = "1.0.18"
 9468source = "registry+https://github.com/rust-lang/crates.io-index"
 9469checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
 9470
 9471[[package]]
 9472name = "serde"
 9473version = "1.0.202"
 9474source = "registry+https://github.com/rust-lang/crates.io-index"
 9475checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395"
 9476dependencies = [
 9477 "serde_derive",
 9478]
 9479
 9480[[package]]
 9481name = "serde_derive"
 9482version = "1.0.202"
 9483source = "registry+https://github.com/rust-lang/crates.io-index"
 9484checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838"
 9485dependencies = [
 9486 "proc-macro2",
 9487 "quote",
 9488 "syn 2.0.59",
 9489]
 9490
 9491[[package]]
 9492name = "serde_derive_internals"
 9493version = "0.26.0"
 9494source = "registry+https://github.com/rust-lang/crates.io-index"
 9495checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
 9496dependencies = [
 9497 "proc-macro2",
 9498 "quote",
 9499 "syn 1.0.109",
 9500]
 9501
 9502[[package]]
 9503name = "serde_fmt"
 9504version = "1.0.3"
 9505source = "registry+https://github.com/rust-lang/crates.io-index"
 9506checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
 9507dependencies = [
 9508 "serde",
 9509]
 9510
 9511[[package]]
 9512name = "serde_json"
 9513version = "1.0.117"
 9514source = "registry+https://github.com/rust-lang/crates.io-index"
 9515checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
 9516dependencies = [
 9517 "indexmap 2.2.6",
 9518 "itoa",
 9519 "ryu",
 9520 "serde",
 9521]
 9522
 9523[[package]]
 9524name = "serde_json_lenient"
 9525version = "0.1.7"
 9526source = "registry+https://github.com/rust-lang/crates.io-index"
 9527checksum = "26386958a1344003f2b2bcff51a23fbe70461a478ef29247c6c6ab2c1656f53e"
 9528dependencies = [
 9529 "indexmap 2.2.6",
 9530 "itoa",
 9531 "ryu",
 9532 "serde",
 9533]
 9534
 9535[[package]]
 9536name = "serde_path_to_error"
 9537version = "0.1.15"
 9538source = "registry+https://github.com/rust-lang/crates.io-index"
 9539checksum = "ebd154a240de39fdebcf5775d2675c204d7c13cf39a4c697be6493c8e734337c"
 9540dependencies = [
 9541 "itoa",
 9542 "serde",
 9543]
 9544
 9545[[package]]
 9546name = "serde_repr"
 9547version = "0.1.16"
 9548source = "registry+https://github.com/rust-lang/crates.io-index"
 9549checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
 9550dependencies = [
 9551 "proc-macro2",
 9552 "quote",
 9553 "syn 2.0.59",
 9554]
 9555
 9556[[package]]
 9557name = "serde_spanned"
 9558version = "0.6.5"
 9559source = "registry+https://github.com/rust-lang/crates.io-index"
 9560checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
 9561dependencies = [
 9562 "serde",
 9563]
 9564
 9565[[package]]
 9566name = "serde_urlencoded"
 9567version = "0.7.1"
 9568source = "registry+https://github.com/rust-lang/crates.io-index"
 9569checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
 9570dependencies = [
 9571 "form_urlencoded",
 9572 "itoa",
 9573 "ryu",
 9574 "serde",
 9575]
 9576
 9577[[package]]
 9578name = "settings"
 9579version = "0.1.0"
 9580dependencies = [
 9581 "anyhow",
 9582 "collections",
 9583 "fs",
 9584 "futures 0.3.28",
 9585 "gpui",
 9586 "indoc",
 9587 "lazy_static",
 9588 "paths",
 9589 "pretty_assertions",
 9590 "release_channel",
 9591 "rust-embed",
 9592 "schemars",
 9593 "serde",
 9594 "serde_derive",
 9595 "serde_json",
 9596 "serde_json_lenient",
 9597 "smallvec",
 9598 "tree-sitter",
 9599 "tree-sitter-json",
 9600 "unindent",
 9601 "util",
 9602]
 9603
 9604[[package]]
 9605name = "sha-1"
 9606version = "0.9.8"
 9607source = "registry+https://github.com/rust-lang/crates.io-index"
 9608checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
 9609dependencies = [
 9610 "block-buffer 0.9.0",
 9611 "cfg-if",
 9612 "cpufeatures",
 9613 "digest 0.9.0",
 9614 "opaque-debug",
 9615]
 9616
 9617[[package]]
 9618name = "sha1"
 9619version = "0.10.6"
 9620source = "registry+https://github.com/rust-lang/crates.io-index"
 9621checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
 9622dependencies = [
 9623 "cfg-if",
 9624 "cpufeatures",
 9625 "digest 0.10.7",
 9626]
 9627
 9628[[package]]
 9629name = "sha1_smol"
 9630version = "1.0.0"
 9631source = "registry+https://github.com/rust-lang/crates.io-index"
 9632checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
 9633
 9634[[package]]
 9635name = "sha2"
 9636version = "0.9.9"
 9637source = "registry+https://github.com/rust-lang/crates.io-index"
 9638checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
 9639dependencies = [
 9640 "block-buffer 0.9.0",
 9641 "cfg-if",
 9642 "cpufeatures",
 9643 "digest 0.9.0",
 9644 "opaque-debug",
 9645]
 9646
 9647[[package]]
 9648name = "sha2"
 9649version = "0.10.7"
 9650source = "registry+https://github.com/rust-lang/crates.io-index"
 9651checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
 9652dependencies = [
 9653 "cfg-if",
 9654 "cpufeatures",
 9655 "digest 0.10.7",
 9656]
 9657
 9658[[package]]
 9659name = "sharded-slab"
 9660version = "0.1.4"
 9661source = "registry+https://github.com/rust-lang/crates.io-index"
 9662checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
 9663dependencies = [
 9664 "lazy_static",
 9665]
 9666
 9667[[package]]
 9668name = "shell-words"
 9669version = "1.1.0"
 9670source = "registry+https://github.com/rust-lang/crates.io-index"
 9671checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
 9672
 9673[[package]]
 9674name = "shellexpand"
 9675version = "2.1.2"
 9676source = "registry+https://github.com/rust-lang/crates.io-index"
 9677checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
 9678dependencies = [
 9679 "dirs 4.0.0",
 9680]
 9681
 9682[[package]]
 9683name = "shellexpand"
 9684version = "3.1.0"
 9685source = "registry+https://github.com/rust-lang/crates.io-index"
 9686checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
 9687dependencies = [
 9688 "dirs 5.0.1",
 9689]
 9690
 9691[[package]]
 9692name = "shlex"
 9693version = "1.3.0"
 9694source = "registry+https://github.com/rust-lang/crates.io-index"
 9695checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
 9696
 9697[[package]]
 9698name = "signal-hook"
 9699version = "0.3.17"
 9700source = "registry+https://github.com/rust-lang/crates.io-index"
 9701checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
 9702dependencies = [
 9703 "libc",
 9704 "signal-hook-registry",
 9705]
 9706
 9707[[package]]
 9708name = "signal-hook-registry"
 9709version = "1.4.1"
 9710source = "registry+https://github.com/rust-lang/crates.io-index"
 9711checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
 9712dependencies = [
 9713 "libc",
 9714]
 9715
 9716[[package]]
 9717name = "signature"
 9718version = "1.6.4"
 9719source = "registry+https://github.com/rust-lang/crates.io-index"
 9720checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
 9721dependencies = [
 9722 "digest 0.10.7",
 9723 "rand_core 0.6.4",
 9724]
 9725
 9726[[package]]
 9727name = "signature"
 9728version = "2.1.0"
 9729source = "registry+https://github.com/rust-lang/crates.io-index"
 9730checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
 9731dependencies = [
 9732 "digest 0.10.7",
 9733 "rand_core 0.6.4",
 9734]
 9735
 9736[[package]]
 9737name = "simd-adler32"
 9738version = "0.3.7"
 9739source = "registry+https://github.com/rust-lang/crates.io-index"
 9740checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
 9741
 9742[[package]]
 9743name = "simd_helpers"
 9744version = "0.1.0"
 9745source = "registry+https://github.com/rust-lang/crates.io-index"
 9746checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
 9747dependencies = [
 9748 "quote",
 9749]
 9750
 9751[[package]]
 9752name = "simdutf8"
 9753version = "0.1.4"
 9754source = "registry+https://github.com/rust-lang/crates.io-index"
 9755checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
 9756
 9757[[package]]
 9758name = "similar"
 9759version = "1.3.0"
 9760source = "registry+https://github.com/rust-lang/crates.io-index"
 9761checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
 9762
 9763[[package]]
 9764name = "simple_asn1"
 9765version = "0.5.4"
 9766source = "registry+https://github.com/rust-lang/crates.io-index"
 9767checksum = "8eb4ea60fb301dc81dfc113df680571045d375ab7345d171c5dc7d7e13107a80"
 9768dependencies = [
 9769 "chrono",
 9770 "num-bigint",
 9771 "num-traits",
 9772 "thiserror",
 9773]
 9774
 9775[[package]]
 9776name = "simplecss"
 9777version = "0.2.1"
 9778source = "registry+https://github.com/rust-lang/crates.io-index"
 9779checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
 9780dependencies = [
 9781 "log",
 9782]
 9783
 9784[[package]]
 9785name = "simplelog"
 9786version = "0.9.0"
 9787source = "registry+https://github.com/rust-lang/crates.io-index"
 9788checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
 9789dependencies = [
 9790 "chrono",
 9791 "log",
 9792 "termcolor",
 9793]
 9794
 9795[[package]]
 9796name = "siphasher"
 9797version = "0.3.11"
 9798source = "registry+https://github.com/rust-lang/crates.io-index"
 9799checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
 9800
 9801[[package]]
 9802name = "siphasher"
 9803version = "1.0.1"
 9804source = "registry+https://github.com/rust-lang/crates.io-index"
 9805checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
 9806
 9807[[package]]
 9808name = "skrifa"
 9809version = "0.19.3"
 9810source = "registry+https://github.com/rust-lang/crates.io-index"
 9811checksum = "0ab45fb68b53576a43d4fc0e9ec8ea64e29a4d2cc7f44506964cb75f288222e9"
 9812dependencies = [
 9813 "bytemuck",
 9814 "read-fonts",
 9815]
 9816
 9817[[package]]
 9818name = "slab"
 9819version = "0.4.9"
 9820source = "registry+https://github.com/rust-lang/crates.io-index"
 9821checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
 9822dependencies = [
 9823 "autocfg",
 9824]
 9825
 9826[[package]]
 9827name = "slice-group-by"
 9828version = "0.3.1"
 9829source = "registry+https://github.com/rust-lang/crates.io-index"
 9830checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
 9831
 9832[[package]]
 9833name = "slotmap"
 9834version = "1.0.6"
 9835source = "registry+https://github.com/rust-lang/crates.io-index"
 9836checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
 9837dependencies = [
 9838 "version_check",
 9839]
 9840
 9841[[package]]
 9842name = "sluice"
 9843version = "0.5.5"
 9844source = "registry+https://github.com/rust-lang/crates.io-index"
 9845checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
 9846dependencies = [
 9847 "async-channel 1.9.0",
 9848 "futures-core",
 9849 "futures-io",
 9850]
 9851
 9852[[package]]
 9853name = "smallvec"
 9854version = "1.11.1"
 9855source = "registry+https://github.com/rust-lang/crates.io-index"
 9856checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
 9857
 9858[[package]]
 9859name = "smol"
 9860version = "1.3.0"
 9861source = "registry+https://github.com/rust-lang/crates.io-index"
 9862checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
 9863dependencies = [
 9864 "async-channel 1.9.0",
 9865 "async-executor",
 9866 "async-fs 1.6.0",
 9867 "async-io 1.13.0",
 9868 "async-lock 2.8.0",
 9869 "async-net 1.7.0",
 9870 "async-process 1.7.0",
 9871 "blocking",
 9872 "futures-lite 1.13.0",
 9873]
 9874
 9875[[package]]
 9876name = "snippet"
 9877version = "0.1.0"
 9878dependencies = [
 9879 "anyhow",
 9880 "smallvec",
 9881]
 9882
 9883[[package]]
 9884name = "socket2"
 9885version = "0.4.9"
 9886source = "registry+https://github.com/rust-lang/crates.io-index"
 9887checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
 9888dependencies = [
 9889 "libc",
 9890 "winapi",
 9891]
 9892
 9893[[package]]
 9894name = "socket2"
 9895version = "0.5.7"
 9896source = "registry+https://github.com/rust-lang/crates.io-index"
 9897checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
 9898dependencies = [
 9899 "libc",
 9900 "windows-sys 0.52.0",
 9901]
 9902
 9903[[package]]
 9904name = "spdx"
 9905version = "0.10.4"
 9906source = "registry+https://github.com/rust-lang/crates.io-index"
 9907checksum = "29ef1a0fa1e39ac22972c8db23ff89aea700ab96aa87114e1fb55937a631a0c9"
 9908dependencies = [
 9909 "smallvec",
 9910]
 9911
 9912[[package]]
 9913name = "spin"
 9914version = "0.5.2"
 9915source = "registry+https://github.com/rust-lang/crates.io-index"
 9916checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
 9917
 9918[[package]]
 9919name = "spin"
 9920version = "0.9.8"
 9921source = "registry+https://github.com/rust-lang/crates.io-index"
 9922checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
 9923dependencies = [
 9924 "lock_api",
 9925]
 9926
 9927[[package]]
 9928name = "spirv"
 9929version = "0.2.0+1.5.4"
 9930source = "registry+https://github.com/rust-lang/crates.io-index"
 9931checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
 9932dependencies = [
 9933 "bitflags 1.3.2",
 9934 "num-traits",
 9935]
 9936
 9937[[package]]
 9938name = "spki"
 9939version = "0.6.0"
 9940source = "registry+https://github.com/rust-lang/crates.io-index"
 9941checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
 9942dependencies = [
 9943 "base64ct",
 9944 "der 0.6.1",
 9945]
 9946
 9947[[package]]
 9948name = "spki"
 9949version = "0.7.2"
 9950source = "registry+https://github.com/rust-lang/crates.io-index"
 9951checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
 9952dependencies = [
 9953 "base64ct",
 9954 "der 0.7.8",
 9955]
 9956
 9957[[package]]
 9958name = "sptr"
 9959version = "0.3.2"
 9960source = "registry+https://github.com/rust-lang/crates.io-index"
 9961checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
 9962
 9963[[package]]
 9964name = "sqlez"
 9965version = "0.1.0"
 9966dependencies = [
 9967 "anyhow",
 9968 "collections",
 9969 "futures 0.3.28",
 9970 "indoc",
 9971 "lazy_static",
 9972 "libsqlite3-sys",
 9973 "parking_lot",
 9974 "smol",
 9975 "thread_local",
 9976 "util",
 9977 "uuid",
 9978]
 9979
 9980[[package]]
 9981name = "sqlez_macros"
 9982version = "0.1.0"
 9983dependencies = [
 9984 "lazy_static",
 9985 "sqlez",
 9986 "sqlformat",
 9987 "syn 1.0.109",
 9988]
 9989
 9990[[package]]
 9991name = "sqlformat"
 9992version = "0.2.2"
 9993source = "registry+https://github.com/rust-lang/crates.io-index"
 9994checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85"
 9995dependencies = [
 9996 "itertools 0.11.0",
 9997 "nom",
 9998 "unicode_categories",
 9999]
10000
10001[[package]]
10002name = "sqlx"
10003version = "0.7.2"
10004source = "registry+https://github.com/rust-lang/crates.io-index"
10005checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33"
10006dependencies = [
10007 "sqlx-core",
10008 "sqlx-macros",
10009 "sqlx-mysql",
10010 "sqlx-postgres",
10011 "sqlx-sqlite",
10012]
10013
10014[[package]]
10015name = "sqlx-core"
10016version = "0.7.2"
10017source = "registry+https://github.com/rust-lang/crates.io-index"
10018checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d"
10019dependencies = [
10020 "ahash 0.8.8",
10021 "atoi",
10022 "bigdecimal",
10023 "byteorder",
10024 "bytes 1.5.0",
10025 "chrono",
10026 "crc",
10027 "crossbeam-queue",
10028 "dotenvy",
10029 "either",
10030 "event-listener 2.5.3",
10031 "futures-channel",
10032 "futures-core",
10033 "futures-intrusive",
10034 "futures-io",
10035 "futures-util",
10036 "hashlink",
10037 "hex",
10038 "indexmap 2.2.6",
10039 "log",
10040 "memchr",
10041 "once_cell",
10042 "paste",
10043 "percent-encoding",
10044 "rust_decimal",
10045 "rustls",
10046 "rustls-pemfile",
10047 "serde",
10048 "serde_json",
10049 "sha2 0.10.7",
10050 "smallvec",
10051 "sqlformat",
10052 "thiserror",
10053 "time",
10054 "tokio",
10055 "tokio-stream",
10056 "tracing",
10057 "url",
10058 "uuid",
10059 "webpki-roots",
10060]
10061
10062[[package]]
10063name = "sqlx-macros"
10064version = "0.7.2"
10065source = "registry+https://github.com/rust-lang/crates.io-index"
10066checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec"
10067dependencies = [
10068 "proc-macro2",
10069 "quote",
10070 "sqlx-core",
10071 "sqlx-macros-core",
10072 "syn 1.0.109",
10073]
10074
10075[[package]]
10076name = "sqlx-macros-core"
10077version = "0.7.2"
10078source = "registry+https://github.com/rust-lang/crates.io-index"
10079checksum = "0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc"
10080dependencies = [
10081 "dotenvy",
10082 "either",
10083 "heck 0.4.1",
10084 "hex",
10085 "once_cell",
10086 "proc-macro2",
10087 "quote",
10088 "serde",
10089 "serde_json",
10090 "sha2 0.10.7",
10091 "sqlx-core",
10092 "sqlx-mysql",
10093 "sqlx-postgres",
10094 "sqlx-sqlite",
10095 "syn 1.0.109",
10096 "tempfile",
10097 "tokio",
10098 "url",
10099]
10100
10101[[package]]
10102name = "sqlx-mysql"
10103version = "0.7.2"
10104source = "registry+https://github.com/rust-lang/crates.io-index"
10105checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db"
10106dependencies = [
10107 "atoi",
10108 "base64 0.21.7",
10109 "bigdecimal",
10110 "bitflags 2.4.2",
10111 "byteorder",
10112 "bytes 1.5.0",
10113 "chrono",
10114 "crc",
10115 "digest 0.10.7",
10116 "dotenvy",
10117 "either",
10118 "futures-channel",
10119 "futures-core",
10120 "futures-io",
10121 "futures-util",
10122 "generic-array",
10123 "hex",
10124 "hkdf",
10125 "hmac 0.12.1",
10126 "itoa",
10127 "log",
10128 "md-5",
10129 "memchr",
10130 "once_cell",
10131 "percent-encoding",
10132 "rand 0.8.5",
10133 "rsa 0.9.2",
10134 "rust_decimal",
10135 "serde",
10136 "sha1",
10137 "sha2 0.10.7",
10138 "smallvec",
10139 "sqlx-core",
10140 "stringprep",
10141 "thiserror",
10142 "time",
10143 "tracing",
10144 "uuid",
10145 "whoami",
10146]
10147
10148[[package]]
10149name = "sqlx-postgres"
10150version = "0.7.2"
10151source = "registry+https://github.com/rust-lang/crates.io-index"
10152checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624"
10153dependencies = [
10154 "atoi",
10155 "base64 0.21.7",
10156 "bigdecimal",
10157 "bitflags 2.4.2",
10158 "byteorder",
10159 "chrono",
10160 "crc",
10161 "dotenvy",
10162 "etcetera",
10163 "futures-channel",
10164 "futures-core",
10165 "futures-io",
10166 "futures-util",
10167 "hex",
10168 "hkdf",
10169 "hmac 0.12.1",
10170 "home",
10171 "itoa",
10172 "log",
10173 "md-5",
10174 "memchr",
10175 "num-bigint",
10176 "once_cell",
10177 "rand 0.8.5",
10178 "rust_decimal",
10179 "serde",
10180 "serde_json",
10181 "sha1",
10182 "sha2 0.10.7",
10183 "smallvec",
10184 "sqlx-core",
10185 "stringprep",
10186 "thiserror",
10187 "time",
10188 "tracing",
10189 "uuid",
10190 "whoami",
10191]
10192
10193[[package]]
10194name = "sqlx-sqlite"
10195version = "0.7.2"
10196source = "registry+https://github.com/rust-lang/crates.io-index"
10197checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f"
10198dependencies = [
10199 "atoi",
10200 "chrono",
10201 "flume",
10202 "futures-channel",
10203 "futures-core",
10204 "futures-executor",
10205 "futures-intrusive",
10206 "futures-util",
10207 "libsqlite3-sys",
10208 "log",
10209 "percent-encoding",
10210 "serde",
10211 "sqlx-core",
10212 "time",
10213 "tracing",
10214 "url",
10215 "uuid",
10216]
10217
10218[[package]]
10219name = "stable_deref_trait"
10220version = "1.2.0"
10221source = "registry+https://github.com/rust-lang/crates.io-index"
10222checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
10223
10224[[package]]
10225name = "static_assertions"
10226version = "1.1.0"
10227source = "registry+https://github.com/rust-lang/crates.io-index"
10228checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
10229
10230[[package]]
10231name = "story"
10232version = "0.1.0"
10233dependencies = [
10234 "gpui",
10235 "itertools 0.10.5",
10236 "smallvec",
10237]
10238
10239[[package]]
10240name = "storybook"
10241version = "0.1.0"
10242dependencies = [
10243 "anyhow",
10244 "clap 4.4.4",
10245 "collab_ui",
10246 "ctrlc",
10247 "dialoguer",
10248 "editor",
10249 "fuzzy",
10250 "gpui",
10251 "indoc",
10252 "language",
10253 "log",
10254 "menu",
10255 "picker",
10256 "project",
10257 "rust-embed",
10258 "settings",
10259 "simplelog",
10260 "story",
10261 "strum",
10262 "theme",
10263 "ui",
10264]
10265
10266[[package]]
10267name = "strict-num"
10268version = "0.1.1"
10269source = "registry+https://github.com/rust-lang/crates.io-index"
10270checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
10271dependencies = [
10272 "float-cmp",
10273]
10274
10275[[package]]
10276name = "string_cache"
10277version = "0.8.7"
10278source = "registry+https://github.com/rust-lang/crates.io-index"
10279checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
10280dependencies = [
10281 "new_debug_unreachable",
10282 "once_cell",
10283 "parking_lot",
10284 "phf_shared 0.10.0",
10285 "precomputed-hash",
10286 "serde",
10287]
10288
10289[[package]]
10290name = "string_cache_codegen"
10291version = "0.5.2"
10292source = "registry+https://github.com/rust-lang/crates.io-index"
10293checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
10294dependencies = [
10295 "phf_generator 0.10.0",
10296 "phf_shared 0.10.0",
10297 "proc-macro2",
10298 "quote",
10299]
10300
10301[[package]]
10302name = "stringprep"
10303version = "0.1.4"
10304source = "registry+https://github.com/rust-lang/crates.io-index"
10305checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
10306dependencies = [
10307 "finl_unicode",
10308 "unicode-bidi",
10309 "unicode-normalization",
10310]
10311
10312[[package]]
10313name = "strsim"
10314version = "0.10.0"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
10317
10318[[package]]
10319name = "strsim"
10320version = "0.11.1"
10321source = "registry+https://github.com/rust-lang/crates.io-index"
10322checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
10323
10324[[package]]
10325name = "strum"
10326version = "0.25.0"
10327source = "registry+https://github.com/rust-lang/crates.io-index"
10328checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
10329dependencies = [
10330 "strum_macros",
10331]
10332
10333[[package]]
10334name = "strum_macros"
10335version = "0.25.2"
10336source = "registry+https://github.com/rust-lang/crates.io-index"
10337checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059"
10338dependencies = [
10339 "heck 0.4.1",
10340 "proc-macro2",
10341 "quote",
10342 "rustversion",
10343 "syn 2.0.59",
10344]
10345
10346[[package]]
10347name = "subtle"
10348version = "2.5.0"
10349source = "registry+https://github.com/rust-lang/crates.io-index"
10350checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
10351
10352[[package]]
10353name = "sum_tree"
10354version = "0.1.0"
10355dependencies = [
10356 "arrayvec",
10357 "ctor",
10358 "env_logger",
10359 "log",
10360 "rand 0.8.5",
10361 "rayon",
10362]
10363
10364[[package]]
10365name = "supermaven"
10366version = "0.1.0"
10367dependencies = [
10368 "anyhow",
10369 "client",
10370 "collections",
10371 "editor",
10372 "env_logger",
10373 "futures 0.3.28",
10374 "gpui",
10375 "http 0.1.0",
10376 "language",
10377 "log",
10378 "postage",
10379 "project",
10380 "serde",
10381 "serde_json",
10382 "settings",
10383 "smol",
10384 "supermaven_api",
10385 "theme",
10386 "ui",
10387 "util",
10388]
10389
10390[[package]]
10391name = "supermaven_api"
10392version = "0.1.0"
10393dependencies = [
10394 "anyhow",
10395 "futures 0.3.28",
10396 "http 0.1.0",
10397 "paths",
10398 "serde",
10399 "serde_json",
10400 "smol",
10401]
10402
10403[[package]]
10404name = "sval"
10405version = "2.8.0"
10406source = "registry+https://github.com/rust-lang/crates.io-index"
10407checksum = "05d11eec9fbe2bc8bc71e7349f0e7534db9a96d961fb9f302574275b7880ad06"
10408
10409[[package]]
10410name = "sval_buffer"
10411version = "2.8.0"
10412source = "registry+https://github.com/rust-lang/crates.io-index"
10413checksum = "6b7451f69a93c5baf2653d5aa8bb4178934337f16c22830a50b06b386f72d761"
10414dependencies = [
10415 "sval",
10416 "sval_ref",
10417]
10418
10419[[package]]
10420name = "sval_dynamic"
10421version = "2.8.0"
10422source = "registry+https://github.com/rust-lang/crates.io-index"
10423checksum = "c34f5a2cc12b4da2adfb59d5eedfd9b174a23cc3fae84cec71dcbcd9302068f5"
10424dependencies = [
10425 "sval",
10426]
10427
10428[[package]]
10429name = "sval_fmt"
10430version = "2.8.0"
10431source = "registry+https://github.com/rust-lang/crates.io-index"
10432checksum = "2f578b2301341e246d00b35957f2952c4ec554ad9c7cfaee10bc86bc92896578"
10433dependencies = [
10434 "itoa",
10435 "ryu",
10436 "sval",
10437]
10438
10439[[package]]
10440name = "sval_json"
10441version = "2.8.0"
10442source = "registry+https://github.com/rust-lang/crates.io-index"
10443checksum = "8346c00f5dc6efe18bea8d13c1f7ca4f112b20803434bf3657ac17c0f74cbc4b"
10444dependencies = [
10445 "itoa",
10446 "ryu",
10447 "sval",
10448]
10449
10450[[package]]
10451name = "sval_ref"
10452version = "2.8.0"
10453source = "registry+https://github.com/rust-lang/crates.io-index"
10454checksum = "6617cc89952f792aebc0f4a1a76bc51e80c70b18c491bd52215c7989c4c3dd06"
10455dependencies = [
10456 "sval",
10457]
10458
10459[[package]]
10460name = "sval_serde"
10461version = "2.8.0"
10462source = "registry+https://github.com/rust-lang/crates.io-index"
10463checksum = "fe3d1e59f023341d9af75d86f3bc148a6704f3f831eef0dd90bbe9cb445fa024"
10464dependencies = [
10465 "serde",
10466 "sval",
10467 "sval_buffer",
10468 "sval_fmt",
10469]
10470
10471[[package]]
10472name = "svg_fmt"
10473version = "0.4.1"
10474source = "registry+https://github.com/rust-lang/crates.io-index"
10475checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
10476
10477[[package]]
10478name = "svgtypes"
10479version = "0.15.0"
10480source = "registry+https://github.com/rust-lang/crates.io-index"
10481checksum = "d97ca9a891c9c70da8139ac9d8e8ea36a210fa21bb50eccd75d4a9561c83e87f"
10482dependencies = [
10483 "kurbo",
10484 "siphasher 1.0.1",
10485]
10486
10487[[package]]
10488name = "swash"
10489version = "0.1.17"
10490source = "registry+https://github.com/rust-lang/crates.io-index"
10491checksum = "4d7773d67fe3373048cf840bfcc54ec3207cfc1e95c526b287ef2eb5eff9faf6"
10492dependencies = [
10493 "skrifa",
10494 "yazi",
10495 "zeno",
10496]
10497
10498[[package]]
10499name = "syn"
10500version = "1.0.109"
10501source = "registry+https://github.com/rust-lang/crates.io-index"
10502checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
10503dependencies = [
10504 "proc-macro2",
10505 "quote",
10506 "unicode-ident",
10507]
10508
10509[[package]]
10510name = "syn"
10511version = "2.0.59"
10512source = "registry+https://github.com/rust-lang/crates.io-index"
10513checksum = "4a6531ffc7b071655e4ce2e04bd464c4830bb585a61cabb96cf808f05172615a"
10514dependencies = [
10515 "proc-macro2",
10516 "quote",
10517 "unicode-ident",
10518]
10519
10520[[package]]
10521name = "sync_wrapper"
10522version = "0.1.2"
10523source = "registry+https://github.com/rust-lang/crates.io-index"
10524checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
10525
10526[[package]]
10527name = "synchronoise"
10528version = "1.0.1"
10529source = "registry+https://github.com/rust-lang/crates.io-index"
10530checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
10531dependencies = [
10532 "crossbeam-queue",
10533]
10534
10535[[package]]
10536name = "sys-locale"
10537version = "0.3.1"
10538source = "registry+https://github.com/rust-lang/crates.io-index"
10539checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
10540dependencies = [
10541 "libc",
10542]
10543
10544[[package]]
10545name = "sysinfo"
10546version = "0.30.7"
10547source = "registry+https://github.com/rust-lang/crates.io-index"
10548checksum = "0c385888ef380a852a16209afc8cfad22795dd8873d69c9a14d2e2088f118d18"
10549dependencies = [
10550 "cfg-if",
10551 "core-foundation-sys 0.8.6",
10552 "libc",
10553 "ntapi",
10554 "once_cell",
10555 "rayon",
10556 "windows 0.52.0",
10557]
10558
10559[[package]]
10560name = "system-deps"
10561version = "6.2.2"
10562source = "registry+https://github.com/rust-lang/crates.io-index"
10563checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
10564dependencies = [
10565 "cfg-expr",
10566 "heck 0.5.0",
10567 "pkg-config",
10568 "toml 0.8.10",
10569 "version-compare",
10570]
10571
10572[[package]]
10573name = "system-interface"
10574version = "0.27.1"
10575source = "registry+https://github.com/rust-lang/crates.io-index"
10576checksum = "9aef1f9d4c1dbdd1cb3a63be9efd2f04d8ddbc919d46112982c76818ffc2f1a7"
10577dependencies = [
10578 "bitflags 2.4.2",
10579 "cap-fs-ext",
10580 "cap-std",
10581 "fd-lock",
10582 "io-lifetimes 2.0.3",
10583 "rustix 0.38.32",
10584 "windows-sys 0.52.0",
10585 "winx",
10586]
10587
10588[[package]]
10589name = "tab_switcher"
10590version = "0.1.0"
10591dependencies = [
10592 "anyhow",
10593 "collections",
10594 "ctor",
10595 "editor",
10596 "env_logger",
10597 "gpui",
10598 "language",
10599 "menu",
10600 "picker",
10601 "project",
10602 "serde",
10603 "serde_json",
10604 "terminal_view",
10605 "theme",
10606 "ui",
10607 "util",
10608 "workspace",
10609]
10610
10611[[package]]
10612name = "taffy"
10613version = "0.4.3"
10614source = "registry+https://github.com/rust-lang/crates.io-index"
10615checksum = "7b2e140b328c6cb5e744bb2c65910b47df86b239afc793ee2c52262569cf9225"
10616dependencies = [
10617 "arrayvec",
10618 "grid",
10619 "num-traits",
10620 "serde",
10621 "slotmap",
10622]
10623
10624[[package]]
10625name = "take-until"
10626version = "0.2.0"
10627source = "registry+https://github.com/rust-lang/crates.io-index"
10628checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
10629
10630[[package]]
10631name = "tap"
10632version = "1.0.1"
10633source = "registry+https://github.com/rust-lang/crates.io-index"
10634checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
10635
10636[[package]]
10637name = "target-lexicon"
10638version = "0.12.13"
10639source = "registry+https://github.com/rust-lang/crates.io-index"
10640checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae"
10641
10642[[package]]
10643name = "task"
10644version = "0.1.0"
10645dependencies = [
10646 "anyhow",
10647 "collections",
10648 "futures 0.3.28",
10649 "gpui",
10650 "hex",
10651 "parking_lot",
10652 "schemars",
10653 "serde",
10654 "serde_json_lenient",
10655 "sha2 0.10.7",
10656 "shellexpand 2.1.2",
10657 "util",
10658]
10659
10660[[package]]
10661name = "tasks_ui"
10662version = "0.1.0"
10663dependencies = [
10664 "anyhow",
10665 "editor",
10666 "file_icons",
10667 "fuzzy",
10668 "gpui",
10669 "language",
10670 "menu",
10671 "picker",
10672 "project",
10673 "schemars",
10674 "serde",
10675 "serde_json",
10676 "settings",
10677 "task",
10678 "tree-sitter-rust",
10679 "tree-sitter-typescript",
10680 "ui",
10681 "util",
10682 "workspace",
10683]
10684
10685[[package]]
10686name = "telemetry_events"
10687version = "0.1.0"
10688dependencies = [
10689 "semantic_version",
10690 "serde",
10691]
10692
10693[[package]]
10694name = "tempfile"
10695version = "3.9.0"
10696source = "registry+https://github.com/rust-lang/crates.io-index"
10697checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
10698dependencies = [
10699 "cfg-if",
10700 "fastrand 2.0.0",
10701 "redox_syscall 0.4.1",
10702 "rustix 0.38.32",
10703 "windows-sys 0.52.0",
10704]
10705
10706[[package]]
10707name = "tendril"
10708version = "0.4.3"
10709source = "registry+https://github.com/rust-lang/crates.io-index"
10710checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
10711dependencies = [
10712 "futf",
10713 "mac",
10714 "utf-8",
10715]
10716
10717[[package]]
10718name = "termcolor"
10719version = "1.1.3"
10720source = "registry+https://github.com/rust-lang/crates.io-index"
10721checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
10722dependencies = [
10723 "winapi-util",
10724]
10725
10726[[package]]
10727name = "terminal"
10728version = "0.1.0"
10729dependencies = [
10730 "alacritty_terminal 0.24.1-dev",
10731 "anyhow",
10732 "collections",
10733 "dirs 4.0.0",
10734 "futures 0.3.28",
10735 "gpui",
10736 "libc",
10737 "rand 0.8.5",
10738 "schemars",
10739 "serde",
10740 "serde_derive",
10741 "serde_json",
10742 "settings",
10743 "smol",
10744 "sysinfo",
10745 "task",
10746 "theme",
10747 "thiserror",
10748 "util",
10749 "windows 0.57.0",
10750]
10751
10752[[package]]
10753name = "terminal_view"
10754version = "0.1.0"
10755dependencies = [
10756 "anyhow",
10757 "client",
10758 "collections",
10759 "db",
10760 "dirs 4.0.0",
10761 "editor",
10762 "futures 0.3.28",
10763 "gpui",
10764 "itertools 0.11.0",
10765 "language",
10766 "project",
10767 "rand 0.8.5",
10768 "search",
10769 "serde",
10770 "serde_json",
10771 "settings",
10772 "shellexpand 2.1.2",
10773 "smol",
10774 "task",
10775 "tasks_ui",
10776 "terminal",
10777 "theme",
10778 "ui",
10779 "util",
10780 "workspace",
10781]
10782
10783[[package]]
10784name = "text"
10785version = "0.1.0"
10786dependencies = [
10787 "anyhow",
10788 "clock",
10789 "collections",
10790 "ctor",
10791 "env_logger",
10792 "gpui",
10793 "http 0.1.0",
10794 "lazy_static",
10795 "log",
10796 "parking_lot",
10797 "postage",
10798 "rand 0.8.5",
10799 "regex",
10800 "rope",
10801 "smallvec",
10802 "sum_tree",
10803 "util",
10804]
10805
10806[[package]]
10807name = "textwrap"
10808version = "0.16.0"
10809source = "registry+https://github.com/rust-lang/crates.io-index"
10810checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
10811
10812[[package]]
10813name = "theme"
10814version = "0.1.0"
10815dependencies = [
10816 "anyhow",
10817 "collections",
10818 "derive_more",
10819 "fs",
10820 "futures 0.3.28",
10821 "gpui",
10822 "indexmap 1.9.3",
10823 "log",
10824 "palette",
10825 "parking_lot",
10826 "refineable",
10827 "schemars",
10828 "serde",
10829 "serde_derive",
10830 "serde_json",
10831 "serde_json_lenient",
10832 "serde_repr",
10833 "settings",
10834 "story",
10835 "util",
10836 "uuid",
10837]
10838
10839[[package]]
10840name = "theme_importer"
10841version = "0.1.0"
10842dependencies = [
10843 "anyhow",
10844 "clap 4.4.4",
10845 "gpui",
10846 "indexmap 1.9.3",
10847 "log",
10848 "palette",
10849 "rust-embed",
10850 "schemars",
10851 "serde",
10852 "serde_json",
10853 "serde_json_lenient",
10854 "simplelog",
10855 "strum",
10856 "theme",
10857 "vscode_theme",
10858]
10859
10860[[package]]
10861name = "theme_selector"
10862version = "0.1.0"
10863dependencies = [
10864 "client",
10865 "feature_flags",
10866 "fs",
10867 "fuzzy",
10868 "gpui",
10869 "log",
10870 "picker",
10871 "serde",
10872 "settings",
10873 "theme",
10874 "ui",
10875 "util",
10876 "workspace",
10877]
10878
10879[[package]]
10880name = "thiserror"
10881version = "1.0.60"
10882source = "registry+https://github.com/rust-lang/crates.io-index"
10883checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18"
10884dependencies = [
10885 "thiserror-impl",
10886]
10887
10888[[package]]
10889name = "thiserror-impl"
10890version = "1.0.60"
10891source = "registry+https://github.com/rust-lang/crates.io-index"
10892checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524"
10893dependencies = [
10894 "proc-macro2",
10895 "quote",
10896 "syn 2.0.59",
10897]
10898
10899[[package]]
10900name = "thread_local"
10901version = "1.1.7"
10902source = "registry+https://github.com/rust-lang/crates.io-index"
10903checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
10904dependencies = [
10905 "cfg-if",
10906 "once_cell",
10907]
10908
10909[[package]]
10910name = "tiff"
10911version = "0.9.1"
10912source = "registry+https://github.com/rust-lang/crates.io-index"
10913checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
10914dependencies = [
10915 "flate2",
10916 "jpeg-decoder",
10917 "weezl",
10918]
10919
10920[[package]]
10921name = "tiktoken-rs"
10922version = "0.5.9"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
10925dependencies = [
10926 "anyhow",
10927 "base64 0.21.7",
10928 "bstr",
10929 "fancy-regex",
10930 "lazy_static",
10931 "parking_lot",
10932 "rustc-hash",
10933]
10934
10935[[package]]
10936name = "time"
10937version = "0.3.36"
10938source = "registry+https://github.com/rust-lang/crates.io-index"
10939checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
10940dependencies = [
10941 "deranged",
10942 "itoa",
10943 "num-conv",
10944 "powerfmt",
10945 "serde",
10946 "time-core",
10947 "time-macros",
10948]
10949
10950[[package]]
10951name = "time-core"
10952version = "0.1.2"
10953source = "registry+https://github.com/rust-lang/crates.io-index"
10954checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
10955
10956[[package]]
10957name = "time-macros"
10958version = "0.2.18"
10959source = "registry+https://github.com/rust-lang/crates.io-index"
10960checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
10961dependencies = [
10962 "num-conv",
10963 "time-core",
10964]
10965
10966[[package]]
10967name = "time_format"
10968version = "0.1.0"
10969dependencies = [
10970 "core-foundation",
10971 "core-foundation-sys 0.8.6",
10972 "sys-locale",
10973 "time",
10974]
10975
10976[[package]]
10977name = "tiny-keccak"
10978version = "2.0.2"
10979source = "registry+https://github.com/rust-lang/crates.io-index"
10980checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
10981dependencies = [
10982 "crunchy",
10983]
10984
10985[[package]]
10986name = "tiny-skia"
10987version = "0.11.4"
10988source = "registry+https://github.com/rust-lang/crates.io-index"
10989checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
10990dependencies = [
10991 "arrayref",
10992 "arrayvec",
10993 "bytemuck",
10994 "cfg-if",
10995 "log",
10996 "png",
10997 "tiny-skia-path",
10998]
10999
11000[[package]]
11001name = "tiny-skia-path"
11002version = "0.11.4"
11003source = "registry+https://github.com/rust-lang/crates.io-index"
11004checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
11005dependencies = [
11006 "arrayref",
11007 "bytemuck",
11008 "strict-num",
11009]
11010
11011[[package]]
11012name = "tiny_http"
11013version = "0.8.2"
11014source = "registry+https://github.com/rust-lang/crates.io-index"
11015checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
11016dependencies = [
11017 "ascii",
11018 "chrono",
11019 "chunked_transfer",
11020 "log",
11021 "url",
11022]
11023
11024[[package]]
11025name = "tinytemplate"
11026version = "1.2.1"
11027source = "registry+https://github.com/rust-lang/crates.io-index"
11028checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
11029dependencies = [
11030 "serde",
11031 "serde_json",
11032]
11033
11034[[package]]
11035name = "tinyvec"
11036version = "1.6.0"
11037source = "registry+https://github.com/rust-lang/crates.io-index"
11038checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
11039dependencies = [
11040 "tinyvec_macros",
11041]
11042
11043[[package]]
11044name = "tinyvec_macros"
11045version = "0.1.1"
11046source = "registry+https://github.com/rust-lang/crates.io-index"
11047checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
11048
11049[[package]]
11050name = "tokio"
11051version = "1.37.0"
11052source = "registry+https://github.com/rust-lang/crates.io-index"
11053checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
11054dependencies = [
11055 "backtrace",
11056 "bytes 1.5.0",
11057 "libc",
11058 "mio",
11059 "num_cpus",
11060 "parking_lot",
11061 "pin-project-lite",
11062 "signal-hook-registry",
11063 "socket2 0.5.7",
11064 "tokio-macros",
11065 "windows-sys 0.48.0",
11066]
11067
11068[[package]]
11069name = "tokio-io"
11070version = "0.1.13"
11071source = "registry+https://github.com/rust-lang/crates.io-index"
11072checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
11073dependencies = [
11074 "bytes 0.4.12",
11075 "futures 0.1.31",
11076 "log",
11077]
11078
11079[[package]]
11080name = "tokio-macros"
11081version = "2.2.0"
11082source = "registry+https://github.com/rust-lang/crates.io-index"
11083checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
11084dependencies = [
11085 "proc-macro2",
11086 "quote",
11087 "syn 2.0.59",
11088]
11089
11090[[package]]
11091name = "tokio-native-tls"
11092version = "0.3.1"
11093source = "registry+https://github.com/rust-lang/crates.io-index"
11094checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
11095dependencies = [
11096 "native-tls",
11097 "tokio",
11098]
11099
11100[[package]]
11101name = "tokio-rustls"
11102version = "0.24.1"
11103source = "registry+https://github.com/rust-lang/crates.io-index"
11104checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
11105dependencies = [
11106 "rustls",
11107 "tokio",
11108]
11109
11110[[package]]
11111name = "tokio-stream"
11112version = "0.1.14"
11113source = "registry+https://github.com/rust-lang/crates.io-index"
11114checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
11115dependencies = [
11116 "futures-core",
11117 "pin-project-lite",
11118 "tokio",
11119]
11120
11121[[package]]
11122name = "tokio-tungstenite"
11123version = "0.20.1"
11124source = "registry+https://github.com/rust-lang/crates.io-index"
11125checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
11126dependencies = [
11127 "futures-util",
11128 "log",
11129 "tokio",
11130 "tungstenite 0.20.1",
11131]
11132
11133[[package]]
11134name = "tokio-util"
11135version = "0.7.9"
11136source = "registry+https://github.com/rust-lang/crates.io-index"
11137checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
11138dependencies = [
11139 "bytes 1.5.0",
11140 "futures-core",
11141 "futures-io",
11142 "futures-sink",
11143 "pin-project-lite",
11144 "tokio",
11145 "tracing",
11146]
11147
11148[[package]]
11149name = "toml"
11150version = "0.5.11"
11151source = "registry+https://github.com/rust-lang/crates.io-index"
11152checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
11153dependencies = [
11154 "serde",
11155]
11156
11157[[package]]
11158name = "toml"
11159version = "0.7.8"
11160source = "registry+https://github.com/rust-lang/crates.io-index"
11161checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
11162dependencies = [
11163 "serde",
11164 "serde_spanned",
11165 "toml_datetime",
11166 "toml_edit 0.19.15",
11167]
11168
11169[[package]]
11170name = "toml"
11171version = "0.8.10"
11172source = "registry+https://github.com/rust-lang/crates.io-index"
11173checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290"
11174dependencies = [
11175 "serde",
11176 "serde_spanned",
11177 "toml_datetime",
11178 "toml_edit 0.22.6",
11179]
11180
11181[[package]]
11182name = "toml_datetime"
11183version = "0.6.5"
11184source = "registry+https://github.com/rust-lang/crates.io-index"
11185checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
11186dependencies = [
11187 "serde",
11188]
11189
11190[[package]]
11191name = "toml_edit"
11192version = "0.19.15"
11193source = "registry+https://github.com/rust-lang/crates.io-index"
11194checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
11195dependencies = [
11196 "indexmap 2.2.6",
11197 "serde",
11198 "serde_spanned",
11199 "toml_datetime",
11200 "winnow 0.5.15",
11201]
11202
11203[[package]]
11204name = "toml_edit"
11205version = "0.21.1"
11206source = "registry+https://github.com/rust-lang/crates.io-index"
11207checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
11208dependencies = [
11209 "indexmap 2.2.6",
11210 "toml_datetime",
11211 "winnow 0.5.15",
11212]
11213
11214[[package]]
11215name = "toml_edit"
11216version = "0.22.6"
11217source = "registry+https://github.com/rust-lang/crates.io-index"
11218checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6"
11219dependencies = [
11220 "indexmap 2.2.6",
11221 "serde",
11222 "serde_spanned",
11223 "toml_datetime",
11224 "winnow 0.6.1",
11225]
11226
11227[[package]]
11228name = "tower"
11229version = "0.4.13"
11230source = "registry+https://github.com/rust-lang/crates.io-index"
11231checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
11232dependencies = [
11233 "futures-core",
11234 "futures-util",
11235 "pin-project",
11236 "pin-project-lite",
11237 "tokio",
11238 "tower-layer",
11239 "tower-service",
11240 "tracing",
11241]
11242
11243[[package]]
11244name = "tower-http"
11245version = "0.3.5"
11246source = "registry+https://github.com/rust-lang/crates.io-index"
11247checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
11248dependencies = [
11249 "bitflags 1.3.2",
11250 "bytes 1.5.0",
11251 "futures-core",
11252 "futures-util",
11253 "http 0.2.9",
11254 "http-body",
11255 "http-range-header",
11256 "pin-project-lite",
11257 "tower-layer",
11258 "tower-service",
11259]
11260
11261[[package]]
11262name = "tower-http"
11263version = "0.4.4"
11264source = "registry+https://github.com/rust-lang/crates.io-index"
11265checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
11266dependencies = [
11267 "bitflags 2.4.2",
11268 "bytes 1.5.0",
11269 "futures-core",
11270 "futures-util",
11271 "http 0.2.9",
11272 "http-body",
11273 "http-range-header",
11274 "pin-project-lite",
11275 "tower-layer",
11276 "tower-service",
11277 "tracing",
11278]
11279
11280[[package]]
11281name = "tower-layer"
11282version = "0.3.2"
11283source = "registry+https://github.com/rust-lang/crates.io-index"
11284checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
11285
11286[[package]]
11287name = "tower-service"
11288version = "0.3.2"
11289source = "registry+https://github.com/rust-lang/crates.io-index"
11290checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
11291
11292[[package]]
11293name = "tracing"
11294version = "0.1.40"
11295source = "registry+https://github.com/rust-lang/crates.io-index"
11296checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
11297dependencies = [
11298 "log",
11299 "pin-project-lite",
11300 "tracing-attributes",
11301 "tracing-core",
11302]
11303
11304[[package]]
11305name = "tracing-attributes"
11306version = "0.1.27"
11307source = "registry+https://github.com/rust-lang/crates.io-index"
11308checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
11309dependencies = [
11310 "proc-macro2",
11311 "quote",
11312 "syn 2.0.59",
11313]
11314
11315[[package]]
11316name = "tracing-core"
11317version = "0.1.32"
11318source = "registry+https://github.com/rust-lang/crates.io-index"
11319checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
11320dependencies = [
11321 "once_cell",
11322 "valuable",
11323]
11324
11325[[package]]
11326name = "tracing-futures"
11327version = "0.2.5"
11328source = "registry+https://github.com/rust-lang/crates.io-index"
11329checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
11330dependencies = [
11331 "pin-project",
11332 "tracing",
11333]
11334
11335[[package]]
11336name = "tracing-log"
11337version = "0.2.0"
11338source = "registry+https://github.com/rust-lang/crates.io-index"
11339checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
11340dependencies = [
11341 "log",
11342 "once_cell",
11343 "tracing-core",
11344]
11345
11346[[package]]
11347name = "tracing-serde"
11348version = "0.1.3"
11349source = "registry+https://github.com/rust-lang/crates.io-index"
11350checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
11351dependencies = [
11352 "serde",
11353 "tracing-core",
11354]
11355
11356[[package]]
11357name = "tracing-subscriber"
11358version = "0.3.18"
11359source = "registry+https://github.com/rust-lang/crates.io-index"
11360checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
11361dependencies = [
11362 "matchers",
11363 "nu-ansi-term",
11364 "once_cell",
11365 "regex",
11366 "serde",
11367 "serde_json",
11368 "sharded-slab",
11369 "smallvec",
11370 "thread_local",
11371 "tracing",
11372 "tracing-core",
11373 "tracing-log",
11374 "tracing-serde",
11375]
11376
11377[[package]]
11378name = "tree-sitter"
11379version = "0.20.100"
11380source = "git+https://github.com/tree-sitter/tree-sitter?rev=7b4894ba2ae81b988846676f54c0988d4027ef4f#7b4894ba2ae81b988846676f54c0988d4027ef4f"
11381dependencies = [
11382 "cc",
11383 "regex",
11384 "wasmtime-c-api-impl",
11385]
11386
11387[[package]]
11388name = "tree-sitter-bash"
11389version = "0.20.5"
11390source = "registry+https://github.com/rust-lang/crates.io-index"
11391checksum = "57da2032c37eb2ce29fd18df7d3b94355fec8d6d854d8f80934955df542b5906"
11392dependencies = [
11393 "cc",
11394 "tree-sitter",
11395]
11396
11397[[package]]
11398name = "tree-sitter-c"
11399version = "0.20.6"
11400source = "registry+https://github.com/rust-lang/crates.io-index"
11401checksum = "30b03bdf218020057abee831581a74bff8c298323d6c6cd1a70556430ded9f4b"
11402dependencies = [
11403 "cc",
11404 "tree-sitter",
11405]
11406
11407[[package]]
11408name = "tree-sitter-cpp"
11409version = "0.20.5"
11410source = "registry+https://github.com/rust-lang/crates.io-index"
11411checksum = "46b04a5ada71059afb9895966a6cc1094acc8d2ea1971006db26573e7dfebb74"
11412dependencies = [
11413 "cc",
11414 "tree-sitter",
11415]
11416
11417[[package]]
11418name = "tree-sitter-css"
11419version = "0.20.0"
11420source = "registry+https://github.com/rust-lang/crates.io-index"
11421checksum = "c3306ddefa1d2681adda2613d11974ffabfbeb215e23235da6c862f3493a04fd"
11422dependencies = [
11423 "cc",
11424 "tree-sitter",
11425]
11426
11427[[package]]
11428name = "tree-sitter-elixir"
11429version = "0.1.1"
11430source = "registry+https://github.com/rust-lang/crates.io-index"
11431checksum = "1bc0b1f3e6d9f12ca22ae5171f32fd154e3aea29dff565d05ef785c28931415b"
11432dependencies = [
11433 "cc",
11434 "tree-sitter",
11435]
11436
11437[[package]]
11438name = "tree-sitter-embedded-template"
11439version = "0.20.0"
11440source = "registry+https://github.com/rust-lang/crates.io-index"
11441checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
11442dependencies = [
11443 "cc",
11444 "tree-sitter",
11445]
11446
11447[[package]]
11448name = "tree-sitter-go"
11449version = "0.20.0"
11450source = "git+https://github.com/tree-sitter/tree-sitter-go?rev=b82ab803d887002a0af11f6ce63d72884580bf33#b82ab803d887002a0af11f6ce63d72884580bf33"
11451dependencies = [
11452 "cc",
11453 "tree-sitter",
11454]
11455
11456[[package]]
11457name = "tree-sitter-gomod"
11458version = "1.0.1"
11459source = "registry+https://github.com/rust-lang/crates.io-index"
11460checksum = "31d0a848a3a4a383fb97ef91241d972c3b996567cdc59040ad2c6fc48b874992"
11461dependencies = [
11462 "cc",
11463 "tree-sitter",
11464]
11465
11466[[package]]
11467name = "tree-sitter-gowork"
11468version = "0.0.1"
11469source = "git+https://github.com/d1y/tree-sitter-go-work#a2a4b99b53b3740855ff33f0b54cab0bb4ce6f45"
11470dependencies = [
11471 "cc",
11472 "tree-sitter",
11473]
11474
11475[[package]]
11476name = "tree-sitter-heex"
11477version = "0.0.1"
11478source = "git+https://github.com/phoenixframework/tree-sitter-heex?rev=2e1348c3cf2c9323e87c2744796cf3f3868aa82a#2e1348c3cf2c9323e87c2744796cf3f3868aa82a"
11479dependencies = [
11480 "cc",
11481 "tree-sitter",
11482]
11483
11484[[package]]
11485name = "tree-sitter-html"
11486version = "0.19.0"
11487source = "registry+https://github.com/rust-lang/crates.io-index"
11488checksum = "184e6b77953a354303dc87bf5fe36558c83569ce92606e7b382a0dc1b7443443"
11489dependencies = [
11490 "cc",
11491 "tree-sitter",
11492]
11493
11494[[package]]
11495name = "tree-sitter-jsdoc"
11496version = "0.20.0"
11497source = "git+https://github.com/tree-sitter/tree-sitter-jsdoc?rev=6a6cf9e7341af32d8e2b2e24a37fbfebefc3dc55#6a6cf9e7341af32d8e2b2e24a37fbfebefc3dc55"
11498dependencies = [
11499 "cc",
11500 "tree-sitter",
11501]
11502
11503[[package]]
11504name = "tree-sitter-json"
11505version = "0.20.2"
11506source = "registry+https://github.com/rust-lang/crates.io-index"
11507checksum = "5a9a38a9c679b55cc8d17350381ec08d69fa1a17a53fcf197f344516e485ed4d"
11508dependencies = [
11509 "cc",
11510 "tree-sitter",
11511]
11512
11513[[package]]
11514name = "tree-sitter-markdown"
11515version = "0.0.1"
11516source = "git+https://github.com/MDeiml/tree-sitter-markdown?rev=330ecab87a3e3a7211ac69bbadc19eabecdb1cca#330ecab87a3e3a7211ac69bbadc19eabecdb1cca"
11517dependencies = [
11518 "cc",
11519 "tree-sitter",
11520]
11521
11522[[package]]
11523name = "tree-sitter-proto"
11524version = "0.0.2"
11525source = "git+https://github.com/rewinfrey/tree-sitter-proto?rev=36d54f288aee112f13a67b550ad32634d0c2cb52#36d54f288aee112f13a67b550ad32634d0c2cb52"
11526dependencies = [
11527 "cc",
11528 "tree-sitter",
11529]
11530
11531[[package]]
11532name = "tree-sitter-python"
11533version = "0.20.4"
11534source = "registry+https://github.com/rust-lang/crates.io-index"
11535checksum = "e6c93b1b1fbd0d399db3445f51fd3058e43d0b4dcff62ddbdb46e66550978aa5"
11536dependencies = [
11537 "cc",
11538 "tree-sitter",
11539]
11540
11541[[package]]
11542name = "tree-sitter-regex"
11543version = "0.20.0"
11544source = "registry+https://github.com/rust-lang/crates.io-index"
11545checksum = "efb5a53e9c990757895476216796b170fd81e4d173d08f8b082279c4e6ff8c5c"
11546dependencies = [
11547 "cc",
11548 "tree-sitter",
11549]
11550
11551[[package]]
11552name = "tree-sitter-ruby"
11553version = "0.20.0"
11554source = "registry+https://github.com/rust-lang/crates.io-index"
11555checksum = "0ac30cbb1560363ae76e1ccde543d6d99087421e228cc47afcec004b86bb711a"
11556dependencies = [
11557 "cc",
11558 "tree-sitter",
11559]
11560
11561[[package]]
11562name = "tree-sitter-rust"
11563version = "0.20.4"
11564source = "registry+https://github.com/rust-lang/crates.io-index"
11565checksum = "b0832309b0b2b6d33760ce5c0e818cb47e1d72b468516bfe4134408926fa7594"
11566dependencies = [
11567 "cc",
11568 "tree-sitter",
11569]
11570
11571[[package]]
11572name = "tree-sitter-typescript"
11573version = "0.20.5"
11574source = "registry+https://github.com/rust-lang/crates.io-index"
11575checksum = "c8bc1d2c24276a48ef097a71b56888ac9db63717e8f8d0b324668a27fd619670"
11576dependencies = [
11577 "cc",
11578 "tree-sitter",
11579]
11580
11581[[package]]
11582name = "tree-sitter-yaml"
11583version = "0.0.1"
11584source = "registry+https://github.com/rust-lang/crates.io-index"
11585checksum = "324767d0ad6bc588467aa4b98f6f5cd6eda64ece1eae568f8fcf5b899bcf0fe9"
11586dependencies = [
11587 "cc",
11588 "tree-sitter",
11589]
11590
11591[[package]]
11592name = "try-lock"
11593version = "0.2.4"
11594source = "registry+https://github.com/rust-lang/crates.io-index"
11595checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
11596
11597[[package]]
11598name = "ttf-parser"
11599version = "0.21.1"
11600source = "registry+https://github.com/rust-lang/crates.io-index"
11601checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
11602
11603[[package]]
11604name = "tungstenite"
11605version = "0.16.0"
11606source = "registry+https://github.com/rust-lang/crates.io-index"
11607checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1"
11608dependencies = [
11609 "base64 0.13.1",
11610 "byteorder",
11611 "bytes 1.5.0",
11612 "http 0.2.9",
11613 "httparse",
11614 "log",
11615 "native-tls",
11616 "rand 0.8.5",
11617 "sha-1",
11618 "thiserror",
11619 "url",
11620 "utf-8",
11621]
11622
11623[[package]]
11624name = "tungstenite"
11625version = "0.20.1"
11626source = "registry+https://github.com/rust-lang/crates.io-index"
11627checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
11628dependencies = [
11629 "byteorder",
11630 "bytes 1.5.0",
11631 "data-encoding",
11632 "http 0.2.9",
11633 "httparse",
11634 "log",
11635 "rand 0.8.5",
11636 "sha1",
11637 "thiserror",
11638 "url",
11639 "utf-8",
11640]
11641
11642[[package]]
11643name = "typeid"
11644version = "1.0.0"
11645source = "registry+https://github.com/rust-lang/crates.io-index"
11646checksum = "059d83cc991e7a42fc37bd50941885db0888e34209f8cfd9aab07ddec03bc9cf"
11647
11648[[package]]
11649name = "typenum"
11650version = "1.17.0"
11651source = "registry+https://github.com/rust-lang/crates.io-index"
11652checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
11653
11654[[package]]
11655name = "uds_windows"
11656version = "1.1.0"
11657source = "registry+https://github.com/rust-lang/crates.io-index"
11658checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
11659dependencies = [
11660 "memoffset",
11661 "tempfile",
11662 "winapi",
11663]
11664
11665[[package]]
11666name = "ui"
11667version = "0.1.0"
11668dependencies = [
11669 "chrono",
11670 "gpui",
11671 "itertools 0.11.0",
11672 "menu",
11673 "serde",
11674 "settings",
11675 "smallvec",
11676 "story",
11677 "strum",
11678 "theme",
11679 "windows 0.57.0",
11680]
11681
11682[[package]]
11683name = "ui_text_field"
11684version = "0.1.0"
11685dependencies = [
11686 "editor",
11687 "gpui",
11688 "settings",
11689 "theme",
11690 "ui",
11691]
11692
11693[[package]]
11694name = "unicase"
11695version = "2.7.0"
11696source = "registry+https://github.com/rust-lang/crates.io-index"
11697checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
11698dependencies = [
11699 "version_check",
11700]
11701
11702[[package]]
11703name = "unicode-bidi"
11704version = "0.3.13"
11705source = "registry+https://github.com/rust-lang/crates.io-index"
11706checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
11707
11708[[package]]
11709name = "unicode-bidi-mirroring"
11710version = "0.2.0"
11711source = "registry+https://github.com/rust-lang/crates.io-index"
11712checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
11713
11714[[package]]
11715name = "unicode-ccc"
11716version = "0.2.0"
11717source = "registry+https://github.com/rust-lang/crates.io-index"
11718checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
11719
11720[[package]]
11721name = "unicode-ident"
11722version = "1.0.12"
11723source = "registry+https://github.com/rust-lang/crates.io-index"
11724checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
11725
11726[[package]]
11727name = "unicode-linebreak"
11728version = "0.1.5"
11729source = "registry+https://github.com/rust-lang/crates.io-index"
11730checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
11731
11732[[package]]
11733name = "unicode-normalization"
11734version = "0.1.22"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
11737dependencies = [
11738 "tinyvec",
11739]
11740
11741[[package]]
11742name = "unicode-properties"
11743version = "0.1.1"
11744source = "registry+https://github.com/rust-lang/crates.io-index"
11745checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
11746
11747[[package]]
11748name = "unicode-script"
11749version = "0.5.5"
11750source = "registry+https://github.com/rust-lang/crates.io-index"
11751checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
11752
11753[[package]]
11754name = "unicode-segmentation"
11755version = "1.10.1"
11756source = "registry+https://github.com/rust-lang/crates.io-index"
11757checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
11758
11759[[package]]
11760name = "unicode-width"
11761version = "0.1.11"
11762source = "registry+https://github.com/rust-lang/crates.io-index"
11763checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
11764
11765[[package]]
11766name = "unicode-xid"
11767version = "0.2.4"
11768source = "registry+https://github.com/rust-lang/crates.io-index"
11769checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
11770
11771[[package]]
11772name = "unicode_categories"
11773version = "0.1.1"
11774source = "registry+https://github.com/rust-lang/crates.io-index"
11775checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
11776
11777[[package]]
11778name = "unindent"
11779version = "0.1.11"
11780source = "registry+https://github.com/rust-lang/crates.io-index"
11781checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
11782
11783[[package]]
11784name = "untrusted"
11785version = "0.9.0"
11786source = "registry+https://github.com/rust-lang/crates.io-index"
11787checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
11788
11789[[package]]
11790name = "url"
11791version = "2.5.0"
11792source = "registry+https://github.com/rust-lang/crates.io-index"
11793checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
11794dependencies = [
11795 "form_urlencoded",
11796 "idna",
11797 "percent-encoding",
11798 "serde",
11799]
11800
11801[[package]]
11802name = "urlencoding"
11803version = "2.1.3"
11804source = "registry+https://github.com/rust-lang/crates.io-index"
11805checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
11806
11807[[package]]
11808name = "usvg"
11809version = "0.41.0"
11810source = "registry+https://github.com/rust-lang/crates.io-index"
11811checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
11812dependencies = [
11813 "base64 0.22.0",
11814 "data-url",
11815 "flate2",
11816 "imagesize",
11817 "kurbo",
11818 "log",
11819 "pico-args",
11820 "roxmltree",
11821 "simplecss",
11822 "siphasher 1.0.1",
11823 "strict-num",
11824 "svgtypes",
11825 "tiny-skia-path",
11826 "xmlwriter",
11827]
11828
11829[[package]]
11830name = "utf-8"
11831version = "0.7.6"
11832source = "registry+https://github.com/rust-lang/crates.io-index"
11833checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
11834
11835[[package]]
11836name = "utf8parse"
11837version = "0.2.1"
11838source = "registry+https://github.com/rust-lang/crates.io-index"
11839checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
11840
11841[[package]]
11842name = "util"
11843version = "0.1.0"
11844dependencies = [
11845 "anyhow",
11846 "async-fs 1.6.0",
11847 "collections",
11848 "dirs 4.0.0",
11849 "futures 0.3.28",
11850 "futures-lite 1.13.0",
11851 "git2",
11852 "globset",
11853 "log",
11854 "rand 0.8.5",
11855 "regex",
11856 "rust-embed",
11857 "serde",
11858 "serde_json",
11859 "take-until",
11860 "tempfile",
11861 "tendril",
11862 "unicase",
11863]
11864
11865[[package]]
11866name = "uuid"
11867version = "1.8.0"
11868source = "registry+https://github.com/rust-lang/crates.io-index"
11869checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
11870dependencies = [
11871 "getrandom 0.2.10",
11872 "serde",
11873 "sha1_smol",
11874]
11875
11876[[package]]
11877name = "v_frame"
11878version = "0.3.8"
11879source = "registry+https://github.com/rust-lang/crates.io-index"
11880checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
11881dependencies = [
11882 "aligned-vec",
11883 "num-traits",
11884 "wasm-bindgen",
11885]
11886
11887[[package]]
11888name = "valuable"
11889version = "0.1.0"
11890source = "registry+https://github.com/rust-lang/crates.io-index"
11891checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
11892
11893[[package]]
11894name = "value-bag"
11895version = "1.9.0"
11896source = "registry+https://github.com/rust-lang/crates.io-index"
11897checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
11898dependencies = [
11899 "value-bag-serde1",
11900 "value-bag-sval2",
11901]
11902
11903[[package]]
11904name = "value-bag-serde1"
11905version = "1.9.0"
11906source = "registry+https://github.com/rust-lang/crates.io-index"
11907checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
11908dependencies = [
11909 "erased-serde",
11910 "serde",
11911 "serde_fmt",
11912]
11913
11914[[package]]
11915name = "value-bag-sval2"
11916version = "1.9.0"
11917source = "registry+https://github.com/rust-lang/crates.io-index"
11918checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
11919dependencies = [
11920 "sval",
11921 "sval_buffer",
11922 "sval_dynamic",
11923 "sval_fmt",
11924 "sval_json",
11925 "sval_ref",
11926 "sval_serde",
11927]
11928
11929[[package]]
11930name = "vcpkg"
11931version = "0.2.15"
11932source = "registry+https://github.com/rust-lang/crates.io-index"
11933checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
11934
11935[[package]]
11936name = "vcs_menu"
11937version = "0.1.0"
11938dependencies = [
11939 "anyhow",
11940 "fuzzy",
11941 "git",
11942 "gpui",
11943 "picker",
11944 "ui",
11945 "util",
11946 "workspace",
11947]
11948
11949[[package]]
11950name = "version-compare"
11951version = "0.2.0"
11952source = "registry+https://github.com/rust-lang/crates.io-index"
11953checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
11954
11955[[package]]
11956name = "version_check"
11957version = "0.9.4"
11958source = "registry+https://github.com/rust-lang/crates.io-index"
11959checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
11960
11961[[package]]
11962name = "vim"
11963version = "0.1.0"
11964dependencies = [
11965 "anyhow",
11966 "async-compat",
11967 "async-trait",
11968 "collections",
11969 "command_palette",
11970 "command_palette_hooks",
11971 "editor",
11972 "futures 0.3.28",
11973 "gpui",
11974 "indoc",
11975 "itertools 0.11.0",
11976 "language",
11977 "log",
11978 "lsp",
11979 "multi_buffer",
11980 "nvim-rs",
11981 "parking_lot",
11982 "regex",
11983 "release_channel",
11984 "schemars",
11985 "search",
11986 "serde",
11987 "serde_derive",
11988 "serde_json",
11989 "settings",
11990 "tokio",
11991 "ui",
11992 "util",
11993 "workspace",
11994 "zed_actions",
11995]
11996
11997[[package]]
11998name = "vscode_theme"
11999version = "0.2.0"
12000source = "registry+https://github.com/rust-lang/crates.io-index"
12001checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
12002dependencies = [
12003 "serde",
12004]
12005
12006[[package]]
12007name = "vsimd"
12008version = "0.8.0"
12009source = "registry+https://github.com/rust-lang/crates.io-index"
12010checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
12011
12012[[package]]
12013name = "vswhom"
12014version = "0.1.0"
12015source = "registry+https://github.com/rust-lang/crates.io-index"
12016checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
12017dependencies = [
12018 "libc",
12019 "vswhom-sys",
12020]
12021
12022[[package]]
12023name = "vswhom-sys"
12024version = "0.1.2"
12025source = "registry+https://github.com/rust-lang/crates.io-index"
12026checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
12027dependencies = [
12028 "cc",
12029 "libc",
12030]
12031
12032[[package]]
12033name = "vte"
12034version = "0.13.0"
12035source = "registry+https://github.com/rust-lang/crates.io-index"
12036checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
12037dependencies = [
12038 "bitflags 2.4.2",
12039 "cursor-icon",
12040 "log",
12041 "serde",
12042 "utf8parse",
12043 "vte_generate_state_changes",
12044]
12045
12046[[package]]
12047name = "vte_generate_state_changes"
12048version = "0.1.1"
12049source = "registry+https://github.com/rust-lang/crates.io-index"
12050checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
12051dependencies = [
12052 "proc-macro2",
12053 "quote",
12054]
12055
12056[[package]]
12057name = "waker-fn"
12058version = "1.1.0"
12059source = "registry+https://github.com/rust-lang/crates.io-index"
12060checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
12061
12062[[package]]
12063name = "walkdir"
12064version = "2.5.0"
12065source = "registry+https://github.com/rust-lang/crates.io-index"
12066checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
12067dependencies = [
12068 "same-file",
12069 "winapi-util",
12070]
12071
12072[[package]]
12073name = "want"
12074version = "0.3.1"
12075source = "registry+https://github.com/rust-lang/crates.io-index"
12076checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
12077dependencies = [
12078 "try-lock",
12079]
12080
12081[[package]]
12082name = "wasi"
12083version = "0.9.0+wasi-snapshot-preview1"
12084source = "registry+https://github.com/rust-lang/crates.io-index"
12085checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
12086
12087[[package]]
12088name = "wasi"
12089version = "0.11.0+wasi-snapshot-preview1"
12090source = "registry+https://github.com/rust-lang/crates.io-index"
12091checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
12092
12093[[package]]
12094name = "wasm-bindgen"
12095version = "0.2.92"
12096source = "registry+https://github.com/rust-lang/crates.io-index"
12097checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
12098dependencies = [
12099 "cfg-if",
12100 "wasm-bindgen-macro",
12101]
12102
12103[[package]]
12104name = "wasm-bindgen-backend"
12105version = "0.2.92"
12106source = "registry+https://github.com/rust-lang/crates.io-index"
12107checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
12108dependencies = [
12109 "bumpalo",
12110 "log",
12111 "once_cell",
12112 "proc-macro2",
12113 "quote",
12114 "syn 2.0.59",
12115 "wasm-bindgen-shared",
12116]
12117
12118[[package]]
12119name = "wasm-bindgen-futures"
12120version = "0.4.37"
12121source = "registry+https://github.com/rust-lang/crates.io-index"
12122checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
12123dependencies = [
12124 "cfg-if",
12125 "js-sys",
12126 "wasm-bindgen",
12127 "web-sys",
12128]
12129
12130[[package]]
12131name = "wasm-bindgen-macro"
12132version = "0.2.92"
12133source = "registry+https://github.com/rust-lang/crates.io-index"
12134checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
12135dependencies = [
12136 "quote",
12137 "wasm-bindgen-macro-support",
12138]
12139
12140[[package]]
12141name = "wasm-bindgen-macro-support"
12142version = "0.2.92"
12143source = "registry+https://github.com/rust-lang/crates.io-index"
12144checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
12145dependencies = [
12146 "proc-macro2",
12147 "quote",
12148 "syn 2.0.59",
12149 "wasm-bindgen-backend",
12150 "wasm-bindgen-shared",
12151]
12152
12153[[package]]
12154name = "wasm-bindgen-shared"
12155version = "0.2.92"
12156source = "registry+https://github.com/rust-lang/crates.io-index"
12157checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
12158
12159[[package]]
12160name = "wasm-encoder"
12161version = "0.201.0"
12162source = "registry+https://github.com/rust-lang/crates.io-index"
12163checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
12164dependencies = [
12165 "leb128",
12166]
12167
12168[[package]]
12169name = "wasm-metadata"
12170version = "0.201.0"
12171source = "registry+https://github.com/rust-lang/crates.io-index"
12172checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
12173dependencies = [
12174 "anyhow",
12175 "indexmap 2.2.6",
12176 "serde",
12177 "serde_derive",
12178 "serde_json",
12179 "spdx",
12180 "wasm-encoder",
12181 "wasmparser",
12182]
12183
12184[[package]]
12185name = "wasmparser"
12186version = "0.201.0"
12187source = "registry+https://github.com/rust-lang/crates.io-index"
12188checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
12189dependencies = [
12190 "bitflags 2.4.2",
12191 "indexmap 2.2.6",
12192 "semver",
12193]
12194
12195[[package]]
12196name = "wasmprinter"
12197version = "0.201.0"
12198source = "registry+https://github.com/rust-lang/crates.io-index"
12199checksum = "a67e66da702706ba08729a78e3c0079085f6bfcb1a62e4799e97bbf728c2c265"
12200dependencies = [
12201 "anyhow",
12202 "wasmparser",
12203]
12204
12205[[package]]
12206name = "wasmtime"
12207version = "19.0.0"
12208source = "registry+https://github.com/rust-lang/crates.io-index"
12209checksum = "6a08af88fa3d324cc5cf6d388d90ef396a787b3fb4bbd51ba185f8645dc0f02c"
12210dependencies = [
12211 "anyhow",
12212 "async-trait",
12213 "bincode",
12214 "bumpalo",
12215 "cfg-if",
12216 "encoding_rs",
12217 "gimli",
12218 "indexmap 2.2.6",
12219 "libc",
12220 "log",
12221 "object",
12222 "once_cell",
12223 "paste",
12224 "rustix 0.38.32",
12225 "semver",
12226 "serde",
12227 "serde_derive",
12228 "serde_json",
12229 "target-lexicon",
12230 "wasmparser",
12231 "wasmtime-component-macro",
12232 "wasmtime-component-util",
12233 "wasmtime-cranelift",
12234 "wasmtime-environ",
12235 "wasmtime-fiber",
12236 "wasmtime-jit-icache-coherence",
12237 "wasmtime-runtime",
12238 "wasmtime-slab",
12239 "wasmtime-winch",
12240 "windows-sys 0.52.0",
12241]
12242
12243[[package]]
12244name = "wasmtime-asm-macros"
12245version = "19.0.0"
12246source = "registry+https://github.com/rust-lang/crates.io-index"
12247checksum = "16cdbfcf28542bcda0b5fd68d44603e53e5ad126cbe7b9f25c130e1249fd8211"
12248dependencies = [
12249 "cfg-if",
12250]
12251
12252[[package]]
12253name = "wasmtime-c-api-impl"
12254version = "19.0.0"
12255source = "registry+https://github.com/rust-lang/crates.io-index"
12256checksum = "67dea28073e105735210b9e932b5e654198d5e28ed31f1314037cd7664ceda2b"
12257dependencies = [
12258 "anyhow",
12259 "log",
12260 "once_cell",
12261 "tracing",
12262 "wasmtime",
12263 "wasmtime-c-api-macros",
12264]
12265
12266[[package]]
12267name = "wasmtime-c-api-macros"
12268version = "19.0.0"
12269source = "registry+https://github.com/rust-lang/crates.io-index"
12270checksum = "0cfe12050fa28b17ab8434ab757fee281dd0d5c7715fa1bc5e4c0b29d1705415"
12271dependencies = [
12272 "proc-macro2",
12273 "quote",
12274]
12275
12276[[package]]
12277name = "wasmtime-component-macro"
12278version = "19.0.0"
12279source = "registry+https://github.com/rust-lang/crates.io-index"
12280checksum = "0cdcf690257c623506eeec3a502864b282aab0fdfd6981c1ebb63c7e98f4a23a"
12281dependencies = [
12282 "anyhow",
12283 "proc-macro2",
12284 "quote",
12285 "syn 2.0.59",
12286 "wasmtime-component-util",
12287 "wasmtime-wit-bindgen",
12288 "wit-parser",
12289]
12290
12291[[package]]
12292name = "wasmtime-component-util"
12293version = "19.0.0"
12294source = "registry+https://github.com/rust-lang/crates.io-index"
12295checksum = "ab3ae7bf66e2fae1e332ab3634f332d7422e878a6eecc47c8f8f78cc1f24e501"
12296
12297[[package]]
12298name = "wasmtime-cranelift"
12299version = "19.0.0"
12300source = "registry+https://github.com/rust-lang/crates.io-index"
12301checksum = "67ea025c969a09117818732fa6f96848e858a7953d4659dab8081a6eea3c0523"
12302dependencies = [
12303 "anyhow",
12304 "cfg-if",
12305 "cranelift-codegen",
12306 "cranelift-control",
12307 "cranelift-entity",
12308 "cranelift-frontend",
12309 "cranelift-native",
12310 "cranelift-wasm",
12311 "gimli",
12312 "log",
12313 "object",
12314 "target-lexicon",
12315 "thiserror",
12316 "wasmparser",
12317 "wasmtime-cranelift-shared",
12318 "wasmtime-environ",
12319 "wasmtime-versioned-export-macros",
12320]
12321
12322[[package]]
12323name = "wasmtime-cranelift-shared"
12324version = "19.0.0"
12325source = "registry+https://github.com/rust-lang/crates.io-index"
12326checksum = "dcd6dd2f8d8d4860b384f61f89b597633a5b5f0943c546210e5084c5d321fe20"
12327dependencies = [
12328 "anyhow",
12329 "cranelift-codegen",
12330 "cranelift-control",
12331 "cranelift-native",
12332 "gimli",
12333 "object",
12334 "target-lexicon",
12335 "wasmtime-environ",
12336]
12337
12338[[package]]
12339name = "wasmtime-environ"
12340version = "19.0.0"
12341source = "registry+https://github.com/rust-lang/crates.io-index"
12342checksum = "7f60f3f717658dd77745de03b750d5852126e9be6dad465848c77f90387c44c9"
12343dependencies = [
12344 "anyhow",
12345 "bincode",
12346 "cpp_demangle",
12347 "cranelift-entity",
12348 "gimli",
12349 "indexmap 2.2.6",
12350 "log",
12351 "object",
12352 "rustc-demangle",
12353 "serde",
12354 "serde_derive",
12355 "target-lexicon",
12356 "thiserror",
12357 "wasm-encoder",
12358 "wasmparser",
12359 "wasmprinter",
12360 "wasmtime-component-util",
12361 "wasmtime-types",
12362]
12363
12364[[package]]
12365name = "wasmtime-fiber"
12366version = "19.0.0"
12367source = "registry+https://github.com/rust-lang/crates.io-index"
12368checksum = "bf8cd22ab1041bf0e54b6283e57824557902e4fed8b1f3a7eef29cbaba89eebf"
12369dependencies = [
12370 "anyhow",
12371 "cc",
12372 "cfg-if",
12373 "rustix 0.38.32",
12374 "wasmtime-asm-macros",
12375 "wasmtime-versioned-export-macros",
12376 "windows-sys 0.52.0",
12377]
12378
12379[[package]]
12380name = "wasmtime-jit-icache-coherence"
12381version = "19.0.0"
12382source = "registry+https://github.com/rust-lang/crates.io-index"
12383checksum = "2796e4b4989db62899d2117e1e0258b839d088c044591b14e3a0396e7b3ae53a"
12384dependencies = [
12385 "cfg-if",
12386 "libc",
12387 "windows-sys 0.52.0",
12388]
12389
12390[[package]]
12391name = "wasmtime-runtime"
12392version = "19.0.0"
12393source = "registry+https://github.com/rust-lang/crates.io-index"
12394checksum = "4bf2b7745df452a4f41b9aab21d3f7ba1347b12da2fdc5241e59306127884a68"
12395dependencies = [
12396 "anyhow",
12397 "cc",
12398 "cfg-if",
12399 "encoding_rs",
12400 "indexmap 2.2.6",
12401 "libc",
12402 "log",
12403 "mach",
12404 "memfd",
12405 "memoffset",
12406 "paste",
12407 "psm",
12408 "rustix 0.38.32",
12409 "sptr",
12410 "wasm-encoder",
12411 "wasmtime-asm-macros",
12412 "wasmtime-environ",
12413 "wasmtime-fiber",
12414 "wasmtime-versioned-export-macros",
12415 "wasmtime-wmemcheck",
12416 "windows-sys 0.52.0",
12417]
12418
12419[[package]]
12420name = "wasmtime-slab"
12421version = "19.0.0"
12422source = "registry+https://github.com/rust-lang/crates.io-index"
12423checksum = "83448ef600ad95977019ebaea84a5516fdbc9561d0a8e26b1e099351f993b527"
12424
12425[[package]]
12426name = "wasmtime-types"
12427version = "19.0.0"
12428source = "registry+https://github.com/rust-lang/crates.io-index"
12429checksum = "cf6fe7ed3fd18ed4b1e4465fe5c8674acc9f03523fca5b1b9f975b2560cd741b"
12430dependencies = [
12431 "cranelift-entity",
12432 "serde",
12433 "serde_derive",
12434 "thiserror",
12435 "wasmparser",
12436]
12437
12438[[package]]
12439name = "wasmtime-versioned-export-macros"
12440version = "19.0.0"
12441source = "registry+https://github.com/rust-lang/crates.io-index"
12442checksum = "6d6d967f01032da7d4c6303da32f6a00d5efe1bac124b156e7342d8ace6ffdfc"
12443dependencies = [
12444 "proc-macro2",
12445 "quote",
12446 "syn 2.0.59",
12447]
12448
12449[[package]]
12450name = "wasmtime-wasi"
12451version = "19.0.0"
12452source = "registry+https://github.com/rust-lang/crates.io-index"
12453checksum = "371d828b6849ea06d598ae7dd1c316e8dd9e99b76f77d93d5886cb25c7f8e188"
12454dependencies = [
12455 "anyhow",
12456 "async-trait",
12457 "bitflags 2.4.2",
12458 "bytes 1.5.0",
12459 "cap-fs-ext",
12460 "cap-net-ext",
12461 "cap-rand",
12462 "cap-std",
12463 "cap-time-ext",
12464 "fs-set-times",
12465 "futures 0.3.28",
12466 "io-extras",
12467 "io-lifetimes 2.0.3",
12468 "once_cell",
12469 "rustix 0.38.32",
12470 "system-interface",
12471 "thiserror",
12472 "tokio",
12473 "tracing",
12474 "url",
12475 "wasmtime",
12476 "wiggle",
12477 "windows-sys 0.52.0",
12478]
12479
12480[[package]]
12481name = "wasmtime-winch"
12482version = "19.0.0"
12483source = "registry+https://github.com/rust-lang/crates.io-index"
12484checksum = "eb8b3fcbc455105760e4a2aa8ee3f39b8357183a62201383b3f72d4836ca2be8"
12485dependencies = [
12486 "anyhow",
12487 "cranelift-codegen",
12488 "gimli",
12489 "object",
12490 "target-lexicon",
12491 "wasmparser",
12492 "wasmtime-cranelift-shared",
12493 "wasmtime-environ",
12494 "winch-codegen",
12495]
12496
12497[[package]]
12498name = "wasmtime-wit-bindgen"
12499version = "19.0.0"
12500source = "registry+https://github.com/rust-lang/crates.io-index"
12501checksum = "96326c9800fb6c099f50d1bd2126d636fc2f96950e1675acf358c0f52516cd38"
12502dependencies = [
12503 "anyhow",
12504 "heck 0.4.1",
12505 "indexmap 2.2.6",
12506 "wit-parser",
12507]
12508
12509[[package]]
12510name = "wasmtime-wmemcheck"
12511version = "19.0.0"
12512source = "registry+https://github.com/rust-lang/crates.io-index"
12513checksum = "36bd91a4dc55af0bf55e9e2ab0ea13724cfb5c5a1acdf8873039769208f59490"
12514
12515[[package]]
12516name = "wast"
12517version = "35.0.2"
12518source = "registry+https://github.com/rust-lang/crates.io-index"
12519checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
12520dependencies = [
12521 "leb128",
12522]
12523
12524[[package]]
12525name = "wayland-backend"
12526version = "0.3.3"
12527source = "registry+https://github.com/rust-lang/crates.io-index"
12528checksum = "9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40"
12529dependencies = [
12530 "cc",
12531 "downcast-rs",
12532 "rustix 0.38.32",
12533 "scoped-tls",
12534 "smallvec",
12535 "wayland-sys",
12536]
12537
12538[[package]]
12539name = "wayland-client"
12540version = "0.31.2"
12541source = "registry+https://github.com/rust-lang/crates.io-index"
12542checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f"
12543dependencies = [
12544 "bitflags 2.4.2",
12545 "rustix 0.38.32",
12546 "wayland-backend",
12547 "wayland-scanner",
12548]
12549
12550[[package]]
12551name = "wayland-cursor"
12552version = "0.31.1"
12553source = "registry+https://github.com/rust-lang/crates.io-index"
12554checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba"
12555dependencies = [
12556 "rustix 0.38.32",
12557 "wayland-client",
12558 "xcursor",
12559]
12560
12561[[package]]
12562name = "wayland-protocols"
12563version = "0.31.2"
12564source = "registry+https://github.com/rust-lang/crates.io-index"
12565checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
12566dependencies = [
12567 "bitflags 2.4.2",
12568 "wayland-backend",
12569 "wayland-client",
12570 "wayland-scanner",
12571]
12572
12573[[package]]
12574name = "wayland-protocols-plasma"
12575version = "0.2.0"
12576source = "registry+https://github.com/rust-lang/crates.io-index"
12577checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
12578dependencies = [
12579 "bitflags 2.4.2",
12580 "wayland-backend",
12581 "wayland-client",
12582 "wayland-protocols",
12583 "wayland-scanner",
12584]
12585
12586[[package]]
12587name = "wayland-scanner"
12588version = "0.31.1"
12589source = "registry+https://github.com/rust-lang/crates.io-index"
12590checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283"
12591dependencies = [
12592 "proc-macro2",
12593 "quick-xml 0.31.0",
12594 "quote",
12595]
12596
12597[[package]]
12598name = "wayland-sys"
12599version = "0.31.1"
12600source = "registry+https://github.com/rust-lang/crates.io-index"
12601checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
12602dependencies = [
12603 "dlib",
12604 "log",
12605 "once_cell",
12606 "pkg-config",
12607]
12608
12609[[package]]
12610name = "web-sys"
12611version = "0.3.64"
12612source = "registry+https://github.com/rust-lang/crates.io-index"
12613checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
12614dependencies = [
12615 "js-sys",
12616 "wasm-bindgen",
12617]
12618
12619[[package]]
12620name = "webpki-roots"
12621version = "0.24.0"
12622source = "registry+https://github.com/rust-lang/crates.io-index"
12623checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888"
12624dependencies = [
12625 "rustls-webpki",
12626]
12627
12628[[package]]
12629name = "weezl"
12630version = "0.1.8"
12631source = "registry+https://github.com/rust-lang/crates.io-index"
12632checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
12633
12634[[package]]
12635name = "welcome"
12636version = "0.1.0"
12637dependencies = [
12638 "anyhow",
12639 "client",
12640 "db",
12641 "editor",
12642 "extensions_ui",
12643 "fuzzy",
12644 "gpui",
12645 "inline_completion_button",
12646 "install_cli",
12647 "picker",
12648 "project",
12649 "schemars",
12650 "serde",
12651 "settings",
12652 "theme_selector",
12653 "ui",
12654 "util",
12655 "vim",
12656 "workspace",
12657]
12658
12659[[package]]
12660name = "which"
12661version = "4.4.2"
12662source = "registry+https://github.com/rust-lang/crates.io-index"
12663checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
12664dependencies = [
12665 "either",
12666 "home",
12667 "once_cell",
12668 "rustix 0.38.32",
12669]
12670
12671[[package]]
12672name = "which"
12673version = "6.0.0"
12674source = "registry+https://github.com/rust-lang/crates.io-index"
12675checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c"
12676dependencies = [
12677 "either",
12678 "home",
12679 "once_cell",
12680 "rustix 0.38.32",
12681 "windows-sys 0.52.0",
12682]
12683
12684[[package]]
12685name = "whoami"
12686version = "1.4.1"
12687source = "registry+https://github.com/rust-lang/crates.io-index"
12688checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50"
12689
12690[[package]]
12691name = "wiggle"
12692version = "19.0.0"
12693source = "registry+https://github.com/rust-lang/crates.io-index"
12694checksum = "ae1136a209614ace00b0c11f04dc7cf42540773be3b22eff6ad165110aba29c1"
12695dependencies = [
12696 "anyhow",
12697 "async-trait",
12698 "bitflags 2.4.2",
12699 "thiserror",
12700 "tracing",
12701 "wasmtime",
12702 "wiggle-macro",
12703]
12704
12705[[package]]
12706name = "wiggle-generate"
12707version = "19.0.0"
12708source = "registry+https://github.com/rust-lang/crates.io-index"
12709checksum = "4c2bd99ce26046f4246d720a4198f6a8fc95bc5da82ae4ef62263e24641c3076"
12710dependencies = [
12711 "anyhow",
12712 "heck 0.4.1",
12713 "proc-macro2",
12714 "quote",
12715 "shellexpand 2.1.2",
12716 "syn 2.0.59",
12717 "witx",
12718]
12719
12720[[package]]
12721name = "wiggle-macro"
12722version = "19.0.0"
12723source = "registry+https://github.com/rust-lang/crates.io-index"
12724checksum = "512d816dbcd0113103b2eb2402ec9018e7f0755202a5b3e67db726f229d8dcae"
12725dependencies = [
12726 "proc-macro2",
12727 "quote",
12728 "syn 2.0.59",
12729 "wiggle-generate",
12730]
12731
12732[[package]]
12733name = "winapi"
12734version = "0.3.9"
12735source = "registry+https://github.com/rust-lang/crates.io-index"
12736checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
12737dependencies = [
12738 "winapi-i686-pc-windows-gnu",
12739 "winapi-x86_64-pc-windows-gnu",
12740]
12741
12742[[package]]
12743name = "winapi-i686-pc-windows-gnu"
12744version = "0.4.0"
12745source = "registry+https://github.com/rust-lang/crates.io-index"
12746checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
12747
12748[[package]]
12749name = "winapi-util"
12750version = "0.1.8"
12751source = "registry+https://github.com/rust-lang/crates.io-index"
12752checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
12753dependencies = [
12754 "windows-sys 0.52.0",
12755]
12756
12757[[package]]
12758name = "winapi-x86_64-pc-windows-gnu"
12759version = "0.4.0"
12760source = "registry+https://github.com/rust-lang/crates.io-index"
12761checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
12762
12763[[package]]
12764name = "winch-codegen"
12765version = "0.17.0"
12766source = "registry+https://github.com/rust-lang/crates.io-index"
12767checksum = "d285c833af9453c037cd220765f86c5c9961e8906a815829107c8801d535b8e4"
12768dependencies = [
12769 "anyhow",
12770 "cranelift-codegen",
12771 "gimli",
12772 "regalloc2",
12773 "smallvec",
12774 "target-lexicon",
12775 "wasmparser",
12776 "wasmtime-environ",
12777]
12778
12779[[package]]
12780name = "windows"
12781version = "0.46.0"
12782source = "registry+https://github.com/rust-lang/crates.io-index"
12783checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
12784dependencies = [
12785 "windows-targets 0.42.2",
12786]
12787
12788[[package]]
12789name = "windows"
12790version = "0.48.0"
12791source = "registry+https://github.com/rust-lang/crates.io-index"
12792checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
12793dependencies = [
12794 "windows-targets 0.48.5",
12795]
12796
12797[[package]]
12798name = "windows"
12799version = "0.52.0"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
12802dependencies = [
12803 "windows-core 0.52.0",
12804 "windows-targets 0.52.5",
12805]
12806
12807[[package]]
12808name = "windows"
12809version = "0.57.0"
12810source = "registry+https://github.com/rust-lang/crates.io-index"
12811checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
12812dependencies = [
12813 "windows-core 0.57.0",
12814 "windows-targets 0.52.5",
12815]
12816
12817[[package]]
12818name = "windows-core"
12819version = "0.52.0"
12820source = "registry+https://github.com/rust-lang/crates.io-index"
12821checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
12822dependencies = [
12823 "windows-targets 0.52.5",
12824]
12825
12826[[package]]
12827name = "windows-core"
12828version = "0.57.0"
12829source = "registry+https://github.com/rust-lang/crates.io-index"
12830checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
12831dependencies = [
12832 "windows-implement",
12833 "windows-interface",
12834 "windows-result",
12835 "windows-targets 0.52.5",
12836]
12837
12838[[package]]
12839name = "windows-implement"
12840version = "0.57.0"
12841source = "registry+https://github.com/rust-lang/crates.io-index"
12842checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
12843dependencies = [
12844 "proc-macro2",
12845 "quote",
12846 "syn 2.0.59",
12847]
12848
12849[[package]]
12850name = "windows-interface"
12851version = "0.57.0"
12852source = "registry+https://github.com/rust-lang/crates.io-index"
12853checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
12854dependencies = [
12855 "proc-macro2",
12856 "quote",
12857 "syn 2.0.59",
12858]
12859
12860[[package]]
12861name = "windows-result"
12862version = "0.1.1"
12863source = "registry+https://github.com/rust-lang/crates.io-index"
12864checksum = "749f0da9cc72d82e600d8d2e44cadd0b9eedb9038f71a1c58556ac1c5791813b"
12865dependencies = [
12866 "windows-targets 0.52.5",
12867]
12868
12869[[package]]
12870name = "windows-sys"
12871version = "0.45.0"
12872source = "registry+https://github.com/rust-lang/crates.io-index"
12873checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
12874dependencies = [
12875 "windows-targets 0.42.2",
12876]
12877
12878[[package]]
12879name = "windows-sys"
12880version = "0.48.0"
12881source = "registry+https://github.com/rust-lang/crates.io-index"
12882checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
12883dependencies = [
12884 "windows-targets 0.48.5",
12885]
12886
12887[[package]]
12888name = "windows-sys"
12889version = "0.52.0"
12890source = "registry+https://github.com/rust-lang/crates.io-index"
12891checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
12892dependencies = [
12893 "windows-targets 0.52.5",
12894]
12895
12896[[package]]
12897name = "windows-targets"
12898version = "0.42.2"
12899source = "registry+https://github.com/rust-lang/crates.io-index"
12900checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
12901dependencies = [
12902 "windows_aarch64_gnullvm 0.42.2",
12903 "windows_aarch64_msvc 0.42.2",
12904 "windows_i686_gnu 0.42.2",
12905 "windows_i686_msvc 0.42.2",
12906 "windows_x86_64_gnu 0.42.2",
12907 "windows_x86_64_gnullvm 0.42.2",
12908 "windows_x86_64_msvc 0.42.2",
12909]
12910
12911[[package]]
12912name = "windows-targets"
12913version = "0.48.5"
12914source = "registry+https://github.com/rust-lang/crates.io-index"
12915checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
12916dependencies = [
12917 "windows_aarch64_gnullvm 0.48.5",
12918 "windows_aarch64_msvc 0.48.5",
12919 "windows_i686_gnu 0.48.5",
12920 "windows_i686_msvc 0.48.5",
12921 "windows_x86_64_gnu 0.48.5",
12922 "windows_x86_64_gnullvm 0.48.5",
12923 "windows_x86_64_msvc 0.48.5",
12924]
12925
12926[[package]]
12927name = "windows-targets"
12928version = "0.52.5"
12929source = "registry+https://github.com/rust-lang/crates.io-index"
12930checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
12931dependencies = [
12932 "windows_aarch64_gnullvm 0.52.5",
12933 "windows_aarch64_msvc 0.52.5",
12934 "windows_i686_gnu 0.52.5",
12935 "windows_i686_gnullvm",
12936 "windows_i686_msvc 0.52.5",
12937 "windows_x86_64_gnu 0.52.5",
12938 "windows_x86_64_gnullvm 0.52.5",
12939 "windows_x86_64_msvc 0.52.5",
12940]
12941
12942[[package]]
12943name = "windows_aarch64_gnullvm"
12944version = "0.42.2"
12945source = "registry+https://github.com/rust-lang/crates.io-index"
12946checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
12947
12948[[package]]
12949name = "windows_aarch64_gnullvm"
12950version = "0.48.5"
12951source = "registry+https://github.com/rust-lang/crates.io-index"
12952checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
12953
12954[[package]]
12955name = "windows_aarch64_gnullvm"
12956version = "0.52.5"
12957source = "registry+https://github.com/rust-lang/crates.io-index"
12958checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
12959
12960[[package]]
12961name = "windows_aarch64_msvc"
12962version = "0.42.2"
12963source = "registry+https://github.com/rust-lang/crates.io-index"
12964checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
12965
12966[[package]]
12967name = "windows_aarch64_msvc"
12968version = "0.48.5"
12969source = "registry+https://github.com/rust-lang/crates.io-index"
12970checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
12971
12972[[package]]
12973name = "windows_aarch64_msvc"
12974version = "0.52.5"
12975source = "registry+https://github.com/rust-lang/crates.io-index"
12976checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
12977
12978[[package]]
12979name = "windows_i686_gnu"
12980version = "0.42.2"
12981source = "registry+https://github.com/rust-lang/crates.io-index"
12982checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
12983
12984[[package]]
12985name = "windows_i686_gnu"
12986version = "0.48.5"
12987source = "registry+https://github.com/rust-lang/crates.io-index"
12988checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
12989
12990[[package]]
12991name = "windows_i686_gnu"
12992version = "0.52.5"
12993source = "registry+https://github.com/rust-lang/crates.io-index"
12994checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
12995
12996[[package]]
12997name = "windows_i686_gnullvm"
12998version = "0.52.5"
12999source = "registry+https://github.com/rust-lang/crates.io-index"
13000checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
13001
13002[[package]]
13003name = "windows_i686_msvc"
13004version = "0.42.2"
13005source = "registry+https://github.com/rust-lang/crates.io-index"
13006checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
13007
13008[[package]]
13009name = "windows_i686_msvc"
13010version = "0.48.5"
13011source = "registry+https://github.com/rust-lang/crates.io-index"
13012checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
13013
13014[[package]]
13015name = "windows_i686_msvc"
13016version = "0.52.5"
13017source = "registry+https://github.com/rust-lang/crates.io-index"
13018checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
13019
13020[[package]]
13021name = "windows_x86_64_gnu"
13022version = "0.42.2"
13023source = "registry+https://github.com/rust-lang/crates.io-index"
13024checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
13025
13026[[package]]
13027name = "windows_x86_64_gnu"
13028version = "0.48.5"
13029source = "registry+https://github.com/rust-lang/crates.io-index"
13030checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
13031
13032[[package]]
13033name = "windows_x86_64_gnu"
13034version = "0.52.5"
13035source = "registry+https://github.com/rust-lang/crates.io-index"
13036checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
13037
13038[[package]]
13039name = "windows_x86_64_gnullvm"
13040version = "0.42.2"
13041source = "registry+https://github.com/rust-lang/crates.io-index"
13042checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
13043
13044[[package]]
13045name = "windows_x86_64_gnullvm"
13046version = "0.48.5"
13047source = "registry+https://github.com/rust-lang/crates.io-index"
13048checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
13049
13050[[package]]
13051name = "windows_x86_64_gnullvm"
13052version = "0.52.5"
13053source = "registry+https://github.com/rust-lang/crates.io-index"
13054checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
13055
13056[[package]]
13057name = "windows_x86_64_msvc"
13058version = "0.42.2"
13059source = "registry+https://github.com/rust-lang/crates.io-index"
13060checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
13061
13062[[package]]
13063name = "windows_x86_64_msvc"
13064version = "0.48.5"
13065source = "registry+https://github.com/rust-lang/crates.io-index"
13066checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
13067
13068[[package]]
13069name = "windows_x86_64_msvc"
13070version = "0.52.5"
13071source = "registry+https://github.com/rust-lang/crates.io-index"
13072checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
13073
13074[[package]]
13075name = "winnow"
13076version = "0.5.15"
13077source = "registry+https://github.com/rust-lang/crates.io-index"
13078checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
13079dependencies = [
13080 "memchr",
13081]
13082
13083[[package]]
13084name = "winnow"
13085version = "0.6.1"
13086source = "registry+https://github.com/rust-lang/crates.io-index"
13087checksum = "d90f4e0f530c4c69f62b80d839e9ef3855edc9cba471a160c4d692deed62b401"
13088dependencies = [
13089 "memchr",
13090]
13091
13092[[package]]
13093name = "winreg"
13094version = "0.50.0"
13095source = "registry+https://github.com/rust-lang/crates.io-index"
13096checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
13097dependencies = [
13098 "cfg-if",
13099 "windows-sys 0.48.0",
13100]
13101
13102[[package]]
13103name = "winreg"
13104version = "0.52.0"
13105source = "registry+https://github.com/rust-lang/crates.io-index"
13106checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
13107dependencies = [
13108 "cfg-if",
13109 "windows-sys 0.48.0",
13110]
13111
13112[[package]]
13113name = "winresource"
13114version = "0.1.17"
13115source = "registry+https://github.com/rust-lang/crates.io-index"
13116checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
13117dependencies = [
13118 "toml 0.7.8",
13119 "version_check",
13120]
13121
13122[[package]]
13123name = "winx"
13124version = "0.36.3"
13125source = "registry+https://github.com/rust-lang/crates.io-index"
13126checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
13127dependencies = [
13128 "bitflags 2.4.2",
13129 "windows-sys 0.52.0",
13130]
13131
13132[[package]]
13133name = "wio"
13134version = "0.2.2"
13135source = "registry+https://github.com/rust-lang/crates.io-index"
13136checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
13137dependencies = [
13138 "winapi",
13139]
13140
13141[[package]]
13142name = "wit-bindgen"
13143version = "0.22.0"
13144source = "registry+https://github.com/rust-lang/crates.io-index"
13145checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
13146dependencies = [
13147 "bitflags 2.4.2",
13148 "wit-bindgen-rt",
13149 "wit-bindgen-rust-macro",
13150]
13151
13152[[package]]
13153name = "wit-bindgen-core"
13154version = "0.22.0"
13155source = "registry+https://github.com/rust-lang/crates.io-index"
13156checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
13157dependencies = [
13158 "anyhow",
13159 "wit-parser",
13160]
13161
13162[[package]]
13163name = "wit-bindgen-rt"
13164version = "0.22.0"
13165source = "registry+https://github.com/rust-lang/crates.io-index"
13166checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
13167
13168[[package]]
13169name = "wit-bindgen-rust"
13170version = "0.22.0"
13171source = "registry+https://github.com/rust-lang/crates.io-index"
13172checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
13173dependencies = [
13174 "anyhow",
13175 "heck 0.4.1",
13176 "indexmap 2.2.6",
13177 "wasm-metadata",
13178 "wit-bindgen-core",
13179 "wit-component",
13180]
13181
13182[[package]]
13183name = "wit-bindgen-rust-macro"
13184version = "0.22.0"
13185source = "registry+https://github.com/rust-lang/crates.io-index"
13186checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
13187dependencies = [
13188 "anyhow",
13189 "proc-macro2",
13190 "quote",
13191 "syn 2.0.59",
13192 "wit-bindgen-core",
13193 "wit-bindgen-rust",
13194]
13195
13196[[package]]
13197name = "wit-component"
13198version = "0.201.0"
13199source = "registry+https://github.com/rust-lang/crates.io-index"
13200checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
13201dependencies = [
13202 "anyhow",
13203 "bitflags 2.4.2",
13204 "indexmap 2.2.6",
13205 "log",
13206 "serde",
13207 "serde_derive",
13208 "serde_json",
13209 "wasm-encoder",
13210 "wasm-metadata",
13211 "wasmparser",
13212 "wit-parser",
13213]
13214
13215[[package]]
13216name = "wit-parser"
13217version = "0.201.0"
13218source = "registry+https://github.com/rust-lang/crates.io-index"
13219checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
13220dependencies = [
13221 "anyhow",
13222 "id-arena",
13223 "indexmap 2.2.6",
13224 "log",
13225 "semver",
13226 "serde",
13227 "serde_derive",
13228 "serde_json",
13229 "unicode-xid",
13230 "wasmparser",
13231]
13232
13233[[package]]
13234name = "witx"
13235version = "0.9.1"
13236source = "registry+https://github.com/rust-lang/crates.io-index"
13237checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
13238dependencies = [
13239 "anyhow",
13240 "log",
13241 "thiserror",
13242 "wast",
13243]
13244
13245[[package]]
13246name = "workspace"
13247version = "0.1.0"
13248dependencies = [
13249 "any_vec",
13250 "anyhow",
13251 "async-recursion 1.0.5",
13252 "bincode",
13253 "call",
13254 "client",
13255 "clock",
13256 "collections",
13257 "db",
13258 "derive_more",
13259 "dev_server_projects",
13260 "env_logger",
13261 "fs",
13262 "futures 0.3.28",
13263 "gpui",
13264 "http 0.1.0",
13265 "itertools 0.11.0",
13266 "language",
13267 "lazy_static",
13268 "log",
13269 "node_runtime",
13270 "parking_lot",
13271 "postage",
13272 "project",
13273 "schemars",
13274 "serde",
13275 "serde_json",
13276 "settings",
13277 "smallvec",
13278 "sqlez",
13279 "task",
13280 "theme",
13281 "ui",
13282 "util",
13283 "uuid",
13284]
13285
13286[[package]]
13287name = "worktree"
13288version = "0.1.0"
13289dependencies = [
13290 "anyhow",
13291 "clock",
13292 "collections",
13293 "env_logger",
13294 "fs",
13295 "futures 0.3.28",
13296 "fuzzy",
13297 "git",
13298 "git2",
13299 "gpui",
13300 "http 0.1.0",
13301 "ignore",
13302 "language",
13303 "log",
13304 "parking_lot",
13305 "paths",
13306 "postage",
13307 "pretty_assertions",
13308 "rand 0.8.5",
13309 "rpc",
13310 "schemars",
13311 "serde",
13312 "serde_json",
13313 "settings",
13314 "smol",
13315 "sum_tree",
13316 "text",
13317 "util",
13318]
13319
13320[[package]]
13321name = "wyz"
13322version = "0.5.1"
13323source = "registry+https://github.com/rust-lang/crates.io-index"
13324checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
13325dependencies = [
13326 "tap",
13327]
13328
13329[[package]]
13330name = "x11-clipboard"
13331version = "0.9.2"
13332source = "registry+https://github.com/rust-lang/crates.io-index"
13333checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
13334dependencies = [
13335 "libc",
13336 "x11rb",
13337]
13338
13339[[package]]
13340name = "x11rb"
13341version = "0.13.0"
13342source = "registry+https://github.com/rust-lang/crates.io-index"
13343checksum = "f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a"
13344dependencies = [
13345 "as-raw-xcb-connection",
13346 "gethostname",
13347 "libc",
13348 "rustix 0.38.32",
13349 "x11rb-protocol",
13350]
13351
13352[[package]]
13353name = "x11rb-protocol"
13354version = "0.13.0"
13355source = "registry+https://github.com/rust-lang/crates.io-index"
13356checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34"
13357
13358[[package]]
13359name = "xattr"
13360version = "0.2.3"
13361source = "registry+https://github.com/rust-lang/crates.io-index"
13362checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
13363dependencies = [
13364 "libc",
13365]
13366
13367[[package]]
13368name = "xcursor"
13369version = "0.3.5"
13370source = "registry+https://github.com/rust-lang/crates.io-index"
13371checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911"
13372
13373[[package]]
13374name = "xdg-home"
13375version = "1.1.0"
13376source = "registry+https://github.com/rust-lang/crates.io-index"
13377checksum = "21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e"
13378dependencies = [
13379 "libc",
13380 "winapi",
13381]
13382
13383[[package]]
13384name = "xim"
13385version = "0.4.0"
13386source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13387dependencies = [
13388 "ahash 0.8.8",
13389 "hashbrown 0.14.5",
13390 "log",
13391 "x11rb",
13392 "xim-ctext",
13393 "xim-parser",
13394]
13395
13396[[package]]
13397name = "xim-ctext"
13398version = "0.3.0"
13399source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13400dependencies = [
13401 "encoding_rs",
13402]
13403
13404[[package]]
13405name = "xim-parser"
13406version = "0.2.1"
13407source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13408dependencies = [
13409 "bitflags 2.4.2",
13410]
13411
13412[[package]]
13413name = "xkbcommon"
13414version = "0.7.0"
13415source = "registry+https://github.com/rust-lang/crates.io-index"
13416checksum = "13867d259930edc7091a6c41b4ce6eee464328c6ff9659b7e4c668ca20d4c91e"
13417dependencies = [
13418 "as-raw-xcb-connection",
13419 "libc",
13420 "memmap2 0.8.0",
13421 "xkeysym",
13422]
13423
13424[[package]]
13425name = "xkeysym"
13426version = "0.2.0"
13427source = "registry+https://github.com/rust-lang/crates.io-index"
13428checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"
13429
13430[[package]]
13431name = "xml5ever"
13432version = "0.18.0"
13433source = "registry+https://github.com/rust-lang/crates.io-index"
13434checksum = "7c376f76ed09df711203e20c3ef5ce556f0166fa03d39590016c0fd625437fad"
13435dependencies = [
13436 "log",
13437 "mac",
13438 "markup5ever",
13439]
13440
13441[[package]]
13442name = "xmlparser"
13443version = "0.13.5"
13444source = "registry+https://github.com/rust-lang/crates.io-index"
13445checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
13446
13447[[package]]
13448name = "xmlwriter"
13449version = "0.1.0"
13450source = "registry+https://github.com/rust-lang/crates.io-index"
13451checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
13452
13453[[package]]
13454name = "xtask"
13455version = "0.1.0"
13456dependencies = [
13457 "anyhow",
13458 "cargo_toml",
13459 "clap 4.4.4",
13460 "toml 0.8.10",
13461]
13462
13463[[package]]
13464name = "yansi"
13465version = "0.5.1"
13466source = "registry+https://github.com/rust-lang/crates.io-index"
13467checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
13468
13469[[package]]
13470name = "yazi"
13471version = "0.1.6"
13472source = "registry+https://github.com/rust-lang/crates.io-index"
13473checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
13474
13475[[package]]
13476name = "yeslogic-fontconfig-sys"
13477version = "3.2.0"
13478source = "registry+https://github.com/rust-lang/crates.io-index"
13479checksum = "f2bbd69036d397ebbff671b1b8e4d918610c181c5a16073b96f984a38d08c386"
13480dependencies = [
13481 "const-cstr",
13482 "dlib",
13483 "once_cell",
13484 "pkg-config",
13485]
13486
13487[[package]]
13488name = "zbus"
13489version = "4.0.1"
13490source = "registry+https://github.com/rust-lang/crates.io-index"
13491checksum = "7b8e3d6ae3342792a6cc2340e4394334c7402f3d793b390d2c5494a4032b3030"
13492dependencies = [
13493 "async-broadcast",
13494 "async-executor",
13495 "async-fs 2.1.1",
13496 "async-io 2.3.1",
13497 "async-lock 3.3.0",
13498 "async-process 2.1.0",
13499 "async-recursion 1.0.5",
13500 "async-task",
13501 "async-trait",
13502 "blocking",
13503 "derivative",
13504 "enumflags2",
13505 "event-listener 5.1.0",
13506 "futures-core",
13507 "futures-sink",
13508 "futures-util",
13509 "hex",
13510 "nix 0.27.1",
13511 "ordered-stream",
13512 "rand 0.8.5",
13513 "serde",
13514 "serde_repr",
13515 "sha1",
13516 "static_assertions",
13517 "tracing",
13518 "uds_windows",
13519 "windows-sys 0.52.0",
13520 "xdg-home",
13521 "zbus_macros",
13522 "zbus_names",
13523 "zvariant",
13524]
13525
13526[[package]]
13527name = "zbus_macros"
13528version = "4.0.1"
13529source = "registry+https://github.com/rust-lang/crates.io-index"
13530checksum = "b7a3e850ff1e7217a3b7a07eba90d37fe9bb9e89a310f718afcde5885ca9b6d7"
13531dependencies = [
13532 "proc-macro-crate 1.3.1",
13533 "proc-macro2",
13534 "quote",
13535 "regex",
13536 "syn 1.0.109",
13537 "zvariant_utils",
13538]
13539
13540[[package]]
13541name = "zbus_names"
13542version = "3.0.0"
13543source = "registry+https://github.com/rust-lang/crates.io-index"
13544checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
13545dependencies = [
13546 "serde",
13547 "static_assertions",
13548 "zvariant",
13549]
13550
13551[[package]]
13552name = "zed"
13553version = "0.142.1"
13554dependencies = [
13555 "activity_indicator",
13556 "anyhow",
13557 "ashpd",
13558 "assets",
13559 "assistant",
13560 "audio",
13561 "auto_update",
13562 "backtrace",
13563 "breadcrumbs",
13564 "call",
13565 "channel",
13566 "chrono",
13567 "clap 4.4.4",
13568 "cli",
13569 "client",
13570 "collab_ui",
13571 "collections",
13572 "command_palette",
13573 "copilot",
13574 "db",
13575 "dev_server_projects",
13576 "diagnostics",
13577 "editor",
13578 "env_logger",
13579 "extension",
13580 "extensions_ui",
13581 "feedback",
13582 "file_finder",
13583 "file_icons",
13584 "fs",
13585 "futures 0.3.28",
13586 "git",
13587 "git_hosting_providers",
13588 "go_to_line",
13589 "gpui",
13590 "headless",
13591 "http 0.1.0",
13592 "image_viewer",
13593 "inline_completion_button",
13594 "install_cli",
13595 "isahc",
13596 "journal",
13597 "language",
13598 "language_selector",
13599 "language_tools",
13600 "languages",
13601 "libc",
13602 "log",
13603 "markdown_preview",
13604 "menu",
13605 "mimalloc",
13606 "nix 0.28.0",
13607 "node_runtime",
13608 "notifications",
13609 "outline",
13610 "outline_panel",
13611 "parking_lot",
13612 "paths",
13613 "profiling",
13614 "project",
13615 "project_panel",
13616 "project_symbols",
13617 "quick_action_bar",
13618 "recent_projects",
13619 "release_channel",
13620 "repl",
13621 "rope",
13622 "search",
13623 "serde",
13624 "serde_json",
13625 "settings",
13626 "simplelog",
13627 "smol",
13628 "supermaven",
13629 "tab_switcher",
13630 "task",
13631 "tasks_ui",
13632 "telemetry_events",
13633 "terminal_view",
13634 "theme",
13635 "theme_selector",
13636 "tree-sitter-markdown",
13637 "tree-sitter-rust",
13638 "ui",
13639 "urlencoding",
13640 "util",
13641 "uuid",
13642 "vim",
13643 "welcome",
13644 "winresource",
13645 "workspace",
13646 "zed_actions",
13647]
13648
13649[[package]]
13650name = "zed_actions"
13651version = "0.1.0"
13652dependencies = [
13653 "gpui",
13654 "serde",
13655]
13656
13657[[package]]
13658name = "zed_astro"
13659version = "0.0.2"
13660dependencies = [
13661 "zed_extension_api 0.0.4",
13662]
13663
13664[[package]]
13665name = "zed_clojure"
13666version = "0.0.2"
13667dependencies = [
13668 "zed_extension_api 0.0.4",
13669]
13670
13671[[package]]
13672name = "zed_csharp"
13673version = "0.0.2"
13674dependencies = [
13675 "zed_extension_api 0.0.4",
13676]
13677
13678[[package]]
13679name = "zed_dart"
13680version = "0.0.2"
13681dependencies = [
13682 "zed_extension_api 0.0.6",
13683]
13684
13685[[package]]
13686name = "zed_deno"
13687version = "0.0.1"
13688dependencies = [
13689 "zed_extension_api 0.0.6",
13690]
13691
13692[[package]]
13693name = "zed_elixir"
13694version = "0.0.5"
13695dependencies = [
13696 "zed_extension_api 0.0.6",
13697]
13698
13699[[package]]
13700name = "zed_elm"
13701version = "0.0.1"
13702dependencies = [
13703 "zed_extension_api 0.0.6",
13704]
13705
13706[[package]]
13707name = "zed_emmet"
13708version = "0.0.3"
13709dependencies = [
13710 "zed_extension_api 0.0.4",
13711]
13712
13713[[package]]
13714name = "zed_erlang"
13715version = "0.0.1"
13716dependencies = [
13717 "zed_extension_api 0.0.4",
13718]
13719
13720[[package]]
13721name = "zed_extension_api"
13722version = "0.0.4"
13723source = "registry+https://github.com/rust-lang/crates.io-index"
13724checksum = "d5c51cad4152bb5eb35b20dccdcbfb36f48d8952a2ed2d3e25b70361007d953b"
13725dependencies = [
13726 "wit-bindgen",
13727]
13728
13729[[package]]
13730name = "zed_extension_api"
13731version = "0.0.6"
13732source = "registry+https://github.com/rust-lang/crates.io-index"
13733checksum = "77ca8bcaea3feb2d2ce9dbeb061ee48365312a351faa7014c417b0365fe9e459"
13734dependencies = [
13735 "serde",
13736 "serde_json",
13737 "wit-bindgen",
13738]
13739
13740[[package]]
13741name = "zed_extension_api"
13742version = "0.0.7"
13743dependencies = [
13744 "serde",
13745 "serde_json",
13746 "wit-bindgen",
13747]
13748
13749[[package]]
13750name = "zed_gleam"
13751version = "0.1.3"
13752dependencies = [
13753 "zed_extension_api 0.0.7",
13754]
13755
13756[[package]]
13757name = "zed_glsl"
13758version = "0.1.0"
13759dependencies = [
13760 "zed_extension_api 0.0.6",
13761]
13762
13763[[package]]
13764name = "zed_haskell"
13765version = "0.1.0"
13766dependencies = [
13767 "zed_extension_api 0.0.6",
13768]
13769
13770[[package]]
13771name = "zed_html"
13772version = "0.1.1"
13773dependencies = [
13774 "zed_extension_api 0.0.6",
13775]
13776
13777[[package]]
13778name = "zed_lua"
13779version = "0.0.2"
13780dependencies = [
13781 "zed_extension_api 0.0.6",
13782]
13783
13784[[package]]
13785name = "zed_ocaml"
13786version = "0.0.1"
13787dependencies = [
13788 "zed_extension_api 0.0.6",
13789]
13790
13791[[package]]
13792name = "zed_php"
13793version = "0.0.6"
13794dependencies = [
13795 "zed_extension_api 0.0.4",
13796]
13797
13798[[package]]
13799name = "zed_prisma"
13800version = "0.0.2"
13801dependencies = [
13802 "zed_extension_api 0.0.4",
13803]
13804
13805[[package]]
13806name = "zed_purescript"
13807version = "0.0.1"
13808dependencies = [
13809 "zed_extension_api 0.0.4",
13810]
13811
13812[[package]]
13813name = "zed_ruby"
13814version = "0.0.6"
13815dependencies = [
13816 "zed_extension_api 0.0.6",
13817]
13818
13819[[package]]
13820name = "zed_snippets"
13821version = "0.0.5"
13822dependencies = [
13823 "serde_json",
13824 "zed_extension_api 0.0.6",
13825]
13826
13827[[package]]
13828name = "zed_svelte"
13829version = "0.0.1"
13830dependencies = [
13831 "zed_extension_api 0.0.6",
13832]
13833
13834[[package]]
13835name = "zed_terraform"
13836version = "0.0.3"
13837dependencies = [
13838 "zed_extension_api 0.0.6",
13839]
13840
13841[[package]]
13842name = "zed_toml"
13843version = "0.1.1"
13844dependencies = [
13845 "zed_extension_api 0.0.6",
13846]
13847
13848[[package]]
13849name = "zed_uiua"
13850version = "0.0.1"
13851dependencies = [
13852 "zed_extension_api 0.0.4",
13853]
13854
13855[[package]]
13856name = "zed_vue"
13857version = "0.0.3"
13858dependencies = [
13859 "zed_extension_api 0.0.6",
13860]
13861
13862[[package]]
13863name = "zed_zig"
13864version = "0.1.2"
13865dependencies = [
13866 "zed_extension_api 0.0.7",
13867]
13868
13869[[package]]
13870name = "zeno"
13871version = "0.2.3"
13872source = "registry+https://github.com/rust-lang/crates.io-index"
13873checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
13874
13875[[package]]
13876name = "zerocopy"
13877version = "0.7.32"
13878source = "registry+https://github.com/rust-lang/crates.io-index"
13879checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
13880dependencies = [
13881 "zerocopy-derive",
13882]
13883
13884[[package]]
13885name = "zerocopy-derive"
13886version = "0.7.32"
13887source = "registry+https://github.com/rust-lang/crates.io-index"
13888checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
13889dependencies = [
13890 "proc-macro2",
13891 "quote",
13892 "syn 2.0.59",
13893]
13894
13895[[package]]
13896name = "zeroize"
13897version = "1.6.0"
13898source = "registry+https://github.com/rust-lang/crates.io-index"
13899checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
13900dependencies = [
13901 "zeroize_derive",
13902]
13903
13904[[package]]
13905name = "zeroize_derive"
13906version = "1.4.2"
13907source = "registry+https://github.com/rust-lang/crates.io-index"
13908checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
13909dependencies = [
13910 "proc-macro2",
13911 "quote",
13912 "syn 2.0.59",
13913]
13914
13915[[package]]
13916name = "zeromq"
13917version = "0.4.0"
13918source = "registry+https://github.com/rust-lang/crates.io-index"
13919checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
13920dependencies = [
13921 "async-dispatcher",
13922 "async-std",
13923 "async-trait",
13924 "asynchronous-codec",
13925 "bytes 1.5.0",
13926 "crossbeam-queue",
13927 "dashmap",
13928 "futures-channel",
13929 "futures-io",
13930 "futures-task",
13931 "futures-util",
13932 "log",
13933 "num-traits",
13934 "once_cell",
13935 "parking_lot",
13936 "rand 0.8.5",
13937 "regex",
13938 "thiserror",
13939 "uuid",
13940]
13941
13942[[package]]
13943name = "zstd"
13944version = "0.11.2+zstd.1.5.2"
13945source = "registry+https://github.com/rust-lang/crates.io-index"
13946checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
13947dependencies = [
13948 "zstd-safe",
13949]
13950
13951[[package]]
13952name = "zstd-safe"
13953version = "5.0.2+zstd.1.5.2"
13954source = "registry+https://github.com/rust-lang/crates.io-index"
13955checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
13956dependencies = [
13957 "libc",
13958 "zstd-sys",
13959]
13960
13961[[package]]
13962name = "zstd-sys"
13963version = "2.0.8+zstd.1.5.5"
13964source = "registry+https://github.com/rust-lang/crates.io-index"
13965checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
13966dependencies = [
13967 "cc",
13968 "libc",
13969 "pkg-config",
13970]
13971
13972[[package]]
13973name = "zune-core"
13974version = "0.4.12"
13975source = "registry+https://github.com/rust-lang/crates.io-index"
13976checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
13977
13978[[package]]
13979name = "zune-inflate"
13980version = "0.2.54"
13981source = "registry+https://github.com/rust-lang/crates.io-index"
13982checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
13983dependencies = [
13984 "simd-adler32",
13985]
13986
13987[[package]]
13988name = "zune-jpeg"
13989version = "0.4.11"
13990source = "registry+https://github.com/rust-lang/crates.io-index"
13991checksum = "ec866b44a2a1fd6133d363f073ca1b179f438f99e7e5bfb1e33f7181facfe448"
13992dependencies = [
13993 "zune-core",
13994]
13995
13996[[package]]
13997name = "zvariant"
13998version = "4.0.2"
13999source = "registry+https://github.com/rust-lang/crates.io-index"
14000checksum = "2c1b3ca6db667bfada0f1ebfc94b2b1759ba25472ee5373d4551bb892616389a"
14001dependencies = [
14002 "endi",
14003 "enumflags2",
14004 "serde",
14005 "static_assertions",
14006 "url",
14007 "zvariant_derive",
14008]
14009
14010[[package]]
14011name = "zvariant_derive"
14012version = "4.0.2"
14013source = "registry+https://github.com/rust-lang/crates.io-index"
14014checksum = "b7a4b236063316163b69039f77ce3117accb41a09567fd24c168e43491e521bc"
14015dependencies = [
14016 "proc-macro-crate 3.1.0",
14017 "proc-macro2",
14018 "quote",
14019 "syn 1.0.109",
14020 "zvariant_utils",
14021]
14022
14023[[package]]
14024name = "zvariant_utils"
14025version = "1.1.0"
14026source = "registry+https://github.com/rust-lang/crates.io-index"
14027checksum = "00bedb16a193cc12451873fee2a1bc6550225acece0e36f333e68326c73c8172"
14028dependencies = [
14029 "proc-macro2",
14030 "quote",
14031 "syn 1.0.109",
14032]