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