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