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