Cargo.lock

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