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 "usvg",
 4923 "util",
 4924 "uuid",
 4925 "waker-fn",
 4926 "wayland-backend",
 4927 "wayland-client",
 4928 "wayland-cursor",
 4929 "wayland-protocols",
 4930 "wayland-protocols-plasma",
 4931 "windows 0.57.0",
 4932 "windows-core 0.57.0",
 4933 "x11-clipboard",
 4934 "x11rb",
 4935 "xim",
 4936 "xkbcommon",
 4937]
 4938
 4939[[package]]
 4940name = "gpui_macros"
 4941version = "0.1.0"
 4942dependencies = [
 4943 "proc-macro2",
 4944 "quote",
 4945 "syn 1.0.109",
 4946]
 4947
 4948[[package]]
 4949name = "grid"
 4950version = "0.13.0"
 4951source = "registry+https://github.com/rust-lang/crates.io-index"
 4952checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 4953
 4954[[package]]
 4955name = "group"
 4956version = "0.12.1"
 4957source = "registry+https://github.com/rust-lang/crates.io-index"
 4958checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 4959dependencies = [
 4960 "ff",
 4961 "rand_core 0.6.4",
 4962 "subtle",
 4963]
 4964
 4965[[package]]
 4966name = "h2"
 4967version = "0.3.21"
 4968source = "registry+https://github.com/rust-lang/crates.io-index"
 4969checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
 4970dependencies = [
 4971 "bytes 1.5.0",
 4972 "fnv",
 4973 "futures-core",
 4974 "futures-sink",
 4975 "futures-util",
 4976 "http 0.2.9",
 4977 "indexmap 1.9.3",
 4978 "slab",
 4979 "tokio",
 4980 "tokio-util",
 4981 "tracing",
 4982]
 4983
 4984[[package]]
 4985name = "half"
 4986version = "2.4.1"
 4987source = "registry+https://github.com/rust-lang/crates.io-index"
 4988checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 4989dependencies = [
 4990 "cfg-if",
 4991 "crunchy",
 4992]
 4993
 4994[[package]]
 4995name = "hashbrown"
 4996version = "0.12.3"
 4997source = "registry+https://github.com/rust-lang/crates.io-index"
 4998checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 4999dependencies = [
 5000 "ahash 0.7.8",
 5001]
 5002
 5003[[package]]
 5004name = "hashbrown"
 5005version = "0.13.2"
 5006source = "registry+https://github.com/rust-lang/crates.io-index"
 5007checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
 5008dependencies = [
 5009 "ahash 0.8.8",
 5010]
 5011
 5012[[package]]
 5013name = "hashbrown"
 5014version = "0.14.5"
 5015source = "registry+https://github.com/rust-lang/crates.io-index"
 5016checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 5017dependencies = [
 5018 "ahash 0.8.8",
 5019 "allocator-api2",
 5020]
 5021
 5022[[package]]
 5023name = "hashlink"
 5024version = "0.8.4"
 5025source = "registry+https://github.com/rust-lang/crates.io-index"
 5026checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 5027dependencies = [
 5028 "hashbrown 0.14.5",
 5029]
 5030
 5031[[package]]
 5032name = "headers"
 5033version = "0.3.9"
 5034source = "registry+https://github.com/rust-lang/crates.io-index"
 5035checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 5036dependencies = [
 5037 "base64 0.21.7",
 5038 "bytes 1.5.0",
 5039 "headers-core",
 5040 "http 0.2.9",
 5041 "httpdate",
 5042 "mime",
 5043 "sha1",
 5044]
 5045
 5046[[package]]
 5047name = "headers-core"
 5048version = "0.2.0"
 5049source = "registry+https://github.com/rust-lang/crates.io-index"
 5050checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 5051dependencies = [
 5052 "http 0.2.9",
 5053]
 5054
 5055[[package]]
 5056name = "headless"
 5057version = "0.1.0"
 5058dependencies = [
 5059 "anyhow",
 5060 "client",
 5061 "fs",
 5062 "futures 0.3.28",
 5063 "gpui",
 5064 "language",
 5065 "log",
 5066 "node_runtime",
 5067 "postage",
 5068 "project",
 5069 "rpc",
 5070 "settings",
 5071 "shellexpand 2.1.2",
 5072 "signal-hook",
 5073 "util",
 5074]
 5075
 5076[[package]]
 5077name = "heck"
 5078version = "0.3.3"
 5079source = "registry+https://github.com/rust-lang/crates.io-index"
 5080checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 5081dependencies = [
 5082 "unicode-segmentation",
 5083]
 5084
 5085[[package]]
 5086name = "heck"
 5087version = "0.4.1"
 5088source = "registry+https://github.com/rust-lang/crates.io-index"
 5089checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 5090dependencies = [
 5091 "unicode-segmentation",
 5092]
 5093
 5094[[package]]
 5095name = "heck"
 5096version = "0.5.0"
 5097source = "registry+https://github.com/rust-lang/crates.io-index"
 5098checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 5099
 5100[[package]]
 5101name = "heed"
 5102version = "0.20.1"
 5103source = "registry+https://github.com/rust-lang/crates.io-index"
 5104checksum = "6f7acb9683d7c7068aa46d47557bfa4e35a277964b350d9504a87b03610163fd"
 5105dependencies = [
 5106 "bitflags 2.4.2",
 5107 "byteorder",
 5108 "heed-traits",
 5109 "heed-types",
 5110 "libc",
 5111 "lmdb-master-sys",
 5112 "once_cell",
 5113 "page_size",
 5114 "serde",
 5115 "synchronoise",
 5116 "url",
 5117]
 5118
 5119[[package]]
 5120name = "heed-traits"
 5121version = "0.20.0"
 5122source = "registry+https://github.com/rust-lang/crates.io-index"
 5123checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 5124
 5125[[package]]
 5126name = "heed-types"
 5127version = "0.20.0"
 5128source = "registry+https://github.com/rust-lang/crates.io-index"
 5129checksum = "3cb0d6ba3700c9a57e83c013693e3eddb68a6d9b6781cacafc62a0d992e8ddb3"
 5130dependencies = [
 5131 "bincode",
 5132 "byteorder",
 5133 "heed-traits",
 5134 "serde",
 5135 "serde_json",
 5136]
 5137
 5138[[package]]
 5139name = "hermit-abi"
 5140version = "0.1.19"
 5141source = "registry+https://github.com/rust-lang/crates.io-index"
 5142checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
 5143dependencies = [
 5144 "libc",
 5145]
 5146
 5147[[package]]
 5148name = "hermit-abi"
 5149version = "0.3.3"
 5150source = "registry+https://github.com/rust-lang/crates.io-index"
 5151checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
 5152
 5153[[package]]
 5154name = "hex"
 5155version = "0.4.3"
 5156source = "registry+https://github.com/rust-lang/crates.io-index"
 5157checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 5158
 5159[[package]]
 5160name = "hexf-parse"
 5161version = "0.2.1"
 5162source = "registry+https://github.com/rust-lang/crates.io-index"
 5163checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 5164
 5165[[package]]
 5166name = "hidden-trait"
 5167version = "0.1.2"
 5168source = "registry+https://github.com/rust-lang/crates.io-index"
 5169checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 5170dependencies = [
 5171 "proc-macro2",
 5172 "quote",
 5173 "syn 1.0.109",
 5174]
 5175
 5176[[package]]
 5177name = "hkdf"
 5178version = "0.12.3"
 5179source = "registry+https://github.com/rust-lang/crates.io-index"
 5180checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
 5181dependencies = [
 5182 "hmac 0.12.1",
 5183]
 5184
 5185[[package]]
 5186name = "hmac"
 5187version = "0.11.0"
 5188source = "registry+https://github.com/rust-lang/crates.io-index"
 5189checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
 5190dependencies = [
 5191 "crypto-mac",
 5192 "digest 0.9.0",
 5193]
 5194
 5195[[package]]
 5196name = "hmac"
 5197version = "0.12.1"
 5198source = "registry+https://github.com/rust-lang/crates.io-index"
 5199checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 5200dependencies = [
 5201 "digest 0.10.7",
 5202]
 5203
 5204[[package]]
 5205name = "home"
 5206version = "0.5.9"
 5207source = "registry+https://github.com/rust-lang/crates.io-index"
 5208checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 5209dependencies = [
 5210 "windows-sys 0.52.0",
 5211]
 5212
 5213[[package]]
 5214name = "hound"
 5215version = "3.5.0"
 5216source = "registry+https://github.com/rust-lang/crates.io-index"
 5217checksum = "4d13cdbd5dbb29f9c88095bbdc2590c9cba0d0a1269b983fef6b2cdd7e9f4db1"
 5218
 5219[[package]]
 5220name = "html5ever"
 5221version = "0.27.0"
 5222source = "registry+https://github.com/rust-lang/crates.io-index"
 5223checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 5224dependencies = [
 5225 "log",
 5226 "mac",
 5227 "markup5ever",
 5228 "proc-macro2",
 5229 "quote",
 5230 "syn 2.0.59",
 5231]
 5232
 5233[[package]]
 5234name = "html_to_markdown"
 5235version = "0.1.0"
 5236dependencies = [
 5237 "anyhow",
 5238 "html5ever",
 5239 "indoc",
 5240 "markup5ever_rcdom",
 5241 "pretty_assertions",
 5242 "regex",
 5243]
 5244
 5245[[package]]
 5246name = "http"
 5247version = "0.1.0"
 5248dependencies = [
 5249 "anyhow",
 5250 "futures 0.3.28",
 5251 "futures-lite 1.13.0",
 5252 "isahc",
 5253 "log",
 5254 "serde",
 5255 "serde_json",
 5256 "url",
 5257]
 5258
 5259[[package]]
 5260name = "http"
 5261version = "0.2.9"
 5262source = "registry+https://github.com/rust-lang/crates.io-index"
 5263checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
 5264dependencies = [
 5265 "bytes 1.5.0",
 5266 "fnv",
 5267 "itoa",
 5268]
 5269
 5270[[package]]
 5271name = "http"
 5272version = "1.0.0"
 5273source = "registry+https://github.com/rust-lang/crates.io-index"
 5274checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea"
 5275dependencies = [
 5276 "bytes 1.5.0",
 5277 "fnv",
 5278 "itoa",
 5279]
 5280
 5281[[package]]
 5282name = "http-body"
 5283version = "0.4.5"
 5284source = "registry+https://github.com/rust-lang/crates.io-index"
 5285checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
 5286dependencies = [
 5287 "bytes 1.5.0",
 5288 "http 0.2.9",
 5289 "pin-project-lite",
 5290]
 5291
 5292[[package]]
 5293name = "http-range-header"
 5294version = "0.3.1"
 5295source = "registry+https://github.com/rust-lang/crates.io-index"
 5296checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 5297
 5298[[package]]
 5299name = "httparse"
 5300version = "1.8.0"
 5301source = "registry+https://github.com/rust-lang/crates.io-index"
 5302checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
 5303
 5304[[package]]
 5305name = "httpdate"
 5306version = "1.0.3"
 5307source = "registry+https://github.com/rust-lang/crates.io-index"
 5308checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 5309
 5310[[package]]
 5311name = "human_bytes"
 5312version = "0.4.3"
 5313source = "registry+https://github.com/rust-lang/crates.io-index"
 5314checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 5315
 5316[[package]]
 5317name = "humantime"
 5318version = "2.1.0"
 5319source = "registry+https://github.com/rust-lang/crates.io-index"
 5320checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 5321
 5322[[package]]
 5323name = "hyper"
 5324version = "0.14.27"
 5325source = "registry+https://github.com/rust-lang/crates.io-index"
 5326checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
 5327dependencies = [
 5328 "bytes 1.5.0",
 5329 "futures-channel",
 5330 "futures-core",
 5331 "futures-util",
 5332 "h2",
 5333 "http 0.2.9",
 5334 "http-body",
 5335 "httparse",
 5336 "httpdate",
 5337 "itoa",
 5338 "pin-project-lite",
 5339 "socket2 0.4.9",
 5340 "tokio",
 5341 "tower-service",
 5342 "tracing",
 5343 "want",
 5344]
 5345
 5346[[package]]
 5347name = "hyper-rustls"
 5348version = "0.24.2"
 5349source = "registry+https://github.com/rust-lang/crates.io-index"
 5350checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 5351dependencies = [
 5352 "futures-util",
 5353 "http 0.2.9",
 5354 "hyper",
 5355 "log",
 5356 "rustls",
 5357 "rustls-native-certs",
 5358 "tokio",
 5359 "tokio-rustls",
 5360]
 5361
 5362[[package]]
 5363name = "hyper-tls"
 5364version = "0.5.0"
 5365source = "registry+https://github.com/rust-lang/crates.io-index"
 5366checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 5367dependencies = [
 5368 "bytes 1.5.0",
 5369 "hyper",
 5370 "native-tls",
 5371 "tokio",
 5372 "tokio-native-tls",
 5373]
 5374
 5375[[package]]
 5376name = "iana-time-zone"
 5377version = "0.1.57"
 5378source = "registry+https://github.com/rust-lang/crates.io-index"
 5379checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
 5380dependencies = [
 5381 "android_system_properties",
 5382 "core-foundation-sys 0.8.6",
 5383 "iana-time-zone-haiku",
 5384 "js-sys",
 5385 "wasm-bindgen",
 5386 "windows 0.48.0",
 5387]
 5388
 5389[[package]]
 5390name = "iana-time-zone-haiku"
 5391version = "0.1.2"
 5392source = "registry+https://github.com/rust-lang/crates.io-index"
 5393checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 5394dependencies = [
 5395 "cc",
 5396]
 5397
 5398[[package]]
 5399name = "id-arena"
 5400version = "2.2.1"
 5401source = "registry+https://github.com/rust-lang/crates.io-index"
 5402checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 5403
 5404[[package]]
 5405name = "idna"
 5406version = "0.5.0"
 5407source = "registry+https://github.com/rust-lang/crates.io-index"
 5408checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
 5409dependencies = [
 5410 "unicode-bidi",
 5411 "unicode-normalization",
 5412]
 5413
 5414[[package]]
 5415name = "ignore"
 5416version = "0.4.22"
 5417source = "registry+https://github.com/rust-lang/crates.io-index"
 5418checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
 5419dependencies = [
 5420 "crossbeam-deque",
 5421 "globset",
 5422 "log",
 5423 "memchr",
 5424 "regex-automata 0.4.5",
 5425 "same-file",
 5426 "walkdir",
 5427 "winapi-util",
 5428]
 5429
 5430[[package]]
 5431name = "image"
 5432version = "0.25.1"
 5433source = "registry+https://github.com/rust-lang/crates.io-index"
 5434checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11"
 5435dependencies = [
 5436 "bytemuck",
 5437 "byteorder",
 5438 "color_quant",
 5439 "exr",
 5440 "gif",
 5441 "image-webp",
 5442 "num-traits",
 5443 "png",
 5444 "qoi",
 5445 "ravif",
 5446 "rayon",
 5447 "rgb",
 5448 "tiff",
 5449 "zune-core",
 5450 "zune-jpeg",
 5451]
 5452
 5453[[package]]
 5454name = "image-webp"
 5455version = "0.1.2"
 5456source = "registry+https://github.com/rust-lang/crates.io-index"
 5457checksum = "d730b085583c4d789dfd07fdcf185be59501666a90c97c40162b37e4fdad272d"
 5458dependencies = [
 5459 "byteorder-lite",
 5460 "thiserror",
 5461]
 5462
 5463[[package]]
 5464name = "image_viewer"
 5465version = "0.1.0"
 5466dependencies = [
 5467 "anyhow",
 5468 "db",
 5469 "gpui",
 5470 "project",
 5471 "ui",
 5472 "util",
 5473 "workspace",
 5474]
 5475
 5476[[package]]
 5477name = "imagesize"
 5478version = "0.12.0"
 5479source = "registry+https://github.com/rust-lang/crates.io-index"
 5480checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
 5481
 5482[[package]]
 5483name = "imgref"
 5484version = "1.10.1"
 5485source = "registry+https://github.com/rust-lang/crates.io-index"
 5486checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
 5487
 5488[[package]]
 5489name = "indexmap"
 5490version = "1.9.3"
 5491source = "registry+https://github.com/rust-lang/crates.io-index"
 5492checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
 5493dependencies = [
 5494 "autocfg",
 5495 "hashbrown 0.12.3",
 5496 "serde",
 5497]
 5498
 5499[[package]]
 5500name = "indexmap"
 5501version = "2.2.6"
 5502source = "registry+https://github.com/rust-lang/crates.io-index"
 5503checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
 5504dependencies = [
 5505 "equivalent",
 5506 "hashbrown 0.14.5",
 5507 "serde",
 5508]
 5509
 5510[[package]]
 5511name = "indoc"
 5512version = "1.0.9"
 5513source = "registry+https://github.com/rust-lang/crates.io-index"
 5514checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
 5515
 5516[[package]]
 5517name = "inherent"
 5518version = "1.0.10"
 5519source = "registry+https://github.com/rust-lang/crates.io-index"
 5520checksum = "ce243b1bfa62ffc028f1cc3b6034ec63d649f3031bc8a4fbbb004e1ac17d1f68"
 5521dependencies = [
 5522 "proc-macro2",
 5523 "quote",
 5524 "syn 2.0.59",
 5525]
 5526
 5527[[package]]
 5528name = "inline_completion_button"
 5529version = "0.1.0"
 5530dependencies = [
 5531 "anyhow",
 5532 "copilot",
 5533 "editor",
 5534 "fs",
 5535 "futures 0.3.28",
 5536 "gpui",
 5537 "indoc",
 5538 "language",
 5539 "lsp",
 5540 "paths",
 5541 "project",
 5542 "serde_json",
 5543 "settings",
 5544 "supermaven",
 5545 "theme",
 5546 "ui",
 5547 "util",
 5548 "workspace",
 5549 "zed_actions",
 5550]
 5551
 5552[[package]]
 5553name = "inotify"
 5554version = "0.9.6"
 5555source = "registry+https://github.com/rust-lang/crates.io-index"
 5556checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 5557dependencies = [
 5558 "bitflags 1.3.2",
 5559 "inotify-sys",
 5560 "libc",
 5561]
 5562
 5563[[package]]
 5564name = "inotify-sys"
 5565version = "0.1.5"
 5566source = "registry+https://github.com/rust-lang/crates.io-index"
 5567checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 5568dependencies = [
 5569 "libc",
 5570]
 5571
 5572[[package]]
 5573name = "inout"
 5574version = "0.1.3"
 5575source = "registry+https://github.com/rust-lang/crates.io-index"
 5576checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 5577dependencies = [
 5578 "block-padding",
 5579 "generic-array",
 5580]
 5581
 5582[[package]]
 5583name = "install_cli"
 5584version = "0.1.0"
 5585dependencies = [
 5586 "anyhow",
 5587 "gpui",
 5588 "smol",
 5589 "util",
 5590]
 5591
 5592[[package]]
 5593name = "instant"
 5594version = "0.1.12"
 5595source = "registry+https://github.com/rust-lang/crates.io-index"
 5596checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
 5597dependencies = [
 5598 "cfg-if",
 5599]
 5600
 5601[[package]]
 5602name = "interpolate_name"
 5603version = "0.2.4"
 5604source = "registry+https://github.com/rust-lang/crates.io-index"
 5605checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 5606dependencies = [
 5607 "proc-macro2",
 5608 "quote",
 5609 "syn 2.0.59",
 5610]
 5611
 5612[[package]]
 5613name = "io-extras"
 5614version = "0.18.1"
 5615source = "registry+https://github.com/rust-lang/crates.io-index"
 5616checksum = "c301e73fb90e8a29e600a9f402d095765f74310d582916a952f618836a1bd1ed"
 5617dependencies = [
 5618 "io-lifetimes 2.0.3",
 5619 "windows-sys 0.52.0",
 5620]
 5621
 5622[[package]]
 5623name = "io-lifetimes"
 5624version = "1.0.11"
 5625source = "registry+https://github.com/rust-lang/crates.io-index"
 5626checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
 5627dependencies = [
 5628 "hermit-abi 0.3.3",
 5629 "libc",
 5630 "windows-sys 0.48.0",
 5631]
 5632
 5633[[package]]
 5634name = "io-lifetimes"
 5635version = "2.0.3"
 5636source = "registry+https://github.com/rust-lang/crates.io-index"
 5637checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
 5638
 5639[[package]]
 5640name = "iovec"
 5641version = "0.1.4"
 5642source = "registry+https://github.com/rust-lang/crates.io-index"
 5643checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 5644dependencies = [
 5645 "libc",
 5646]
 5647
 5648[[package]]
 5649name = "ipc-channel"
 5650version = "0.18.0"
 5651source = "registry+https://github.com/rust-lang/crates.io-index"
 5652checksum = "7ab3a34c91b7e84a72643bd75d1bac3afd241f78f9859fe0b5e5b2a6a75732c2"
 5653dependencies = [
 5654 "bincode",
 5655 "crossbeam-channel",
 5656 "fnv",
 5657 "lazy_static",
 5658 "libc",
 5659 "mio",
 5660 "rand 0.8.5",
 5661 "serde",
 5662 "tempfile",
 5663 "uuid",
 5664 "windows 0.48.0",
 5665]
 5666
 5667[[package]]
 5668name = "ipnet"
 5669version = "2.8.0"
 5670source = "registry+https://github.com/rust-lang/crates.io-index"
 5671checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
 5672
 5673[[package]]
 5674name = "is-docker"
 5675version = "0.2.0"
 5676source = "registry+https://github.com/rust-lang/crates.io-index"
 5677checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 5678dependencies = [
 5679 "once_cell",
 5680]
 5681
 5682[[package]]
 5683name = "is-wsl"
 5684version = "0.4.0"
 5685source = "registry+https://github.com/rust-lang/crates.io-index"
 5686checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 5687dependencies = [
 5688 "is-docker",
 5689 "once_cell",
 5690]
 5691
 5692[[package]]
 5693name = "isahc"
 5694version = "1.7.2"
 5695source = "registry+https://github.com/rust-lang/crates.io-index"
 5696checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
 5697dependencies = [
 5698 "async-channel 1.9.0",
 5699 "castaway",
 5700 "crossbeam-utils",
 5701 "curl",
 5702 "curl-sys",
 5703 "encoding_rs",
 5704 "event-listener 2.5.3",
 5705 "futures-lite 1.13.0",
 5706 "http 0.2.9",
 5707 "log",
 5708 "mime",
 5709 "once_cell",
 5710 "polling 2.8.0",
 5711 "slab",
 5712 "sluice",
 5713 "tracing",
 5714 "tracing-futures",
 5715 "url",
 5716 "waker-fn",
 5717]
 5718
 5719[[package]]
 5720name = "itertools"
 5721version = "0.10.5"
 5722source = "registry+https://github.com/rust-lang/crates.io-index"
 5723checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 5724dependencies = [
 5725 "either",
 5726]
 5727
 5728[[package]]
 5729name = "itertools"
 5730version = "0.11.0"
 5731source = "registry+https://github.com/rust-lang/crates.io-index"
 5732checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 5733dependencies = [
 5734 "either",
 5735]
 5736
 5737[[package]]
 5738name = "itertools"
 5739version = "0.12.1"
 5740source = "registry+https://github.com/rust-lang/crates.io-index"
 5741checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 5742dependencies = [
 5743 "either",
 5744]
 5745
 5746[[package]]
 5747name = "itoa"
 5748version = "1.0.11"
 5749source = "registry+https://github.com/rust-lang/crates.io-index"
 5750checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
 5751
 5752[[package]]
 5753name = "jni"
 5754version = "0.19.0"
 5755source = "registry+https://github.com/rust-lang/crates.io-index"
 5756checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
 5757dependencies = [
 5758 "cesu8",
 5759 "combine",
 5760 "jni-sys",
 5761 "log",
 5762 "thiserror",
 5763 "walkdir",
 5764]
 5765
 5766[[package]]
 5767name = "jni"
 5768version = "0.20.0"
 5769source = "registry+https://github.com/rust-lang/crates.io-index"
 5770checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c"
 5771dependencies = [
 5772 "cesu8",
 5773 "combine",
 5774 "jni-sys",
 5775 "log",
 5776 "thiserror",
 5777 "walkdir",
 5778]
 5779
 5780[[package]]
 5781name = "jni-sys"
 5782version = "0.3.0"
 5783source = "registry+https://github.com/rust-lang/crates.io-index"
 5784checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 5785
 5786[[package]]
 5787name = "jobserver"
 5788version = "0.1.28"
 5789source = "registry+https://github.com/rust-lang/crates.io-index"
 5790checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6"
 5791dependencies = [
 5792 "libc",
 5793]
 5794
 5795[[package]]
 5796name = "journal"
 5797version = "0.1.0"
 5798dependencies = [
 5799 "anyhow",
 5800 "chrono",
 5801 "editor",
 5802 "gpui",
 5803 "log",
 5804 "schemars",
 5805 "serde",
 5806 "settings",
 5807 "shellexpand 2.1.2",
 5808 "workspace",
 5809]
 5810
 5811[[package]]
 5812name = "jpeg-decoder"
 5813version = "0.3.1"
 5814source = "registry+https://github.com/rust-lang/crates.io-index"
 5815checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 5816
 5817[[package]]
 5818name = "js-sys"
 5819version = "0.3.64"
 5820source = "registry+https://github.com/rust-lang/crates.io-index"
 5821checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
 5822dependencies = [
 5823 "wasm-bindgen",
 5824]
 5825
 5826[[package]]
 5827name = "jwt"
 5828version = "0.16.0"
 5829source = "registry+https://github.com/rust-lang/crates.io-index"
 5830checksum = "6204285f77fe7d9784db3fdc449ecce1a0114927a51d5a41c4c7a292011c015f"
 5831dependencies = [
 5832 "base64 0.13.1",
 5833 "crypto-common",
 5834 "digest 0.10.7",
 5835 "hmac 0.12.1",
 5836 "serde",
 5837 "serde_json",
 5838 "sha2 0.10.7",
 5839]
 5840
 5841[[package]]
 5842name = "khronos-egl"
 5843version = "5.0.0"
 5844source = "registry+https://github.com/rust-lang/crates.io-index"
 5845checksum = "d1382b16c04aeb821453d6215a3c80ba78f24c6595c5aa85653378aabe0c83e3"
 5846dependencies = [
 5847 "libc",
 5848 "libloading 0.8.0",
 5849]
 5850
 5851[[package]]
 5852name = "kqueue"
 5853version = "1.0.8"
 5854source = "registry+https://github.com/rust-lang/crates.io-index"
 5855checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 5856dependencies = [
 5857 "kqueue-sys",
 5858 "libc",
 5859]
 5860
 5861[[package]]
 5862name = "kqueue-sys"
 5863version = "1.0.4"
 5864source = "registry+https://github.com/rust-lang/crates.io-index"
 5865checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 5866dependencies = [
 5867 "bitflags 1.3.2",
 5868 "libc",
 5869]
 5870
 5871[[package]]
 5872name = "kurbo"
 5873version = "0.11.0"
 5874source = "registry+https://github.com/rust-lang/crates.io-index"
 5875checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
 5876dependencies = [
 5877 "arrayvec",
 5878 "smallvec",
 5879]
 5880
 5881[[package]]
 5882name = "kv-log-macro"
 5883version = "1.0.7"
 5884source = "registry+https://github.com/rust-lang/crates.io-index"
 5885checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 5886dependencies = [
 5887 "log",
 5888]
 5889
 5890[[package]]
 5891name = "language"
 5892version = "0.1.0"
 5893dependencies = [
 5894 "anyhow",
 5895 "async-trait",
 5896 "clock",
 5897 "collections",
 5898 "ctor",
 5899 "env_logger",
 5900 "futures 0.3.28",
 5901 "fuzzy",
 5902 "git",
 5903 "globset",
 5904 "gpui",
 5905 "http 0.1.0",
 5906 "indoc",
 5907 "itertools 0.11.0",
 5908 "lazy_static",
 5909 "log",
 5910 "lsp",
 5911 "parking_lot",
 5912 "postage",
 5913 "pulldown-cmark",
 5914 "rand 0.8.5",
 5915 "regex",
 5916 "rpc",
 5917 "schemars",
 5918 "serde",
 5919 "serde_json",
 5920 "settings",
 5921 "similar",
 5922 "smallvec",
 5923 "smol",
 5924 "sum_tree",
 5925 "task",
 5926 "text",
 5927 "theme",
 5928 "tree-sitter",
 5929 "tree-sitter-elixir",
 5930 "tree-sitter-embedded-template",
 5931 "tree-sitter-heex",
 5932 "tree-sitter-html",
 5933 "tree-sitter-json",
 5934 "tree-sitter-markdown",
 5935 "tree-sitter-ruby",
 5936 "tree-sitter-rust",
 5937 "tree-sitter-typescript",
 5938 "unicase",
 5939 "unindent",
 5940 "util",
 5941]
 5942
 5943[[package]]
 5944name = "language_selector"
 5945version = "0.1.0"
 5946dependencies = [
 5947 "anyhow",
 5948 "editor",
 5949 "fuzzy",
 5950 "gpui",
 5951 "language",
 5952 "picker",
 5953 "project",
 5954 "ui",
 5955 "util",
 5956 "workspace",
 5957]
 5958
 5959[[package]]
 5960name = "language_tools"
 5961version = "0.1.0"
 5962dependencies = [
 5963 "anyhow",
 5964 "client",
 5965 "collections",
 5966 "copilot",
 5967 "editor",
 5968 "env_logger",
 5969 "futures 0.3.28",
 5970 "gpui",
 5971 "language",
 5972 "lsp",
 5973 "project",
 5974 "release_channel",
 5975 "serde_json",
 5976 "settings",
 5977 "theme",
 5978 "tree-sitter",
 5979 "ui",
 5980 "util",
 5981 "workspace",
 5982]
 5983
 5984[[package]]
 5985name = "languages"
 5986version = "0.1.0"
 5987dependencies = [
 5988 "anyhow",
 5989 "async-compression",
 5990 "async-tar",
 5991 "async-trait",
 5992 "collections",
 5993 "feature_flags",
 5994 "futures 0.3.28",
 5995 "gpui",
 5996 "http 0.1.0",
 5997 "language",
 5998 "lazy_static",
 5999 "log",
 6000 "lsp",
 6001 "node_runtime",
 6002 "paths",
 6003 "project",
 6004 "regex",
 6005 "rope",
 6006 "rust-embed",
 6007 "serde",
 6008 "serde_json",
 6009 "settings",
 6010 "smol",
 6011 "task",
 6012 "text",
 6013 "theme",
 6014 "toml 0.8.10",
 6015 "tree-sitter",
 6016 "tree-sitter-bash",
 6017 "tree-sitter-c",
 6018 "tree-sitter-cpp",
 6019 "tree-sitter-css",
 6020 "tree-sitter-go",
 6021 "tree-sitter-gomod",
 6022 "tree-sitter-gowork",
 6023 "tree-sitter-jsdoc",
 6024 "tree-sitter-json",
 6025 "tree-sitter-markdown",
 6026 "tree-sitter-proto",
 6027 "tree-sitter-python",
 6028 "tree-sitter-regex",
 6029 "tree-sitter-rust",
 6030 "tree-sitter-typescript",
 6031 "tree-sitter-yaml",
 6032 "unindent",
 6033 "util",
 6034 "workspace",
 6035]
 6036
 6037[[package]]
 6038name = "lazy-bytes-cast"
 6039version = "5.0.1"
 6040source = "registry+https://github.com/rust-lang/crates.io-index"
 6041checksum = "10257499f089cd156ad82d0a9cd57d9501fa2c989068992a97eb3c27836f206b"
 6042
 6043[[package]]
 6044name = "lazy_static"
 6045version = "1.4.0"
 6046source = "registry+https://github.com/rust-lang/crates.io-index"
 6047checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
 6048dependencies = [
 6049 "spin 0.5.2",
 6050]
 6051
 6052[[package]]
 6053name = "lazycell"
 6054version = "1.3.0"
 6055source = "registry+https://github.com/rust-lang/crates.io-index"
 6056checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 6057
 6058[[package]]
 6059name = "leb128"
 6060version = "0.2.5"
 6061source = "registry+https://github.com/rust-lang/crates.io-index"
 6062checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 6063
 6064[[package]]
 6065name = "lebe"
 6066version = "0.5.2"
 6067source = "registry+https://github.com/rust-lang/crates.io-index"
 6068checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 6069
 6070[[package]]
 6071name = "libc"
 6072version = "0.2.153"
 6073source = "registry+https://github.com/rust-lang/crates.io-index"
 6074checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
 6075
 6076[[package]]
 6077name = "libfuzzer-sys"
 6078version = "0.4.7"
 6079source = "registry+https://github.com/rust-lang/crates.io-index"
 6080checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
 6081dependencies = [
 6082 "arbitrary",
 6083 "cc",
 6084 "once_cell",
 6085]
 6086
 6087[[package]]
 6088name = "libgit2-sys"
 6089version = "0.17.0+1.8.1"
 6090source = "registry+https://github.com/rust-lang/crates.io-index"
 6091checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
 6092dependencies = [
 6093 "cc",
 6094 "libc",
 6095 "libz-sys",
 6096 "pkg-config",
 6097]
 6098
 6099[[package]]
 6100name = "libloading"
 6101version = "0.7.4"
 6102source = "registry+https://github.com/rust-lang/crates.io-index"
 6103checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
 6104dependencies = [
 6105 "cfg-if",
 6106 "winapi",
 6107]
 6108
 6109[[package]]
 6110name = "libloading"
 6111version = "0.8.0"
 6112source = "registry+https://github.com/rust-lang/crates.io-index"
 6113checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb"
 6114dependencies = [
 6115 "cfg-if",
 6116 "windows-sys 0.48.0",
 6117]
 6118
 6119[[package]]
 6120name = "libm"
 6121version = "0.2.8"
 6122source = "registry+https://github.com/rust-lang/crates.io-index"
 6123checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
 6124
 6125[[package]]
 6126name = "libmimalloc-sys"
 6127version = "0.1.37"
 6128source = "registry+https://github.com/rust-lang/crates.io-index"
 6129checksum = "81eb4061c0582dedea1cbc7aff2240300dd6982e0239d1c99e65c1dbf4a30ba7"
 6130dependencies = [
 6131 "cc",
 6132 "libc",
 6133]
 6134
 6135[[package]]
 6136name = "libsqlite3-sys"
 6137version = "0.26.0"
 6138source = "registry+https://github.com/rust-lang/crates.io-index"
 6139checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
 6140dependencies = [
 6141 "cc",
 6142 "pkg-config",
 6143 "vcpkg",
 6144]
 6145
 6146[[package]]
 6147name = "libz-sys"
 6148version = "1.1.12"
 6149source = "registry+https://github.com/rust-lang/crates.io-index"
 6150checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
 6151dependencies = [
 6152 "cc",
 6153 "libc",
 6154 "pkg-config",
 6155 "vcpkg",
 6156]
 6157
 6158[[package]]
 6159name = "line-wrap"
 6160version = "0.1.1"
 6161source = "registry+https://github.com/rust-lang/crates.io-index"
 6162checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
 6163dependencies = [
 6164 "safemem",
 6165]
 6166
 6167[[package]]
 6168name = "linkify"
 6169version = "0.10.0"
 6170source = "registry+https://github.com/rust-lang/crates.io-index"
 6171checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 6172dependencies = [
 6173 "memchr",
 6174]
 6175
 6176[[package]]
 6177name = "linkme"
 6178version = "0.3.17"
 6179source = "registry+https://github.com/rust-lang/crates.io-index"
 6180checksum = "91ed2ee9464ff9707af8e9ad834cffa4802f072caad90639c583dd3c62e6e608"
 6181dependencies = [
 6182 "linkme-impl",
 6183]
 6184
 6185[[package]]
 6186name = "linkme-impl"
 6187version = "0.3.17"
 6188source = "registry+https://github.com/rust-lang/crates.io-index"
 6189checksum = "ba125974b109d512fccbc6c0244e7580143e460895dfd6ea7f8bbb692fd94396"
 6190dependencies = [
 6191 "proc-macro2",
 6192 "quote",
 6193 "syn 2.0.59",
 6194]
 6195
 6196[[package]]
 6197name = "linux-raw-sys"
 6198version = "0.3.8"
 6199source = "registry+https://github.com/rust-lang/crates.io-index"
 6200checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
 6201
 6202[[package]]
 6203name = "linux-raw-sys"
 6204version = "0.4.12"
 6205source = "registry+https://github.com/rust-lang/crates.io-index"
 6206checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
 6207
 6208[[package]]
 6209name = "live_kit_client"
 6210version = "0.1.0"
 6211dependencies = [
 6212 "anyhow",
 6213 "async-broadcast",
 6214 "async-trait",
 6215 "collections",
 6216 "core-foundation",
 6217 "futures 0.3.28",
 6218 "gpui",
 6219 "live_kit_server",
 6220 "log",
 6221 "media",
 6222 "nanoid",
 6223 "parking_lot",
 6224 "postage",
 6225 "serde",
 6226 "serde_json",
 6227 "sha2 0.10.7",
 6228 "simplelog",
 6229]
 6230
 6231[[package]]
 6232name = "live_kit_server"
 6233version = "0.1.0"
 6234dependencies = [
 6235 "anyhow",
 6236 "async-trait",
 6237 "hmac 0.12.1",
 6238 "jwt",
 6239 "log",
 6240 "prost",
 6241 "prost-build",
 6242 "prost-types",
 6243 "reqwest",
 6244 "serde",
 6245 "sha2 0.10.7",
 6246]
 6247
 6248[[package]]
 6249name = "lmdb-master-sys"
 6250version = "0.2.0"
 6251source = "registry+https://github.com/rust-lang/crates.io-index"
 6252checksum = "dc9048db3a58c0732d7236abc4909058f9d2708cfb6d7d047eb895fddec6419a"
 6253dependencies = [
 6254 "cc",
 6255 "doxygen-rs",
 6256 "libc",
 6257]
 6258
 6259[[package]]
 6260name = "lock_api"
 6261version = "0.4.10"
 6262source = "registry+https://github.com/rust-lang/crates.io-index"
 6263checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
 6264dependencies = [
 6265 "autocfg",
 6266 "scopeguard",
 6267]
 6268
 6269[[package]]
 6270name = "log"
 6271version = "0.4.21"
 6272source = "registry+https://github.com/rust-lang/crates.io-index"
 6273checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
 6274dependencies = [
 6275 "serde",
 6276 "value-bag",
 6277]
 6278
 6279[[package]]
 6280name = "loop9"
 6281version = "0.1.5"
 6282source = "registry+https://github.com/rust-lang/crates.io-index"
 6283checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 6284dependencies = [
 6285 "imgref",
 6286]
 6287
 6288[[package]]
 6289name = "lsp"
 6290version = "0.1.0"
 6291dependencies = [
 6292 "anyhow",
 6293 "async-pipe",
 6294 "collections",
 6295 "ctor",
 6296 "env_logger",
 6297 "futures 0.3.28",
 6298 "gpui",
 6299 "log",
 6300 "lsp-types",
 6301 "parking_lot",
 6302 "postage",
 6303 "release_channel",
 6304 "serde",
 6305 "serde_json",
 6306 "smol",
 6307 "util",
 6308 "windows 0.57.0",
 6309]
 6310
 6311[[package]]
 6312name = "lsp-types"
 6313version = "0.95.1"
 6314source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
 6315dependencies = [
 6316 "bitflags 1.3.2",
 6317 "serde",
 6318 "serde_json",
 6319 "serde_repr",
 6320 "url",
 6321]
 6322
 6323[[package]]
 6324name = "lz4"
 6325version = "1.24.0"
 6326source = "registry+https://github.com/rust-lang/crates.io-index"
 6327checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"
 6328dependencies = [
 6329 "libc",
 6330 "lz4-sys",
 6331]
 6332
 6333[[package]]
 6334name = "lz4-sys"
 6335version = "1.9.4"
 6336source = "registry+https://github.com/rust-lang/crates.io-index"
 6337checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"
 6338dependencies = [
 6339 "cc",
 6340 "libc",
 6341]
 6342
 6343[[package]]
 6344name = "mac"
 6345version = "0.1.1"
 6346source = "registry+https://github.com/rust-lang/crates.io-index"
 6347checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 6348
 6349[[package]]
 6350name = "mach"
 6351version = "0.3.2"
 6352source = "registry+https://github.com/rust-lang/crates.io-index"
 6353checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
 6354dependencies = [
 6355 "libc",
 6356]
 6357
 6358[[package]]
 6359name = "mach2"
 6360version = "0.4.1"
 6361source = "registry+https://github.com/rust-lang/crates.io-index"
 6362checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8"
 6363dependencies = [
 6364 "libc",
 6365]
 6366
 6367[[package]]
 6368name = "malloc_buf"
 6369version = "0.0.6"
 6370source = "registry+https://github.com/rust-lang/crates.io-index"
 6371checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 6372dependencies = [
 6373 "libc",
 6374]
 6375
 6376[[package]]
 6377name = "markdown"
 6378version = "0.1.0"
 6379dependencies = [
 6380 "anyhow",
 6381 "assets",
 6382 "env_logger",
 6383 "futures 0.3.28",
 6384 "gpui",
 6385 "language",
 6386 "languages",
 6387 "linkify",
 6388 "log",
 6389 "node_runtime",
 6390 "pulldown-cmark",
 6391 "settings",
 6392 "theme",
 6393 "ui",
 6394 "util",
 6395]
 6396
 6397[[package]]
 6398name = "markdown_preview"
 6399version = "0.1.0"
 6400dependencies = [
 6401 "anyhow",
 6402 "async-recursion 1.0.5",
 6403 "collections",
 6404 "editor",
 6405 "gpui",
 6406 "language",
 6407 "linkify",
 6408 "log",
 6409 "pretty_assertions",
 6410 "pulldown-cmark",
 6411 "theme",
 6412 "ui",
 6413 "workspace",
 6414]
 6415
 6416[[package]]
 6417name = "markup5ever"
 6418version = "0.12.1"
 6419source = "registry+https://github.com/rust-lang/crates.io-index"
 6420checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 6421dependencies = [
 6422 "log",
 6423 "phf",
 6424 "phf_codegen",
 6425 "string_cache",
 6426 "string_cache_codegen",
 6427 "tendril",
 6428]
 6429
 6430[[package]]
 6431name = "markup5ever_rcdom"
 6432version = "0.3.0"
 6433source = "registry+https://github.com/rust-lang/crates.io-index"
 6434checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 6435dependencies = [
 6436 "html5ever",
 6437 "markup5ever",
 6438 "tendril",
 6439 "xml5ever",
 6440]
 6441
 6442[[package]]
 6443name = "matchers"
 6444version = "0.1.0"
 6445source = "registry+https://github.com/rust-lang/crates.io-index"
 6446checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 6447dependencies = [
 6448 "regex-automata 0.1.10",
 6449]
 6450
 6451[[package]]
 6452name = "matchit"
 6453version = "0.7.3"
 6454source = "registry+https://github.com/rust-lang/crates.io-index"
 6455checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 6456
 6457[[package]]
 6458name = "maybe-owned"
 6459version = "0.3.4"
 6460source = "registry+https://github.com/rust-lang/crates.io-index"
 6461checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 6462
 6463[[package]]
 6464name = "maybe-rayon"
 6465version = "0.1.1"
 6466source = "registry+https://github.com/rust-lang/crates.io-index"
 6467checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 6468dependencies = [
 6469 "cfg-if",
 6470 "rayon",
 6471]
 6472
 6473[[package]]
 6474name = "md-5"
 6475version = "0.10.5"
 6476source = "registry+https://github.com/rust-lang/crates.io-index"
 6477checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
 6478dependencies = [
 6479 "digest 0.10.7",
 6480]
 6481
 6482[[package]]
 6483name = "media"
 6484version = "0.1.0"
 6485dependencies = [
 6486 "anyhow",
 6487 "bindgen 0.65.1",
 6488 "core-foundation",
 6489 "foreign-types 0.5.0",
 6490 "metal",
 6491 "objc",
 6492]
 6493
 6494[[package]]
 6495name = "memchr"
 6496version = "2.7.2"
 6497source = "registry+https://github.com/rust-lang/crates.io-index"
 6498checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
 6499
 6500[[package]]
 6501name = "memfd"
 6502version = "0.6.4"
 6503source = "registry+https://github.com/rust-lang/crates.io-index"
 6504checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 6505dependencies = [
 6506 "rustix 0.38.32",
 6507]
 6508
 6509[[package]]
 6510name = "memmap2"
 6511version = "0.8.0"
 6512source = "registry+https://github.com/rust-lang/crates.io-index"
 6513checksum = "43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed"
 6514dependencies = [
 6515 "libc",
 6516]
 6517
 6518[[package]]
 6519name = "memmap2"
 6520version = "0.9.4"
 6521source = "registry+https://github.com/rust-lang/crates.io-index"
 6522checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
 6523dependencies = [
 6524 "libc",
 6525]
 6526
 6527[[package]]
 6528name = "memoffset"
 6529version = "0.9.0"
 6530source = "registry+https://github.com/rust-lang/crates.io-index"
 6531checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
 6532dependencies = [
 6533 "autocfg",
 6534]
 6535
 6536[[package]]
 6537name = "menu"
 6538version = "0.1.0"
 6539dependencies = [
 6540 "gpui",
 6541 "serde",
 6542]
 6543
 6544[[package]]
 6545name = "metal"
 6546version = "0.25.0"
 6547source = "registry+https://github.com/rust-lang/crates.io-index"
 6548checksum = "550b24b0cd4cf923f36bae78eca457b3a10d8a6a14a9c84cb2687b527e6a84af"
 6549dependencies = [
 6550 "bitflags 1.3.2",
 6551 "block",
 6552 "core-graphics-types",
 6553 "foreign-types 0.5.0",
 6554 "log",
 6555 "objc",
 6556 "paste",
 6557]
 6558
 6559[[package]]
 6560name = "mimalloc"
 6561version = "0.1.41"
 6562source = "registry+https://github.com/rust-lang/crates.io-index"
 6563checksum = "9f41a2280ded0da56c8cf898babb86e8f10651a34adcfff190ae9a1159c6908d"
 6564dependencies = [
 6565 "libmimalloc-sys",
 6566]
 6567
 6568[[package]]
 6569name = "mime"
 6570version = "0.3.17"
 6571source = "registry+https://github.com/rust-lang/crates.io-index"
 6572checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 6573
 6574[[package]]
 6575name = "minimal-lexical"
 6576version = "0.2.1"
 6577source = "registry+https://github.com/rust-lang/crates.io-index"
 6578checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 6579
 6580[[package]]
 6581name = "miniz_oxide"
 6582version = "0.7.1"
 6583source = "registry+https://github.com/rust-lang/crates.io-index"
 6584checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
 6585dependencies = [
 6586 "adler",
 6587 "simd-adler32",
 6588]
 6589
 6590[[package]]
 6591name = "mint"
 6592version = "0.5.9"
 6593source = "registry+https://github.com/rust-lang/crates.io-index"
 6594checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 6595
 6596[[package]]
 6597name = "mio"
 6598version = "0.8.11"
 6599source = "registry+https://github.com/rust-lang/crates.io-index"
 6600checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
 6601dependencies = [
 6602 "libc",
 6603 "log",
 6604 "wasi 0.11.0+wasi-snapshot-preview1",
 6605 "windows-sys 0.48.0",
 6606]
 6607
 6608[[package]]
 6609name = "miow"
 6610version = "0.6.0"
 6611source = "registry+https://github.com/rust-lang/crates.io-index"
 6612checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 6613dependencies = [
 6614 "windows-sys 0.48.0",
 6615]
 6616
 6617[[package]]
 6618name = "multi_buffer"
 6619version = "0.1.0"
 6620dependencies = [
 6621 "anyhow",
 6622 "clock",
 6623 "collections",
 6624 "ctor",
 6625 "env_logger",
 6626 "futures 0.3.28",
 6627 "git",
 6628 "gpui",
 6629 "itertools 0.11.0",
 6630 "language",
 6631 "log",
 6632 "parking_lot",
 6633 "rand 0.8.5",
 6634 "serde",
 6635 "settings",
 6636 "smallvec",
 6637 "sum_tree",
 6638 "text",
 6639 "theme",
 6640 "util",
 6641]
 6642
 6643[[package]]
 6644name = "multimap"
 6645version = "0.8.3"
 6646source = "registry+https://github.com/rust-lang/crates.io-index"
 6647checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 6648
 6649[[package]]
 6650name = "naga"
 6651version = "0.14.2"
 6652source = "registry+https://github.com/rust-lang/crates.io-index"
 6653checksum = "ae585df4b6514cf8842ac0f1ab4992edc975892704835b549cf818dc0191249e"
 6654dependencies = [
 6655 "bit-set",
 6656 "bitflags 2.4.2",
 6657 "codespan-reporting",
 6658 "hexf-parse",
 6659 "indexmap 2.2.6",
 6660 "log",
 6661 "num-traits",
 6662 "rustc-hash",
 6663 "spirv",
 6664 "termcolor",
 6665 "thiserror",
 6666 "unicode-xid",
 6667]
 6668
 6669[[package]]
 6670name = "nanoid"
 6671version = "0.4.0"
 6672source = "registry+https://github.com/rust-lang/crates.io-index"
 6673checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 6674dependencies = [
 6675 "rand 0.8.5",
 6676]
 6677
 6678[[package]]
 6679name = "nanorand"
 6680version = "0.7.0"
 6681source = "registry+https://github.com/rust-lang/crates.io-index"
 6682checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 6683dependencies = [
 6684 "getrandom 0.2.10",
 6685]
 6686
 6687[[package]]
 6688name = "native-tls"
 6689version = "0.2.11"
 6690source = "registry+https://github.com/rust-lang/crates.io-index"
 6691checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
 6692dependencies = [
 6693 "lazy_static",
 6694 "libc",
 6695 "log",
 6696 "openssl",
 6697 "openssl-probe",
 6698 "openssl-sys",
 6699 "schannel",
 6700 "security-framework",
 6701 "security-framework-sys",
 6702 "tempfile",
 6703]
 6704
 6705[[package]]
 6706name = "ndk"
 6707version = "0.7.0"
 6708source = "registry+https://github.com/rust-lang/crates.io-index"
 6709checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
 6710dependencies = [
 6711 "bitflags 1.3.2",
 6712 "jni-sys",
 6713 "ndk-sys",
 6714 "num_enum",
 6715 "raw-window-handle 0.5.2",
 6716 "thiserror",
 6717]
 6718
 6719[[package]]
 6720name = "ndk-context"
 6721version = "0.1.1"
 6722source = "registry+https://github.com/rust-lang/crates.io-index"
 6723checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 6724
 6725[[package]]
 6726name = "ndk-sys"
 6727version = "0.4.1+23.1.7779620"
 6728source = "registry+https://github.com/rust-lang/crates.io-index"
 6729checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
 6730dependencies = [
 6731 "jni-sys",
 6732]
 6733
 6734[[package]]
 6735name = "new_debug_unreachable"
 6736version = "1.0.4"
 6737source = "registry+https://github.com/rust-lang/crates.io-index"
 6738checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
 6739
 6740[[package]]
 6741name = "nix"
 6742version = "0.24.3"
 6743source = "registry+https://github.com/rust-lang/crates.io-index"
 6744checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
 6745dependencies = [
 6746 "bitflags 1.3.2",
 6747 "cfg-if",
 6748 "libc",
 6749]
 6750
 6751[[package]]
 6752name = "nix"
 6753version = "0.27.1"
 6754source = "registry+https://github.com/rust-lang/crates.io-index"
 6755checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
 6756dependencies = [
 6757 "bitflags 2.4.2",
 6758 "cfg-if",
 6759 "libc",
 6760 "memoffset",
 6761]
 6762
 6763[[package]]
 6764name = "nix"
 6765version = "0.28.0"
 6766source = "registry+https://github.com/rust-lang/crates.io-index"
 6767checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
 6768dependencies = [
 6769 "bitflags 2.4.2",
 6770 "cfg-if",
 6771 "cfg_aliases",
 6772 "libc",
 6773]
 6774
 6775[[package]]
 6776name = "node_runtime"
 6777version = "0.1.0"
 6778dependencies = [
 6779 "anyhow",
 6780 "async-compression",
 6781 "async-std",
 6782 "async-tar",
 6783 "async-trait",
 6784 "async_zip",
 6785 "futures 0.3.28",
 6786 "http 0.1.0",
 6787 "log",
 6788 "paths",
 6789 "semver",
 6790 "serde",
 6791 "serde_json",
 6792 "smol",
 6793 "tempfile",
 6794 "util",
 6795 "walkdir",
 6796 "windows 0.57.0",
 6797]
 6798
 6799[[package]]
 6800name = "nom"
 6801version = "7.1.3"
 6802source = "registry+https://github.com/rust-lang/crates.io-index"
 6803checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 6804dependencies = [
 6805 "memchr",
 6806 "minimal-lexical",
 6807]
 6808
 6809[[package]]
 6810name = "noop_proc_macro"
 6811version = "0.3.0"
 6812source = "registry+https://github.com/rust-lang/crates.io-index"
 6813checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 6814
 6815[[package]]
 6816name = "notifications"
 6817version = "0.1.0"
 6818dependencies = [
 6819 "anyhow",
 6820 "channel",
 6821 "client",
 6822 "collections",
 6823 "db",
 6824 "gpui",
 6825 "rpc",
 6826 "settings",
 6827 "sum_tree",
 6828 "time",
 6829 "util",
 6830]
 6831
 6832[[package]]
 6833name = "notify"
 6834version = "6.1.1"
 6835source = "registry+https://github.com/rust-lang/crates.io-index"
 6836checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
 6837dependencies = [
 6838 "bitflags 2.4.2",
 6839 "crossbeam-channel",
 6840 "filetime",
 6841 "fsevent-sys 4.1.0",
 6842 "inotify",
 6843 "kqueue",
 6844 "libc",
 6845 "log",
 6846 "mio",
 6847 "walkdir",
 6848 "windows-sys 0.48.0",
 6849]
 6850
 6851[[package]]
 6852name = "ntapi"
 6853version = "0.4.1"
 6854source = "registry+https://github.com/rust-lang/crates.io-index"
 6855checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 6856dependencies = [
 6857 "winapi",
 6858]
 6859
 6860[[package]]
 6861name = "nu-ansi-term"
 6862version = "0.46.0"
 6863source = "registry+https://github.com/rust-lang/crates.io-index"
 6864checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 6865dependencies = [
 6866 "overload",
 6867 "winapi",
 6868]
 6869
 6870[[package]]
 6871name = "num"
 6872version = "0.4.1"
 6873source = "registry+https://github.com/rust-lang/crates.io-index"
 6874checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af"
 6875dependencies = [
 6876 "num-bigint",
 6877 "num-complex",
 6878 "num-integer",
 6879 "num-iter",
 6880 "num-rational",
 6881 "num-traits",
 6882]
 6883
 6884[[package]]
 6885name = "num-bigint"
 6886version = "0.4.4"
 6887source = "registry+https://github.com/rust-lang/crates.io-index"
 6888checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
 6889dependencies = [
 6890 "autocfg",
 6891 "num-integer",
 6892 "num-traits",
 6893]
 6894
 6895[[package]]
 6896name = "num-bigint-dig"
 6897version = "0.7.1"
 6898source = "registry+https://github.com/rust-lang/crates.io-index"
 6899checksum = "f9bc3e36fd683e004fd59c64a425e0e991616f5a8b617c3b9a933a93c168facc"
 6900dependencies = [
 6901 "byteorder",
 6902 "lazy_static",
 6903 "libm",
 6904 "num-integer",
 6905 "num-iter",
 6906 "num-traits",
 6907 "rand 0.8.5",
 6908 "smallvec",
 6909 "zeroize",
 6910]
 6911
 6912[[package]]
 6913name = "num-bigint-dig"
 6914version = "0.8.4"
 6915source = "registry+https://github.com/rust-lang/crates.io-index"
 6916checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 6917dependencies = [
 6918 "byteorder",
 6919 "lazy_static",
 6920 "libm",
 6921 "num-integer",
 6922 "num-iter",
 6923 "num-traits",
 6924 "rand 0.8.5",
 6925 "serde",
 6926 "smallvec",
 6927 "zeroize",
 6928]
 6929
 6930[[package]]
 6931name = "num-complex"
 6932version = "0.4.4"
 6933source = "registry+https://github.com/rust-lang/crates.io-index"
 6934checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"
 6935dependencies = [
 6936 "num-traits",
 6937]
 6938
 6939[[package]]
 6940name = "num-conv"
 6941version = "0.1.0"
 6942source = "registry+https://github.com/rust-lang/crates.io-index"
 6943checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 6944
 6945[[package]]
 6946name = "num-derive"
 6947version = "0.3.3"
 6948source = "registry+https://github.com/rust-lang/crates.io-index"
 6949checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
 6950dependencies = [
 6951 "proc-macro2",
 6952 "quote",
 6953 "syn 1.0.109",
 6954]
 6955
 6956[[package]]
 6957name = "num-derive"
 6958version = "0.4.2"
 6959source = "registry+https://github.com/rust-lang/crates.io-index"
 6960checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 6961dependencies = [
 6962 "proc-macro2",
 6963 "quote",
 6964 "syn 2.0.59",
 6965]
 6966
 6967[[package]]
 6968name = "num-format"
 6969version = "0.4.4"
 6970source = "registry+https://github.com/rust-lang/crates.io-index"
 6971checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 6972dependencies = [
 6973 "arrayvec",
 6974 "itoa",
 6975]
 6976
 6977[[package]]
 6978name = "num-integer"
 6979version = "0.1.45"
 6980source = "registry+https://github.com/rust-lang/crates.io-index"
 6981checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
 6982dependencies = [
 6983 "autocfg",
 6984 "num-traits",
 6985]
 6986
 6987[[package]]
 6988name = "num-iter"
 6989version = "0.1.43"
 6990source = "registry+https://github.com/rust-lang/crates.io-index"
 6991checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
 6992dependencies = [
 6993 "autocfg",
 6994 "num-integer",
 6995 "num-traits",
 6996]
 6997
 6998[[package]]
 6999name = "num-rational"
 7000version = "0.4.1"
 7001source = "registry+https://github.com/rust-lang/crates.io-index"
 7002checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
 7003dependencies = [
 7004 "autocfg",
 7005 "num-bigint",
 7006 "num-integer",
 7007 "num-traits",
 7008]
 7009
 7010[[package]]
 7011name = "num-traits"
 7012version = "0.2.16"
 7013source = "registry+https://github.com/rust-lang/crates.io-index"
 7014checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
 7015dependencies = [
 7016 "autocfg",
 7017 "libm",
 7018]
 7019
 7020[[package]]
 7021name = "num_cpus"
 7022version = "1.16.0"
 7023source = "registry+https://github.com/rust-lang/crates.io-index"
 7024checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 7025dependencies = [
 7026 "hermit-abi 0.3.3",
 7027 "libc",
 7028]
 7029
 7030[[package]]
 7031name = "num_enum"
 7032version = "0.5.11"
 7033source = "registry+https://github.com/rust-lang/crates.io-index"
 7034checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
 7035dependencies = [
 7036 "num_enum_derive",
 7037]
 7038
 7039[[package]]
 7040name = "num_enum_derive"
 7041version = "0.5.11"
 7042source = "registry+https://github.com/rust-lang/crates.io-index"
 7043checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
 7044dependencies = [
 7045 "proc-macro-crate 1.3.1",
 7046 "proc-macro2",
 7047 "quote",
 7048 "syn 1.0.109",
 7049]
 7050
 7051[[package]]
 7052name = "nvim-rs"
 7053version = "0.6.0-pre"
 7054source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#0d2b1c884f3c39a76b5b7aac0b429f4624843954"
 7055dependencies = [
 7056 "async-trait",
 7057 "futures 0.3.28",
 7058 "log",
 7059 "parity-tokio-ipc",
 7060 "rmp",
 7061 "rmpv",
 7062 "tokio",
 7063 "tokio-util",
 7064]
 7065
 7066[[package]]
 7067name = "objc"
 7068version = "0.2.7"
 7069source = "registry+https://github.com/rust-lang/crates.io-index"
 7070checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 7071dependencies = [
 7072 "malloc_buf",
 7073 "objc_exception",
 7074]
 7075
 7076[[package]]
 7077name = "objc_exception"
 7078version = "0.1.2"
 7079source = "registry+https://github.com/rust-lang/crates.io-index"
 7080checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
 7081dependencies = [
 7082 "cc",
 7083]
 7084
 7085[[package]]
 7086name = "object"
 7087version = "0.32.1"
 7088source = "registry+https://github.com/rust-lang/crates.io-index"
 7089checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
 7090dependencies = [
 7091 "crc32fast",
 7092 "hashbrown 0.14.5",
 7093 "indexmap 2.2.6",
 7094 "memchr",
 7095]
 7096
 7097[[package]]
 7098name = "oboe"
 7099version = "0.5.0"
 7100source = "registry+https://github.com/rust-lang/crates.io-index"
 7101checksum = "8868cc237ee02e2d9618539a23a8d228b9bb3fc2e7a5b11eed3831de77c395d0"
 7102dependencies = [
 7103 "jni 0.20.0",
 7104 "ndk",
 7105 "ndk-context",
 7106 "num-derive 0.3.3",
 7107 "num-traits",
 7108 "oboe-sys",
 7109]
 7110
 7111[[package]]
 7112name = "oboe-sys"
 7113version = "0.5.0"
 7114source = "registry+https://github.com/rust-lang/crates.io-index"
 7115checksum = "7f44155e7fb718d3cfddcf70690b2b51ac4412f347cd9e4fbe511abe9cd7b5f2"
 7116dependencies = [
 7117 "cc",
 7118]
 7119
 7120[[package]]
 7121name = "ollama"
 7122version = "0.1.0"
 7123dependencies = [
 7124 "anyhow",
 7125 "futures 0.3.28",
 7126 "http 0.1.0",
 7127 "isahc",
 7128 "schemars",
 7129 "serde",
 7130 "serde_json",
 7131]
 7132
 7133[[package]]
 7134name = "once_cell"
 7135version = "1.19.0"
 7136source = "registry+https://github.com/rust-lang/crates.io-index"
 7137checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
 7138
 7139[[package]]
 7140name = "oo7"
 7141version = "0.3.0"
 7142source = "registry+https://github.com/rust-lang/crates.io-index"
 7143checksum = "37558cac1af63a81fd2ff7f3469c02a4da06b163c5671791553b8dac10f07c82"
 7144dependencies = [
 7145 "aes",
 7146 "async-fs 2.1.1",
 7147 "async-io 2.3.1",
 7148 "async-lock 3.3.0",
 7149 "blocking",
 7150 "cbc",
 7151 "cipher 0.4.4",
 7152 "digest 0.10.7",
 7153 "futures-lite 2.2.0",
 7154 "futures-util",
 7155 "hkdf",
 7156 "hmac 0.12.1",
 7157 "num",
 7158 "num-bigint-dig 0.8.4",
 7159 "pbkdf2 0.12.2",
 7160 "rand 0.8.5",
 7161 "serde",
 7162 "sha2 0.10.7",
 7163 "zbus",
 7164 "zeroize",
 7165 "zvariant",
 7166]
 7167
 7168[[package]]
 7169name = "oorandom"
 7170version = "11.1.3"
 7171source = "registry+https://github.com/rust-lang/crates.io-index"
 7172checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
 7173
 7174[[package]]
 7175name = "opaque-debug"
 7176version = "0.3.0"
 7177source = "registry+https://github.com/rust-lang/crates.io-index"
 7178checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
 7179
 7180[[package]]
 7181name = "open"
 7182version = "5.1.2"
 7183source = "registry+https://github.com/rust-lang/crates.io-index"
 7184checksum = "449f0ff855d85ddbf1edd5b646d65249ead3f5e422aaa86b7d2d0b049b103e32"
 7185dependencies = [
 7186 "is-wsl",
 7187 "libc",
 7188 "pathdiff",
 7189]
 7190
 7191[[package]]
 7192name = "open_ai"
 7193version = "0.1.0"
 7194dependencies = [
 7195 "anyhow",
 7196 "futures 0.3.28",
 7197 "http 0.1.0",
 7198 "isahc",
 7199 "schemars",
 7200 "serde",
 7201 "serde_json",
 7202 "strum",
 7203]
 7204
 7205[[package]]
 7206name = "openssl"
 7207version = "0.10.57"
 7208source = "registry+https://github.com/rust-lang/crates.io-index"
 7209checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c"
 7210dependencies = [
 7211 "bitflags 2.4.2",
 7212 "cfg-if",
 7213 "foreign-types 0.3.2",
 7214 "libc",
 7215 "once_cell",
 7216 "openssl-macros",
 7217 "openssl-sys",
 7218]
 7219
 7220[[package]]
 7221name = "openssl-macros"
 7222version = "0.1.1"
 7223source = "registry+https://github.com/rust-lang/crates.io-index"
 7224checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 7225dependencies = [
 7226 "proc-macro2",
 7227 "quote",
 7228 "syn 2.0.59",
 7229]
 7230
 7231[[package]]
 7232name = "openssl-probe"
 7233version = "0.1.5"
 7234source = "registry+https://github.com/rust-lang/crates.io-index"
 7235checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 7236
 7237[[package]]
 7238name = "openssl-src"
 7239version = "300.3.0+3.3.0"
 7240source = "registry+https://github.com/rust-lang/crates.io-index"
 7241checksum = "eba8804a1c5765b18c4b3f907e6897ebabeedebc9830e1a0046c4a4cf44663e1"
 7242dependencies = [
 7243 "cc",
 7244]
 7245
 7246[[package]]
 7247name = "openssl-sys"
 7248version = "0.9.93"
 7249source = "registry+https://github.com/rust-lang/crates.io-index"
 7250checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d"
 7251dependencies = [
 7252 "cc",
 7253 "libc",
 7254 "openssl-src",
 7255 "pkg-config",
 7256 "vcpkg",
 7257]
 7258
 7259[[package]]
 7260name = "option-ext"
 7261version = "0.2.0"
 7262source = "registry+https://github.com/rust-lang/crates.io-index"
 7263checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 7264
 7265[[package]]
 7266name = "ordered-float"
 7267version = "2.10.0"
 7268source = "registry+https://github.com/rust-lang/crates.io-index"
 7269checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
 7270dependencies = [
 7271 "num-traits",
 7272]
 7273
 7274[[package]]
 7275name = "ordered-float"
 7276version = "3.9.1"
 7277source = "registry+https://github.com/rust-lang/crates.io-index"
 7278checksum = "2a54938017eacd63036332b4ae5c8a49fc8c0c1d6d629893057e4f13609edd06"
 7279dependencies = [
 7280 "num-traits",
 7281]
 7282
 7283[[package]]
 7284name = "ordered-stream"
 7285version = "0.2.0"
 7286source = "registry+https://github.com/rust-lang/crates.io-index"
 7287checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 7288dependencies = [
 7289 "futures-core",
 7290 "pin-project-lite",
 7291]
 7292
 7293[[package]]
 7294name = "os_str_bytes"
 7295version = "6.5.1"
 7296source = "registry+https://github.com/rust-lang/crates.io-index"
 7297checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac"
 7298
 7299[[package]]
 7300name = "ouroboros"
 7301version = "0.17.2"
 7302source = "registry+https://github.com/rust-lang/crates.io-index"
 7303checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
 7304dependencies = [
 7305 "aliasable",
 7306 "ouroboros_macro",
 7307 "static_assertions",
 7308]
 7309
 7310[[package]]
 7311name = "ouroboros_macro"
 7312version = "0.17.2"
 7313source = "registry+https://github.com/rust-lang/crates.io-index"
 7314checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
 7315dependencies = [
 7316 "heck 0.4.1",
 7317 "proc-macro-error",
 7318 "proc-macro2",
 7319 "quote",
 7320 "syn 2.0.59",
 7321]
 7322
 7323[[package]]
 7324name = "outline"
 7325version = "0.1.0"
 7326dependencies = [
 7327 "editor",
 7328 "fuzzy",
 7329 "gpui",
 7330 "indoc",
 7331 "language",
 7332 "menu",
 7333 "ordered-float 2.10.0",
 7334 "picker",
 7335 "project",
 7336 "rope",
 7337 "serde_json",
 7338 "smol",
 7339 "theme",
 7340 "tree-sitter-rust",
 7341 "tree-sitter-typescript",
 7342 "ui",
 7343 "util",
 7344 "workspace",
 7345]
 7346
 7347[[package]]
 7348name = "outline_panel"
 7349version = "0.1.0"
 7350dependencies = [
 7351 "anyhow",
 7352 "collections",
 7353 "db",
 7354 "editor",
 7355 "file_icons",
 7356 "gpui",
 7357 "itertools 0.11.0",
 7358 "language",
 7359 "log",
 7360 "menu",
 7361 "project",
 7362 "schemars",
 7363 "serde",
 7364 "serde_json",
 7365 "settings",
 7366 "util",
 7367 "workspace",
 7368 "worktree",
 7369]
 7370
 7371[[package]]
 7372name = "outref"
 7373version = "0.5.1"
 7374source = "registry+https://github.com/rust-lang/crates.io-index"
 7375checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 7376
 7377[[package]]
 7378name = "overload"
 7379version = "0.1.1"
 7380source = "registry+https://github.com/rust-lang/crates.io-index"
 7381checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 7382
 7383[[package]]
 7384name = "p256"
 7385version = "0.11.1"
 7386source = "registry+https://github.com/rust-lang/crates.io-index"
 7387checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 7388dependencies = [
 7389 "ecdsa",
 7390 "elliptic-curve",
 7391 "sha2 0.10.7",
 7392]
 7393
 7394[[package]]
 7395name = "page_size"
 7396version = "0.6.0"
 7397source = "registry+https://github.com/rust-lang/crates.io-index"
 7398checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 7399dependencies = [
 7400 "libc",
 7401 "winapi",
 7402]
 7403
 7404[[package]]
 7405name = "palette"
 7406version = "0.7.5"
 7407source = "registry+https://github.com/rust-lang/crates.io-index"
 7408checksum = "ebfc23a4b76642983d57e4ad00bb4504eb30a8ce3c70f4aee1f725610e36d97a"
 7409dependencies = [
 7410 "approx",
 7411 "fast-srgb8",
 7412 "palette_derive",
 7413]
 7414
 7415[[package]]
 7416name = "palette_derive"
 7417version = "0.7.5"
 7418source = "registry+https://github.com/rust-lang/crates.io-index"
 7419checksum = "e8890702dbec0bad9116041ae586f84805b13eecd1d8b1df27c29998a9969d6d"
 7420dependencies = [
 7421 "proc-macro2",
 7422 "quote",
 7423 "syn 2.0.59",
 7424]
 7425
 7426[[package]]
 7427name = "parity-tokio-ipc"
 7428version = "0.9.0"
 7429source = "registry+https://github.com/rust-lang/crates.io-index"
 7430checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 7431dependencies = [
 7432 "futures 0.3.28",
 7433 "libc",
 7434 "log",
 7435 "rand 0.7.3",
 7436 "tokio",
 7437 "winapi",
 7438]
 7439
 7440[[package]]
 7441name = "parking"
 7442version = "2.2.0"
 7443source = "registry+https://github.com/rust-lang/crates.io-index"
 7444checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
 7445
 7446[[package]]
 7447name = "parking_lot"
 7448version = "0.12.1"
 7449source = "registry+https://github.com/rust-lang/crates.io-index"
 7450checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
 7451dependencies = [
 7452 "lock_api",
 7453 "parking_lot_core",
 7454]
 7455
 7456[[package]]
 7457name = "parking_lot_core"
 7458version = "0.9.8"
 7459source = "registry+https://github.com/rust-lang/crates.io-index"
 7460checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
 7461dependencies = [
 7462 "cfg-if",
 7463 "libc",
 7464 "redox_syscall 0.3.5",
 7465 "smallvec",
 7466 "windows-targets 0.48.5",
 7467]
 7468
 7469[[package]]
 7470name = "password-hash"
 7471version = "0.2.1"
 7472source = "registry+https://github.com/rust-lang/crates.io-index"
 7473checksum = "c1a5d4e9c205d2c1ae73b84aab6240e98218c0e72e63b50422cfb2d1ca952282"
 7474dependencies = [
 7475 "base64ct",
 7476 "rand_core 0.6.4",
 7477 "subtle",
 7478]
 7479
 7480[[package]]
 7481name = "paste"
 7482version = "1.0.14"
 7483source = "registry+https://github.com/rust-lang/crates.io-index"
 7484checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
 7485
 7486[[package]]
 7487name = "pathdiff"
 7488version = "0.2.1"
 7489source = "registry+https://github.com/rust-lang/crates.io-index"
 7490checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
 7491
 7492[[package]]
 7493name = "pathfinder_geometry"
 7494version = "0.5.1"
 7495source = "registry+https://github.com/rust-lang/crates.io-index"
 7496checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 7497dependencies = [
 7498 "log",
 7499 "pathfinder_simd",
 7500]
 7501
 7502[[package]]
 7503name = "pathfinder_simd"
 7504version = "0.5.3"
 7505source = "git+https://github.com/servo/pathfinder.git?rev=4968e819c0d9b015437ffc694511e175801a17c7#4968e819c0d9b015437ffc694511e175801a17c7"
 7506dependencies = [
 7507 "rustc_version",
 7508]
 7509
 7510[[package]]
 7511name = "paths"
 7512version = "0.1.0"
 7513dependencies = [
 7514 "dirs 4.0.0",
 7515 "util",
 7516]
 7517
 7518[[package]]
 7519name = "pbkdf2"
 7520version = "0.8.0"
 7521source = "registry+https://github.com/rust-lang/crates.io-index"
 7522checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
 7523dependencies = [
 7524 "crypto-mac",
 7525]
 7526
 7527[[package]]
 7528name = "pbkdf2"
 7529version = "0.12.2"
 7530source = "registry+https://github.com/rust-lang/crates.io-index"
 7531checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 7532dependencies = [
 7533 "digest 0.10.7",
 7534 "hmac 0.12.1",
 7535]
 7536
 7537[[package]]
 7538name = "peeking_take_while"
 7539version = "0.1.2"
 7540source = "registry+https://github.com/rust-lang/crates.io-index"
 7541checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
 7542
 7543[[package]]
 7544name = "pem"
 7545version = "0.8.3"
 7546source = "registry+https://github.com/rust-lang/crates.io-index"
 7547checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
 7548dependencies = [
 7549 "base64 0.13.1",
 7550 "once_cell",
 7551 "regex",
 7552]
 7553
 7554[[package]]
 7555name = "pem-rfc7468"
 7556version = "0.7.0"
 7557source = "registry+https://github.com/rust-lang/crates.io-index"
 7558checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 7559dependencies = [
 7560 "base64ct",
 7561]
 7562
 7563[[package]]
 7564name = "percent-encoding"
 7565version = "2.3.1"
 7566source = "registry+https://github.com/rust-lang/crates.io-index"
 7567checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 7568
 7569[[package]]
 7570name = "petgraph"
 7571version = "0.6.4"
 7572source = "registry+https://github.com/rust-lang/crates.io-index"
 7573checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
 7574dependencies = [
 7575 "fixedbitset",
 7576 "indexmap 2.2.6",
 7577]
 7578
 7579[[package]]
 7580name = "phf"
 7581version = "0.11.2"
 7582source = "registry+https://github.com/rust-lang/crates.io-index"
 7583checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
 7584dependencies = [
 7585 "phf_macros",
 7586 "phf_shared 0.11.2",
 7587]
 7588
 7589[[package]]
 7590name = "phf_codegen"
 7591version = "0.11.2"
 7592source = "registry+https://github.com/rust-lang/crates.io-index"
 7593checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
 7594dependencies = [
 7595 "phf_generator 0.11.2",
 7596 "phf_shared 0.11.2",
 7597]
 7598
 7599[[package]]
 7600name = "phf_generator"
 7601version = "0.10.0"
 7602source = "registry+https://github.com/rust-lang/crates.io-index"
 7603checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
 7604dependencies = [
 7605 "phf_shared 0.10.0",
 7606 "rand 0.8.5",
 7607]
 7608
 7609[[package]]
 7610name = "phf_generator"
 7611version = "0.11.2"
 7612source = "registry+https://github.com/rust-lang/crates.io-index"
 7613checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
 7614dependencies = [
 7615 "phf_shared 0.11.2",
 7616 "rand 0.8.5",
 7617]
 7618
 7619[[package]]
 7620name = "phf_macros"
 7621version = "0.11.2"
 7622source = "registry+https://github.com/rust-lang/crates.io-index"
 7623checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
 7624dependencies = [
 7625 "phf_generator 0.11.2",
 7626 "phf_shared 0.11.2",
 7627 "proc-macro2",
 7628 "quote",
 7629 "syn 2.0.59",
 7630]
 7631
 7632[[package]]
 7633name = "phf_shared"
 7634version = "0.10.0"
 7635source = "registry+https://github.com/rust-lang/crates.io-index"
 7636checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
 7637dependencies = [
 7638 "siphasher 0.3.11",
 7639]
 7640
 7641[[package]]
 7642name = "phf_shared"
 7643version = "0.11.2"
 7644source = "registry+https://github.com/rust-lang/crates.io-index"
 7645checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
 7646dependencies = [
 7647 "siphasher 0.3.11",
 7648]
 7649
 7650[[package]]
 7651name = "picker"
 7652version = "0.1.0"
 7653dependencies = [
 7654 "anyhow",
 7655 "ctor",
 7656 "editor",
 7657 "env_logger",
 7658 "gpui",
 7659 "menu",
 7660 "serde",
 7661 "serde_json",
 7662 "ui",
 7663 "workspace",
 7664]
 7665
 7666[[package]]
 7667name = "pico-args"
 7668version = "0.5.0"
 7669source = "registry+https://github.com/rust-lang/crates.io-index"
 7670checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
 7671
 7672[[package]]
 7673name = "pin-project"
 7674version = "1.1.3"
 7675source = "registry+https://github.com/rust-lang/crates.io-index"
 7676checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
 7677dependencies = [
 7678 "pin-project-internal",
 7679]
 7680
 7681[[package]]
 7682name = "pin-project-internal"
 7683version = "1.1.3"
 7684source = "registry+https://github.com/rust-lang/crates.io-index"
 7685checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
 7686dependencies = [
 7687 "proc-macro2",
 7688 "quote",
 7689 "syn 2.0.59",
 7690]
 7691
 7692[[package]]
 7693name = "pin-project-lite"
 7694version = "0.2.13"
 7695source = "registry+https://github.com/rust-lang/crates.io-index"
 7696checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
 7697
 7698[[package]]
 7699name = "pin-utils"
 7700version = "0.1.0"
 7701source = "registry+https://github.com/rust-lang/crates.io-index"
 7702checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
 7703
 7704[[package]]
 7705name = "piper"
 7706version = "0.2.1"
 7707source = "registry+https://github.com/rust-lang/crates.io-index"
 7708checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
 7709dependencies = [
 7710 "atomic-waker",
 7711 "fastrand 2.0.0",
 7712 "futures-io",
 7713]
 7714
 7715[[package]]
 7716name = "pkcs1"
 7717version = "0.7.5"
 7718source = "registry+https://github.com/rust-lang/crates.io-index"
 7719checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
 7720dependencies = [
 7721 "der 0.7.8",
 7722 "pkcs8 0.10.2",
 7723 "spki 0.7.2",
 7724]
 7725
 7726[[package]]
 7727name = "pkcs8"
 7728version = "0.9.0"
 7729source = "registry+https://github.com/rust-lang/crates.io-index"
 7730checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
 7731dependencies = [
 7732 "der 0.6.1",
 7733 "spki 0.6.0",
 7734]
 7735
 7736[[package]]
 7737name = "pkcs8"
 7738version = "0.10.2"
 7739source = "registry+https://github.com/rust-lang/crates.io-index"
 7740checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
 7741dependencies = [
 7742 "der 0.7.8",
 7743 "spki 0.7.2",
 7744]
 7745
 7746[[package]]
 7747name = "pkg-config"
 7748version = "0.3.27"
 7749source = "registry+https://github.com/rust-lang/crates.io-index"
 7750checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
 7751
 7752[[package]]
 7753name = "plist"
 7754version = "1.5.1"
 7755source = "registry+https://github.com/rust-lang/crates.io-index"
 7756checksum = "9a4a0cfc5fb21a09dc6af4bf834cf10d4a32fccd9e2ea468c4b1751a097487aa"
 7757dependencies = [
 7758 "base64 0.21.7",
 7759 "indexmap 1.9.3",
 7760 "line-wrap",
 7761 "quick-xml 0.30.0",
 7762 "serde",
 7763 "time",
 7764]
 7765
 7766[[package]]
 7767name = "plotters"
 7768version = "0.3.5"
 7769source = "registry+https://github.com/rust-lang/crates.io-index"
 7770checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
 7771dependencies = [
 7772 "num-traits",
 7773 "plotters-backend",
 7774 "plotters-svg",
 7775 "wasm-bindgen",
 7776 "web-sys",
 7777]
 7778
 7779[[package]]
 7780name = "plotters-backend"
 7781version = "0.3.5"
 7782source = "registry+https://github.com/rust-lang/crates.io-index"
 7783checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
 7784
 7785[[package]]
 7786name = "plotters-svg"
 7787version = "0.3.5"
 7788source = "registry+https://github.com/rust-lang/crates.io-index"
 7789checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
 7790dependencies = [
 7791 "plotters-backend",
 7792]
 7793
 7794[[package]]
 7795name = "png"
 7796version = "0.17.13"
 7797source = "registry+https://github.com/rust-lang/crates.io-index"
 7798checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
 7799dependencies = [
 7800 "bitflags 1.3.2",
 7801 "crc32fast",
 7802 "fdeflate",
 7803 "flate2",
 7804 "miniz_oxide",
 7805]
 7806
 7807[[package]]
 7808name = "polling"
 7809version = "2.8.0"
 7810source = "registry+https://github.com/rust-lang/crates.io-index"
 7811checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
 7812dependencies = [
 7813 "autocfg",
 7814 "bitflags 1.3.2",
 7815 "cfg-if",
 7816 "concurrent-queue",
 7817 "libc",
 7818 "log",
 7819 "pin-project-lite",
 7820 "windows-sys 0.48.0",
 7821]
 7822
 7823[[package]]
 7824name = "polling"
 7825version = "3.3.2"
 7826source = "registry+https://github.com/rust-lang/crates.io-index"
 7827checksum = "545c980a3880efd47b2e262f6a4bb6daad6555cf3367aa9c4e52895f69537a41"
 7828dependencies = [
 7829 "cfg-if",
 7830 "concurrent-queue",
 7831 "pin-project-lite",
 7832 "rustix 0.38.32",
 7833 "tracing",
 7834 "windows-sys 0.52.0",
 7835]
 7836
 7837[[package]]
 7838name = "pollster"
 7839version = "0.2.5"
 7840source = "registry+https://github.com/rust-lang/crates.io-index"
 7841checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
 7842
 7843[[package]]
 7844name = "postage"
 7845version = "0.5.0"
 7846source = "registry+https://github.com/rust-lang/crates.io-index"
 7847checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
 7848dependencies = [
 7849 "atomic",
 7850 "crossbeam-queue",
 7851 "futures 0.3.28",
 7852 "log",
 7853 "parking_lot",
 7854 "pin-project",
 7855 "pollster",
 7856 "static_assertions",
 7857 "thiserror",
 7858]
 7859
 7860[[package]]
 7861name = "powerfmt"
 7862version = "0.2.0"
 7863source = "registry+https://github.com/rust-lang/crates.io-index"
 7864checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
 7865
 7866[[package]]
 7867name = "ppv-lite86"
 7868version = "0.2.17"
 7869source = "registry+https://github.com/rust-lang/crates.io-index"
 7870checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
 7871
 7872[[package]]
 7873name = "precomputed-hash"
 7874version = "0.1.1"
 7875source = "registry+https://github.com/rust-lang/crates.io-index"
 7876checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
 7877
 7878[[package]]
 7879name = "prettier"
 7880version = "0.1.0"
 7881dependencies = [
 7882 "anyhow",
 7883 "collections",
 7884 "fs",
 7885 "gpui",
 7886 "language",
 7887 "log",
 7888 "lsp",
 7889 "node_runtime",
 7890 "parking_lot",
 7891 "paths",
 7892 "serde",
 7893 "serde_json",
 7894 "util",
 7895]
 7896
 7897[[package]]
 7898name = "pretty_assertions"
 7899version = "1.4.0"
 7900source = "registry+https://github.com/rust-lang/crates.io-index"
 7901checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
 7902dependencies = [
 7903 "diff",
 7904 "yansi",
 7905]
 7906
 7907[[package]]
 7908name = "prettyplease"
 7909version = "0.2.15"
 7910source = "registry+https://github.com/rust-lang/crates.io-index"
 7911checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
 7912dependencies = [
 7913 "proc-macro2",
 7914 "syn 2.0.59",
 7915]
 7916
 7917[[package]]
 7918name = "proc-macro-crate"
 7919version = "0.1.5"
 7920source = "registry+https://github.com/rust-lang/crates.io-index"
 7921checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
 7922dependencies = [
 7923 "toml 0.5.11",
 7924]
 7925
 7926[[package]]
 7927name = "proc-macro-crate"
 7928version = "1.3.1"
 7929source = "registry+https://github.com/rust-lang/crates.io-index"
 7930checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
 7931dependencies = [
 7932 "once_cell",
 7933 "toml_edit 0.19.15",
 7934]
 7935
 7936[[package]]
 7937name = "proc-macro-crate"
 7938version = "3.1.0"
 7939source = "registry+https://github.com/rust-lang/crates.io-index"
 7940checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
 7941dependencies = [
 7942 "toml_edit 0.21.1",
 7943]
 7944
 7945[[package]]
 7946name = "proc-macro-error"
 7947version = "1.0.4"
 7948source = "registry+https://github.com/rust-lang/crates.io-index"
 7949checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
 7950dependencies = [
 7951 "proc-macro-error-attr",
 7952 "proc-macro2",
 7953 "quote",
 7954 "syn 1.0.109",
 7955 "version_check",
 7956]
 7957
 7958[[package]]
 7959name = "proc-macro-error-attr"
 7960version = "1.0.4"
 7961source = "registry+https://github.com/rust-lang/crates.io-index"
 7962checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
 7963dependencies = [
 7964 "proc-macro2",
 7965 "quote",
 7966 "version_check",
 7967]
 7968
 7969[[package]]
 7970name = "proc-macro2"
 7971version = "1.0.81"
 7972source = "registry+https://github.com/rust-lang/crates.io-index"
 7973checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
 7974dependencies = [
 7975 "unicode-ident",
 7976]
 7977
 7978[[package]]
 7979name = "profiling"
 7980version = "1.0.15"
 7981source = "registry+https://github.com/rust-lang/crates.io-index"
 7982checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
 7983dependencies = [
 7984 "profiling-procmacros",
 7985]
 7986
 7987[[package]]
 7988name = "profiling-procmacros"
 7989version = "1.0.15"
 7990source = "registry+https://github.com/rust-lang/crates.io-index"
 7991checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
 7992dependencies = [
 7993 "quote",
 7994 "syn 2.0.59",
 7995]
 7996
 7997[[package]]
 7998name = "project"
 7999version = "0.1.0"
 8000dependencies = [
 8001 "aho-corasick",
 8002 "anyhow",
 8003 "async-trait",
 8004 "client",
 8005 "clock",
 8006 "collections",
 8007 "dev_server_projects",
 8008 "env_logger",
 8009 "fs",
 8010 "futures 0.3.28",
 8011 "fuzzy",
 8012 "git",
 8013 "git2",
 8014 "globset",
 8015 "gpui",
 8016 "http 0.1.0",
 8017 "itertools 0.11.0",
 8018 "language",
 8019 "log",
 8020 "lsp",
 8021 "node_runtime",
 8022 "parking_lot",
 8023 "pathdiff",
 8024 "paths",
 8025 "postage",
 8026 "prettier",
 8027 "pretty_assertions",
 8028 "rand 0.8.5",
 8029 "regex",
 8030 "release_channel",
 8031 "rpc",
 8032 "schemars",
 8033 "serde",
 8034 "serde_json",
 8035 "settings",
 8036 "sha2 0.10.7",
 8037 "shlex",
 8038 "similar",
 8039 "smol",
 8040 "snippet",
 8041 "task",
 8042 "tempfile",
 8043 "terminal",
 8044 "text",
 8045 "unicase",
 8046 "unindent",
 8047 "util",
 8048 "which 6.0.0",
 8049 "worktree",
 8050]
 8051
 8052[[package]]
 8053name = "project_panel"
 8054version = "0.1.0"
 8055dependencies = [
 8056 "anyhow",
 8057 "client",
 8058 "collections",
 8059 "db",
 8060 "editor",
 8061 "file_icons",
 8062 "git",
 8063 "gpui",
 8064 "language",
 8065 "menu",
 8066 "pretty_assertions",
 8067 "project",
 8068 "schemars",
 8069 "search",
 8070 "serde",
 8071 "serde_derive",
 8072 "serde_json",
 8073 "settings",
 8074 "theme",
 8075 "ui",
 8076 "util",
 8077 "workspace",
 8078 "worktree",
 8079]
 8080
 8081[[package]]
 8082name = "project_symbols"
 8083version = "0.1.0"
 8084dependencies = [
 8085 "anyhow",
 8086 "editor",
 8087 "futures 0.3.28",
 8088 "fuzzy",
 8089 "gpui",
 8090 "language",
 8091 "lsp",
 8092 "ordered-float 2.10.0",
 8093 "picker",
 8094 "project",
 8095 "release_channel",
 8096 "serde_json",
 8097 "settings",
 8098 "theme",
 8099 "util",
 8100 "workspace",
 8101]
 8102
 8103[[package]]
 8104name = "prometheus"
 8105version = "0.13.3"
 8106source = "registry+https://github.com/rust-lang/crates.io-index"
 8107checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
 8108dependencies = [
 8109 "cfg-if",
 8110 "fnv",
 8111 "lazy_static",
 8112 "memchr",
 8113 "parking_lot",
 8114 "protobuf",
 8115 "thiserror",
 8116]
 8117
 8118[[package]]
 8119name = "prost"
 8120version = "0.9.0"
 8121source = "registry+https://github.com/rust-lang/crates.io-index"
 8122checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
 8123dependencies = [
 8124 "bytes 1.5.0",
 8125 "prost-derive",
 8126]
 8127
 8128[[package]]
 8129name = "prost-build"
 8130version = "0.9.0"
 8131source = "registry+https://github.com/rust-lang/crates.io-index"
 8132checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
 8133dependencies = [
 8134 "bytes 1.5.0",
 8135 "heck 0.3.3",
 8136 "itertools 0.10.5",
 8137 "lazy_static",
 8138 "log",
 8139 "multimap",
 8140 "petgraph",
 8141 "prost",
 8142 "prost-types",
 8143 "regex",
 8144 "tempfile",
 8145 "which 4.4.2",
 8146]
 8147
 8148[[package]]
 8149name = "prost-derive"
 8150version = "0.9.0"
 8151source = "registry+https://github.com/rust-lang/crates.io-index"
 8152checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
 8153dependencies = [
 8154 "anyhow",
 8155 "itertools 0.10.5",
 8156 "proc-macro2",
 8157 "quote",
 8158 "syn 1.0.109",
 8159]
 8160
 8161[[package]]
 8162name = "prost-types"
 8163version = "0.9.0"
 8164source = "registry+https://github.com/rust-lang/crates.io-index"
 8165checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
 8166dependencies = [
 8167 "bytes 1.5.0",
 8168 "prost",
 8169]
 8170
 8171[[package]]
 8172name = "proto"
 8173version = "0.1.0"
 8174dependencies = [
 8175 "anyhow",
 8176 "collections",
 8177 "prost",
 8178 "prost-build",
 8179 "serde",
 8180]
 8181
 8182[[package]]
 8183name = "protobuf"
 8184version = "2.28.0"
 8185source = "registry+https://github.com/rust-lang/crates.io-index"
 8186checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
 8187
 8188[[package]]
 8189name = "psm"
 8190version = "0.1.21"
 8191source = "registry+https://github.com/rust-lang/crates.io-index"
 8192checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
 8193dependencies = [
 8194 "cc",
 8195]
 8196
 8197[[package]]
 8198name = "ptr_meta"
 8199version = "0.1.4"
 8200source = "registry+https://github.com/rust-lang/crates.io-index"
 8201checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
 8202dependencies = [
 8203 "ptr_meta_derive",
 8204]
 8205
 8206[[package]]
 8207name = "ptr_meta_derive"
 8208version = "0.1.4"
 8209source = "registry+https://github.com/rust-lang/crates.io-index"
 8210checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
 8211dependencies = [
 8212 "proc-macro2",
 8213 "quote",
 8214 "syn 1.0.109",
 8215]
 8216
 8217[[package]]
 8218name = "pulldown-cmark"
 8219version = "0.10.0"
 8220source = "registry+https://github.com/rust-lang/crates.io-index"
 8221checksum = "dce76ce678ffc8e5675b22aa1405de0b7037e2fdf8913fea40d1926c6fe1e6e7"
 8222dependencies = [
 8223 "bitflags 2.4.2",
 8224 "memchr",
 8225 "unicase",
 8226]
 8227
 8228[[package]]
 8229name = "qoi"
 8230version = "0.4.1"
 8231source = "registry+https://github.com/rust-lang/crates.io-index"
 8232checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
 8233dependencies = [
 8234 "bytemuck",
 8235]
 8236
 8237[[package]]
 8238name = "quick-error"
 8239version = "2.0.1"
 8240source = "registry+https://github.com/rust-lang/crates.io-index"
 8241checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
 8242
 8243[[package]]
 8244name = "quick-xml"
 8245version = "0.30.0"
 8246source = "registry+https://github.com/rust-lang/crates.io-index"
 8247checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
 8248dependencies = [
 8249 "memchr",
 8250]
 8251
 8252[[package]]
 8253name = "quick-xml"
 8254version = "0.31.0"
 8255source = "registry+https://github.com/rust-lang/crates.io-index"
 8256checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
 8257dependencies = [
 8258 "memchr",
 8259]
 8260
 8261[[package]]
 8262name = "quick_action_bar"
 8263version = "0.1.0"
 8264dependencies = [
 8265 "assistant",
 8266 "editor",
 8267 "gpui",
 8268 "search",
 8269 "settings",
 8270 "ui",
 8271 "workspace",
 8272]
 8273
 8274[[package]]
 8275name = "quote"
 8276version = "1.0.35"
 8277source = "registry+https://github.com/rust-lang/crates.io-index"
 8278checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
 8279dependencies = [
 8280 "proc-macro2",
 8281]
 8282
 8283[[package]]
 8284name = "radium"
 8285version = "0.7.0"
 8286source = "registry+https://github.com/rust-lang/crates.io-index"
 8287checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
 8288
 8289[[package]]
 8290name = "rand"
 8291version = "0.7.3"
 8292source = "registry+https://github.com/rust-lang/crates.io-index"
 8293checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
 8294dependencies = [
 8295 "getrandom 0.1.16",
 8296 "libc",
 8297 "rand_chacha 0.2.2",
 8298 "rand_core 0.5.1",
 8299 "rand_hc",
 8300]
 8301
 8302[[package]]
 8303name = "rand"
 8304version = "0.8.5"
 8305source = "registry+https://github.com/rust-lang/crates.io-index"
 8306checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
 8307dependencies = [
 8308 "libc",
 8309 "rand_chacha 0.3.1",
 8310 "rand_core 0.6.4",
 8311]
 8312
 8313[[package]]
 8314name = "rand_chacha"
 8315version = "0.2.2"
 8316source = "registry+https://github.com/rust-lang/crates.io-index"
 8317checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
 8318dependencies = [
 8319 "ppv-lite86",
 8320 "rand_core 0.5.1",
 8321]
 8322
 8323[[package]]
 8324name = "rand_chacha"
 8325version = "0.3.1"
 8326source = "registry+https://github.com/rust-lang/crates.io-index"
 8327checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
 8328dependencies = [
 8329 "ppv-lite86",
 8330 "rand_core 0.6.4",
 8331]
 8332
 8333[[package]]
 8334name = "rand_core"
 8335version = "0.5.1"
 8336source = "registry+https://github.com/rust-lang/crates.io-index"
 8337checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
 8338dependencies = [
 8339 "getrandom 0.1.16",
 8340]
 8341
 8342[[package]]
 8343name = "rand_core"
 8344version = "0.6.4"
 8345source = "registry+https://github.com/rust-lang/crates.io-index"
 8346checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
 8347dependencies = [
 8348 "getrandom 0.2.10",
 8349]
 8350
 8351[[package]]
 8352name = "rand_hc"
 8353version = "0.2.0"
 8354source = "registry+https://github.com/rust-lang/crates.io-index"
 8355checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
 8356dependencies = [
 8357 "rand_core 0.5.1",
 8358]
 8359
 8360[[package]]
 8361name = "rangemap"
 8362version = "1.4.0"
 8363source = "registry+https://github.com/rust-lang/crates.io-index"
 8364checksum = "977b1e897f9d764566891689e642653e5ed90c6895106acd005eb4c1d0203991"
 8365
 8366[[package]]
 8367name = "rav1e"
 8368version = "0.7.1"
 8369source = "registry+https://github.com/rust-lang/crates.io-index"
 8370checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
 8371dependencies = [
 8372 "arbitrary",
 8373 "arg_enum_proc_macro",
 8374 "arrayvec",
 8375 "av1-grain",
 8376 "bitstream-io",
 8377 "built",
 8378 "cfg-if",
 8379 "interpolate_name",
 8380 "itertools 0.12.1",
 8381 "libc",
 8382 "libfuzzer-sys",
 8383 "log",
 8384 "maybe-rayon",
 8385 "new_debug_unreachable",
 8386 "noop_proc_macro",
 8387 "num-derive 0.4.2",
 8388 "num-traits",
 8389 "once_cell",
 8390 "paste",
 8391 "profiling",
 8392 "rand 0.8.5",
 8393 "rand_chacha 0.3.1",
 8394 "simd_helpers",
 8395 "system-deps",
 8396 "thiserror",
 8397 "v_frame",
 8398 "wasm-bindgen",
 8399]
 8400
 8401[[package]]
 8402name = "ravif"
 8403version = "0.11.5"
 8404source = "registry+https://github.com/rust-lang/crates.io-index"
 8405checksum = "bc13288f5ab39e6d7c9d501759712e6969fcc9734220846fc9ed26cae2cc4234"
 8406dependencies = [
 8407 "avif-serialize",
 8408 "imgref",
 8409 "loop9",
 8410 "quick-error",
 8411 "rav1e",
 8412 "rayon",
 8413 "rgb",
 8414]
 8415
 8416[[package]]
 8417name = "raw-window-handle"
 8418version = "0.5.2"
 8419source = "registry+https://github.com/rust-lang/crates.io-index"
 8420checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
 8421
 8422[[package]]
 8423name = "raw-window-handle"
 8424version = "0.6.0"
 8425source = "registry+https://github.com/rust-lang/crates.io-index"
 8426checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544"
 8427
 8428[[package]]
 8429name = "raw-window-metal"
 8430version = "0.4.0"
 8431source = "registry+https://github.com/rust-lang/crates.io-index"
 8432checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
 8433dependencies = [
 8434 "cocoa",
 8435 "core-graphics",
 8436 "objc",
 8437 "raw-window-handle 0.6.0",
 8438]
 8439
 8440[[package]]
 8441name = "rayon"
 8442version = "1.8.0"
 8443source = "registry+https://github.com/rust-lang/crates.io-index"
 8444checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
 8445dependencies = [
 8446 "either",
 8447 "rayon-core",
 8448]
 8449
 8450[[package]]
 8451name = "rayon-core"
 8452version = "1.12.0"
 8453source = "registry+https://github.com/rust-lang/crates.io-index"
 8454checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
 8455dependencies = [
 8456 "crossbeam-deque",
 8457 "crossbeam-utils",
 8458]
 8459
 8460[[package]]
 8461name = "read-fonts"
 8462version = "0.19.3"
 8463source = "registry+https://github.com/rust-lang/crates.io-index"
 8464checksum = "e8b8af39d1f23869711ad4cea5e7835a20daa987f80232f7f2a2374d648ca64d"
 8465dependencies = [
 8466 "bytemuck",
 8467 "font-types",
 8468]
 8469
 8470[[package]]
 8471name = "recent_projects"
 8472version = "0.1.0"
 8473dependencies = [
 8474 "anyhow",
 8475 "client",
 8476 "dev_server_projects",
 8477 "editor",
 8478 "feature_flags",
 8479 "fuzzy",
 8480 "gpui",
 8481 "language",
 8482 "markdown",
 8483 "menu",
 8484 "ordered-float 2.10.0",
 8485 "picker",
 8486 "project",
 8487 "rpc",
 8488 "serde",
 8489 "serde_json",
 8490 "smol",
 8491 "task",
 8492 "terminal_view",
 8493 "ui",
 8494 "ui_text_field",
 8495 "util",
 8496 "workspace",
 8497]
 8498
 8499[[package]]
 8500name = "redox_syscall"
 8501version = "0.2.16"
 8502source = "registry+https://github.com/rust-lang/crates.io-index"
 8503checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
 8504dependencies = [
 8505 "bitflags 1.3.2",
 8506]
 8507
 8508[[package]]
 8509name = "redox_syscall"
 8510version = "0.3.5"
 8511source = "registry+https://github.com/rust-lang/crates.io-index"
 8512checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
 8513dependencies = [
 8514 "bitflags 1.3.2",
 8515]
 8516
 8517[[package]]
 8518name = "redox_syscall"
 8519version = "0.4.1"
 8520source = "registry+https://github.com/rust-lang/crates.io-index"
 8521checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
 8522dependencies = [
 8523 "bitflags 1.3.2",
 8524]
 8525
 8526[[package]]
 8527name = "redox_users"
 8528version = "0.4.3"
 8529source = "registry+https://github.com/rust-lang/crates.io-index"
 8530checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
 8531dependencies = [
 8532 "getrandom 0.2.10",
 8533 "redox_syscall 0.2.16",
 8534 "thiserror",
 8535]
 8536
 8537[[package]]
 8538name = "refineable"
 8539version = "0.1.0"
 8540dependencies = [
 8541 "derive_refineable",
 8542]
 8543
 8544[[package]]
 8545name = "regalloc2"
 8546version = "0.9.3"
 8547source = "registry+https://github.com/rust-lang/crates.io-index"
 8548checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
 8549dependencies = [
 8550 "hashbrown 0.13.2",
 8551 "log",
 8552 "rustc-hash",
 8553 "slice-group-by",
 8554 "smallvec",
 8555]
 8556
 8557[[package]]
 8558name = "regex"
 8559version = "1.10.3"
 8560source = "registry+https://github.com/rust-lang/crates.io-index"
 8561checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
 8562dependencies = [
 8563 "aho-corasick",
 8564 "memchr",
 8565 "regex-automata 0.4.5",
 8566 "regex-syntax 0.8.2",
 8567]
 8568
 8569[[package]]
 8570name = "regex-automata"
 8571version = "0.1.10"
 8572source = "registry+https://github.com/rust-lang/crates.io-index"
 8573checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
 8574dependencies = [
 8575 "regex-syntax 0.6.29",
 8576]
 8577
 8578[[package]]
 8579name = "regex-automata"
 8580version = "0.3.9"
 8581source = "registry+https://github.com/rust-lang/crates.io-index"
 8582checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
 8583
 8584[[package]]
 8585name = "regex-automata"
 8586version = "0.4.5"
 8587source = "registry+https://github.com/rust-lang/crates.io-index"
 8588checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
 8589dependencies = [
 8590 "aho-corasick",
 8591 "memchr",
 8592 "regex-syntax 0.8.2",
 8593]
 8594
 8595[[package]]
 8596name = "regex-lite"
 8597version = "0.1.5"
 8598source = "registry+https://github.com/rust-lang/crates.io-index"
 8599checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
 8600
 8601[[package]]
 8602name = "regex-syntax"
 8603version = "0.6.29"
 8604source = "registry+https://github.com/rust-lang/crates.io-index"
 8605checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
 8606
 8607[[package]]
 8608name = "regex-syntax"
 8609version = "0.8.2"
 8610source = "registry+https://github.com/rust-lang/crates.io-index"
 8611checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
 8612
 8613[[package]]
 8614name = "release_channel"
 8615version = "0.1.0"
 8616dependencies = [
 8617 "gpui",
 8618 "once_cell",
 8619]
 8620
 8621[[package]]
 8622name = "rend"
 8623version = "0.4.0"
 8624source = "registry+https://github.com/rust-lang/crates.io-index"
 8625checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
 8626dependencies = [
 8627 "bytecheck",
 8628]
 8629
 8630[[package]]
 8631name = "repair_json"
 8632version = "0.1.0"
 8633source = "registry+https://github.com/rust-lang/crates.io-index"
 8634checksum = "5ee191e184125fe72cb59b74160e25584e3908f2aaa84cbda1e161347102aa15"
 8635dependencies = [
 8636 "thiserror",
 8637]
 8638
 8639[[package]]
 8640name = "repl"
 8641version = "0.1.0"
 8642dependencies = [
 8643 "alacritty_terminal 0.23.0",
 8644 "anyhow",
 8645 "async-dispatcher",
 8646 "base64 0.13.1",
 8647 "collections",
 8648 "editor",
 8649 "env_logger",
 8650 "futures 0.3.28",
 8651 "gpui",
 8652 "http 0.1.0",
 8653 "image",
 8654 "language",
 8655 "log",
 8656 "project",
 8657 "runtimelib",
 8658 "schemars",
 8659 "serde",
 8660 "serde_json",
 8661 "settings",
 8662 "smol",
 8663 "terminal_view",
 8664 "theme",
 8665 "ui",
 8666 "util",
 8667 "uuid",
 8668 "workspace",
 8669]
 8670
 8671[[package]]
 8672name = "reqwest"
 8673version = "0.11.20"
 8674source = "registry+https://github.com/rust-lang/crates.io-index"
 8675checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
 8676dependencies = [
 8677 "base64 0.21.7",
 8678 "bytes 1.5.0",
 8679 "encoding_rs",
 8680 "futures-core",
 8681 "futures-util",
 8682 "h2",
 8683 "http 0.2.9",
 8684 "http-body",
 8685 "hyper",
 8686 "hyper-tls",
 8687 "ipnet",
 8688 "js-sys",
 8689 "log",
 8690 "mime",
 8691 "native-tls",
 8692 "once_cell",
 8693 "percent-encoding",
 8694 "pin-project-lite",
 8695 "serde",
 8696 "serde_json",
 8697 "serde_urlencoded",
 8698 "tokio",
 8699 "tokio-native-tls",
 8700 "tower-service",
 8701 "url",
 8702 "wasm-bindgen",
 8703 "wasm-bindgen-futures",
 8704 "web-sys",
 8705 "winreg 0.50.0",
 8706]
 8707
 8708[[package]]
 8709name = "resvg"
 8710version = "0.41.0"
 8711source = "registry+https://github.com/rust-lang/crates.io-index"
 8712checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
 8713dependencies = [
 8714 "log",
 8715 "pico-args",
 8716 "rgb",
 8717 "svgtypes",
 8718 "tiny-skia",
 8719 "usvg",
 8720]
 8721
 8722[[package]]
 8723name = "rfc6979"
 8724version = "0.3.1"
 8725source = "registry+https://github.com/rust-lang/crates.io-index"
 8726checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
 8727dependencies = [
 8728 "crypto-bigint 0.4.9",
 8729 "hmac 0.12.1",
 8730 "zeroize",
 8731]
 8732
 8733[[package]]
 8734name = "rgb"
 8735version = "0.8.36"
 8736source = "registry+https://github.com/rust-lang/crates.io-index"
 8737checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
 8738dependencies = [
 8739 "bytemuck",
 8740]
 8741
 8742[[package]]
 8743name = "rich_text"
 8744version = "0.1.0"
 8745dependencies = [
 8746 "futures 0.3.28",
 8747 "gpui",
 8748 "language",
 8749 "linkify",
 8750 "pulldown-cmark",
 8751 "theme",
 8752 "ui",
 8753 "util",
 8754]
 8755
 8756[[package]]
 8757name = "ring"
 8758version = "0.17.7"
 8759source = "registry+https://github.com/rust-lang/crates.io-index"
 8760checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
 8761dependencies = [
 8762 "cc",
 8763 "getrandom 0.2.10",
 8764 "libc",
 8765 "spin 0.9.8",
 8766 "untrusted",
 8767 "windows-sys 0.48.0",
 8768]
 8769
 8770[[package]]
 8771name = "rkyv"
 8772version = "0.7.42"
 8773source = "registry+https://github.com/rust-lang/crates.io-index"
 8774checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58"
 8775dependencies = [
 8776 "bitvec",
 8777 "bytecheck",
 8778 "hashbrown 0.12.3",
 8779 "ptr_meta",
 8780 "rend",
 8781 "rkyv_derive",
 8782 "seahash",
 8783 "tinyvec",
 8784 "uuid",
 8785]
 8786
 8787[[package]]
 8788name = "rkyv_derive"
 8789version = "0.7.42"
 8790source = "registry+https://github.com/rust-lang/crates.io-index"
 8791checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d"
 8792dependencies = [
 8793 "proc-macro2",
 8794 "quote",
 8795 "syn 1.0.109",
 8796]
 8797
 8798[[package]]
 8799name = "rmp"
 8800version = "0.8.12"
 8801source = "registry+https://github.com/rust-lang/crates.io-index"
 8802checksum = "7f9860a6cc38ed1da53456442089b4dfa35e7cedaa326df63017af88385e6b20"
 8803dependencies = [
 8804 "byteorder",
 8805 "num-traits",
 8806 "paste",
 8807]
 8808
 8809[[package]]
 8810name = "rmpv"
 8811version = "1.0.1"
 8812source = "registry+https://github.com/rust-lang/crates.io-index"
 8813checksum = "2e0e0214a4a2b444ecce41a4025792fc31f77c7bb89c46d253953ea8c65701ec"
 8814dependencies = [
 8815 "num-traits",
 8816 "rmp",
 8817]
 8818
 8819[[package]]
 8820name = "rodio"
 8821version = "0.17.1"
 8822source = "registry+https://github.com/rust-lang/crates.io-index"
 8823checksum = "bdf1d4dea18dff2e9eb6dca123724f8b60ef44ad74a9ad283cdfe025df7e73fa"
 8824dependencies = [
 8825 "cpal",
 8826 "hound",
 8827]
 8828
 8829[[package]]
 8830name = "rope"
 8831version = "0.1.0"
 8832dependencies = [
 8833 "arrayvec",
 8834 "criterion",
 8835 "gpui",
 8836 "log",
 8837 "rand 0.8.5",
 8838 "smallvec",
 8839 "sum_tree",
 8840 "unicode-segmentation",
 8841 "util",
 8842]
 8843
 8844[[package]]
 8845name = "roxmltree"
 8846version = "0.19.0"
 8847source = "registry+https://github.com/rust-lang/crates.io-index"
 8848checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
 8849
 8850[[package]]
 8851name = "rpc"
 8852version = "0.1.0"
 8853dependencies = [
 8854 "anyhow",
 8855 "async-tungstenite",
 8856 "base64 0.13.1",
 8857 "chrono",
 8858 "collections",
 8859 "env_logger",
 8860 "futures 0.3.28",
 8861 "gpui",
 8862 "parking_lot",
 8863 "proto",
 8864 "rand 0.8.5",
 8865 "rsa 0.4.0",
 8866 "serde",
 8867 "serde_json",
 8868 "strum",
 8869 "tracing",
 8870 "util",
 8871 "zstd",
 8872]
 8873
 8874[[package]]
 8875name = "rsa"
 8876version = "0.4.0"
 8877source = "registry+https://github.com/rust-lang/crates.io-index"
 8878checksum = "68ef841a26fc5d040ced0417c6c6a64ee851f42489df11cdf0218e545b6f8d28"
 8879dependencies = [
 8880 "byteorder",
 8881 "digest 0.9.0",
 8882 "lazy_static",
 8883 "num-bigint-dig 0.7.1",
 8884 "num-integer",
 8885 "num-iter",
 8886 "num-traits",
 8887 "pem",
 8888 "rand 0.8.5",
 8889 "simple_asn1",
 8890 "subtle",
 8891 "zeroize",
 8892]
 8893
 8894[[package]]
 8895name = "rsa"
 8896version = "0.9.2"
 8897source = "registry+https://github.com/rust-lang/crates.io-index"
 8898checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8"
 8899dependencies = [
 8900 "byteorder",
 8901 "const-oid",
 8902 "digest 0.10.7",
 8903 "num-bigint-dig 0.8.4",
 8904 "num-integer",
 8905 "num-iter",
 8906 "num-traits",
 8907 "pkcs1",
 8908 "pkcs8 0.10.2",
 8909 "rand_core 0.6.4",
 8910 "signature 2.1.0",
 8911 "spki 0.7.2",
 8912 "subtle",
 8913 "zeroize",
 8914]
 8915
 8916[[package]]
 8917name = "runtimelib"
 8918version = "0.12.0"
 8919source = "registry+https://github.com/rust-lang/crates.io-index"
 8920checksum = "10a4a788465cf51b7ac8f36e4e4ca3dd26013dcddd5ba8376f98752278244294"
 8921dependencies = [
 8922 "anyhow",
 8923 "async-dispatcher",
 8924 "async-std",
 8925 "base64 0.22.0",
 8926 "bytes 1.5.0",
 8927 "chrono",
 8928 "data-encoding",
 8929 "dirs 5.0.1",
 8930 "futures 0.3.28",
 8931 "glob",
 8932 "rand 0.8.5",
 8933 "ring",
 8934 "serde",
 8935 "serde_json",
 8936 "shellexpand 3.1.0",
 8937 "smol",
 8938 "uuid",
 8939 "zeromq",
 8940]
 8941
 8942[[package]]
 8943name = "rust-embed"
 8944version = "8.4.0"
 8945source = "registry+https://github.com/rust-lang/crates.io-index"
 8946checksum = "19549741604902eb99a7ed0ee177a0663ee1eda51a29f71401f166e47e77806a"
 8947dependencies = [
 8948 "rust-embed-impl",
 8949 "rust-embed-utils",
 8950 "walkdir",
 8951]
 8952
 8953[[package]]
 8954name = "rust-embed-impl"
 8955version = "8.4.0"
 8956source = "registry+https://github.com/rust-lang/crates.io-index"
 8957checksum = "cb9f96e283ec64401f30d3df8ee2aaeb2561f34c824381efa24a35f79bf40ee4"
 8958dependencies = [
 8959 "proc-macro2",
 8960 "quote",
 8961 "rust-embed-utils",
 8962 "syn 2.0.59",
 8963 "walkdir",
 8964]
 8965
 8966[[package]]
 8967name = "rust-embed-utils"
 8968version = "8.4.0"
 8969source = "registry+https://github.com/rust-lang/crates.io-index"
 8970checksum = "38c74a686185620830701348de757fd36bef4aa9680fd23c49fc539ddcc1af32"
 8971dependencies = [
 8972 "globset",
 8973 "sha2 0.10.7",
 8974 "walkdir",
 8975]
 8976
 8977[[package]]
 8978name = "rust_decimal"
 8979version = "1.32.0"
 8980source = "registry+https://github.com/rust-lang/crates.io-index"
 8981checksum = "a4c4216490d5a413bc6d10fa4742bd7d4955941d062c0ef873141d6b0e7b30fd"
 8982dependencies = [
 8983 "arrayvec",
 8984 "borsh",
 8985 "bytes 1.5.0",
 8986 "num-traits",
 8987 "rand 0.8.5",
 8988 "rkyv",
 8989 "serde",
 8990 "serde_json",
 8991]
 8992
 8993[[package]]
 8994name = "rustc-demangle"
 8995version = "0.1.23"
 8996source = "registry+https://github.com/rust-lang/crates.io-index"
 8997checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
 8998
 8999[[package]]
 9000name = "rustc-hash"
 9001version = "1.1.0"
 9002source = "registry+https://github.com/rust-lang/crates.io-index"
 9003checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
 9004
 9005[[package]]
 9006name = "rustc_version"
 9007version = "0.4.0"
 9008source = "registry+https://github.com/rust-lang/crates.io-index"
 9009checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
 9010dependencies = [
 9011 "semver",
 9012]
 9013
 9014[[package]]
 9015name = "rustdoc"
 9016version = "0.1.0"
 9017dependencies = [
 9018 "anyhow",
 9019 "async-trait",
 9020 "collections",
 9021 "derive_more",
 9022 "fs",
 9023 "futures 0.3.28",
 9024 "fuzzy",
 9025 "gpui",
 9026 "heed",
 9027 "html_to_markdown",
 9028 "http 0.1.0",
 9029 "indexmap 1.9.3",
 9030 "indoc",
 9031 "parking_lot",
 9032 "paths",
 9033 "pretty_assertions",
 9034 "serde",
 9035 "strum",
 9036 "util",
 9037]
 9038
 9039[[package]]
 9040name = "rustix"
 9041version = "0.37.23"
 9042source = "registry+https://github.com/rust-lang/crates.io-index"
 9043checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
 9044dependencies = [
 9045 "bitflags 1.3.2",
 9046 "errno 0.3.8",
 9047 "io-lifetimes 1.0.11",
 9048 "libc",
 9049 "linux-raw-sys 0.3.8",
 9050 "windows-sys 0.48.0",
 9051]
 9052
 9053[[package]]
 9054name = "rustix"
 9055version = "0.38.32"
 9056source = "registry+https://github.com/rust-lang/crates.io-index"
 9057checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
 9058dependencies = [
 9059 "bitflags 2.4.2",
 9060 "errno 0.3.8",
 9061 "itoa",
 9062 "libc",
 9063 "linux-raw-sys 0.4.12",
 9064 "once_cell",
 9065 "windows-sys 0.52.0",
 9066]
 9067
 9068[[package]]
 9069name = "rustix-openpty"
 9070version = "0.1.1"
 9071source = "registry+https://github.com/rust-lang/crates.io-index"
 9072checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
 9073dependencies = [
 9074 "errno 0.3.8",
 9075 "libc",
 9076 "rustix 0.38.32",
 9077]
 9078
 9079[[package]]
 9080name = "rustls"
 9081version = "0.21.12"
 9082source = "registry+https://github.com/rust-lang/crates.io-index"
 9083checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
 9084dependencies = [
 9085 "log",
 9086 "ring",
 9087 "rustls-webpki",
 9088 "sct",
 9089]
 9090
 9091[[package]]
 9092name = "rustls-native-certs"
 9093version = "0.6.3"
 9094source = "registry+https://github.com/rust-lang/crates.io-index"
 9095checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
 9096dependencies = [
 9097 "openssl-probe",
 9098 "rustls-pemfile",
 9099 "schannel",
 9100 "security-framework",
 9101]
 9102
 9103[[package]]
 9104name = "rustls-pemfile"
 9105version = "1.0.3"
 9106source = "registry+https://github.com/rust-lang/crates.io-index"
 9107checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
 9108dependencies = [
 9109 "base64 0.21.7",
 9110]
 9111
 9112[[package]]
 9113name = "rustls-webpki"
 9114version = "0.101.7"
 9115source = "registry+https://github.com/rust-lang/crates.io-index"
 9116checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
 9117dependencies = [
 9118 "ring",
 9119 "untrusted",
 9120]
 9121
 9122[[package]]
 9123name = "rustversion"
 9124version = "1.0.14"
 9125source = "registry+https://github.com/rust-lang/crates.io-index"
 9126checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
 9127
 9128[[package]]
 9129name = "rustybuzz"
 9130version = "0.14.1"
 9131source = "registry+https://github.com/rust-lang/crates.io-index"
 9132checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
 9133dependencies = [
 9134 "bitflags 2.4.2",
 9135 "bytemuck",
 9136 "libm",
 9137 "smallvec",
 9138 "ttf-parser",
 9139 "unicode-bidi-mirroring",
 9140 "unicode-ccc",
 9141 "unicode-properties",
 9142 "unicode-script",
 9143]
 9144
 9145[[package]]
 9146name = "ryu"
 9147version = "1.0.18"
 9148source = "registry+https://github.com/rust-lang/crates.io-index"
 9149checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
 9150
 9151[[package]]
 9152name = "safemem"
 9153version = "0.3.3"
 9154source = "registry+https://github.com/rust-lang/crates.io-index"
 9155checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
 9156
 9157[[package]]
 9158name = "salsa20"
 9159version = "0.8.1"
 9160source = "registry+https://github.com/rust-lang/crates.io-index"
 9161checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"
 9162dependencies = [
 9163 "cipher 0.3.0",
 9164]
 9165
 9166[[package]]
 9167name = "same-file"
 9168version = "1.0.6"
 9169source = "registry+https://github.com/rust-lang/crates.io-index"
 9170checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
 9171dependencies = [
 9172 "winapi-util",
 9173]
 9174
 9175[[package]]
 9176name = "schannel"
 9177version = "0.1.22"
 9178source = "registry+https://github.com/rust-lang/crates.io-index"
 9179checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
 9180dependencies = [
 9181 "windows-sys 0.48.0",
 9182]
 9183
 9184[[package]]
 9185name = "schemars"
 9186version = "0.8.15"
 9187source = "registry+https://github.com/rust-lang/crates.io-index"
 9188checksum = "1f7b0ce13155372a76ee2e1c5ffba1fe61ede73fbea5630d61eee6fac4929c0c"
 9189dependencies = [
 9190 "dyn-clone",
 9191 "indexmap 1.9.3",
 9192 "schemars_derive",
 9193 "serde",
 9194 "serde_json",
 9195]
 9196
 9197[[package]]
 9198name = "schemars_derive"
 9199version = "0.8.15"
 9200source = "registry+https://github.com/rust-lang/crates.io-index"
 9201checksum = "e85e2a16b12bdb763244c69ab79363d71db2b4b918a2def53f80b02e0574b13c"
 9202dependencies = [
 9203 "proc-macro2",
 9204 "quote",
 9205 "serde_derive_internals",
 9206 "syn 1.0.109",
 9207]
 9208
 9209[[package]]
 9210name = "scoped-tls"
 9211version = "1.0.1"
 9212source = "registry+https://github.com/rust-lang/crates.io-index"
 9213checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
 9214
 9215[[package]]
 9216name = "scopeguard"
 9217version = "1.2.0"
 9218source = "registry+https://github.com/rust-lang/crates.io-index"
 9219checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
 9220
 9221[[package]]
 9222name = "scrypt"
 9223version = "0.7.0"
 9224source = "registry+https://github.com/rust-lang/crates.io-index"
 9225checksum = "879588d8f90906e73302547e20fffefdd240eb3e0e744e142321f5d49dea0518"
 9226dependencies = [
 9227 "base64ct",
 9228 "hmac 0.11.0",
 9229 "password-hash",
 9230 "pbkdf2 0.8.0",
 9231 "salsa20",
 9232 "sha2 0.9.9",
 9233]
 9234
 9235[[package]]
 9236name = "sct"
 9237version = "0.7.1"
 9238source = "registry+https://github.com/rust-lang/crates.io-index"
 9239checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
 9240dependencies = [
 9241 "ring",
 9242 "untrusted",
 9243]
 9244
 9245[[package]]
 9246name = "sea-bae"
 9247version = "0.2.0"
 9248source = "registry+https://github.com/rust-lang/crates.io-index"
 9249checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
 9250dependencies = [
 9251 "heck 0.4.1",
 9252 "proc-macro-error",
 9253 "proc-macro2",
 9254 "quote",
 9255 "syn 2.0.59",
 9256]
 9257
 9258[[package]]
 9259name = "sea-orm"
 9260version = "0.12.3"
 9261source = "registry+https://github.com/rust-lang/crates.io-index"
 9262checksum = "da5b2d70c255bc5cbe1d49f69c3c8eadae0fbbaeb18ee978edbf2f75775cb94d"
 9263dependencies = [
 9264 "async-stream",
 9265 "async-trait",
 9266 "bigdecimal",
 9267 "chrono",
 9268 "futures 0.3.28",
 9269 "log",
 9270 "ouroboros",
 9271 "rust_decimal",
 9272 "sea-orm-macros",
 9273 "sea-query",
 9274 "sea-query-binder",
 9275 "serde",
 9276 "serde_json",
 9277 "sqlx",
 9278 "strum",
 9279 "thiserror",
 9280 "time",
 9281 "tracing",
 9282 "url",
 9283 "uuid",
 9284]
 9285
 9286[[package]]
 9287name = "sea-orm-macros"
 9288version = "0.12.3"
 9289source = "registry+https://github.com/rust-lang/crates.io-index"
 9290checksum = "d7c8d455fad40194fb9774fdc4810c0f2700ff0dc0e93bd5ce9d641cc3f5dd75"
 9291dependencies = [
 9292 "heck 0.4.1",
 9293 "proc-macro2",
 9294 "quote",
 9295 "sea-bae",
 9296 "syn 2.0.59",
 9297 "unicode-ident",
 9298]
 9299
 9300[[package]]
 9301name = "sea-query"
 9302version = "0.30.2"
 9303source = "registry+https://github.com/rust-lang/crates.io-index"
 9304checksum = "fb3e6bba153bb198646c8762c48414942a38db27d142e44735a133cabddcc820"
 9305dependencies = [
 9306 "bigdecimal",
 9307 "chrono",
 9308 "derivative",
 9309 "inherent",
 9310 "ordered-float 3.9.1",
 9311 "rust_decimal",
 9312 "serde_json",
 9313 "time",
 9314 "uuid",
 9315]
 9316
 9317[[package]]
 9318name = "sea-query-binder"
 9319version = "0.5.0"
 9320source = "registry+https://github.com/rust-lang/crates.io-index"
 9321checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9"
 9322dependencies = [
 9323 "bigdecimal",
 9324 "chrono",
 9325 "rust_decimal",
 9326 "sea-query",
 9327 "serde_json",
 9328 "sqlx",
 9329 "time",
 9330 "uuid",
 9331]
 9332
 9333[[package]]
 9334name = "seahash"
 9335version = "4.1.0"
 9336source = "registry+https://github.com/rust-lang/crates.io-index"
 9337checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
 9338
 9339[[package]]
 9340name = "sealed"
 9341version = "0.4.0"
 9342source = "registry+https://github.com/rust-lang/crates.io-index"
 9343checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
 9344dependencies = [
 9345 "heck 0.3.3",
 9346 "proc-macro2",
 9347 "quote",
 9348 "syn 1.0.109",
 9349]
 9350
 9351[[package]]
 9352name = "search"
 9353version = "0.1.0"
 9354dependencies = [
 9355 "any_vec",
 9356 "anyhow",
 9357 "bitflags 2.4.2",
 9358 "client",
 9359 "collections",
 9360 "editor",
 9361 "futures 0.3.28",
 9362 "gpui",
 9363 "language",
 9364 "menu",
 9365 "project",
 9366 "serde",
 9367 "serde_json",
 9368 "settings",
 9369 "smol",
 9370 "theme",
 9371 "ui",
 9372 "unindent",
 9373 "util",
 9374 "workspace",
 9375]
 9376
 9377[[package]]
 9378name = "sec1"
 9379version = "0.3.0"
 9380source = "registry+https://github.com/rust-lang/crates.io-index"
 9381checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
 9382dependencies = [
 9383 "base16ct",
 9384 "der 0.6.1",
 9385 "generic-array",
 9386 "pkcs8 0.9.0",
 9387 "subtle",
 9388 "zeroize",
 9389]
 9390
 9391[[package]]
 9392name = "security-framework"
 9393version = "2.9.2"
 9394source = "registry+https://github.com/rust-lang/crates.io-index"
 9395checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
 9396dependencies = [
 9397 "bitflags 1.3.2",
 9398 "core-foundation",
 9399 "core-foundation-sys 0.8.6",
 9400 "libc",
 9401 "security-framework-sys",
 9402]
 9403
 9404[[package]]
 9405name = "security-framework-sys"
 9406version = "2.9.1"
 9407source = "registry+https://github.com/rust-lang/crates.io-index"
 9408checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
 9409dependencies = [
 9410 "core-foundation-sys 0.8.6",
 9411 "libc",
 9412]
 9413
 9414[[package]]
 9415name = "self_cell"
 9416version = "1.0.3"
 9417source = "registry+https://github.com/rust-lang/crates.io-index"
 9418checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba"
 9419
 9420[[package]]
 9421name = "semantic_index"
 9422version = "0.1.0"
 9423dependencies = [
 9424 "anyhow",
 9425 "client",
 9426 "clock",
 9427 "collections",
 9428 "env_logger",
 9429 "fs",
 9430 "futures 0.3.28",
 9431 "futures-batch",
 9432 "gpui",
 9433 "heed",
 9434 "http 0.1.0",
 9435 "language",
 9436 "languages",
 9437 "log",
 9438 "open_ai",
 9439 "parking_lot",
 9440 "project",
 9441 "serde",
 9442 "serde_json",
 9443 "settings",
 9444 "sha2 0.10.7",
 9445 "smol",
 9446 "tempfile",
 9447 "theme",
 9448 "tree-sitter",
 9449 "ui",
 9450 "unindent",
 9451 "util",
 9452 "workspace",
 9453 "worktree",
 9454]
 9455
 9456[[package]]
 9457name = "semantic_version"
 9458version = "0.1.0"
 9459dependencies = [
 9460 "anyhow",
 9461 "serde",
 9462]
 9463
 9464[[package]]
 9465name = "semver"
 9466version = "1.0.18"
 9467source = "registry+https://github.com/rust-lang/crates.io-index"
 9468checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
 9469
 9470[[package]]
 9471name = "serde"
 9472version = "1.0.202"
 9473source = "registry+https://github.com/rust-lang/crates.io-index"
 9474checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395"
 9475dependencies = [
 9476 "serde_derive",
 9477]
 9478
 9479[[package]]
 9480name = "serde_derive"
 9481version = "1.0.202"
 9482source = "registry+https://github.com/rust-lang/crates.io-index"
 9483checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838"
 9484dependencies = [
 9485 "proc-macro2",
 9486 "quote",
 9487 "syn 2.0.59",
 9488]
 9489
 9490[[package]]
 9491name = "serde_derive_internals"
 9492version = "0.26.0"
 9493source = "registry+https://github.com/rust-lang/crates.io-index"
 9494checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
 9495dependencies = [
 9496 "proc-macro2",
 9497 "quote",
 9498 "syn 1.0.109",
 9499]
 9500
 9501[[package]]
 9502name = "serde_fmt"
 9503version = "1.0.3"
 9504source = "registry+https://github.com/rust-lang/crates.io-index"
 9505checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
 9506dependencies = [
 9507 "serde",
 9508]
 9509
 9510[[package]]
 9511name = "serde_json"
 9512version = "1.0.117"
 9513source = "registry+https://github.com/rust-lang/crates.io-index"
 9514checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
 9515dependencies = [
 9516 "indexmap 2.2.6",
 9517 "itoa",
 9518 "ryu",
 9519 "serde",
 9520]
 9521
 9522[[package]]
 9523name = "serde_json_lenient"
 9524version = "0.1.7"
 9525source = "registry+https://github.com/rust-lang/crates.io-index"
 9526checksum = "26386958a1344003f2b2bcff51a23fbe70461a478ef29247c6c6ab2c1656f53e"
 9527dependencies = [
 9528 "indexmap 2.2.6",
 9529 "itoa",
 9530 "ryu",
 9531 "serde",
 9532]
 9533
 9534[[package]]
 9535name = "serde_path_to_error"
 9536version = "0.1.15"
 9537source = "registry+https://github.com/rust-lang/crates.io-index"
 9538checksum = "ebd154a240de39fdebcf5775d2675c204d7c13cf39a4c697be6493c8e734337c"
 9539dependencies = [
 9540 "itoa",
 9541 "serde",
 9542]
 9543
 9544[[package]]
 9545name = "serde_repr"
 9546version = "0.1.16"
 9547source = "registry+https://github.com/rust-lang/crates.io-index"
 9548checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
 9549dependencies = [
 9550 "proc-macro2",
 9551 "quote",
 9552 "syn 2.0.59",
 9553]
 9554
 9555[[package]]
 9556name = "serde_spanned"
 9557version = "0.6.5"
 9558source = "registry+https://github.com/rust-lang/crates.io-index"
 9559checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
 9560dependencies = [
 9561 "serde",
 9562]
 9563
 9564[[package]]
 9565name = "serde_urlencoded"
 9566version = "0.7.1"
 9567source = "registry+https://github.com/rust-lang/crates.io-index"
 9568checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
 9569dependencies = [
 9570 "form_urlencoded",
 9571 "itoa",
 9572 "ryu",
 9573 "serde",
 9574]
 9575
 9576[[package]]
 9577name = "settings"
 9578version = "0.1.0"
 9579dependencies = [
 9580 "anyhow",
 9581 "collections",
 9582 "fs",
 9583 "futures 0.3.28",
 9584 "gpui",
 9585 "indoc",
 9586 "lazy_static",
 9587 "paths",
 9588 "pretty_assertions",
 9589 "release_channel",
 9590 "rust-embed",
 9591 "schemars",
 9592 "serde",
 9593 "serde_derive",
 9594 "serde_json",
 9595 "serde_json_lenient",
 9596 "smallvec",
 9597 "tree-sitter",
 9598 "tree-sitter-json",
 9599 "unindent",
 9600 "util",
 9601]
 9602
 9603[[package]]
 9604name = "sha-1"
 9605version = "0.9.8"
 9606source = "registry+https://github.com/rust-lang/crates.io-index"
 9607checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
 9608dependencies = [
 9609 "block-buffer 0.9.0",
 9610 "cfg-if",
 9611 "cpufeatures",
 9612 "digest 0.9.0",
 9613 "opaque-debug",
 9614]
 9615
 9616[[package]]
 9617name = "sha1"
 9618version = "0.10.6"
 9619source = "registry+https://github.com/rust-lang/crates.io-index"
 9620checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
 9621dependencies = [
 9622 "cfg-if",
 9623 "cpufeatures",
 9624 "digest 0.10.7",
 9625]
 9626
 9627[[package]]
 9628name = "sha1_smol"
 9629version = "1.0.0"
 9630source = "registry+https://github.com/rust-lang/crates.io-index"
 9631checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
 9632
 9633[[package]]
 9634name = "sha2"
 9635version = "0.9.9"
 9636source = "registry+https://github.com/rust-lang/crates.io-index"
 9637checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
 9638dependencies = [
 9639 "block-buffer 0.9.0",
 9640 "cfg-if",
 9641 "cpufeatures",
 9642 "digest 0.9.0",
 9643 "opaque-debug",
 9644]
 9645
 9646[[package]]
 9647name = "sha2"
 9648version = "0.10.7"
 9649source = "registry+https://github.com/rust-lang/crates.io-index"
 9650checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
 9651dependencies = [
 9652 "cfg-if",
 9653 "cpufeatures",
 9654 "digest 0.10.7",
 9655]
 9656
 9657[[package]]
 9658name = "sharded-slab"
 9659version = "0.1.4"
 9660source = "registry+https://github.com/rust-lang/crates.io-index"
 9661checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
 9662dependencies = [
 9663 "lazy_static",
 9664]
 9665
 9666[[package]]
 9667name = "shell-words"
 9668version = "1.1.0"
 9669source = "registry+https://github.com/rust-lang/crates.io-index"
 9670checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
 9671
 9672[[package]]
 9673name = "shellexpand"
 9674version = "2.1.2"
 9675source = "registry+https://github.com/rust-lang/crates.io-index"
 9676checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
 9677dependencies = [
 9678 "dirs 4.0.0",
 9679]
 9680
 9681[[package]]
 9682name = "shellexpand"
 9683version = "3.1.0"
 9684source = "registry+https://github.com/rust-lang/crates.io-index"
 9685checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
 9686dependencies = [
 9687 "dirs 5.0.1",
 9688]
 9689
 9690[[package]]
 9691name = "shlex"
 9692version = "1.3.0"
 9693source = "registry+https://github.com/rust-lang/crates.io-index"
 9694checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
 9695
 9696[[package]]
 9697name = "signal-hook"
 9698version = "0.3.17"
 9699source = "registry+https://github.com/rust-lang/crates.io-index"
 9700checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
 9701dependencies = [
 9702 "libc",
 9703 "signal-hook-registry",
 9704]
 9705
 9706[[package]]
 9707name = "signal-hook-registry"
 9708version = "1.4.1"
 9709source = "registry+https://github.com/rust-lang/crates.io-index"
 9710checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
 9711dependencies = [
 9712 "libc",
 9713]
 9714
 9715[[package]]
 9716name = "signature"
 9717version = "1.6.4"
 9718source = "registry+https://github.com/rust-lang/crates.io-index"
 9719checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
 9720dependencies = [
 9721 "digest 0.10.7",
 9722 "rand_core 0.6.4",
 9723]
 9724
 9725[[package]]
 9726name = "signature"
 9727version = "2.1.0"
 9728source = "registry+https://github.com/rust-lang/crates.io-index"
 9729checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
 9730dependencies = [
 9731 "digest 0.10.7",
 9732 "rand_core 0.6.4",
 9733]
 9734
 9735[[package]]
 9736name = "simd-adler32"
 9737version = "0.3.7"
 9738source = "registry+https://github.com/rust-lang/crates.io-index"
 9739checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
 9740
 9741[[package]]
 9742name = "simd_helpers"
 9743version = "0.1.0"
 9744source = "registry+https://github.com/rust-lang/crates.io-index"
 9745checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
 9746dependencies = [
 9747 "quote",
 9748]
 9749
 9750[[package]]
 9751name = "simdutf8"
 9752version = "0.1.4"
 9753source = "registry+https://github.com/rust-lang/crates.io-index"
 9754checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
 9755
 9756[[package]]
 9757name = "similar"
 9758version = "1.3.0"
 9759source = "registry+https://github.com/rust-lang/crates.io-index"
 9760checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
 9761
 9762[[package]]
 9763name = "simple_asn1"
 9764version = "0.5.4"
 9765source = "registry+https://github.com/rust-lang/crates.io-index"
 9766checksum = "8eb4ea60fb301dc81dfc113df680571045d375ab7345d171c5dc7d7e13107a80"
 9767dependencies = [
 9768 "chrono",
 9769 "num-bigint",
 9770 "num-traits",
 9771 "thiserror",
 9772]
 9773
 9774[[package]]
 9775name = "simplecss"
 9776version = "0.2.1"
 9777source = "registry+https://github.com/rust-lang/crates.io-index"
 9778checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
 9779dependencies = [
 9780 "log",
 9781]
 9782
 9783[[package]]
 9784name = "simplelog"
 9785version = "0.9.0"
 9786source = "registry+https://github.com/rust-lang/crates.io-index"
 9787checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
 9788dependencies = [
 9789 "chrono",
 9790 "log",
 9791 "termcolor",
 9792]
 9793
 9794[[package]]
 9795name = "siphasher"
 9796version = "0.3.11"
 9797source = "registry+https://github.com/rust-lang/crates.io-index"
 9798checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
 9799
 9800[[package]]
 9801name = "siphasher"
 9802version = "1.0.1"
 9803source = "registry+https://github.com/rust-lang/crates.io-index"
 9804checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
 9805
 9806[[package]]
 9807name = "skrifa"
 9808version = "0.19.3"
 9809source = "registry+https://github.com/rust-lang/crates.io-index"
 9810checksum = "0ab45fb68b53576a43d4fc0e9ec8ea64e29a4d2cc7f44506964cb75f288222e9"
 9811dependencies = [
 9812 "bytemuck",
 9813 "read-fonts",
 9814]
 9815
 9816[[package]]
 9817name = "slab"
 9818version = "0.4.9"
 9819source = "registry+https://github.com/rust-lang/crates.io-index"
 9820checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
 9821dependencies = [
 9822 "autocfg",
 9823]
 9824
 9825[[package]]
 9826name = "slice-group-by"
 9827version = "0.3.1"
 9828source = "registry+https://github.com/rust-lang/crates.io-index"
 9829checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
 9830
 9831[[package]]
 9832name = "slotmap"
 9833version = "1.0.6"
 9834source = "registry+https://github.com/rust-lang/crates.io-index"
 9835checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
 9836dependencies = [
 9837 "version_check",
 9838]
 9839
 9840[[package]]
 9841name = "sluice"
 9842version = "0.5.5"
 9843source = "registry+https://github.com/rust-lang/crates.io-index"
 9844checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
 9845dependencies = [
 9846 "async-channel 1.9.0",
 9847 "futures-core",
 9848 "futures-io",
 9849]
 9850
 9851[[package]]
 9852name = "smallvec"
 9853version = "1.11.1"
 9854source = "registry+https://github.com/rust-lang/crates.io-index"
 9855checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
 9856
 9857[[package]]
 9858name = "smol"
 9859version = "1.3.0"
 9860source = "registry+https://github.com/rust-lang/crates.io-index"
 9861checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
 9862dependencies = [
 9863 "async-channel 1.9.0",
 9864 "async-executor",
 9865 "async-fs 1.6.0",
 9866 "async-io 1.13.0",
 9867 "async-lock 2.8.0",
 9868 "async-net 1.7.0",
 9869 "async-process 1.7.0",
 9870 "blocking",
 9871 "futures-lite 1.13.0",
 9872]
 9873
 9874[[package]]
 9875name = "snippet"
 9876version = "0.1.0"
 9877dependencies = [
 9878 "anyhow",
 9879 "smallvec",
 9880]
 9881
 9882[[package]]
 9883name = "socket2"
 9884version = "0.4.9"
 9885source = "registry+https://github.com/rust-lang/crates.io-index"
 9886checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
 9887dependencies = [
 9888 "libc",
 9889 "winapi",
 9890]
 9891
 9892[[package]]
 9893name = "socket2"
 9894version = "0.5.7"
 9895source = "registry+https://github.com/rust-lang/crates.io-index"
 9896checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
 9897dependencies = [
 9898 "libc",
 9899 "windows-sys 0.52.0",
 9900]
 9901
 9902[[package]]
 9903name = "spdx"
 9904version = "0.10.4"
 9905source = "registry+https://github.com/rust-lang/crates.io-index"
 9906checksum = "29ef1a0fa1e39ac22972c8db23ff89aea700ab96aa87114e1fb55937a631a0c9"
 9907dependencies = [
 9908 "smallvec",
 9909]
 9910
 9911[[package]]
 9912name = "spin"
 9913version = "0.5.2"
 9914source = "registry+https://github.com/rust-lang/crates.io-index"
 9915checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
 9916
 9917[[package]]
 9918name = "spin"
 9919version = "0.9.8"
 9920source = "registry+https://github.com/rust-lang/crates.io-index"
 9921checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
 9922dependencies = [
 9923 "lock_api",
 9924]
 9925
 9926[[package]]
 9927name = "spirv"
 9928version = "0.2.0+1.5.4"
 9929source = "registry+https://github.com/rust-lang/crates.io-index"
 9930checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
 9931dependencies = [
 9932 "bitflags 1.3.2",
 9933 "num-traits",
 9934]
 9935
 9936[[package]]
 9937name = "spki"
 9938version = "0.6.0"
 9939source = "registry+https://github.com/rust-lang/crates.io-index"
 9940checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
 9941dependencies = [
 9942 "base64ct",
 9943 "der 0.6.1",
 9944]
 9945
 9946[[package]]
 9947name = "spki"
 9948version = "0.7.2"
 9949source = "registry+https://github.com/rust-lang/crates.io-index"
 9950checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
 9951dependencies = [
 9952 "base64ct",
 9953 "der 0.7.8",
 9954]
 9955
 9956[[package]]
 9957name = "sptr"
 9958version = "0.3.2"
 9959source = "registry+https://github.com/rust-lang/crates.io-index"
 9960checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
 9961
 9962[[package]]
 9963name = "sqlez"
 9964version = "0.1.0"
 9965dependencies = [
 9966 "anyhow",
 9967 "collections",
 9968 "futures 0.3.28",
 9969 "indoc",
 9970 "lazy_static",
 9971 "libsqlite3-sys",
 9972 "parking_lot",
 9973 "smol",
 9974 "thread_local",
 9975 "util",
 9976 "uuid",
 9977]
 9978
 9979[[package]]
 9980name = "sqlez_macros"
 9981version = "0.1.0"
 9982dependencies = [
 9983 "lazy_static",
 9984 "sqlez",
 9985 "sqlformat",
 9986 "syn 1.0.109",
 9987]
 9988
 9989[[package]]
 9990name = "sqlformat"
 9991version = "0.2.2"
 9992source = "registry+https://github.com/rust-lang/crates.io-index"
 9993checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85"
 9994dependencies = [
 9995 "itertools 0.11.0",
 9996 "nom",
 9997 "unicode_categories",
 9998]
 9999
10000[[package]]
10001name = "sqlx"
10002version = "0.7.2"
10003source = "registry+https://github.com/rust-lang/crates.io-index"
10004checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33"
10005dependencies = [
10006 "sqlx-core",
10007 "sqlx-macros",
10008 "sqlx-mysql",
10009 "sqlx-postgres",
10010 "sqlx-sqlite",
10011]
10012
10013[[package]]
10014name = "sqlx-core"
10015version = "0.7.2"
10016source = "registry+https://github.com/rust-lang/crates.io-index"
10017checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d"
10018dependencies = [
10019 "ahash 0.8.8",
10020 "atoi",
10021 "bigdecimal",
10022 "byteorder",
10023 "bytes 1.5.0",
10024 "chrono",
10025 "crc",
10026 "crossbeam-queue",
10027 "dotenvy",
10028 "either",
10029 "event-listener 2.5.3",
10030 "futures-channel",
10031 "futures-core",
10032 "futures-intrusive",
10033 "futures-io",
10034 "futures-util",
10035 "hashlink",
10036 "hex",
10037 "indexmap 2.2.6",
10038 "log",
10039 "memchr",
10040 "once_cell",
10041 "paste",
10042 "percent-encoding",
10043 "rust_decimal",
10044 "rustls",
10045 "rustls-pemfile",
10046 "serde",
10047 "serde_json",
10048 "sha2 0.10.7",
10049 "smallvec",
10050 "sqlformat",
10051 "thiserror",
10052 "time",
10053 "tokio",
10054 "tokio-stream",
10055 "tracing",
10056 "url",
10057 "uuid",
10058 "webpki-roots",
10059]
10060
10061[[package]]
10062name = "sqlx-macros"
10063version = "0.7.2"
10064source = "registry+https://github.com/rust-lang/crates.io-index"
10065checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec"
10066dependencies = [
10067 "proc-macro2",
10068 "quote",
10069 "sqlx-core",
10070 "sqlx-macros-core",
10071 "syn 1.0.109",
10072]
10073
10074[[package]]
10075name = "sqlx-macros-core"
10076version = "0.7.2"
10077source = "registry+https://github.com/rust-lang/crates.io-index"
10078checksum = "0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc"
10079dependencies = [
10080 "dotenvy",
10081 "either",
10082 "heck 0.4.1",
10083 "hex",
10084 "once_cell",
10085 "proc-macro2",
10086 "quote",
10087 "serde",
10088 "serde_json",
10089 "sha2 0.10.7",
10090 "sqlx-core",
10091 "sqlx-mysql",
10092 "sqlx-postgres",
10093 "sqlx-sqlite",
10094 "syn 1.0.109",
10095 "tempfile",
10096 "tokio",
10097 "url",
10098]
10099
10100[[package]]
10101name = "sqlx-mysql"
10102version = "0.7.2"
10103source = "registry+https://github.com/rust-lang/crates.io-index"
10104checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db"
10105dependencies = [
10106 "atoi",
10107 "base64 0.21.7",
10108 "bigdecimal",
10109 "bitflags 2.4.2",
10110 "byteorder",
10111 "bytes 1.5.0",
10112 "chrono",
10113 "crc",
10114 "digest 0.10.7",
10115 "dotenvy",
10116 "either",
10117 "futures-channel",
10118 "futures-core",
10119 "futures-io",
10120 "futures-util",
10121 "generic-array",
10122 "hex",
10123 "hkdf",
10124 "hmac 0.12.1",
10125 "itoa",
10126 "log",
10127 "md-5",
10128 "memchr",
10129 "once_cell",
10130 "percent-encoding",
10131 "rand 0.8.5",
10132 "rsa 0.9.2",
10133 "rust_decimal",
10134 "serde",
10135 "sha1",
10136 "sha2 0.10.7",
10137 "smallvec",
10138 "sqlx-core",
10139 "stringprep",
10140 "thiserror",
10141 "time",
10142 "tracing",
10143 "uuid",
10144 "whoami",
10145]
10146
10147[[package]]
10148name = "sqlx-postgres"
10149version = "0.7.2"
10150source = "registry+https://github.com/rust-lang/crates.io-index"
10151checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624"
10152dependencies = [
10153 "atoi",
10154 "base64 0.21.7",
10155 "bigdecimal",
10156 "bitflags 2.4.2",
10157 "byteorder",
10158 "chrono",
10159 "crc",
10160 "dotenvy",
10161 "etcetera",
10162 "futures-channel",
10163 "futures-core",
10164 "futures-io",
10165 "futures-util",
10166 "hex",
10167 "hkdf",
10168 "hmac 0.12.1",
10169 "home",
10170 "itoa",
10171 "log",
10172 "md-5",
10173 "memchr",
10174 "num-bigint",
10175 "once_cell",
10176 "rand 0.8.5",
10177 "rust_decimal",
10178 "serde",
10179 "serde_json",
10180 "sha1",
10181 "sha2 0.10.7",
10182 "smallvec",
10183 "sqlx-core",
10184 "stringprep",
10185 "thiserror",
10186 "time",
10187 "tracing",
10188 "uuid",
10189 "whoami",
10190]
10191
10192[[package]]
10193name = "sqlx-sqlite"
10194version = "0.7.2"
10195source = "registry+https://github.com/rust-lang/crates.io-index"
10196checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f"
10197dependencies = [
10198 "atoi",
10199 "chrono",
10200 "flume",
10201 "futures-channel",
10202 "futures-core",
10203 "futures-executor",
10204 "futures-intrusive",
10205 "futures-util",
10206 "libsqlite3-sys",
10207 "log",
10208 "percent-encoding",
10209 "serde",
10210 "sqlx-core",
10211 "time",
10212 "tracing",
10213 "url",
10214 "uuid",
10215]
10216
10217[[package]]
10218name = "stable_deref_trait"
10219version = "1.2.0"
10220source = "registry+https://github.com/rust-lang/crates.io-index"
10221checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
10222
10223[[package]]
10224name = "static_assertions"
10225version = "1.1.0"
10226source = "registry+https://github.com/rust-lang/crates.io-index"
10227checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
10228
10229[[package]]
10230name = "story"
10231version = "0.1.0"
10232dependencies = [
10233 "gpui",
10234 "itertools 0.10.5",
10235 "smallvec",
10236]
10237
10238[[package]]
10239name = "storybook"
10240version = "0.1.0"
10241dependencies = [
10242 "anyhow",
10243 "clap 4.4.4",
10244 "collab_ui",
10245 "ctrlc",
10246 "dialoguer",
10247 "editor",
10248 "fuzzy",
10249 "gpui",
10250 "indoc",
10251 "language",
10252 "log",
10253 "menu",
10254 "picker",
10255 "project",
10256 "rust-embed",
10257 "settings",
10258 "simplelog",
10259 "story",
10260 "strum",
10261 "theme",
10262 "ui",
10263]
10264
10265[[package]]
10266name = "strict-num"
10267version = "0.1.1"
10268source = "registry+https://github.com/rust-lang/crates.io-index"
10269checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
10270dependencies = [
10271 "float-cmp",
10272]
10273
10274[[package]]
10275name = "string_cache"
10276version = "0.8.7"
10277source = "registry+https://github.com/rust-lang/crates.io-index"
10278checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
10279dependencies = [
10280 "new_debug_unreachable",
10281 "once_cell",
10282 "parking_lot",
10283 "phf_shared 0.10.0",
10284 "precomputed-hash",
10285 "serde",
10286]
10287
10288[[package]]
10289name = "string_cache_codegen"
10290version = "0.5.2"
10291source = "registry+https://github.com/rust-lang/crates.io-index"
10292checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
10293dependencies = [
10294 "phf_generator 0.10.0",
10295 "phf_shared 0.10.0",
10296 "proc-macro2",
10297 "quote",
10298]
10299
10300[[package]]
10301name = "stringprep"
10302version = "0.1.4"
10303source = "registry+https://github.com/rust-lang/crates.io-index"
10304checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
10305dependencies = [
10306 "finl_unicode",
10307 "unicode-bidi",
10308 "unicode-normalization",
10309]
10310
10311[[package]]
10312name = "strsim"
10313version = "0.10.0"
10314source = "registry+https://github.com/rust-lang/crates.io-index"
10315checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
10316
10317[[package]]
10318name = "strsim"
10319version = "0.11.1"
10320source = "registry+https://github.com/rust-lang/crates.io-index"
10321checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
10322
10323[[package]]
10324name = "strum"
10325version = "0.25.0"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
10328dependencies = [
10329 "strum_macros",
10330]
10331
10332[[package]]
10333name = "strum_macros"
10334version = "0.25.2"
10335source = "registry+https://github.com/rust-lang/crates.io-index"
10336checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059"
10337dependencies = [
10338 "heck 0.4.1",
10339 "proc-macro2",
10340 "quote",
10341 "rustversion",
10342 "syn 2.0.59",
10343]
10344
10345[[package]]
10346name = "subtle"
10347version = "2.5.0"
10348source = "registry+https://github.com/rust-lang/crates.io-index"
10349checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
10350
10351[[package]]
10352name = "sum_tree"
10353version = "0.1.0"
10354dependencies = [
10355 "arrayvec",
10356 "ctor",
10357 "env_logger",
10358 "log",
10359 "rand 0.8.5",
10360 "rayon",
10361]
10362
10363[[package]]
10364name = "supermaven"
10365version = "0.1.0"
10366dependencies = [
10367 "anyhow",
10368 "client",
10369 "collections",
10370 "editor",
10371 "env_logger",
10372 "futures 0.3.28",
10373 "gpui",
10374 "http 0.1.0",
10375 "language",
10376 "log",
10377 "postage",
10378 "project",
10379 "serde",
10380 "serde_json",
10381 "settings",
10382 "smol",
10383 "supermaven_api",
10384 "theme",
10385 "ui",
10386 "util",
10387]
10388
10389[[package]]
10390name = "supermaven_api"
10391version = "0.1.0"
10392dependencies = [
10393 "anyhow",
10394 "futures 0.3.28",
10395 "http 0.1.0",
10396 "paths",
10397 "serde",
10398 "serde_json",
10399 "smol",
10400]
10401
10402[[package]]
10403name = "sval"
10404version = "2.8.0"
10405source = "registry+https://github.com/rust-lang/crates.io-index"
10406checksum = "05d11eec9fbe2bc8bc71e7349f0e7534db9a96d961fb9f302574275b7880ad06"
10407
10408[[package]]
10409name = "sval_buffer"
10410version = "2.8.0"
10411source = "registry+https://github.com/rust-lang/crates.io-index"
10412checksum = "6b7451f69a93c5baf2653d5aa8bb4178934337f16c22830a50b06b386f72d761"
10413dependencies = [
10414 "sval",
10415 "sval_ref",
10416]
10417
10418[[package]]
10419name = "sval_dynamic"
10420version = "2.8.0"
10421source = "registry+https://github.com/rust-lang/crates.io-index"
10422checksum = "c34f5a2cc12b4da2adfb59d5eedfd9b174a23cc3fae84cec71dcbcd9302068f5"
10423dependencies = [
10424 "sval",
10425]
10426
10427[[package]]
10428name = "sval_fmt"
10429version = "2.8.0"
10430source = "registry+https://github.com/rust-lang/crates.io-index"
10431checksum = "2f578b2301341e246d00b35957f2952c4ec554ad9c7cfaee10bc86bc92896578"
10432dependencies = [
10433 "itoa",
10434 "ryu",
10435 "sval",
10436]
10437
10438[[package]]
10439name = "sval_json"
10440version = "2.8.0"
10441source = "registry+https://github.com/rust-lang/crates.io-index"
10442checksum = "8346c00f5dc6efe18bea8d13c1f7ca4f112b20803434bf3657ac17c0f74cbc4b"
10443dependencies = [
10444 "itoa",
10445 "ryu",
10446 "sval",
10447]
10448
10449[[package]]
10450name = "sval_ref"
10451version = "2.8.0"
10452source = "registry+https://github.com/rust-lang/crates.io-index"
10453checksum = "6617cc89952f792aebc0f4a1a76bc51e80c70b18c491bd52215c7989c4c3dd06"
10454dependencies = [
10455 "sval",
10456]
10457
10458[[package]]
10459name = "sval_serde"
10460version = "2.8.0"
10461source = "registry+https://github.com/rust-lang/crates.io-index"
10462checksum = "fe3d1e59f023341d9af75d86f3bc148a6704f3f831eef0dd90bbe9cb445fa024"
10463dependencies = [
10464 "serde",
10465 "sval",
10466 "sval_buffer",
10467 "sval_fmt",
10468]
10469
10470[[package]]
10471name = "svg_fmt"
10472version = "0.4.1"
10473source = "registry+https://github.com/rust-lang/crates.io-index"
10474checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
10475
10476[[package]]
10477name = "svgtypes"
10478version = "0.15.0"
10479source = "registry+https://github.com/rust-lang/crates.io-index"
10480checksum = "d97ca9a891c9c70da8139ac9d8e8ea36a210fa21bb50eccd75d4a9561c83e87f"
10481dependencies = [
10482 "kurbo",
10483 "siphasher 1.0.1",
10484]
10485
10486[[package]]
10487name = "swash"
10488version = "0.1.17"
10489source = "registry+https://github.com/rust-lang/crates.io-index"
10490checksum = "4d7773d67fe3373048cf840bfcc54ec3207cfc1e95c526b287ef2eb5eff9faf6"
10491dependencies = [
10492 "skrifa",
10493 "yazi",
10494 "zeno",
10495]
10496
10497[[package]]
10498name = "syn"
10499version = "1.0.109"
10500source = "registry+https://github.com/rust-lang/crates.io-index"
10501checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
10502dependencies = [
10503 "proc-macro2",
10504 "quote",
10505 "unicode-ident",
10506]
10507
10508[[package]]
10509name = "syn"
10510version = "2.0.59"
10511source = "registry+https://github.com/rust-lang/crates.io-index"
10512checksum = "4a6531ffc7b071655e4ce2e04bd464c4830bb585a61cabb96cf808f05172615a"
10513dependencies = [
10514 "proc-macro2",
10515 "quote",
10516 "unicode-ident",
10517]
10518
10519[[package]]
10520name = "sync_wrapper"
10521version = "0.1.2"
10522source = "registry+https://github.com/rust-lang/crates.io-index"
10523checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
10524
10525[[package]]
10526name = "synchronoise"
10527version = "1.0.1"
10528source = "registry+https://github.com/rust-lang/crates.io-index"
10529checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
10530dependencies = [
10531 "crossbeam-queue",
10532]
10533
10534[[package]]
10535name = "sys-locale"
10536version = "0.3.1"
10537source = "registry+https://github.com/rust-lang/crates.io-index"
10538checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
10539dependencies = [
10540 "libc",
10541]
10542
10543[[package]]
10544name = "sysinfo"
10545version = "0.30.7"
10546source = "registry+https://github.com/rust-lang/crates.io-index"
10547checksum = "0c385888ef380a852a16209afc8cfad22795dd8873d69c9a14d2e2088f118d18"
10548dependencies = [
10549 "cfg-if",
10550 "core-foundation-sys 0.8.6",
10551 "libc",
10552 "ntapi",
10553 "once_cell",
10554 "rayon",
10555 "windows 0.52.0",
10556]
10557
10558[[package]]
10559name = "system-deps"
10560version = "6.2.2"
10561source = "registry+https://github.com/rust-lang/crates.io-index"
10562checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
10563dependencies = [
10564 "cfg-expr",
10565 "heck 0.5.0",
10566 "pkg-config",
10567 "toml 0.8.10",
10568 "version-compare",
10569]
10570
10571[[package]]
10572name = "system-interface"
10573version = "0.27.1"
10574source = "registry+https://github.com/rust-lang/crates.io-index"
10575checksum = "9aef1f9d4c1dbdd1cb3a63be9efd2f04d8ddbc919d46112982c76818ffc2f1a7"
10576dependencies = [
10577 "bitflags 2.4.2",
10578 "cap-fs-ext",
10579 "cap-std",
10580 "fd-lock",
10581 "io-lifetimes 2.0.3",
10582 "rustix 0.38.32",
10583 "windows-sys 0.52.0",
10584 "winx",
10585]
10586
10587[[package]]
10588name = "tab_switcher"
10589version = "0.1.0"
10590dependencies = [
10591 "anyhow",
10592 "collections",
10593 "ctor",
10594 "editor",
10595 "env_logger",
10596 "gpui",
10597 "language",
10598 "menu",
10599 "picker",
10600 "project",
10601 "serde",
10602 "serde_json",
10603 "terminal_view",
10604 "theme",
10605 "ui",
10606 "util",
10607 "workspace",
10608]
10609
10610[[package]]
10611name = "taffy"
10612version = "0.4.3"
10613source = "registry+https://github.com/rust-lang/crates.io-index"
10614checksum = "7b2e140b328c6cb5e744bb2c65910b47df86b239afc793ee2c52262569cf9225"
10615dependencies = [
10616 "arrayvec",
10617 "grid",
10618 "num-traits",
10619 "serde",
10620 "slotmap",
10621]
10622
10623[[package]]
10624name = "take-until"
10625version = "0.2.0"
10626source = "registry+https://github.com/rust-lang/crates.io-index"
10627checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
10628
10629[[package]]
10630name = "tap"
10631version = "1.0.1"
10632source = "registry+https://github.com/rust-lang/crates.io-index"
10633checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
10634
10635[[package]]
10636name = "target-lexicon"
10637version = "0.12.13"
10638source = "registry+https://github.com/rust-lang/crates.io-index"
10639checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae"
10640
10641[[package]]
10642name = "task"
10643version = "0.1.0"
10644dependencies = [
10645 "anyhow",
10646 "collections",
10647 "futures 0.3.28",
10648 "gpui",
10649 "hex",
10650 "parking_lot",
10651 "schemars",
10652 "serde",
10653 "serde_json_lenient",
10654 "sha2 0.10.7",
10655 "shellexpand 2.1.2",
10656 "util",
10657]
10658
10659[[package]]
10660name = "tasks_ui"
10661version = "0.1.0"
10662dependencies = [
10663 "anyhow",
10664 "editor",
10665 "file_icons",
10666 "fuzzy",
10667 "gpui",
10668 "language",
10669 "menu",
10670 "picker",
10671 "project",
10672 "schemars",
10673 "serde",
10674 "serde_json",
10675 "settings",
10676 "task",
10677 "tree-sitter-rust",
10678 "tree-sitter-typescript",
10679 "ui",
10680 "util",
10681 "workspace",
10682]
10683
10684[[package]]
10685name = "telemetry_events"
10686version = "0.1.0"
10687dependencies = [
10688 "semantic_version",
10689 "serde",
10690]
10691
10692[[package]]
10693name = "tempfile"
10694version = "3.9.0"
10695source = "registry+https://github.com/rust-lang/crates.io-index"
10696checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
10697dependencies = [
10698 "cfg-if",
10699 "fastrand 2.0.0",
10700 "redox_syscall 0.4.1",
10701 "rustix 0.38.32",
10702 "windows-sys 0.52.0",
10703]
10704
10705[[package]]
10706name = "tendril"
10707version = "0.4.3"
10708source = "registry+https://github.com/rust-lang/crates.io-index"
10709checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
10710dependencies = [
10711 "futf",
10712 "mac",
10713 "utf-8",
10714]
10715
10716[[package]]
10717name = "termcolor"
10718version = "1.1.3"
10719source = "registry+https://github.com/rust-lang/crates.io-index"
10720checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
10721dependencies = [
10722 "winapi-util",
10723]
10724
10725[[package]]
10726name = "terminal"
10727version = "0.1.0"
10728dependencies = [
10729 "alacritty_terminal 0.24.1-dev",
10730 "anyhow",
10731 "collections",
10732 "dirs 4.0.0",
10733 "futures 0.3.28",
10734 "gpui",
10735 "libc",
10736 "rand 0.8.5",
10737 "schemars",
10738 "serde",
10739 "serde_derive",
10740 "serde_json",
10741 "settings",
10742 "smol",
10743 "sysinfo",
10744 "task",
10745 "theme",
10746 "thiserror",
10747 "util",
10748 "windows 0.57.0",
10749]
10750
10751[[package]]
10752name = "terminal_view"
10753version = "0.1.0"
10754dependencies = [
10755 "anyhow",
10756 "client",
10757 "collections",
10758 "db",
10759 "dirs 4.0.0",
10760 "editor",
10761 "futures 0.3.28",
10762 "gpui",
10763 "itertools 0.11.0",
10764 "language",
10765 "project",
10766 "rand 0.8.5",
10767 "search",
10768 "serde",
10769 "serde_json",
10770 "settings",
10771 "shellexpand 2.1.2",
10772 "smol",
10773 "task",
10774 "tasks_ui",
10775 "terminal",
10776 "theme",
10777 "ui",
10778 "util",
10779 "workspace",
10780]
10781
10782[[package]]
10783name = "text"
10784version = "0.1.0"
10785dependencies = [
10786 "anyhow",
10787 "clock",
10788 "collections",
10789 "ctor",
10790 "env_logger",
10791 "gpui",
10792 "http 0.1.0",
10793 "lazy_static",
10794 "log",
10795 "parking_lot",
10796 "postage",
10797 "rand 0.8.5",
10798 "regex",
10799 "rope",
10800 "smallvec",
10801 "sum_tree",
10802 "util",
10803]
10804
10805[[package]]
10806name = "textwrap"
10807version = "0.16.0"
10808source = "registry+https://github.com/rust-lang/crates.io-index"
10809checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
10810
10811[[package]]
10812name = "theme"
10813version = "0.1.0"
10814dependencies = [
10815 "anyhow",
10816 "collections",
10817 "derive_more",
10818 "fs",
10819 "futures 0.3.28",
10820 "gpui",
10821 "indexmap 1.9.3",
10822 "log",
10823 "palette",
10824 "parking_lot",
10825 "refineable",
10826 "schemars",
10827 "serde",
10828 "serde_derive",
10829 "serde_json",
10830 "serde_json_lenient",
10831 "serde_repr",
10832 "settings",
10833 "story",
10834 "util",
10835 "uuid",
10836]
10837
10838[[package]]
10839name = "theme_importer"
10840version = "0.1.0"
10841dependencies = [
10842 "anyhow",
10843 "clap 4.4.4",
10844 "gpui",
10845 "indexmap 1.9.3",
10846 "log",
10847 "palette",
10848 "rust-embed",
10849 "schemars",
10850 "serde",
10851 "serde_json",
10852 "serde_json_lenient",
10853 "simplelog",
10854 "strum",
10855 "theme",
10856 "vscode_theme",
10857]
10858
10859[[package]]
10860name = "theme_selector"
10861version = "0.1.0"
10862dependencies = [
10863 "client",
10864 "feature_flags",
10865 "fs",
10866 "fuzzy",
10867 "gpui",
10868 "log",
10869 "picker",
10870 "serde",
10871 "settings",
10872 "theme",
10873 "ui",
10874 "util",
10875 "workspace",
10876]
10877
10878[[package]]
10879name = "thiserror"
10880version = "1.0.60"
10881source = "registry+https://github.com/rust-lang/crates.io-index"
10882checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18"
10883dependencies = [
10884 "thiserror-impl",
10885]
10886
10887[[package]]
10888name = "thiserror-impl"
10889version = "1.0.60"
10890source = "registry+https://github.com/rust-lang/crates.io-index"
10891checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524"
10892dependencies = [
10893 "proc-macro2",
10894 "quote",
10895 "syn 2.0.59",
10896]
10897
10898[[package]]
10899name = "thread_local"
10900version = "1.1.7"
10901source = "registry+https://github.com/rust-lang/crates.io-index"
10902checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
10903dependencies = [
10904 "cfg-if",
10905 "once_cell",
10906]
10907
10908[[package]]
10909name = "tiff"
10910version = "0.9.1"
10911source = "registry+https://github.com/rust-lang/crates.io-index"
10912checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
10913dependencies = [
10914 "flate2",
10915 "jpeg-decoder",
10916 "weezl",
10917]
10918
10919[[package]]
10920name = "tiktoken-rs"
10921version = "0.5.9"
10922source = "registry+https://github.com/rust-lang/crates.io-index"
10923checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
10924dependencies = [
10925 "anyhow",
10926 "base64 0.21.7",
10927 "bstr",
10928 "fancy-regex",
10929 "lazy_static",
10930 "parking_lot",
10931 "rustc-hash",
10932]
10933
10934[[package]]
10935name = "time"
10936version = "0.3.36"
10937source = "registry+https://github.com/rust-lang/crates.io-index"
10938checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
10939dependencies = [
10940 "deranged",
10941 "itoa",
10942 "num-conv",
10943 "powerfmt",
10944 "serde",
10945 "time-core",
10946 "time-macros",
10947]
10948
10949[[package]]
10950name = "time-core"
10951version = "0.1.2"
10952source = "registry+https://github.com/rust-lang/crates.io-index"
10953checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
10954
10955[[package]]
10956name = "time-macros"
10957version = "0.2.18"
10958source = "registry+https://github.com/rust-lang/crates.io-index"
10959checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
10960dependencies = [
10961 "num-conv",
10962 "time-core",
10963]
10964
10965[[package]]
10966name = "time_format"
10967version = "0.1.0"
10968dependencies = [
10969 "core-foundation",
10970 "core-foundation-sys 0.8.6",
10971 "sys-locale",
10972 "time",
10973]
10974
10975[[package]]
10976name = "tiny-keccak"
10977version = "2.0.2"
10978source = "registry+https://github.com/rust-lang/crates.io-index"
10979checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
10980dependencies = [
10981 "crunchy",
10982]
10983
10984[[package]]
10985name = "tiny-skia"
10986version = "0.11.4"
10987source = "registry+https://github.com/rust-lang/crates.io-index"
10988checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
10989dependencies = [
10990 "arrayref",
10991 "arrayvec",
10992 "bytemuck",
10993 "cfg-if",
10994 "log",
10995 "png",
10996 "tiny-skia-path",
10997]
10998
10999[[package]]
11000name = "tiny-skia-path"
11001version = "0.11.4"
11002source = "registry+https://github.com/rust-lang/crates.io-index"
11003checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
11004dependencies = [
11005 "arrayref",
11006 "bytemuck",
11007 "strict-num",
11008]
11009
11010[[package]]
11011name = "tiny_http"
11012version = "0.8.2"
11013source = "registry+https://github.com/rust-lang/crates.io-index"
11014checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
11015dependencies = [
11016 "ascii",
11017 "chrono",
11018 "chunked_transfer",
11019 "log",
11020 "url",
11021]
11022
11023[[package]]
11024name = "tinytemplate"
11025version = "1.2.1"
11026source = "registry+https://github.com/rust-lang/crates.io-index"
11027checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
11028dependencies = [
11029 "serde",
11030 "serde_json",
11031]
11032
11033[[package]]
11034name = "tinyvec"
11035version = "1.6.0"
11036source = "registry+https://github.com/rust-lang/crates.io-index"
11037checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
11038dependencies = [
11039 "tinyvec_macros",
11040]
11041
11042[[package]]
11043name = "tinyvec_macros"
11044version = "0.1.1"
11045source = "registry+https://github.com/rust-lang/crates.io-index"
11046checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
11047
11048[[package]]
11049name = "tokio"
11050version = "1.37.0"
11051source = "registry+https://github.com/rust-lang/crates.io-index"
11052checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
11053dependencies = [
11054 "backtrace",
11055 "bytes 1.5.0",
11056 "libc",
11057 "mio",
11058 "num_cpus",
11059 "parking_lot",
11060 "pin-project-lite",
11061 "signal-hook-registry",
11062 "socket2 0.5.7",
11063 "tokio-macros",
11064 "windows-sys 0.48.0",
11065]
11066
11067[[package]]
11068name = "tokio-io"
11069version = "0.1.13"
11070source = "registry+https://github.com/rust-lang/crates.io-index"
11071checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
11072dependencies = [
11073 "bytes 0.4.12",
11074 "futures 0.1.31",
11075 "log",
11076]
11077
11078[[package]]
11079name = "tokio-macros"
11080version = "2.2.0"
11081source = "registry+https://github.com/rust-lang/crates.io-index"
11082checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
11083dependencies = [
11084 "proc-macro2",
11085 "quote",
11086 "syn 2.0.59",
11087]
11088
11089[[package]]
11090name = "tokio-native-tls"
11091version = "0.3.1"
11092source = "registry+https://github.com/rust-lang/crates.io-index"
11093checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
11094dependencies = [
11095 "native-tls",
11096 "tokio",
11097]
11098
11099[[package]]
11100name = "tokio-rustls"
11101version = "0.24.1"
11102source = "registry+https://github.com/rust-lang/crates.io-index"
11103checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
11104dependencies = [
11105 "rustls",
11106 "tokio",
11107]
11108
11109[[package]]
11110name = "tokio-stream"
11111version = "0.1.14"
11112source = "registry+https://github.com/rust-lang/crates.io-index"
11113checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
11114dependencies = [
11115 "futures-core",
11116 "pin-project-lite",
11117 "tokio",
11118]
11119
11120[[package]]
11121name = "tokio-tungstenite"
11122version = "0.20.1"
11123source = "registry+https://github.com/rust-lang/crates.io-index"
11124checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
11125dependencies = [
11126 "futures-util",
11127 "log",
11128 "tokio",
11129 "tungstenite 0.20.1",
11130]
11131
11132[[package]]
11133name = "tokio-util"
11134version = "0.7.9"
11135source = "registry+https://github.com/rust-lang/crates.io-index"
11136checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
11137dependencies = [
11138 "bytes 1.5.0",
11139 "futures-core",
11140 "futures-io",
11141 "futures-sink",
11142 "pin-project-lite",
11143 "tokio",
11144 "tracing",
11145]
11146
11147[[package]]
11148name = "toml"
11149version = "0.5.11"
11150source = "registry+https://github.com/rust-lang/crates.io-index"
11151checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
11152dependencies = [
11153 "serde",
11154]
11155
11156[[package]]
11157name = "toml"
11158version = "0.7.8"
11159source = "registry+https://github.com/rust-lang/crates.io-index"
11160checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
11161dependencies = [
11162 "serde",
11163 "serde_spanned",
11164 "toml_datetime",
11165 "toml_edit 0.19.15",
11166]
11167
11168[[package]]
11169name = "toml"
11170version = "0.8.10"
11171source = "registry+https://github.com/rust-lang/crates.io-index"
11172checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290"
11173dependencies = [
11174 "serde",
11175 "serde_spanned",
11176 "toml_datetime",
11177 "toml_edit 0.22.6",
11178]
11179
11180[[package]]
11181name = "toml_datetime"
11182version = "0.6.5"
11183source = "registry+https://github.com/rust-lang/crates.io-index"
11184checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
11185dependencies = [
11186 "serde",
11187]
11188
11189[[package]]
11190name = "toml_edit"
11191version = "0.19.15"
11192source = "registry+https://github.com/rust-lang/crates.io-index"
11193checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
11194dependencies = [
11195 "indexmap 2.2.6",
11196 "serde",
11197 "serde_spanned",
11198 "toml_datetime",
11199 "winnow 0.5.15",
11200]
11201
11202[[package]]
11203name = "toml_edit"
11204version = "0.21.1"
11205source = "registry+https://github.com/rust-lang/crates.io-index"
11206checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
11207dependencies = [
11208 "indexmap 2.2.6",
11209 "toml_datetime",
11210 "winnow 0.5.15",
11211]
11212
11213[[package]]
11214name = "toml_edit"
11215version = "0.22.6"
11216source = "registry+https://github.com/rust-lang/crates.io-index"
11217checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6"
11218dependencies = [
11219 "indexmap 2.2.6",
11220 "serde",
11221 "serde_spanned",
11222 "toml_datetime",
11223 "winnow 0.6.1",
11224]
11225
11226[[package]]
11227name = "tower"
11228version = "0.4.13"
11229source = "registry+https://github.com/rust-lang/crates.io-index"
11230checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
11231dependencies = [
11232 "futures-core",
11233 "futures-util",
11234 "pin-project",
11235 "pin-project-lite",
11236 "tokio",
11237 "tower-layer",
11238 "tower-service",
11239 "tracing",
11240]
11241
11242[[package]]
11243name = "tower-http"
11244version = "0.3.5"
11245source = "registry+https://github.com/rust-lang/crates.io-index"
11246checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
11247dependencies = [
11248 "bitflags 1.3.2",
11249 "bytes 1.5.0",
11250 "futures-core",
11251 "futures-util",
11252 "http 0.2.9",
11253 "http-body",
11254 "http-range-header",
11255 "pin-project-lite",
11256 "tower-layer",
11257 "tower-service",
11258]
11259
11260[[package]]
11261name = "tower-http"
11262version = "0.4.4"
11263source = "registry+https://github.com/rust-lang/crates.io-index"
11264checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
11265dependencies = [
11266 "bitflags 2.4.2",
11267 "bytes 1.5.0",
11268 "futures-core",
11269 "futures-util",
11270 "http 0.2.9",
11271 "http-body",
11272 "http-range-header",
11273 "pin-project-lite",
11274 "tower-layer",
11275 "tower-service",
11276 "tracing",
11277]
11278
11279[[package]]
11280name = "tower-layer"
11281version = "0.3.2"
11282source = "registry+https://github.com/rust-lang/crates.io-index"
11283checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
11284
11285[[package]]
11286name = "tower-service"
11287version = "0.3.2"
11288source = "registry+https://github.com/rust-lang/crates.io-index"
11289checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
11290
11291[[package]]
11292name = "tracing"
11293version = "0.1.40"
11294source = "registry+https://github.com/rust-lang/crates.io-index"
11295checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
11296dependencies = [
11297 "log",
11298 "pin-project-lite",
11299 "tracing-attributes",
11300 "tracing-core",
11301]
11302
11303[[package]]
11304name = "tracing-attributes"
11305version = "0.1.27"
11306source = "registry+https://github.com/rust-lang/crates.io-index"
11307checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
11308dependencies = [
11309 "proc-macro2",
11310 "quote",
11311 "syn 2.0.59",
11312]
11313
11314[[package]]
11315name = "tracing-core"
11316version = "0.1.32"
11317source = "registry+https://github.com/rust-lang/crates.io-index"
11318checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
11319dependencies = [
11320 "once_cell",
11321 "valuable",
11322]
11323
11324[[package]]
11325name = "tracing-futures"
11326version = "0.2.5"
11327source = "registry+https://github.com/rust-lang/crates.io-index"
11328checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
11329dependencies = [
11330 "pin-project",
11331 "tracing",
11332]
11333
11334[[package]]
11335name = "tracing-log"
11336version = "0.2.0"
11337source = "registry+https://github.com/rust-lang/crates.io-index"
11338checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
11339dependencies = [
11340 "log",
11341 "once_cell",
11342 "tracing-core",
11343]
11344
11345[[package]]
11346name = "tracing-serde"
11347version = "0.1.3"
11348source = "registry+https://github.com/rust-lang/crates.io-index"
11349checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
11350dependencies = [
11351 "serde",
11352 "tracing-core",
11353]
11354
11355[[package]]
11356name = "tracing-subscriber"
11357version = "0.3.18"
11358source = "registry+https://github.com/rust-lang/crates.io-index"
11359checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
11360dependencies = [
11361 "matchers",
11362 "nu-ansi-term",
11363 "once_cell",
11364 "regex",
11365 "serde",
11366 "serde_json",
11367 "sharded-slab",
11368 "smallvec",
11369 "thread_local",
11370 "tracing",
11371 "tracing-core",
11372 "tracing-log",
11373 "tracing-serde",
11374]
11375
11376[[package]]
11377name = "tree-sitter"
11378version = "0.20.100"
11379source = "git+https://github.com/tree-sitter/tree-sitter?rev=7b4894ba2ae81b988846676f54c0988d4027ef4f#7b4894ba2ae81b988846676f54c0988d4027ef4f"
11380dependencies = [
11381 "cc",
11382 "regex",
11383 "wasmtime-c-api-impl",
11384]
11385
11386[[package]]
11387name = "tree-sitter-bash"
11388version = "0.20.5"
11389source = "registry+https://github.com/rust-lang/crates.io-index"
11390checksum = "57da2032c37eb2ce29fd18df7d3b94355fec8d6d854d8f80934955df542b5906"
11391dependencies = [
11392 "cc",
11393 "tree-sitter",
11394]
11395
11396[[package]]
11397name = "tree-sitter-c"
11398version = "0.20.6"
11399source = "registry+https://github.com/rust-lang/crates.io-index"
11400checksum = "30b03bdf218020057abee831581a74bff8c298323d6c6cd1a70556430ded9f4b"
11401dependencies = [
11402 "cc",
11403 "tree-sitter",
11404]
11405
11406[[package]]
11407name = "tree-sitter-cpp"
11408version = "0.20.5"
11409source = "registry+https://github.com/rust-lang/crates.io-index"
11410checksum = "46b04a5ada71059afb9895966a6cc1094acc8d2ea1971006db26573e7dfebb74"
11411dependencies = [
11412 "cc",
11413 "tree-sitter",
11414]
11415
11416[[package]]
11417name = "tree-sitter-css"
11418version = "0.20.0"
11419source = "registry+https://github.com/rust-lang/crates.io-index"
11420checksum = "c3306ddefa1d2681adda2613d11974ffabfbeb215e23235da6c862f3493a04fd"
11421dependencies = [
11422 "cc",
11423 "tree-sitter",
11424]
11425
11426[[package]]
11427name = "tree-sitter-elixir"
11428version = "0.1.1"
11429source = "registry+https://github.com/rust-lang/crates.io-index"
11430checksum = "1bc0b1f3e6d9f12ca22ae5171f32fd154e3aea29dff565d05ef785c28931415b"
11431dependencies = [
11432 "cc",
11433 "tree-sitter",
11434]
11435
11436[[package]]
11437name = "tree-sitter-embedded-template"
11438version = "0.20.0"
11439source = "registry+https://github.com/rust-lang/crates.io-index"
11440checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
11441dependencies = [
11442 "cc",
11443 "tree-sitter",
11444]
11445
11446[[package]]
11447name = "tree-sitter-go"
11448version = "0.20.0"
11449source = "git+https://github.com/tree-sitter/tree-sitter-go?rev=b82ab803d887002a0af11f6ce63d72884580bf33#b82ab803d887002a0af11f6ce63d72884580bf33"
11450dependencies = [
11451 "cc",
11452 "tree-sitter",
11453]
11454
11455[[package]]
11456name = "tree-sitter-gomod"
11457version = "1.0.1"
11458source = "registry+https://github.com/rust-lang/crates.io-index"
11459checksum = "31d0a848a3a4a383fb97ef91241d972c3b996567cdc59040ad2c6fc48b874992"
11460dependencies = [
11461 "cc",
11462 "tree-sitter",
11463]
11464
11465[[package]]
11466name = "tree-sitter-gowork"
11467version = "0.0.1"
11468source = "git+https://github.com/d1y/tree-sitter-go-work#a2a4b99b53b3740855ff33f0b54cab0bb4ce6f45"
11469dependencies = [
11470 "cc",
11471 "tree-sitter",
11472]
11473
11474[[package]]
11475name = "tree-sitter-heex"
11476version = "0.0.1"
11477source = "git+https://github.com/phoenixframework/tree-sitter-heex?rev=2e1348c3cf2c9323e87c2744796cf3f3868aa82a#2e1348c3cf2c9323e87c2744796cf3f3868aa82a"
11478dependencies = [
11479 "cc",
11480 "tree-sitter",
11481]
11482
11483[[package]]
11484name = "tree-sitter-html"
11485version = "0.19.0"
11486source = "registry+https://github.com/rust-lang/crates.io-index"
11487checksum = "184e6b77953a354303dc87bf5fe36558c83569ce92606e7b382a0dc1b7443443"
11488dependencies = [
11489 "cc",
11490 "tree-sitter",
11491]
11492
11493[[package]]
11494name = "tree-sitter-jsdoc"
11495version = "0.20.0"
11496source = "git+https://github.com/tree-sitter/tree-sitter-jsdoc?rev=6a6cf9e7341af32d8e2b2e24a37fbfebefc3dc55#6a6cf9e7341af32d8e2b2e24a37fbfebefc3dc55"
11497dependencies = [
11498 "cc",
11499 "tree-sitter",
11500]
11501
11502[[package]]
11503name = "tree-sitter-json"
11504version = "0.20.2"
11505source = "registry+https://github.com/rust-lang/crates.io-index"
11506checksum = "5a9a38a9c679b55cc8d17350381ec08d69fa1a17a53fcf197f344516e485ed4d"
11507dependencies = [
11508 "cc",
11509 "tree-sitter",
11510]
11511
11512[[package]]
11513name = "tree-sitter-markdown"
11514version = "0.0.1"
11515source = "git+https://github.com/MDeiml/tree-sitter-markdown?rev=330ecab87a3e3a7211ac69bbadc19eabecdb1cca#330ecab87a3e3a7211ac69bbadc19eabecdb1cca"
11516dependencies = [
11517 "cc",
11518 "tree-sitter",
11519]
11520
11521[[package]]
11522name = "tree-sitter-proto"
11523version = "0.0.2"
11524source = "git+https://github.com/rewinfrey/tree-sitter-proto?rev=36d54f288aee112f13a67b550ad32634d0c2cb52#36d54f288aee112f13a67b550ad32634d0c2cb52"
11525dependencies = [
11526 "cc",
11527 "tree-sitter",
11528]
11529
11530[[package]]
11531name = "tree-sitter-python"
11532version = "0.20.4"
11533source = "registry+https://github.com/rust-lang/crates.io-index"
11534checksum = "e6c93b1b1fbd0d399db3445f51fd3058e43d0b4dcff62ddbdb46e66550978aa5"
11535dependencies = [
11536 "cc",
11537 "tree-sitter",
11538]
11539
11540[[package]]
11541name = "tree-sitter-regex"
11542version = "0.20.0"
11543source = "registry+https://github.com/rust-lang/crates.io-index"
11544checksum = "efb5a53e9c990757895476216796b170fd81e4d173d08f8b082279c4e6ff8c5c"
11545dependencies = [
11546 "cc",
11547 "tree-sitter",
11548]
11549
11550[[package]]
11551name = "tree-sitter-ruby"
11552version = "0.20.0"
11553source = "registry+https://github.com/rust-lang/crates.io-index"
11554checksum = "0ac30cbb1560363ae76e1ccde543d6d99087421e228cc47afcec004b86bb711a"
11555dependencies = [
11556 "cc",
11557 "tree-sitter",
11558]
11559
11560[[package]]
11561name = "tree-sitter-rust"
11562version = "0.20.4"
11563source = "registry+https://github.com/rust-lang/crates.io-index"
11564checksum = "b0832309b0b2b6d33760ce5c0e818cb47e1d72b468516bfe4134408926fa7594"
11565dependencies = [
11566 "cc",
11567 "tree-sitter",
11568]
11569
11570[[package]]
11571name = "tree-sitter-typescript"
11572version = "0.20.5"
11573source = "registry+https://github.com/rust-lang/crates.io-index"
11574checksum = "c8bc1d2c24276a48ef097a71b56888ac9db63717e8f8d0b324668a27fd619670"
11575dependencies = [
11576 "cc",
11577 "tree-sitter",
11578]
11579
11580[[package]]
11581name = "tree-sitter-yaml"
11582version = "0.0.1"
11583source = "registry+https://github.com/rust-lang/crates.io-index"
11584checksum = "324767d0ad6bc588467aa4b98f6f5cd6eda64ece1eae568f8fcf5b899bcf0fe9"
11585dependencies = [
11586 "cc",
11587 "tree-sitter",
11588]
11589
11590[[package]]
11591name = "try-lock"
11592version = "0.2.4"
11593source = "registry+https://github.com/rust-lang/crates.io-index"
11594checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
11595
11596[[package]]
11597name = "ttf-parser"
11598version = "0.21.1"
11599source = "registry+https://github.com/rust-lang/crates.io-index"
11600checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
11601
11602[[package]]
11603name = "tungstenite"
11604version = "0.16.0"
11605source = "registry+https://github.com/rust-lang/crates.io-index"
11606checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1"
11607dependencies = [
11608 "base64 0.13.1",
11609 "byteorder",
11610 "bytes 1.5.0",
11611 "http 0.2.9",
11612 "httparse",
11613 "log",
11614 "native-tls",
11615 "rand 0.8.5",
11616 "sha-1",
11617 "thiserror",
11618 "url",
11619 "utf-8",
11620]
11621
11622[[package]]
11623name = "tungstenite"
11624version = "0.20.1"
11625source = "registry+https://github.com/rust-lang/crates.io-index"
11626checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
11627dependencies = [
11628 "byteorder",
11629 "bytes 1.5.0",
11630 "data-encoding",
11631 "http 0.2.9",
11632 "httparse",
11633 "log",
11634 "rand 0.8.5",
11635 "sha1",
11636 "thiserror",
11637 "url",
11638 "utf-8",
11639]
11640
11641[[package]]
11642name = "typeid"
11643version = "1.0.0"
11644source = "registry+https://github.com/rust-lang/crates.io-index"
11645checksum = "059d83cc991e7a42fc37bd50941885db0888e34209f8cfd9aab07ddec03bc9cf"
11646
11647[[package]]
11648name = "typenum"
11649version = "1.17.0"
11650source = "registry+https://github.com/rust-lang/crates.io-index"
11651checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
11652
11653[[package]]
11654name = "uds_windows"
11655version = "1.1.0"
11656source = "registry+https://github.com/rust-lang/crates.io-index"
11657checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
11658dependencies = [
11659 "memoffset",
11660 "tempfile",
11661 "winapi",
11662]
11663
11664[[package]]
11665name = "ui"
11666version = "0.1.0"
11667dependencies = [
11668 "chrono",
11669 "gpui",
11670 "itertools 0.11.0",
11671 "menu",
11672 "serde",
11673 "settings",
11674 "smallvec",
11675 "story",
11676 "strum",
11677 "theme",
11678 "windows 0.57.0",
11679]
11680
11681[[package]]
11682name = "ui_text_field"
11683version = "0.1.0"
11684dependencies = [
11685 "editor",
11686 "gpui",
11687 "settings",
11688 "theme",
11689 "ui",
11690]
11691
11692[[package]]
11693name = "unicase"
11694version = "2.7.0"
11695source = "registry+https://github.com/rust-lang/crates.io-index"
11696checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
11697dependencies = [
11698 "version_check",
11699]
11700
11701[[package]]
11702name = "unicode-bidi"
11703version = "0.3.13"
11704source = "registry+https://github.com/rust-lang/crates.io-index"
11705checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
11706
11707[[package]]
11708name = "unicode-bidi-mirroring"
11709version = "0.2.0"
11710source = "registry+https://github.com/rust-lang/crates.io-index"
11711checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
11712
11713[[package]]
11714name = "unicode-ccc"
11715version = "0.2.0"
11716source = "registry+https://github.com/rust-lang/crates.io-index"
11717checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
11718
11719[[package]]
11720name = "unicode-ident"
11721version = "1.0.12"
11722source = "registry+https://github.com/rust-lang/crates.io-index"
11723checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
11724
11725[[package]]
11726name = "unicode-linebreak"
11727version = "0.1.5"
11728source = "registry+https://github.com/rust-lang/crates.io-index"
11729checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
11730
11731[[package]]
11732name = "unicode-normalization"
11733version = "0.1.22"
11734source = "registry+https://github.com/rust-lang/crates.io-index"
11735checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
11736dependencies = [
11737 "tinyvec",
11738]
11739
11740[[package]]
11741name = "unicode-properties"
11742version = "0.1.1"
11743source = "registry+https://github.com/rust-lang/crates.io-index"
11744checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
11745
11746[[package]]
11747name = "unicode-script"
11748version = "0.5.5"
11749source = "registry+https://github.com/rust-lang/crates.io-index"
11750checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
11751
11752[[package]]
11753name = "unicode-segmentation"
11754version = "1.10.1"
11755source = "registry+https://github.com/rust-lang/crates.io-index"
11756checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
11757
11758[[package]]
11759name = "unicode-width"
11760version = "0.1.11"
11761source = "registry+https://github.com/rust-lang/crates.io-index"
11762checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
11763
11764[[package]]
11765name = "unicode-xid"
11766version = "0.2.4"
11767source = "registry+https://github.com/rust-lang/crates.io-index"
11768checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
11769
11770[[package]]
11771name = "unicode_categories"
11772version = "0.1.1"
11773source = "registry+https://github.com/rust-lang/crates.io-index"
11774checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
11775
11776[[package]]
11777name = "unindent"
11778version = "0.1.11"
11779source = "registry+https://github.com/rust-lang/crates.io-index"
11780checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
11781
11782[[package]]
11783name = "untrusted"
11784version = "0.9.0"
11785source = "registry+https://github.com/rust-lang/crates.io-index"
11786checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
11787
11788[[package]]
11789name = "url"
11790version = "2.5.0"
11791source = "registry+https://github.com/rust-lang/crates.io-index"
11792checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
11793dependencies = [
11794 "form_urlencoded",
11795 "idna",
11796 "percent-encoding",
11797 "serde",
11798]
11799
11800[[package]]
11801name = "urlencoding"
11802version = "2.1.3"
11803source = "registry+https://github.com/rust-lang/crates.io-index"
11804checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
11805
11806[[package]]
11807name = "usvg"
11808version = "0.41.0"
11809source = "registry+https://github.com/rust-lang/crates.io-index"
11810checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
11811dependencies = [
11812 "base64 0.22.0",
11813 "data-url",
11814 "flate2",
11815 "imagesize",
11816 "kurbo",
11817 "log",
11818 "pico-args",
11819 "roxmltree",
11820 "simplecss",
11821 "siphasher 1.0.1",
11822 "strict-num",
11823 "svgtypes",
11824 "tiny-skia-path",
11825 "xmlwriter",
11826]
11827
11828[[package]]
11829name = "utf-8"
11830version = "0.7.6"
11831source = "registry+https://github.com/rust-lang/crates.io-index"
11832checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
11833
11834[[package]]
11835name = "utf8parse"
11836version = "0.2.1"
11837source = "registry+https://github.com/rust-lang/crates.io-index"
11838checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
11839
11840[[package]]
11841name = "util"
11842version = "0.1.0"
11843dependencies = [
11844 "anyhow",
11845 "async-fs 1.6.0",
11846 "collections",
11847 "dirs 4.0.0",
11848 "futures 0.3.28",
11849 "futures-lite 1.13.0",
11850 "git2",
11851 "globset",
11852 "log",
11853 "rand 0.8.5",
11854 "regex",
11855 "rust-embed",
11856 "serde",
11857 "serde_json",
11858 "take-until",
11859 "tempfile",
11860 "tendril",
11861 "unicase",
11862]
11863
11864[[package]]
11865name = "uuid"
11866version = "1.8.0"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
11869dependencies = [
11870 "getrandom 0.2.10",
11871 "serde",
11872 "sha1_smol",
11873]
11874
11875[[package]]
11876name = "v_frame"
11877version = "0.3.8"
11878source = "registry+https://github.com/rust-lang/crates.io-index"
11879checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
11880dependencies = [
11881 "aligned-vec",
11882 "num-traits",
11883 "wasm-bindgen",
11884]
11885
11886[[package]]
11887name = "valuable"
11888version = "0.1.0"
11889source = "registry+https://github.com/rust-lang/crates.io-index"
11890checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
11891
11892[[package]]
11893name = "value-bag"
11894version = "1.9.0"
11895source = "registry+https://github.com/rust-lang/crates.io-index"
11896checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
11897dependencies = [
11898 "value-bag-serde1",
11899 "value-bag-sval2",
11900]
11901
11902[[package]]
11903name = "value-bag-serde1"
11904version = "1.9.0"
11905source = "registry+https://github.com/rust-lang/crates.io-index"
11906checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
11907dependencies = [
11908 "erased-serde",
11909 "serde",
11910 "serde_fmt",
11911]
11912
11913[[package]]
11914name = "value-bag-sval2"
11915version = "1.9.0"
11916source = "registry+https://github.com/rust-lang/crates.io-index"
11917checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
11918dependencies = [
11919 "sval",
11920 "sval_buffer",
11921 "sval_dynamic",
11922 "sval_fmt",
11923 "sval_json",
11924 "sval_ref",
11925 "sval_serde",
11926]
11927
11928[[package]]
11929name = "vcpkg"
11930version = "0.2.15"
11931source = "registry+https://github.com/rust-lang/crates.io-index"
11932checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
11933
11934[[package]]
11935name = "vcs_menu"
11936version = "0.1.0"
11937dependencies = [
11938 "anyhow",
11939 "fuzzy",
11940 "git",
11941 "gpui",
11942 "picker",
11943 "ui",
11944 "util",
11945 "workspace",
11946]
11947
11948[[package]]
11949name = "version-compare"
11950version = "0.2.0"
11951source = "registry+https://github.com/rust-lang/crates.io-index"
11952checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
11953
11954[[package]]
11955name = "version_check"
11956version = "0.9.4"
11957source = "registry+https://github.com/rust-lang/crates.io-index"
11958checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
11959
11960[[package]]
11961name = "vim"
11962version = "0.1.0"
11963dependencies = [
11964 "anyhow",
11965 "async-compat",
11966 "async-trait",
11967 "collections",
11968 "command_palette",
11969 "command_palette_hooks",
11970 "editor",
11971 "futures 0.3.28",
11972 "gpui",
11973 "indoc",
11974 "itertools 0.11.0",
11975 "language",
11976 "log",
11977 "lsp",
11978 "multi_buffer",
11979 "nvim-rs",
11980 "parking_lot",
11981 "regex",
11982 "release_channel",
11983 "schemars",
11984 "search",
11985 "serde",
11986 "serde_derive",
11987 "serde_json",
11988 "settings",
11989 "tokio",
11990 "ui",
11991 "util",
11992 "workspace",
11993 "zed_actions",
11994]
11995
11996[[package]]
11997name = "vscode_theme"
11998version = "0.2.0"
11999source = "registry+https://github.com/rust-lang/crates.io-index"
12000checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
12001dependencies = [
12002 "serde",
12003]
12004
12005[[package]]
12006name = "vsimd"
12007version = "0.8.0"
12008source = "registry+https://github.com/rust-lang/crates.io-index"
12009checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
12010
12011[[package]]
12012name = "vswhom"
12013version = "0.1.0"
12014source = "registry+https://github.com/rust-lang/crates.io-index"
12015checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
12016dependencies = [
12017 "libc",
12018 "vswhom-sys",
12019]
12020
12021[[package]]
12022name = "vswhom-sys"
12023version = "0.1.2"
12024source = "registry+https://github.com/rust-lang/crates.io-index"
12025checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
12026dependencies = [
12027 "cc",
12028 "libc",
12029]
12030
12031[[package]]
12032name = "vte"
12033version = "0.13.0"
12034source = "registry+https://github.com/rust-lang/crates.io-index"
12035checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
12036dependencies = [
12037 "bitflags 2.4.2",
12038 "cursor-icon",
12039 "log",
12040 "serde",
12041 "utf8parse",
12042 "vte_generate_state_changes",
12043]
12044
12045[[package]]
12046name = "vte_generate_state_changes"
12047version = "0.1.1"
12048source = "registry+https://github.com/rust-lang/crates.io-index"
12049checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
12050dependencies = [
12051 "proc-macro2",
12052 "quote",
12053]
12054
12055[[package]]
12056name = "waker-fn"
12057version = "1.1.0"
12058source = "registry+https://github.com/rust-lang/crates.io-index"
12059checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
12060
12061[[package]]
12062name = "walkdir"
12063version = "2.5.0"
12064source = "registry+https://github.com/rust-lang/crates.io-index"
12065checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
12066dependencies = [
12067 "same-file",
12068 "winapi-util",
12069]
12070
12071[[package]]
12072name = "want"
12073version = "0.3.1"
12074source = "registry+https://github.com/rust-lang/crates.io-index"
12075checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
12076dependencies = [
12077 "try-lock",
12078]
12079
12080[[package]]
12081name = "wasi"
12082version = "0.9.0+wasi-snapshot-preview1"
12083source = "registry+https://github.com/rust-lang/crates.io-index"
12084checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
12085
12086[[package]]
12087name = "wasi"
12088version = "0.11.0+wasi-snapshot-preview1"
12089source = "registry+https://github.com/rust-lang/crates.io-index"
12090checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
12091
12092[[package]]
12093name = "wasm-bindgen"
12094version = "0.2.92"
12095source = "registry+https://github.com/rust-lang/crates.io-index"
12096checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
12097dependencies = [
12098 "cfg-if",
12099 "wasm-bindgen-macro",
12100]
12101
12102[[package]]
12103name = "wasm-bindgen-backend"
12104version = "0.2.92"
12105source = "registry+https://github.com/rust-lang/crates.io-index"
12106checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
12107dependencies = [
12108 "bumpalo",
12109 "log",
12110 "once_cell",
12111 "proc-macro2",
12112 "quote",
12113 "syn 2.0.59",
12114 "wasm-bindgen-shared",
12115]
12116
12117[[package]]
12118name = "wasm-bindgen-futures"
12119version = "0.4.37"
12120source = "registry+https://github.com/rust-lang/crates.io-index"
12121checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
12122dependencies = [
12123 "cfg-if",
12124 "js-sys",
12125 "wasm-bindgen",
12126 "web-sys",
12127]
12128
12129[[package]]
12130name = "wasm-bindgen-macro"
12131version = "0.2.92"
12132source = "registry+https://github.com/rust-lang/crates.io-index"
12133checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
12134dependencies = [
12135 "quote",
12136 "wasm-bindgen-macro-support",
12137]
12138
12139[[package]]
12140name = "wasm-bindgen-macro-support"
12141version = "0.2.92"
12142source = "registry+https://github.com/rust-lang/crates.io-index"
12143checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
12144dependencies = [
12145 "proc-macro2",
12146 "quote",
12147 "syn 2.0.59",
12148 "wasm-bindgen-backend",
12149 "wasm-bindgen-shared",
12150]
12151
12152[[package]]
12153name = "wasm-bindgen-shared"
12154version = "0.2.92"
12155source = "registry+https://github.com/rust-lang/crates.io-index"
12156checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
12157
12158[[package]]
12159name = "wasm-encoder"
12160version = "0.201.0"
12161source = "registry+https://github.com/rust-lang/crates.io-index"
12162checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
12163dependencies = [
12164 "leb128",
12165]
12166
12167[[package]]
12168name = "wasm-metadata"
12169version = "0.201.0"
12170source = "registry+https://github.com/rust-lang/crates.io-index"
12171checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
12172dependencies = [
12173 "anyhow",
12174 "indexmap 2.2.6",
12175 "serde",
12176 "serde_derive",
12177 "serde_json",
12178 "spdx",
12179 "wasm-encoder",
12180 "wasmparser",
12181]
12182
12183[[package]]
12184name = "wasmparser"
12185version = "0.201.0"
12186source = "registry+https://github.com/rust-lang/crates.io-index"
12187checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
12188dependencies = [
12189 "bitflags 2.4.2",
12190 "indexmap 2.2.6",
12191 "semver",
12192]
12193
12194[[package]]
12195name = "wasmprinter"
12196version = "0.201.0"
12197source = "registry+https://github.com/rust-lang/crates.io-index"
12198checksum = "a67e66da702706ba08729a78e3c0079085f6bfcb1a62e4799e97bbf728c2c265"
12199dependencies = [
12200 "anyhow",
12201 "wasmparser",
12202]
12203
12204[[package]]
12205name = "wasmtime"
12206version = "19.0.0"
12207source = "registry+https://github.com/rust-lang/crates.io-index"
12208checksum = "6a08af88fa3d324cc5cf6d388d90ef396a787b3fb4bbd51ba185f8645dc0f02c"
12209dependencies = [
12210 "anyhow",
12211 "async-trait",
12212 "bincode",
12213 "bumpalo",
12214 "cfg-if",
12215 "encoding_rs",
12216 "gimli",
12217 "indexmap 2.2.6",
12218 "libc",
12219 "log",
12220 "object",
12221 "once_cell",
12222 "paste",
12223 "rustix 0.38.32",
12224 "semver",
12225 "serde",
12226 "serde_derive",
12227 "serde_json",
12228 "target-lexicon",
12229 "wasmparser",
12230 "wasmtime-component-macro",
12231 "wasmtime-component-util",
12232 "wasmtime-cranelift",
12233 "wasmtime-environ",
12234 "wasmtime-fiber",
12235 "wasmtime-jit-icache-coherence",
12236 "wasmtime-runtime",
12237 "wasmtime-slab",
12238 "wasmtime-winch",
12239 "windows-sys 0.52.0",
12240]
12241
12242[[package]]
12243name = "wasmtime-asm-macros"
12244version = "19.0.0"
12245source = "registry+https://github.com/rust-lang/crates.io-index"
12246checksum = "16cdbfcf28542bcda0b5fd68d44603e53e5ad126cbe7b9f25c130e1249fd8211"
12247dependencies = [
12248 "cfg-if",
12249]
12250
12251[[package]]
12252name = "wasmtime-c-api-impl"
12253version = "19.0.0"
12254source = "registry+https://github.com/rust-lang/crates.io-index"
12255checksum = "67dea28073e105735210b9e932b5e654198d5e28ed31f1314037cd7664ceda2b"
12256dependencies = [
12257 "anyhow",
12258 "log",
12259 "once_cell",
12260 "tracing",
12261 "wasmtime",
12262 "wasmtime-c-api-macros",
12263]
12264
12265[[package]]
12266name = "wasmtime-c-api-macros"
12267version = "19.0.0"
12268source = "registry+https://github.com/rust-lang/crates.io-index"
12269checksum = "0cfe12050fa28b17ab8434ab757fee281dd0d5c7715fa1bc5e4c0b29d1705415"
12270dependencies = [
12271 "proc-macro2",
12272 "quote",
12273]
12274
12275[[package]]
12276name = "wasmtime-component-macro"
12277version = "19.0.0"
12278source = "registry+https://github.com/rust-lang/crates.io-index"
12279checksum = "0cdcf690257c623506eeec3a502864b282aab0fdfd6981c1ebb63c7e98f4a23a"
12280dependencies = [
12281 "anyhow",
12282 "proc-macro2",
12283 "quote",
12284 "syn 2.0.59",
12285 "wasmtime-component-util",
12286 "wasmtime-wit-bindgen",
12287 "wit-parser",
12288]
12289
12290[[package]]
12291name = "wasmtime-component-util"
12292version = "19.0.0"
12293source = "registry+https://github.com/rust-lang/crates.io-index"
12294checksum = "ab3ae7bf66e2fae1e332ab3634f332d7422e878a6eecc47c8f8f78cc1f24e501"
12295
12296[[package]]
12297name = "wasmtime-cranelift"
12298version = "19.0.0"
12299source = "registry+https://github.com/rust-lang/crates.io-index"
12300checksum = "67ea025c969a09117818732fa6f96848e858a7953d4659dab8081a6eea3c0523"
12301dependencies = [
12302 "anyhow",
12303 "cfg-if",
12304 "cranelift-codegen",
12305 "cranelift-control",
12306 "cranelift-entity",
12307 "cranelift-frontend",
12308 "cranelift-native",
12309 "cranelift-wasm",
12310 "gimli",
12311 "log",
12312 "object",
12313 "target-lexicon",
12314 "thiserror",
12315 "wasmparser",
12316 "wasmtime-cranelift-shared",
12317 "wasmtime-environ",
12318 "wasmtime-versioned-export-macros",
12319]
12320
12321[[package]]
12322name = "wasmtime-cranelift-shared"
12323version = "19.0.0"
12324source = "registry+https://github.com/rust-lang/crates.io-index"
12325checksum = "dcd6dd2f8d8d4860b384f61f89b597633a5b5f0943c546210e5084c5d321fe20"
12326dependencies = [
12327 "anyhow",
12328 "cranelift-codegen",
12329 "cranelift-control",
12330 "cranelift-native",
12331 "gimli",
12332 "object",
12333 "target-lexicon",
12334 "wasmtime-environ",
12335]
12336
12337[[package]]
12338name = "wasmtime-environ"
12339version = "19.0.0"
12340source = "registry+https://github.com/rust-lang/crates.io-index"
12341checksum = "7f60f3f717658dd77745de03b750d5852126e9be6dad465848c77f90387c44c9"
12342dependencies = [
12343 "anyhow",
12344 "bincode",
12345 "cpp_demangle",
12346 "cranelift-entity",
12347 "gimli",
12348 "indexmap 2.2.6",
12349 "log",
12350 "object",
12351 "rustc-demangle",
12352 "serde",
12353 "serde_derive",
12354 "target-lexicon",
12355 "thiserror",
12356 "wasm-encoder",
12357 "wasmparser",
12358 "wasmprinter",
12359 "wasmtime-component-util",
12360 "wasmtime-types",
12361]
12362
12363[[package]]
12364name = "wasmtime-fiber"
12365version = "19.0.0"
12366source = "registry+https://github.com/rust-lang/crates.io-index"
12367checksum = "bf8cd22ab1041bf0e54b6283e57824557902e4fed8b1f3a7eef29cbaba89eebf"
12368dependencies = [
12369 "anyhow",
12370 "cc",
12371 "cfg-if",
12372 "rustix 0.38.32",
12373 "wasmtime-asm-macros",
12374 "wasmtime-versioned-export-macros",
12375 "windows-sys 0.52.0",
12376]
12377
12378[[package]]
12379name = "wasmtime-jit-icache-coherence"
12380version = "19.0.0"
12381source = "registry+https://github.com/rust-lang/crates.io-index"
12382checksum = "2796e4b4989db62899d2117e1e0258b839d088c044591b14e3a0396e7b3ae53a"
12383dependencies = [
12384 "cfg-if",
12385 "libc",
12386 "windows-sys 0.52.0",
12387]
12388
12389[[package]]
12390name = "wasmtime-runtime"
12391version = "19.0.0"
12392source = "registry+https://github.com/rust-lang/crates.io-index"
12393checksum = "4bf2b7745df452a4f41b9aab21d3f7ba1347b12da2fdc5241e59306127884a68"
12394dependencies = [
12395 "anyhow",
12396 "cc",
12397 "cfg-if",
12398 "encoding_rs",
12399 "indexmap 2.2.6",
12400 "libc",
12401 "log",
12402 "mach",
12403 "memfd",
12404 "memoffset",
12405 "paste",
12406 "psm",
12407 "rustix 0.38.32",
12408 "sptr",
12409 "wasm-encoder",
12410 "wasmtime-asm-macros",
12411 "wasmtime-environ",
12412 "wasmtime-fiber",
12413 "wasmtime-versioned-export-macros",
12414 "wasmtime-wmemcheck",
12415 "windows-sys 0.52.0",
12416]
12417
12418[[package]]
12419name = "wasmtime-slab"
12420version = "19.0.0"
12421source = "registry+https://github.com/rust-lang/crates.io-index"
12422checksum = "83448ef600ad95977019ebaea84a5516fdbc9561d0a8e26b1e099351f993b527"
12423
12424[[package]]
12425name = "wasmtime-types"
12426version = "19.0.0"
12427source = "registry+https://github.com/rust-lang/crates.io-index"
12428checksum = "cf6fe7ed3fd18ed4b1e4465fe5c8674acc9f03523fca5b1b9f975b2560cd741b"
12429dependencies = [
12430 "cranelift-entity",
12431 "serde",
12432 "serde_derive",
12433 "thiserror",
12434 "wasmparser",
12435]
12436
12437[[package]]
12438name = "wasmtime-versioned-export-macros"
12439version = "19.0.0"
12440source = "registry+https://github.com/rust-lang/crates.io-index"
12441checksum = "6d6d967f01032da7d4c6303da32f6a00d5efe1bac124b156e7342d8ace6ffdfc"
12442dependencies = [
12443 "proc-macro2",
12444 "quote",
12445 "syn 2.0.59",
12446]
12447
12448[[package]]
12449name = "wasmtime-wasi"
12450version = "19.0.0"
12451source = "registry+https://github.com/rust-lang/crates.io-index"
12452checksum = "371d828b6849ea06d598ae7dd1c316e8dd9e99b76f77d93d5886cb25c7f8e188"
12453dependencies = [
12454 "anyhow",
12455 "async-trait",
12456 "bitflags 2.4.2",
12457 "bytes 1.5.0",
12458 "cap-fs-ext",
12459 "cap-net-ext",
12460 "cap-rand",
12461 "cap-std",
12462 "cap-time-ext",
12463 "fs-set-times",
12464 "futures 0.3.28",
12465 "io-extras",
12466 "io-lifetimes 2.0.3",
12467 "once_cell",
12468 "rustix 0.38.32",
12469 "system-interface",
12470 "thiserror",
12471 "tokio",
12472 "tracing",
12473 "url",
12474 "wasmtime",
12475 "wiggle",
12476 "windows-sys 0.52.0",
12477]
12478
12479[[package]]
12480name = "wasmtime-winch"
12481version = "19.0.0"
12482source = "registry+https://github.com/rust-lang/crates.io-index"
12483checksum = "eb8b3fcbc455105760e4a2aa8ee3f39b8357183a62201383b3f72d4836ca2be8"
12484dependencies = [
12485 "anyhow",
12486 "cranelift-codegen",
12487 "gimli",
12488 "object",
12489 "target-lexicon",
12490 "wasmparser",
12491 "wasmtime-cranelift-shared",
12492 "wasmtime-environ",
12493 "winch-codegen",
12494]
12495
12496[[package]]
12497name = "wasmtime-wit-bindgen"
12498version = "19.0.0"
12499source = "registry+https://github.com/rust-lang/crates.io-index"
12500checksum = "96326c9800fb6c099f50d1bd2126d636fc2f96950e1675acf358c0f52516cd38"
12501dependencies = [
12502 "anyhow",
12503 "heck 0.4.1",
12504 "indexmap 2.2.6",
12505 "wit-parser",
12506]
12507
12508[[package]]
12509name = "wasmtime-wmemcheck"
12510version = "19.0.0"
12511source = "registry+https://github.com/rust-lang/crates.io-index"
12512checksum = "36bd91a4dc55af0bf55e9e2ab0ea13724cfb5c5a1acdf8873039769208f59490"
12513
12514[[package]]
12515name = "wast"
12516version = "35.0.2"
12517source = "registry+https://github.com/rust-lang/crates.io-index"
12518checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
12519dependencies = [
12520 "leb128",
12521]
12522
12523[[package]]
12524name = "wayland-backend"
12525version = "0.3.3"
12526source = "registry+https://github.com/rust-lang/crates.io-index"
12527checksum = "9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40"
12528dependencies = [
12529 "cc",
12530 "downcast-rs",
12531 "rustix 0.38.32",
12532 "scoped-tls",
12533 "smallvec",
12534 "wayland-sys",
12535]
12536
12537[[package]]
12538name = "wayland-client"
12539version = "0.31.2"
12540source = "registry+https://github.com/rust-lang/crates.io-index"
12541checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f"
12542dependencies = [
12543 "bitflags 2.4.2",
12544 "rustix 0.38.32",
12545 "wayland-backend",
12546 "wayland-scanner",
12547]
12548
12549[[package]]
12550name = "wayland-cursor"
12551version = "0.31.1"
12552source = "registry+https://github.com/rust-lang/crates.io-index"
12553checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba"
12554dependencies = [
12555 "rustix 0.38.32",
12556 "wayland-client",
12557 "xcursor",
12558]
12559
12560[[package]]
12561name = "wayland-protocols"
12562version = "0.31.2"
12563source = "registry+https://github.com/rust-lang/crates.io-index"
12564checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
12565dependencies = [
12566 "bitflags 2.4.2",
12567 "wayland-backend",
12568 "wayland-client",
12569 "wayland-scanner",
12570]
12571
12572[[package]]
12573name = "wayland-protocols-plasma"
12574version = "0.2.0"
12575source = "registry+https://github.com/rust-lang/crates.io-index"
12576checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
12577dependencies = [
12578 "bitflags 2.4.2",
12579 "wayland-backend",
12580 "wayland-client",
12581 "wayland-protocols",
12582 "wayland-scanner",
12583]
12584
12585[[package]]
12586name = "wayland-scanner"
12587version = "0.31.1"
12588source = "registry+https://github.com/rust-lang/crates.io-index"
12589checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283"
12590dependencies = [
12591 "proc-macro2",
12592 "quick-xml 0.31.0",
12593 "quote",
12594]
12595
12596[[package]]
12597name = "wayland-sys"
12598version = "0.31.1"
12599source = "registry+https://github.com/rust-lang/crates.io-index"
12600checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
12601dependencies = [
12602 "dlib",
12603 "log",
12604 "once_cell",
12605 "pkg-config",
12606]
12607
12608[[package]]
12609name = "web-sys"
12610version = "0.3.64"
12611source = "registry+https://github.com/rust-lang/crates.io-index"
12612checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
12613dependencies = [
12614 "js-sys",
12615 "wasm-bindgen",
12616]
12617
12618[[package]]
12619name = "webpki-roots"
12620version = "0.24.0"
12621source = "registry+https://github.com/rust-lang/crates.io-index"
12622checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888"
12623dependencies = [
12624 "rustls-webpki",
12625]
12626
12627[[package]]
12628name = "weezl"
12629version = "0.1.8"
12630source = "registry+https://github.com/rust-lang/crates.io-index"
12631checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
12632
12633[[package]]
12634name = "welcome"
12635version = "0.1.0"
12636dependencies = [
12637 "anyhow",
12638 "client",
12639 "db",
12640 "editor",
12641 "extensions_ui",
12642 "fuzzy",
12643 "gpui",
12644 "inline_completion_button",
12645 "install_cli",
12646 "picker",
12647 "project",
12648 "schemars",
12649 "serde",
12650 "settings",
12651 "theme_selector",
12652 "ui",
12653 "util",
12654 "vim",
12655 "workspace",
12656]
12657
12658[[package]]
12659name = "which"
12660version = "4.4.2"
12661source = "registry+https://github.com/rust-lang/crates.io-index"
12662checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
12663dependencies = [
12664 "either",
12665 "home",
12666 "once_cell",
12667 "rustix 0.38.32",
12668]
12669
12670[[package]]
12671name = "which"
12672version = "6.0.0"
12673source = "registry+https://github.com/rust-lang/crates.io-index"
12674checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c"
12675dependencies = [
12676 "either",
12677 "home",
12678 "once_cell",
12679 "rustix 0.38.32",
12680 "windows-sys 0.52.0",
12681]
12682
12683[[package]]
12684name = "whoami"
12685version = "1.4.1"
12686source = "registry+https://github.com/rust-lang/crates.io-index"
12687checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50"
12688
12689[[package]]
12690name = "wiggle"
12691version = "19.0.0"
12692source = "registry+https://github.com/rust-lang/crates.io-index"
12693checksum = "ae1136a209614ace00b0c11f04dc7cf42540773be3b22eff6ad165110aba29c1"
12694dependencies = [
12695 "anyhow",
12696 "async-trait",
12697 "bitflags 2.4.2",
12698 "thiserror",
12699 "tracing",
12700 "wasmtime",
12701 "wiggle-macro",
12702]
12703
12704[[package]]
12705name = "wiggle-generate"
12706version = "19.0.0"
12707source = "registry+https://github.com/rust-lang/crates.io-index"
12708checksum = "4c2bd99ce26046f4246d720a4198f6a8fc95bc5da82ae4ef62263e24641c3076"
12709dependencies = [
12710 "anyhow",
12711 "heck 0.4.1",
12712 "proc-macro2",
12713 "quote",
12714 "shellexpand 2.1.2",
12715 "syn 2.0.59",
12716 "witx",
12717]
12718
12719[[package]]
12720name = "wiggle-macro"
12721version = "19.0.0"
12722source = "registry+https://github.com/rust-lang/crates.io-index"
12723checksum = "512d816dbcd0113103b2eb2402ec9018e7f0755202a5b3e67db726f229d8dcae"
12724dependencies = [
12725 "proc-macro2",
12726 "quote",
12727 "syn 2.0.59",
12728 "wiggle-generate",
12729]
12730
12731[[package]]
12732name = "winapi"
12733version = "0.3.9"
12734source = "registry+https://github.com/rust-lang/crates.io-index"
12735checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
12736dependencies = [
12737 "winapi-i686-pc-windows-gnu",
12738 "winapi-x86_64-pc-windows-gnu",
12739]
12740
12741[[package]]
12742name = "winapi-i686-pc-windows-gnu"
12743version = "0.4.0"
12744source = "registry+https://github.com/rust-lang/crates.io-index"
12745checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
12746
12747[[package]]
12748name = "winapi-util"
12749version = "0.1.8"
12750source = "registry+https://github.com/rust-lang/crates.io-index"
12751checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
12752dependencies = [
12753 "windows-sys 0.52.0",
12754]
12755
12756[[package]]
12757name = "winapi-x86_64-pc-windows-gnu"
12758version = "0.4.0"
12759source = "registry+https://github.com/rust-lang/crates.io-index"
12760checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
12761
12762[[package]]
12763name = "winch-codegen"
12764version = "0.17.0"
12765source = "registry+https://github.com/rust-lang/crates.io-index"
12766checksum = "d285c833af9453c037cd220765f86c5c9961e8906a815829107c8801d535b8e4"
12767dependencies = [
12768 "anyhow",
12769 "cranelift-codegen",
12770 "gimli",
12771 "regalloc2",
12772 "smallvec",
12773 "target-lexicon",
12774 "wasmparser",
12775 "wasmtime-environ",
12776]
12777
12778[[package]]
12779name = "windows"
12780version = "0.46.0"
12781source = "registry+https://github.com/rust-lang/crates.io-index"
12782checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
12783dependencies = [
12784 "windows-targets 0.42.2",
12785]
12786
12787[[package]]
12788name = "windows"
12789version = "0.48.0"
12790source = "registry+https://github.com/rust-lang/crates.io-index"
12791checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
12792dependencies = [
12793 "windows-targets 0.48.5",
12794]
12795
12796[[package]]
12797name = "windows"
12798version = "0.52.0"
12799source = "registry+https://github.com/rust-lang/crates.io-index"
12800checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
12801dependencies = [
12802 "windows-core 0.52.0",
12803 "windows-targets 0.52.5",
12804]
12805
12806[[package]]
12807name = "windows"
12808version = "0.57.0"
12809source = "registry+https://github.com/rust-lang/crates.io-index"
12810checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
12811dependencies = [
12812 "windows-core 0.57.0",
12813 "windows-targets 0.52.5",
12814]
12815
12816[[package]]
12817name = "windows-core"
12818version = "0.52.0"
12819source = "registry+https://github.com/rust-lang/crates.io-index"
12820checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
12821dependencies = [
12822 "windows-targets 0.52.5",
12823]
12824
12825[[package]]
12826name = "windows-core"
12827version = "0.57.0"
12828source = "registry+https://github.com/rust-lang/crates.io-index"
12829checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
12830dependencies = [
12831 "windows-implement",
12832 "windows-interface",
12833 "windows-result",
12834 "windows-targets 0.52.5",
12835]
12836
12837[[package]]
12838name = "windows-implement"
12839version = "0.57.0"
12840source = "registry+https://github.com/rust-lang/crates.io-index"
12841checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
12842dependencies = [
12843 "proc-macro2",
12844 "quote",
12845 "syn 2.0.59",
12846]
12847
12848[[package]]
12849name = "windows-interface"
12850version = "0.57.0"
12851source = "registry+https://github.com/rust-lang/crates.io-index"
12852checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
12853dependencies = [
12854 "proc-macro2",
12855 "quote",
12856 "syn 2.0.59",
12857]
12858
12859[[package]]
12860name = "windows-result"
12861version = "0.1.1"
12862source = "registry+https://github.com/rust-lang/crates.io-index"
12863checksum = "749f0da9cc72d82e600d8d2e44cadd0b9eedb9038f71a1c58556ac1c5791813b"
12864dependencies = [
12865 "windows-targets 0.52.5",
12866]
12867
12868[[package]]
12869name = "windows-sys"
12870version = "0.45.0"
12871source = "registry+https://github.com/rust-lang/crates.io-index"
12872checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
12873dependencies = [
12874 "windows-targets 0.42.2",
12875]
12876
12877[[package]]
12878name = "windows-sys"
12879version = "0.48.0"
12880source = "registry+https://github.com/rust-lang/crates.io-index"
12881checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
12882dependencies = [
12883 "windows-targets 0.48.5",
12884]
12885
12886[[package]]
12887name = "windows-sys"
12888version = "0.52.0"
12889source = "registry+https://github.com/rust-lang/crates.io-index"
12890checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
12891dependencies = [
12892 "windows-targets 0.52.5",
12893]
12894
12895[[package]]
12896name = "windows-targets"
12897version = "0.42.2"
12898source = "registry+https://github.com/rust-lang/crates.io-index"
12899checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
12900dependencies = [
12901 "windows_aarch64_gnullvm 0.42.2",
12902 "windows_aarch64_msvc 0.42.2",
12903 "windows_i686_gnu 0.42.2",
12904 "windows_i686_msvc 0.42.2",
12905 "windows_x86_64_gnu 0.42.2",
12906 "windows_x86_64_gnullvm 0.42.2",
12907 "windows_x86_64_msvc 0.42.2",
12908]
12909
12910[[package]]
12911name = "windows-targets"
12912version = "0.48.5"
12913source = "registry+https://github.com/rust-lang/crates.io-index"
12914checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
12915dependencies = [
12916 "windows_aarch64_gnullvm 0.48.5",
12917 "windows_aarch64_msvc 0.48.5",
12918 "windows_i686_gnu 0.48.5",
12919 "windows_i686_msvc 0.48.5",
12920 "windows_x86_64_gnu 0.48.5",
12921 "windows_x86_64_gnullvm 0.48.5",
12922 "windows_x86_64_msvc 0.48.5",
12923]
12924
12925[[package]]
12926name = "windows-targets"
12927version = "0.52.5"
12928source = "registry+https://github.com/rust-lang/crates.io-index"
12929checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
12930dependencies = [
12931 "windows_aarch64_gnullvm 0.52.5",
12932 "windows_aarch64_msvc 0.52.5",
12933 "windows_i686_gnu 0.52.5",
12934 "windows_i686_gnullvm",
12935 "windows_i686_msvc 0.52.5",
12936 "windows_x86_64_gnu 0.52.5",
12937 "windows_x86_64_gnullvm 0.52.5",
12938 "windows_x86_64_msvc 0.52.5",
12939]
12940
12941[[package]]
12942name = "windows_aarch64_gnullvm"
12943version = "0.42.2"
12944source = "registry+https://github.com/rust-lang/crates.io-index"
12945checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
12946
12947[[package]]
12948name = "windows_aarch64_gnullvm"
12949version = "0.48.5"
12950source = "registry+https://github.com/rust-lang/crates.io-index"
12951checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
12952
12953[[package]]
12954name = "windows_aarch64_gnullvm"
12955version = "0.52.5"
12956source = "registry+https://github.com/rust-lang/crates.io-index"
12957checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
12958
12959[[package]]
12960name = "windows_aarch64_msvc"
12961version = "0.42.2"
12962source = "registry+https://github.com/rust-lang/crates.io-index"
12963checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
12964
12965[[package]]
12966name = "windows_aarch64_msvc"
12967version = "0.48.5"
12968source = "registry+https://github.com/rust-lang/crates.io-index"
12969checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
12970
12971[[package]]
12972name = "windows_aarch64_msvc"
12973version = "0.52.5"
12974source = "registry+https://github.com/rust-lang/crates.io-index"
12975checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
12976
12977[[package]]
12978name = "windows_i686_gnu"
12979version = "0.42.2"
12980source = "registry+https://github.com/rust-lang/crates.io-index"
12981checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
12982
12983[[package]]
12984name = "windows_i686_gnu"
12985version = "0.48.5"
12986source = "registry+https://github.com/rust-lang/crates.io-index"
12987checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
12988
12989[[package]]
12990name = "windows_i686_gnu"
12991version = "0.52.5"
12992source = "registry+https://github.com/rust-lang/crates.io-index"
12993checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
12994
12995[[package]]
12996name = "windows_i686_gnullvm"
12997version = "0.52.5"
12998source = "registry+https://github.com/rust-lang/crates.io-index"
12999checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
13000
13001[[package]]
13002name = "windows_i686_msvc"
13003version = "0.42.2"
13004source = "registry+https://github.com/rust-lang/crates.io-index"
13005checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
13006
13007[[package]]
13008name = "windows_i686_msvc"
13009version = "0.48.5"
13010source = "registry+https://github.com/rust-lang/crates.io-index"
13011checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
13012
13013[[package]]
13014name = "windows_i686_msvc"
13015version = "0.52.5"
13016source = "registry+https://github.com/rust-lang/crates.io-index"
13017checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
13018
13019[[package]]
13020name = "windows_x86_64_gnu"
13021version = "0.42.2"
13022source = "registry+https://github.com/rust-lang/crates.io-index"
13023checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
13024
13025[[package]]
13026name = "windows_x86_64_gnu"
13027version = "0.48.5"
13028source = "registry+https://github.com/rust-lang/crates.io-index"
13029checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
13030
13031[[package]]
13032name = "windows_x86_64_gnu"
13033version = "0.52.5"
13034source = "registry+https://github.com/rust-lang/crates.io-index"
13035checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
13036
13037[[package]]
13038name = "windows_x86_64_gnullvm"
13039version = "0.42.2"
13040source = "registry+https://github.com/rust-lang/crates.io-index"
13041checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
13042
13043[[package]]
13044name = "windows_x86_64_gnullvm"
13045version = "0.48.5"
13046source = "registry+https://github.com/rust-lang/crates.io-index"
13047checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
13048
13049[[package]]
13050name = "windows_x86_64_gnullvm"
13051version = "0.52.5"
13052source = "registry+https://github.com/rust-lang/crates.io-index"
13053checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
13054
13055[[package]]
13056name = "windows_x86_64_msvc"
13057version = "0.42.2"
13058source = "registry+https://github.com/rust-lang/crates.io-index"
13059checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
13060
13061[[package]]
13062name = "windows_x86_64_msvc"
13063version = "0.48.5"
13064source = "registry+https://github.com/rust-lang/crates.io-index"
13065checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
13066
13067[[package]]
13068name = "windows_x86_64_msvc"
13069version = "0.52.5"
13070source = "registry+https://github.com/rust-lang/crates.io-index"
13071checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
13072
13073[[package]]
13074name = "winnow"
13075version = "0.5.15"
13076source = "registry+https://github.com/rust-lang/crates.io-index"
13077checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
13078dependencies = [
13079 "memchr",
13080]
13081
13082[[package]]
13083name = "winnow"
13084version = "0.6.1"
13085source = "registry+https://github.com/rust-lang/crates.io-index"
13086checksum = "d90f4e0f530c4c69f62b80d839e9ef3855edc9cba471a160c4d692deed62b401"
13087dependencies = [
13088 "memchr",
13089]
13090
13091[[package]]
13092name = "winreg"
13093version = "0.50.0"
13094source = "registry+https://github.com/rust-lang/crates.io-index"
13095checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
13096dependencies = [
13097 "cfg-if",
13098 "windows-sys 0.48.0",
13099]
13100
13101[[package]]
13102name = "winreg"
13103version = "0.52.0"
13104source = "registry+https://github.com/rust-lang/crates.io-index"
13105checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
13106dependencies = [
13107 "cfg-if",
13108 "windows-sys 0.48.0",
13109]
13110
13111[[package]]
13112name = "winresource"
13113version = "0.1.17"
13114source = "registry+https://github.com/rust-lang/crates.io-index"
13115checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
13116dependencies = [
13117 "toml 0.7.8",
13118 "version_check",
13119]
13120
13121[[package]]
13122name = "winx"
13123version = "0.36.3"
13124source = "registry+https://github.com/rust-lang/crates.io-index"
13125checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
13126dependencies = [
13127 "bitflags 2.4.2",
13128 "windows-sys 0.52.0",
13129]
13130
13131[[package]]
13132name = "wio"
13133version = "0.2.2"
13134source = "registry+https://github.com/rust-lang/crates.io-index"
13135checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
13136dependencies = [
13137 "winapi",
13138]
13139
13140[[package]]
13141name = "wit-bindgen"
13142version = "0.22.0"
13143source = "registry+https://github.com/rust-lang/crates.io-index"
13144checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
13145dependencies = [
13146 "bitflags 2.4.2",
13147 "wit-bindgen-rt",
13148 "wit-bindgen-rust-macro",
13149]
13150
13151[[package]]
13152name = "wit-bindgen-core"
13153version = "0.22.0"
13154source = "registry+https://github.com/rust-lang/crates.io-index"
13155checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
13156dependencies = [
13157 "anyhow",
13158 "wit-parser",
13159]
13160
13161[[package]]
13162name = "wit-bindgen-rt"
13163version = "0.22.0"
13164source = "registry+https://github.com/rust-lang/crates.io-index"
13165checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
13166
13167[[package]]
13168name = "wit-bindgen-rust"
13169version = "0.22.0"
13170source = "registry+https://github.com/rust-lang/crates.io-index"
13171checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
13172dependencies = [
13173 "anyhow",
13174 "heck 0.4.1",
13175 "indexmap 2.2.6",
13176 "wasm-metadata",
13177 "wit-bindgen-core",
13178 "wit-component",
13179]
13180
13181[[package]]
13182name = "wit-bindgen-rust-macro"
13183version = "0.22.0"
13184source = "registry+https://github.com/rust-lang/crates.io-index"
13185checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
13186dependencies = [
13187 "anyhow",
13188 "proc-macro2",
13189 "quote",
13190 "syn 2.0.59",
13191 "wit-bindgen-core",
13192 "wit-bindgen-rust",
13193]
13194
13195[[package]]
13196name = "wit-component"
13197version = "0.201.0"
13198source = "registry+https://github.com/rust-lang/crates.io-index"
13199checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
13200dependencies = [
13201 "anyhow",
13202 "bitflags 2.4.2",
13203 "indexmap 2.2.6",
13204 "log",
13205 "serde",
13206 "serde_derive",
13207 "serde_json",
13208 "wasm-encoder",
13209 "wasm-metadata",
13210 "wasmparser",
13211 "wit-parser",
13212]
13213
13214[[package]]
13215name = "wit-parser"
13216version = "0.201.0"
13217source = "registry+https://github.com/rust-lang/crates.io-index"
13218checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
13219dependencies = [
13220 "anyhow",
13221 "id-arena",
13222 "indexmap 2.2.6",
13223 "log",
13224 "semver",
13225 "serde",
13226 "serde_derive",
13227 "serde_json",
13228 "unicode-xid",
13229 "wasmparser",
13230]
13231
13232[[package]]
13233name = "witx"
13234version = "0.9.1"
13235source = "registry+https://github.com/rust-lang/crates.io-index"
13236checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
13237dependencies = [
13238 "anyhow",
13239 "log",
13240 "thiserror",
13241 "wast",
13242]
13243
13244[[package]]
13245name = "workspace"
13246version = "0.1.0"
13247dependencies = [
13248 "any_vec",
13249 "anyhow",
13250 "async-recursion 1.0.5",
13251 "bincode",
13252 "call",
13253 "client",
13254 "clock",
13255 "collections",
13256 "db",
13257 "derive_more",
13258 "dev_server_projects",
13259 "env_logger",
13260 "fs",
13261 "futures 0.3.28",
13262 "gpui",
13263 "http 0.1.0",
13264 "itertools 0.11.0",
13265 "language",
13266 "lazy_static",
13267 "log",
13268 "node_runtime",
13269 "parking_lot",
13270 "postage",
13271 "project",
13272 "schemars",
13273 "serde",
13274 "serde_json",
13275 "settings",
13276 "smallvec",
13277 "sqlez",
13278 "task",
13279 "theme",
13280 "ui",
13281 "util",
13282 "uuid",
13283]
13284
13285[[package]]
13286name = "worktree"
13287version = "0.1.0"
13288dependencies = [
13289 "anyhow",
13290 "clock",
13291 "collections",
13292 "env_logger",
13293 "fs",
13294 "futures 0.3.28",
13295 "fuzzy",
13296 "git",
13297 "git2",
13298 "gpui",
13299 "http 0.1.0",
13300 "ignore",
13301 "language",
13302 "log",
13303 "parking_lot",
13304 "paths",
13305 "postage",
13306 "pretty_assertions",
13307 "rand 0.8.5",
13308 "rpc",
13309 "schemars",
13310 "serde",
13311 "serde_json",
13312 "settings",
13313 "smol",
13314 "sum_tree",
13315 "text",
13316 "util",
13317]
13318
13319[[package]]
13320name = "wyz"
13321version = "0.5.1"
13322source = "registry+https://github.com/rust-lang/crates.io-index"
13323checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
13324dependencies = [
13325 "tap",
13326]
13327
13328[[package]]
13329name = "x11-clipboard"
13330version = "0.9.2"
13331source = "registry+https://github.com/rust-lang/crates.io-index"
13332checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
13333dependencies = [
13334 "libc",
13335 "x11rb",
13336]
13337
13338[[package]]
13339name = "x11rb"
13340version = "0.13.0"
13341source = "registry+https://github.com/rust-lang/crates.io-index"
13342checksum = "f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a"
13343dependencies = [
13344 "as-raw-xcb-connection",
13345 "gethostname",
13346 "libc",
13347 "rustix 0.38.32",
13348 "x11rb-protocol",
13349]
13350
13351[[package]]
13352name = "x11rb-protocol"
13353version = "0.13.0"
13354source = "registry+https://github.com/rust-lang/crates.io-index"
13355checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34"
13356
13357[[package]]
13358name = "xattr"
13359version = "0.2.3"
13360source = "registry+https://github.com/rust-lang/crates.io-index"
13361checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
13362dependencies = [
13363 "libc",
13364]
13365
13366[[package]]
13367name = "xcursor"
13368version = "0.3.5"
13369source = "registry+https://github.com/rust-lang/crates.io-index"
13370checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911"
13371
13372[[package]]
13373name = "xdg-home"
13374version = "1.1.0"
13375source = "registry+https://github.com/rust-lang/crates.io-index"
13376checksum = "21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e"
13377dependencies = [
13378 "libc",
13379 "winapi",
13380]
13381
13382[[package]]
13383name = "xim"
13384version = "0.4.0"
13385source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13386dependencies = [
13387 "ahash 0.8.8",
13388 "hashbrown 0.14.5",
13389 "log",
13390 "x11rb",
13391 "xim-ctext",
13392 "xim-parser",
13393]
13394
13395[[package]]
13396name = "xim-ctext"
13397version = "0.3.0"
13398source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13399dependencies = [
13400 "encoding_rs",
13401]
13402
13403[[package]]
13404name = "xim-parser"
13405version = "0.2.1"
13406source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13407dependencies = [
13408 "bitflags 2.4.2",
13409]
13410
13411[[package]]
13412name = "xkbcommon"
13413version = "0.7.0"
13414source = "registry+https://github.com/rust-lang/crates.io-index"
13415checksum = "13867d259930edc7091a6c41b4ce6eee464328c6ff9659b7e4c668ca20d4c91e"
13416dependencies = [
13417 "as-raw-xcb-connection",
13418 "libc",
13419 "memmap2 0.8.0",
13420 "xkeysym",
13421]
13422
13423[[package]]
13424name = "xkeysym"
13425version = "0.2.0"
13426source = "registry+https://github.com/rust-lang/crates.io-index"
13427checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"
13428
13429[[package]]
13430name = "xml5ever"
13431version = "0.18.0"
13432source = "registry+https://github.com/rust-lang/crates.io-index"
13433checksum = "7c376f76ed09df711203e20c3ef5ce556f0166fa03d39590016c0fd625437fad"
13434dependencies = [
13435 "log",
13436 "mac",
13437 "markup5ever",
13438]
13439
13440[[package]]
13441name = "xmlparser"
13442version = "0.13.5"
13443source = "registry+https://github.com/rust-lang/crates.io-index"
13444checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
13445
13446[[package]]
13447name = "xmlwriter"
13448version = "0.1.0"
13449source = "registry+https://github.com/rust-lang/crates.io-index"
13450checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
13451
13452[[package]]
13453name = "xtask"
13454version = "0.1.0"
13455dependencies = [
13456 "anyhow",
13457 "cargo_toml",
13458 "clap 4.4.4",
13459 "toml 0.8.10",
13460]
13461
13462[[package]]
13463name = "yansi"
13464version = "0.5.1"
13465source = "registry+https://github.com/rust-lang/crates.io-index"
13466checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
13467
13468[[package]]
13469name = "yazi"
13470version = "0.1.6"
13471source = "registry+https://github.com/rust-lang/crates.io-index"
13472checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
13473
13474[[package]]
13475name = "yeslogic-fontconfig-sys"
13476version = "3.2.0"
13477source = "registry+https://github.com/rust-lang/crates.io-index"
13478checksum = "f2bbd69036d397ebbff671b1b8e4d918610c181c5a16073b96f984a38d08c386"
13479dependencies = [
13480 "const-cstr",
13481 "dlib",
13482 "once_cell",
13483 "pkg-config",
13484]
13485
13486[[package]]
13487name = "zbus"
13488version = "4.0.1"
13489source = "registry+https://github.com/rust-lang/crates.io-index"
13490checksum = "7b8e3d6ae3342792a6cc2340e4394334c7402f3d793b390d2c5494a4032b3030"
13491dependencies = [
13492 "async-broadcast",
13493 "async-executor",
13494 "async-fs 2.1.1",
13495 "async-io 2.3.1",
13496 "async-lock 3.3.0",
13497 "async-process 2.1.0",
13498 "async-recursion 1.0.5",
13499 "async-task",
13500 "async-trait",
13501 "blocking",
13502 "derivative",
13503 "enumflags2",
13504 "event-listener 5.1.0",
13505 "futures-core",
13506 "futures-sink",
13507 "futures-util",
13508 "hex",
13509 "nix 0.27.1",
13510 "ordered-stream",
13511 "rand 0.8.5",
13512 "serde",
13513 "serde_repr",
13514 "sha1",
13515 "static_assertions",
13516 "tracing",
13517 "uds_windows",
13518 "windows-sys 0.52.0",
13519 "xdg-home",
13520 "zbus_macros",
13521 "zbus_names",
13522 "zvariant",
13523]
13524
13525[[package]]
13526name = "zbus_macros"
13527version = "4.0.1"
13528source = "registry+https://github.com/rust-lang/crates.io-index"
13529checksum = "b7a3e850ff1e7217a3b7a07eba90d37fe9bb9e89a310f718afcde5885ca9b6d7"
13530dependencies = [
13531 "proc-macro-crate 1.3.1",
13532 "proc-macro2",
13533 "quote",
13534 "regex",
13535 "syn 1.0.109",
13536 "zvariant_utils",
13537]
13538
13539[[package]]
13540name = "zbus_names"
13541version = "3.0.0"
13542source = "registry+https://github.com/rust-lang/crates.io-index"
13543checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
13544dependencies = [
13545 "serde",
13546 "static_assertions",
13547 "zvariant",
13548]
13549
13550[[package]]
13551name = "zed"
13552version = "0.142.0"
13553dependencies = [
13554 "activity_indicator",
13555 "anyhow",
13556 "ashpd",
13557 "assets",
13558 "assistant",
13559 "audio",
13560 "auto_update",
13561 "backtrace",
13562 "breadcrumbs",
13563 "call",
13564 "channel",
13565 "chrono",
13566 "clap 4.4.4",
13567 "cli",
13568 "client",
13569 "collab_ui",
13570 "collections",
13571 "command_palette",
13572 "copilot",
13573 "db",
13574 "dev_server_projects",
13575 "diagnostics",
13576 "editor",
13577 "env_logger",
13578 "extension",
13579 "extensions_ui",
13580 "feedback",
13581 "file_finder",
13582 "file_icons",
13583 "fs",
13584 "futures 0.3.28",
13585 "git",
13586 "git_hosting_providers",
13587 "go_to_line",
13588 "gpui",
13589 "headless",
13590 "http 0.1.0",
13591 "image_viewer",
13592 "inline_completion_button",
13593 "install_cli",
13594 "isahc",
13595 "journal",
13596 "language",
13597 "language_selector",
13598 "language_tools",
13599 "languages",
13600 "libc",
13601 "log",
13602 "markdown_preview",
13603 "menu",
13604 "mimalloc",
13605 "nix 0.28.0",
13606 "node_runtime",
13607 "notifications",
13608 "outline",
13609 "outline_panel",
13610 "parking_lot",
13611 "paths",
13612 "profiling",
13613 "project",
13614 "project_panel",
13615 "project_symbols",
13616 "quick_action_bar",
13617 "recent_projects",
13618 "release_channel",
13619 "repl",
13620 "rope",
13621 "search",
13622 "serde",
13623 "serde_json",
13624 "settings",
13625 "simplelog",
13626 "smol",
13627 "supermaven",
13628 "tab_switcher",
13629 "task",
13630 "tasks_ui",
13631 "telemetry_events",
13632 "terminal_view",
13633 "theme",
13634 "theme_selector",
13635 "tree-sitter-markdown",
13636 "tree-sitter-rust",
13637 "ui",
13638 "urlencoding",
13639 "util",
13640 "uuid",
13641 "vim",
13642 "welcome",
13643 "winresource",
13644 "workspace",
13645 "zed_actions",
13646]
13647
13648[[package]]
13649name = "zed_actions"
13650version = "0.1.0"
13651dependencies = [
13652 "gpui",
13653 "serde",
13654]
13655
13656[[package]]
13657name = "zed_astro"
13658version = "0.0.2"
13659dependencies = [
13660 "zed_extension_api 0.0.4",
13661]
13662
13663[[package]]
13664name = "zed_clojure"
13665version = "0.0.2"
13666dependencies = [
13667 "zed_extension_api 0.0.4",
13668]
13669
13670[[package]]
13671name = "zed_csharp"
13672version = "0.0.2"
13673dependencies = [
13674 "zed_extension_api 0.0.4",
13675]
13676
13677[[package]]
13678name = "zed_dart"
13679version = "0.0.2"
13680dependencies = [
13681 "zed_extension_api 0.0.6",
13682]
13683
13684[[package]]
13685name = "zed_deno"
13686version = "0.0.1"
13687dependencies = [
13688 "zed_extension_api 0.0.6",
13689]
13690
13691[[package]]
13692name = "zed_elixir"
13693version = "0.0.5"
13694dependencies = [
13695 "zed_extension_api 0.0.6",
13696]
13697
13698[[package]]
13699name = "zed_elm"
13700version = "0.0.1"
13701dependencies = [
13702 "zed_extension_api 0.0.6",
13703]
13704
13705[[package]]
13706name = "zed_emmet"
13707version = "0.0.3"
13708dependencies = [
13709 "zed_extension_api 0.0.4",
13710]
13711
13712[[package]]
13713name = "zed_erlang"
13714version = "0.0.1"
13715dependencies = [
13716 "zed_extension_api 0.0.4",
13717]
13718
13719[[package]]
13720name = "zed_extension_api"
13721version = "0.0.4"
13722source = "registry+https://github.com/rust-lang/crates.io-index"
13723checksum = "d5c51cad4152bb5eb35b20dccdcbfb36f48d8952a2ed2d3e25b70361007d953b"
13724dependencies = [
13725 "wit-bindgen",
13726]
13727
13728[[package]]
13729name = "zed_extension_api"
13730version = "0.0.6"
13731source = "registry+https://github.com/rust-lang/crates.io-index"
13732checksum = "77ca8bcaea3feb2d2ce9dbeb061ee48365312a351faa7014c417b0365fe9e459"
13733dependencies = [
13734 "serde",
13735 "serde_json",
13736 "wit-bindgen",
13737]
13738
13739[[package]]
13740name = "zed_extension_api"
13741version = "0.0.7"
13742dependencies = [
13743 "serde",
13744 "serde_json",
13745 "wit-bindgen",
13746]
13747
13748[[package]]
13749name = "zed_gleam"
13750version = "0.1.3"
13751dependencies = [
13752 "zed_extension_api 0.0.7",
13753]
13754
13755[[package]]
13756name = "zed_glsl"
13757version = "0.1.0"
13758dependencies = [
13759 "zed_extension_api 0.0.6",
13760]
13761
13762[[package]]
13763name = "zed_haskell"
13764version = "0.1.0"
13765dependencies = [
13766 "zed_extension_api 0.0.6",
13767]
13768
13769[[package]]
13770name = "zed_html"
13771version = "0.1.1"
13772dependencies = [
13773 "zed_extension_api 0.0.6",
13774]
13775
13776[[package]]
13777name = "zed_lua"
13778version = "0.0.2"
13779dependencies = [
13780 "zed_extension_api 0.0.6",
13781]
13782
13783[[package]]
13784name = "zed_ocaml"
13785version = "0.0.1"
13786dependencies = [
13787 "zed_extension_api 0.0.6",
13788]
13789
13790[[package]]
13791name = "zed_php"
13792version = "0.0.6"
13793dependencies = [
13794 "zed_extension_api 0.0.4",
13795]
13796
13797[[package]]
13798name = "zed_prisma"
13799version = "0.0.2"
13800dependencies = [
13801 "zed_extension_api 0.0.4",
13802]
13803
13804[[package]]
13805name = "zed_purescript"
13806version = "0.0.1"
13807dependencies = [
13808 "zed_extension_api 0.0.4",
13809]
13810
13811[[package]]
13812name = "zed_ruby"
13813version = "0.0.6"
13814dependencies = [
13815 "zed_extension_api 0.0.6",
13816]
13817
13818[[package]]
13819name = "zed_snippets"
13820version = "0.0.5"
13821dependencies = [
13822 "serde_json",
13823 "zed_extension_api 0.0.6",
13824]
13825
13826[[package]]
13827name = "zed_svelte"
13828version = "0.0.1"
13829dependencies = [
13830 "zed_extension_api 0.0.6",
13831]
13832
13833[[package]]
13834name = "zed_terraform"
13835version = "0.0.3"
13836dependencies = [
13837 "zed_extension_api 0.0.6",
13838]
13839
13840[[package]]
13841name = "zed_toml"
13842version = "0.1.1"
13843dependencies = [
13844 "zed_extension_api 0.0.6",
13845]
13846
13847[[package]]
13848name = "zed_uiua"
13849version = "0.0.1"
13850dependencies = [
13851 "zed_extension_api 0.0.4",
13852]
13853
13854[[package]]
13855name = "zed_vue"
13856version = "0.0.3"
13857dependencies = [
13858 "zed_extension_api 0.0.6",
13859]
13860
13861[[package]]
13862name = "zed_zig"
13863version = "0.1.2"
13864dependencies = [
13865 "zed_extension_api 0.0.7",
13866]
13867
13868[[package]]
13869name = "zeno"
13870version = "0.2.3"
13871source = "registry+https://github.com/rust-lang/crates.io-index"
13872checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
13873
13874[[package]]
13875name = "zerocopy"
13876version = "0.7.32"
13877source = "registry+https://github.com/rust-lang/crates.io-index"
13878checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
13879dependencies = [
13880 "zerocopy-derive",
13881]
13882
13883[[package]]
13884name = "zerocopy-derive"
13885version = "0.7.32"
13886source = "registry+https://github.com/rust-lang/crates.io-index"
13887checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
13888dependencies = [
13889 "proc-macro2",
13890 "quote",
13891 "syn 2.0.59",
13892]
13893
13894[[package]]
13895name = "zeroize"
13896version = "1.6.0"
13897source = "registry+https://github.com/rust-lang/crates.io-index"
13898checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
13899dependencies = [
13900 "zeroize_derive",
13901]
13902
13903[[package]]
13904name = "zeroize_derive"
13905version = "1.4.2"
13906source = "registry+https://github.com/rust-lang/crates.io-index"
13907checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
13908dependencies = [
13909 "proc-macro2",
13910 "quote",
13911 "syn 2.0.59",
13912]
13913
13914[[package]]
13915name = "zeromq"
13916version = "0.4.0"
13917source = "registry+https://github.com/rust-lang/crates.io-index"
13918checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
13919dependencies = [
13920 "async-dispatcher",
13921 "async-std",
13922 "async-trait",
13923 "asynchronous-codec",
13924 "bytes 1.5.0",
13925 "crossbeam-queue",
13926 "dashmap",
13927 "futures-channel",
13928 "futures-io",
13929 "futures-task",
13930 "futures-util",
13931 "log",
13932 "num-traits",
13933 "once_cell",
13934 "parking_lot",
13935 "rand 0.8.5",
13936 "regex",
13937 "thiserror",
13938 "uuid",
13939]
13940
13941[[package]]
13942name = "zstd"
13943version = "0.11.2+zstd.1.5.2"
13944source = "registry+https://github.com/rust-lang/crates.io-index"
13945checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
13946dependencies = [
13947 "zstd-safe",
13948]
13949
13950[[package]]
13951name = "zstd-safe"
13952version = "5.0.2+zstd.1.5.2"
13953source = "registry+https://github.com/rust-lang/crates.io-index"
13954checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
13955dependencies = [
13956 "libc",
13957 "zstd-sys",
13958]
13959
13960[[package]]
13961name = "zstd-sys"
13962version = "2.0.8+zstd.1.5.5"
13963source = "registry+https://github.com/rust-lang/crates.io-index"
13964checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
13965dependencies = [
13966 "cc",
13967 "libc",
13968 "pkg-config",
13969]
13970
13971[[package]]
13972name = "zune-core"
13973version = "0.4.12"
13974source = "registry+https://github.com/rust-lang/crates.io-index"
13975checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
13976
13977[[package]]
13978name = "zune-inflate"
13979version = "0.2.54"
13980source = "registry+https://github.com/rust-lang/crates.io-index"
13981checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
13982dependencies = [
13983 "simd-adler32",
13984]
13985
13986[[package]]
13987name = "zune-jpeg"
13988version = "0.4.11"
13989source = "registry+https://github.com/rust-lang/crates.io-index"
13990checksum = "ec866b44a2a1fd6133d363f073ca1b179f438f99e7e5bfb1e33f7181facfe448"
13991dependencies = [
13992 "zune-core",
13993]
13994
13995[[package]]
13996name = "zvariant"
13997version = "4.0.2"
13998source = "registry+https://github.com/rust-lang/crates.io-index"
13999checksum = "2c1b3ca6db667bfada0f1ebfc94b2b1759ba25472ee5373d4551bb892616389a"
14000dependencies = [
14001 "endi",
14002 "enumflags2",
14003 "serde",
14004 "static_assertions",
14005 "url",
14006 "zvariant_derive",
14007]
14008
14009[[package]]
14010name = "zvariant_derive"
14011version = "4.0.2"
14012source = "registry+https://github.com/rust-lang/crates.io-index"
14013checksum = "b7a4b236063316163b69039f77ce3117accb41a09567fd24c168e43491e521bc"
14014dependencies = [
14015 "proc-macro-crate 3.1.0",
14016 "proc-macro2",
14017 "quote",
14018 "syn 1.0.109",
14019 "zvariant_utils",
14020]
14021
14022[[package]]
14023name = "zvariant_utils"
14024version = "1.1.0"
14025source = "registry+https://github.com/rust-lang/crates.io-index"
14026checksum = "00bedb16a193cc12451873fee2a1bc6550225acece0e36f333e68326c73c8172"
14027dependencies = [
14028 "proc-macro2",
14029 "quote",
14030 "syn 1.0.109",
14031]