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