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