Cargo.lock

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