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