Cargo.lock

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