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 "file_icons",
 3605 "futures 0.3.28",
 3606 "fuzzy",
 3607 "git",
 3608 "gpui",
 3609 "http 0.1.0",
 3610 "indoc",
 3611 "itertools 0.11.0",
 3612 "language",
 3613 "lazy_static",
 3614 "linkify",
 3615 "log",
 3616 "lsp",
 3617 "markdown",
 3618 "multi_buffer",
 3619 "ordered-float 2.10.0",
 3620 "parking_lot",
 3621 "project",
 3622 "rand 0.8.5",
 3623 "release_channel",
 3624 "rpc",
 3625 "schemars",
 3626 "serde",
 3627 "serde_json",
 3628 "settings",
 3629 "smallvec",
 3630 "smol",
 3631 "snippet",
 3632 "sum_tree",
 3633 "task",
 3634 "text",
 3635 "theme",
 3636 "time",
 3637 "time_format",
 3638 "tree-sitter-html",
 3639 "tree-sitter-rust",
 3640 "tree-sitter-typescript",
 3641 "ui",
 3642 "unindent",
 3643 "url",
 3644 "util",
 3645 "workspace",
 3646]
 3647
 3648[[package]]
 3649name = "either"
 3650version = "1.9.0"
 3651source = "registry+https://github.com/rust-lang/crates.io-index"
 3652checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
 3653dependencies = [
 3654 "serde",
 3655]
 3656
 3657[[package]]
 3658name = "elliptic-curve"
 3659version = "0.12.3"
 3660source = "registry+https://github.com/rust-lang/crates.io-index"
 3661checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 3662dependencies = [
 3663 "base16ct",
 3664 "crypto-bigint 0.4.9",
 3665 "der 0.6.1",
 3666 "digest 0.10.7",
 3667 "ff",
 3668 "generic-array",
 3669 "group",
 3670 "pkcs8 0.9.0",
 3671 "rand_core 0.6.4",
 3672 "sec1",
 3673 "subtle",
 3674 "zeroize",
 3675]
 3676
 3677[[package]]
 3678name = "embed-resource"
 3679version = "2.4.2"
 3680source = "registry+https://github.com/rust-lang/crates.io-index"
 3681checksum = "c6985554d0688b687c5cb73898a34fbe3ad6c24c58c238a4d91d5e840670ee9d"
 3682dependencies = [
 3683 "cc",
 3684 "memchr",
 3685 "rustc_version",
 3686 "toml 0.8.10",
 3687 "vswhom",
 3688 "winreg 0.52.0",
 3689]
 3690
 3691[[package]]
 3692name = "emojis"
 3693version = "0.6.1"
 3694source = "registry+https://github.com/rust-lang/crates.io-index"
 3695checksum = "4ee61eb945bff65ee7d19d157d39c67c33290ff0742907413fd5eefd29edc979"
 3696dependencies = [
 3697 "phf",
 3698]
 3699
 3700[[package]]
 3701name = "encode_unicode"
 3702version = "0.3.6"
 3703source = "registry+https://github.com/rust-lang/crates.io-index"
 3704checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
 3705
 3706[[package]]
 3707name = "encoding_rs"
 3708version = "0.8.33"
 3709source = "registry+https://github.com/rust-lang/crates.io-index"
 3710checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
 3711dependencies = [
 3712 "cfg-if",
 3713]
 3714
 3715[[package]]
 3716name = "endi"
 3717version = "1.1.0"
 3718source = "registry+https://github.com/rust-lang/crates.io-index"
 3719checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 3720
 3721[[package]]
 3722name = "enumflags2"
 3723version = "0.7.9"
 3724source = "registry+https://github.com/rust-lang/crates.io-index"
 3725checksum = "3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d"
 3726dependencies = [
 3727 "enumflags2_derive",
 3728 "serde",
 3729]
 3730
 3731[[package]]
 3732name = "enumflags2_derive"
 3733version = "0.7.9"
 3734source = "registry+https://github.com/rust-lang/crates.io-index"
 3735checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4"
 3736dependencies = [
 3737 "proc-macro2",
 3738 "quote",
 3739 "syn 2.0.59",
 3740]
 3741
 3742[[package]]
 3743name = "env_logger"
 3744version = "0.9.3"
 3745source = "registry+https://github.com/rust-lang/crates.io-index"
 3746checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
 3747dependencies = [
 3748 "atty",
 3749 "humantime",
 3750 "log",
 3751 "regex",
 3752 "termcolor",
 3753]
 3754
 3755[[package]]
 3756name = "envy"
 3757version = "0.4.2"
 3758source = "registry+https://github.com/rust-lang/crates.io-index"
 3759checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 3760dependencies = [
 3761 "serde",
 3762]
 3763
 3764[[package]]
 3765name = "equivalent"
 3766version = "1.0.1"
 3767source = "registry+https://github.com/rust-lang/crates.io-index"
 3768checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 3769
 3770[[package]]
 3771name = "erased-serde"
 3772version = "0.4.5"
 3773source = "registry+https://github.com/rust-lang/crates.io-index"
 3774checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
 3775dependencies = [
 3776 "serde",
 3777 "typeid",
 3778]
 3779
 3780[[package]]
 3781name = "errno"
 3782version = "0.2.8"
 3783source = "registry+https://github.com/rust-lang/crates.io-index"
 3784checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 3785dependencies = [
 3786 "errno-dragonfly",
 3787 "libc",
 3788 "winapi",
 3789]
 3790
 3791[[package]]
 3792name = "errno"
 3793version = "0.3.8"
 3794source = "registry+https://github.com/rust-lang/crates.io-index"
 3795checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
 3796dependencies = [
 3797 "libc",
 3798 "windows-sys 0.52.0",
 3799]
 3800
 3801[[package]]
 3802name = "errno-dragonfly"
 3803version = "0.1.2"
 3804source = "registry+https://github.com/rust-lang/crates.io-index"
 3805checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 3806dependencies = [
 3807 "cc",
 3808 "libc",
 3809]
 3810
 3811[[package]]
 3812name = "etagere"
 3813version = "0.2.8"
 3814source = "registry+https://github.com/rust-lang/crates.io-index"
 3815checksum = "fcf22f748754352918e082e0039335ee92454a5d62bcaf69b5e8daf5907d9644"
 3816dependencies = [
 3817 "euclid",
 3818 "svg_fmt",
 3819]
 3820
 3821[[package]]
 3822name = "etcetera"
 3823version = "0.8.0"
 3824source = "registry+https://github.com/rust-lang/crates.io-index"
 3825checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 3826dependencies = [
 3827 "cfg-if",
 3828 "home",
 3829 "windows-sys 0.48.0",
 3830]
 3831
 3832[[package]]
 3833name = "euclid"
 3834version = "0.22.9"
 3835source = "registry+https://github.com/rust-lang/crates.io-index"
 3836checksum = "87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787"
 3837dependencies = [
 3838 "num-traits",
 3839]
 3840
 3841[[package]]
 3842name = "event-listener"
 3843version = "2.5.3"
 3844source = "registry+https://github.com/rust-lang/crates.io-index"
 3845checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 3846
 3847[[package]]
 3848name = "event-listener"
 3849version = "4.0.3"
 3850source = "registry+https://github.com/rust-lang/crates.io-index"
 3851checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
 3852dependencies = [
 3853 "concurrent-queue",
 3854 "parking",
 3855 "pin-project-lite",
 3856]
 3857
 3858[[package]]
 3859name = "event-listener"
 3860version = "5.1.0"
 3861source = "registry+https://github.com/rust-lang/crates.io-index"
 3862checksum = "b7ad6fd685ce13acd6d9541a30f6db6567a7a24c9ffd4ba2955d29e3f22c8b27"
 3863dependencies = [
 3864 "concurrent-queue",
 3865 "parking",
 3866 "pin-project-lite",
 3867]
 3868
 3869[[package]]
 3870name = "event-listener-strategy"
 3871version = "0.4.0"
 3872source = "registry+https://github.com/rust-lang/crates.io-index"
 3873checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
 3874dependencies = [
 3875 "event-listener 4.0.3",
 3876 "pin-project-lite",
 3877]
 3878
 3879[[package]]
 3880name = "event-listener-strategy"
 3881version = "0.5.0"
 3882source = "registry+https://github.com/rust-lang/crates.io-index"
 3883checksum = "feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291"
 3884dependencies = [
 3885 "event-listener 5.1.0",
 3886 "pin-project-lite",
 3887]
 3888
 3889[[package]]
 3890name = "exec"
 3891version = "0.3.1"
 3892source = "registry+https://github.com/rust-lang/crates.io-index"
 3893checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 3894dependencies = [
 3895 "errno 0.2.8",
 3896 "libc",
 3897]
 3898
 3899[[package]]
 3900name = "exr"
 3901version = "1.72.0"
 3902source = "registry+https://github.com/rust-lang/crates.io-index"
 3903checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
 3904dependencies = [
 3905 "bit_field",
 3906 "flume",
 3907 "half",
 3908 "lebe",
 3909 "miniz_oxide",
 3910 "rayon-core",
 3911 "smallvec",
 3912 "zune-inflate",
 3913]
 3914
 3915[[package]]
 3916name = "extension"
 3917version = "0.1.0"
 3918dependencies = [
 3919 "anyhow",
 3920 "assistant_slash_command",
 3921 "async-compression",
 3922 "async-tar",
 3923 "async-trait",
 3924 "cap-std",
 3925 "client",
 3926 "collections",
 3927 "ctor",
 3928 "env_logger",
 3929 "fs",
 3930 "futures 0.3.28",
 3931 "gpui",
 3932 "http 0.1.0",
 3933 "indexed_docs",
 3934 "isahc",
 3935 "language",
 3936 "log",
 3937 "lsp",
 3938 "node_runtime",
 3939 "parking_lot",
 3940 "paths",
 3941 "project",
 3942 "release_channel",
 3943 "schemars",
 3944 "semantic_version",
 3945 "serde",
 3946 "serde_json",
 3947 "serde_json_lenient",
 3948 "settings",
 3949 "snippet_provider",
 3950 "task",
 3951 "theme",
 3952 "toml 0.8.10",
 3953 "ui",
 3954 "url",
 3955 "util",
 3956 "wasm-encoder",
 3957 "wasmparser",
 3958 "wasmtime",
 3959 "wasmtime-wasi",
 3960 "wit-component",
 3961 "workspace",
 3962]
 3963
 3964[[package]]
 3965name = "extension_cli"
 3966version = "0.1.0"
 3967dependencies = [
 3968 "anyhow",
 3969 "clap 4.4.4",
 3970 "env_logger",
 3971 "extension",
 3972 "fs",
 3973 "language",
 3974 "log",
 3975 "rpc",
 3976 "serde",
 3977 "serde_json",
 3978 "theme",
 3979 "tokio",
 3980 "toml 0.8.10",
 3981 "tree-sitter",
 3982 "wasmtime",
 3983]
 3984
 3985[[package]]
 3986name = "extensions_ui"
 3987version = "0.1.0"
 3988dependencies = [
 3989 "anyhow",
 3990 "client",
 3991 "collections",
 3992 "db",
 3993 "editor",
 3994 "extension",
 3995 "fs",
 3996 "fuzzy",
 3997 "gpui",
 3998 "language",
 3999 "num-format",
 4000 "picker",
 4001 "project",
 4002 "release_channel",
 4003 "semantic_version",
 4004 "serde",
 4005 "settings",
 4006 "smallvec",
 4007 "theme",
 4008 "theme_selector",
 4009 "ui",
 4010 "util",
 4011 "vim",
 4012 "workspace",
 4013]
 4014
 4015[[package]]
 4016name = "fallible-iterator"
 4017version = "0.3.0"
 4018source = "registry+https://github.com/rust-lang/crates.io-index"
 4019checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4020
 4021[[package]]
 4022name = "fancy-regex"
 4023version = "0.12.0"
 4024source = "registry+https://github.com/rust-lang/crates.io-index"
 4025checksum = "7493d4c459da9f84325ad297371a6b2b8a162800873a22e3b6b6512e61d18c05"
 4026dependencies = [
 4027 "bit-set 0.5.3",
 4028 "regex",
 4029]
 4030
 4031[[package]]
 4032name = "fast-srgb8"
 4033version = "1.0.0"
 4034source = "registry+https://github.com/rust-lang/crates.io-index"
 4035checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4036
 4037[[package]]
 4038name = "fastrand"
 4039version = "1.9.0"
 4040source = "registry+https://github.com/rust-lang/crates.io-index"
 4041checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4042dependencies = [
 4043 "instant",
 4044]
 4045
 4046[[package]]
 4047name = "fastrand"
 4048version = "2.0.0"
 4049source = "registry+https://github.com/rust-lang/crates.io-index"
 4050checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
 4051
 4052[[package]]
 4053name = "fd-lock"
 4054version = "4.0.2"
 4055source = "registry+https://github.com/rust-lang/crates.io-index"
 4056checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4057dependencies = [
 4058 "cfg-if",
 4059 "rustix 0.38.32",
 4060 "windows-sys 0.52.0",
 4061]
 4062
 4063[[package]]
 4064name = "fdeflate"
 4065version = "0.3.4"
 4066source = "registry+https://github.com/rust-lang/crates.io-index"
 4067checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
 4068dependencies = [
 4069 "simd-adler32",
 4070]
 4071
 4072[[package]]
 4073name = "feature_flags"
 4074version = "0.1.0"
 4075dependencies = [
 4076 "gpui",
 4077]
 4078
 4079[[package]]
 4080name = "feedback"
 4081version = "0.1.0"
 4082dependencies = [
 4083 "anyhow",
 4084 "bitflags 2.6.0",
 4085 "client",
 4086 "db",
 4087 "editor",
 4088 "futures 0.3.28",
 4089 "gpui",
 4090 "http 0.1.0",
 4091 "human_bytes",
 4092 "isahc",
 4093 "language",
 4094 "log",
 4095 "menu",
 4096 "project",
 4097 "regex",
 4098 "release_channel",
 4099 "serde",
 4100 "serde_derive",
 4101 "serde_json",
 4102 "smol",
 4103 "sysinfo",
 4104 "ui",
 4105 "urlencoding",
 4106 "util",
 4107 "workspace",
 4108]
 4109
 4110[[package]]
 4111name = "ff"
 4112version = "0.12.1"
 4113source = "registry+https://github.com/rust-lang/crates.io-index"
 4114checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4115dependencies = [
 4116 "rand_core 0.6.4",
 4117 "subtle",
 4118]
 4119
 4120[[package]]
 4121name = "file_finder"
 4122version = "0.1.0"
 4123dependencies = [
 4124 "anyhow",
 4125 "collections",
 4126 "ctor",
 4127 "editor",
 4128 "env_logger",
 4129 "futures 0.3.28",
 4130 "fuzzy",
 4131 "gpui",
 4132 "itertools 0.11.0",
 4133 "language",
 4134 "menu",
 4135 "picker",
 4136 "project",
 4137 "serde",
 4138 "serde_json",
 4139 "settings",
 4140 "text",
 4141 "theme",
 4142 "ui",
 4143 "util",
 4144 "workspace",
 4145]
 4146
 4147[[package]]
 4148name = "file_icons"
 4149version = "0.1.0"
 4150dependencies = [
 4151 "collections",
 4152 "gpui",
 4153 "serde",
 4154 "serde_derive",
 4155 "serde_json",
 4156 "util",
 4157]
 4158
 4159[[package]]
 4160name = "filedescriptor"
 4161version = "0.8.2"
 4162source = "registry+https://github.com/rust-lang/crates.io-index"
 4163checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
 4164dependencies = [
 4165 "libc",
 4166 "thiserror",
 4167 "winapi",
 4168]
 4169
 4170[[package]]
 4171name = "filetime"
 4172version = "0.2.22"
 4173source = "registry+https://github.com/rust-lang/crates.io-index"
 4174checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
 4175dependencies = [
 4176 "cfg-if",
 4177 "libc",
 4178 "redox_syscall 0.3.5",
 4179 "windows-sys 0.48.0",
 4180]
 4181
 4182[[package]]
 4183name = "finl_unicode"
 4184version = "1.2.0"
 4185source = "registry+https://github.com/rust-lang/crates.io-index"
 4186checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
 4187
 4188[[package]]
 4189name = "fixedbitset"
 4190version = "0.4.2"
 4191source = "registry+https://github.com/rust-lang/crates.io-index"
 4192checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 4193
 4194[[package]]
 4195name = "flate2"
 4196version = "1.0.27"
 4197source = "registry+https://github.com/rust-lang/crates.io-index"
 4198checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
 4199dependencies = [
 4200 "crc32fast",
 4201 "miniz_oxide",
 4202]
 4203
 4204[[package]]
 4205name = "float-cmp"
 4206version = "0.9.0"
 4207source = "registry+https://github.com/rust-lang/crates.io-index"
 4208checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 4209
 4210[[package]]
 4211name = "float-ord"
 4212version = "0.2.0"
 4213source = "registry+https://github.com/rust-lang/crates.io-index"
 4214checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e"
 4215
 4216[[package]]
 4217name = "flume"
 4218version = "0.11.0"
 4219source = "registry+https://github.com/rust-lang/crates.io-index"
 4220checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
 4221dependencies = [
 4222 "futures-core",
 4223 "futures-sink",
 4224 "nanorand",
 4225 "spin 0.9.8",
 4226]
 4227
 4228[[package]]
 4229name = "fnv"
 4230version = "1.0.7"
 4231source = "registry+https://github.com/rust-lang/crates.io-index"
 4232checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 4233
 4234[[package]]
 4235name = "font-kit"
 4236version = "0.11.0"
 4237source = "git+https://github.com/zed-industries/font-kit?rev=5a5c4d4#5a5c4d4ca395c74eb0abde38508e170ce0fd761a"
 4238dependencies = [
 4239 "bitflags 1.3.2",
 4240 "byteorder",
 4241 "core-foundation",
 4242 "core-graphics",
 4243 "core-text",
 4244 "dirs-next",
 4245 "dwrote",
 4246 "float-ord",
 4247 "freetype",
 4248 "lazy_static",
 4249 "libc",
 4250 "log",
 4251 "pathfinder_geometry",
 4252 "pathfinder_simd",
 4253 "walkdir",
 4254 "winapi",
 4255 "yeslogic-fontconfig-sys",
 4256]
 4257
 4258[[package]]
 4259name = "font-types"
 4260version = "0.5.5"
 4261source = "registry+https://github.com/rust-lang/crates.io-index"
 4262checksum = "34fd7136aca682873d859ef34494ab1a7d3f57ecd485ed40eb6437ee8c85aa29"
 4263dependencies = [
 4264 "bytemuck",
 4265]
 4266
 4267[[package]]
 4268name = "fontconfig-parser"
 4269version = "0.5.6"
 4270source = "registry+https://github.com/rust-lang/crates.io-index"
 4271checksum = "6a595cb550439a117696039dfc69830492058211b771a2a165379f2a1a53d84d"
 4272dependencies = [
 4273 "roxmltree",
 4274]
 4275
 4276[[package]]
 4277name = "fontdb"
 4278version = "0.18.0"
 4279source = "registry+https://github.com/rust-lang/crates.io-index"
 4280checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
 4281dependencies = [
 4282 "fontconfig-parser",
 4283 "log",
 4284 "memmap2",
 4285 "slotmap",
 4286 "tinyvec",
 4287 "ttf-parser",
 4288]
 4289
 4290[[package]]
 4291name = "foreign-types"
 4292version = "0.3.2"
 4293source = "registry+https://github.com/rust-lang/crates.io-index"
 4294checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 4295dependencies = [
 4296 "foreign-types-shared 0.1.1",
 4297]
 4298
 4299[[package]]
 4300name = "foreign-types"
 4301version = "0.5.0"
 4302source = "registry+https://github.com/rust-lang/crates.io-index"
 4303checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 4304dependencies = [
 4305 "foreign-types-macros",
 4306 "foreign-types-shared 0.3.1",
 4307]
 4308
 4309[[package]]
 4310name = "foreign-types-macros"
 4311version = "0.2.3"
 4312source = "registry+https://github.com/rust-lang/crates.io-index"
 4313checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 4314dependencies = [
 4315 "proc-macro2",
 4316 "quote",
 4317 "syn 2.0.59",
 4318]
 4319
 4320[[package]]
 4321name = "foreign-types-shared"
 4322version = "0.1.1"
 4323source = "registry+https://github.com/rust-lang/crates.io-index"
 4324checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 4325
 4326[[package]]
 4327name = "foreign-types-shared"
 4328version = "0.3.1"
 4329source = "registry+https://github.com/rust-lang/crates.io-index"
 4330checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 4331
 4332[[package]]
 4333name = "fork"
 4334version = "0.1.23"
 4335source = "registry+https://github.com/rust-lang/crates.io-index"
 4336checksum = "60e74d3423998a57e9d906e49252fb79eb4a04d5cdfe188fb1b7ff9fc076a8ed"
 4337dependencies = [
 4338 "libc",
 4339]
 4340
 4341[[package]]
 4342name = "form_urlencoded"
 4343version = "1.2.1"
 4344source = "registry+https://github.com/rust-lang/crates.io-index"
 4345checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 4346dependencies = [
 4347 "percent-encoding",
 4348]
 4349
 4350[[package]]
 4351name = "freetype"
 4352version = "0.7.0"
 4353source = "registry+https://github.com/rust-lang/crates.io-index"
 4354checksum = "bee38378a9e3db1cc693b4f88d166ae375338a0ff75cb8263e1c601d51f35dc6"
 4355dependencies = [
 4356 "freetype-sys",
 4357 "libc",
 4358]
 4359
 4360[[package]]
 4361name = "freetype-sys"
 4362version = "0.13.1"
 4363source = "registry+https://github.com/rust-lang/crates.io-index"
 4364checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
 4365dependencies = [
 4366 "cmake",
 4367 "libc",
 4368 "pkg-config",
 4369]
 4370
 4371[[package]]
 4372name = "fs"
 4373version = "0.1.0"
 4374dependencies = [
 4375 "anyhow",
 4376 "ashpd",
 4377 "async-tar",
 4378 "async-trait",
 4379 "cocoa",
 4380 "collections",
 4381 "fsevent",
 4382 "futures 0.3.28",
 4383 "git",
 4384 "git2",
 4385 "gpui",
 4386 "lazy_static",
 4387 "libc",
 4388 "notify",
 4389 "objc",
 4390 "parking_lot",
 4391 "paths",
 4392 "rope",
 4393 "serde",
 4394 "serde_json",
 4395 "smol",
 4396 "tempfile",
 4397 "text",
 4398 "time",
 4399 "util",
 4400 "windows 0.57.0",
 4401]
 4402
 4403[[package]]
 4404name = "fs-set-times"
 4405version = "0.20.1"
 4406source = "registry+https://github.com/rust-lang/crates.io-index"
 4407checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb"
 4408dependencies = [
 4409 "io-lifetimes 2.0.3",
 4410 "rustix 0.38.32",
 4411 "windows-sys 0.52.0",
 4412]
 4413
 4414[[package]]
 4415name = "fsevent"
 4416version = "0.1.0"
 4417dependencies = [
 4418 "bitflags 2.6.0",
 4419 "core-foundation",
 4420 "fsevent-sys 3.1.0",
 4421 "parking_lot",
 4422 "tempfile",
 4423]
 4424
 4425[[package]]
 4426name = "fsevent-sys"
 4427version = "3.1.0"
 4428source = "registry+https://github.com/rust-lang/crates.io-index"
 4429checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 4430dependencies = [
 4431 "libc",
 4432]
 4433
 4434[[package]]
 4435name = "fsevent-sys"
 4436version = "4.1.0"
 4437source = "registry+https://github.com/rust-lang/crates.io-index"
 4438checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 4439dependencies = [
 4440 "libc",
 4441]
 4442
 4443[[package]]
 4444name = "funty"
 4445version = "2.0.0"
 4446source = "registry+https://github.com/rust-lang/crates.io-index"
 4447checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 4448
 4449[[package]]
 4450name = "futf"
 4451version = "0.1.5"
 4452source = "registry+https://github.com/rust-lang/crates.io-index"
 4453checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 4454dependencies = [
 4455 "mac",
 4456 "new_debug_unreachable",
 4457]
 4458
 4459[[package]]
 4460name = "futures"
 4461version = "0.1.31"
 4462source = "registry+https://github.com/rust-lang/crates.io-index"
 4463checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 4464
 4465[[package]]
 4466name = "futures"
 4467version = "0.3.28"
 4468source = "registry+https://github.com/rust-lang/crates.io-index"
 4469checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
 4470dependencies = [
 4471 "futures-channel",
 4472 "futures-core",
 4473 "futures-executor",
 4474 "futures-io",
 4475 "futures-sink",
 4476 "futures-task",
 4477 "futures-util",
 4478]
 4479
 4480[[package]]
 4481name = "futures-batch"
 4482version = "0.6.1"
 4483source = "registry+https://github.com/rust-lang/crates.io-index"
 4484checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 4485dependencies = [
 4486 "futures 0.3.28",
 4487 "futures-timer",
 4488 "pin-utils",
 4489]
 4490
 4491[[package]]
 4492name = "futures-channel"
 4493version = "0.3.30"
 4494source = "registry+https://github.com/rust-lang/crates.io-index"
 4495checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
 4496dependencies = [
 4497 "futures-core",
 4498 "futures-sink",
 4499]
 4500
 4501[[package]]
 4502name = "futures-core"
 4503version = "0.3.30"
 4504source = "registry+https://github.com/rust-lang/crates.io-index"
 4505checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
 4506
 4507[[package]]
 4508name = "futures-executor"
 4509version = "0.3.28"
 4510source = "registry+https://github.com/rust-lang/crates.io-index"
 4511checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
 4512dependencies = [
 4513 "futures-core",
 4514 "futures-task",
 4515 "futures-util",
 4516]
 4517
 4518[[package]]
 4519name = "futures-intrusive"
 4520version = "0.5.0"
 4521source = "registry+https://github.com/rust-lang/crates.io-index"
 4522checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 4523dependencies = [
 4524 "futures-core",
 4525 "lock_api",
 4526 "parking_lot",
 4527]
 4528
 4529[[package]]
 4530name = "futures-io"
 4531version = "0.3.30"
 4532source = "registry+https://github.com/rust-lang/crates.io-index"
 4533checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
 4534
 4535[[package]]
 4536name = "futures-lite"
 4537version = "1.13.0"
 4538source = "registry+https://github.com/rust-lang/crates.io-index"
 4539checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 4540dependencies = [
 4541 "fastrand 1.9.0",
 4542 "futures-core",
 4543 "futures-io",
 4544 "memchr",
 4545 "parking",
 4546 "pin-project-lite",
 4547 "waker-fn",
 4548]
 4549
 4550[[package]]
 4551name = "futures-lite"
 4552version = "2.2.0"
 4553source = "registry+https://github.com/rust-lang/crates.io-index"
 4554checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba"
 4555dependencies = [
 4556 "fastrand 2.0.0",
 4557 "futures-core",
 4558 "futures-io",
 4559 "parking",
 4560 "pin-project-lite",
 4561]
 4562
 4563[[package]]
 4564name = "futures-macro"
 4565version = "0.3.30"
 4566source = "registry+https://github.com/rust-lang/crates.io-index"
 4567checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
 4568dependencies = [
 4569 "proc-macro2",
 4570 "quote",
 4571 "syn 2.0.59",
 4572]
 4573
 4574[[package]]
 4575name = "futures-sink"
 4576version = "0.3.30"
 4577source = "registry+https://github.com/rust-lang/crates.io-index"
 4578checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
 4579
 4580[[package]]
 4581name = "futures-task"
 4582version = "0.3.30"
 4583source = "registry+https://github.com/rust-lang/crates.io-index"
 4584checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
 4585
 4586[[package]]
 4587name = "futures-timer"
 4588version = "3.0.3"
 4589source = "registry+https://github.com/rust-lang/crates.io-index"
 4590checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 4591
 4592[[package]]
 4593name = "futures-util"
 4594version = "0.3.30"
 4595source = "registry+https://github.com/rust-lang/crates.io-index"
 4596checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
 4597dependencies = [
 4598 "futures 0.1.31",
 4599 "futures-channel",
 4600 "futures-core",
 4601 "futures-io",
 4602 "futures-macro",
 4603 "futures-sink",
 4604 "futures-task",
 4605 "memchr",
 4606 "pin-project-lite",
 4607 "pin-utils",
 4608 "slab",
 4609 "tokio-io",
 4610]
 4611
 4612[[package]]
 4613name = "fuzzy"
 4614version = "0.1.0"
 4615dependencies = [
 4616 "gpui",
 4617 "util",
 4618]
 4619
 4620[[package]]
 4621name = "fuzzy-matcher"
 4622version = "0.3.7"
 4623source = "registry+https://github.com/rust-lang/crates.io-index"
 4624checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 4625dependencies = [
 4626 "thread_local",
 4627]
 4628
 4629[[package]]
 4630name = "generic-array"
 4631version = "0.14.7"
 4632source = "registry+https://github.com/rust-lang/crates.io-index"
 4633checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 4634dependencies = [
 4635 "typenum",
 4636 "version_check",
 4637]
 4638
 4639[[package]]
 4640name = "gethostname"
 4641version = "0.4.3"
 4642source = "registry+https://github.com/rust-lang/crates.io-index"
 4643checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 4644dependencies = [
 4645 "libc",
 4646 "windows-targets 0.48.5",
 4647]
 4648
 4649[[package]]
 4650name = "getrandom"
 4651version = "0.1.16"
 4652source = "registry+https://github.com/rust-lang/crates.io-index"
 4653checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 4654dependencies = [
 4655 "cfg-if",
 4656 "libc",
 4657 "wasi 0.9.0+wasi-snapshot-preview1",
 4658]
 4659
 4660[[package]]
 4661name = "getrandom"
 4662version = "0.2.10"
 4663source = "registry+https://github.com/rust-lang/crates.io-index"
 4664checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
 4665dependencies = [
 4666 "cfg-if",
 4667 "js-sys",
 4668 "libc",
 4669 "wasi 0.11.0+wasi-snapshot-preview1",
 4670 "wasm-bindgen",
 4671]
 4672
 4673[[package]]
 4674name = "gif"
 4675version = "0.13.1"
 4676source = "registry+https://github.com/rust-lang/crates.io-index"
 4677checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 4678dependencies = [
 4679 "color_quant",
 4680 "weezl",
 4681]
 4682
 4683[[package]]
 4684name = "gimli"
 4685version = "0.28.0"
 4686source = "registry+https://github.com/rust-lang/crates.io-index"
 4687checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
 4688dependencies = [
 4689 "fallible-iterator",
 4690 "indexmap 2.2.6",
 4691 "stable_deref_trait",
 4692]
 4693
 4694[[package]]
 4695name = "git"
 4696version = "0.1.0"
 4697dependencies = [
 4698 "anyhow",
 4699 "async-trait",
 4700 "clock",
 4701 "collections",
 4702 "derive_more",
 4703 "git2",
 4704 "gpui",
 4705 "http 0.1.0",
 4706 "lazy_static",
 4707 "log",
 4708 "parking_lot",
 4709 "pretty_assertions",
 4710 "rope",
 4711 "serde",
 4712 "serde_json",
 4713 "smol",
 4714 "sum_tree",
 4715 "text",
 4716 "time",
 4717 "unindent",
 4718 "url",
 4719 "util",
 4720 "windows 0.57.0",
 4721]
 4722
 4723[[package]]
 4724name = "git2"
 4725version = "0.19.0"
 4726source = "registry+https://github.com/rust-lang/crates.io-index"
 4727checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
 4728dependencies = [
 4729 "bitflags 2.6.0",
 4730 "libc",
 4731 "libgit2-sys",
 4732 "log",
 4733 "url",
 4734]
 4735
 4736[[package]]
 4737name = "git_hosting_providers"
 4738version = "0.1.0"
 4739dependencies = [
 4740 "anyhow",
 4741 "async-trait",
 4742 "futures 0.3.28",
 4743 "git",
 4744 "gpui",
 4745 "http 0.1.0",
 4746 "isahc",
 4747 "pretty_assertions",
 4748 "regex",
 4749 "serde",
 4750 "serde_json",
 4751 "unindent",
 4752 "url",
 4753]
 4754
 4755[[package]]
 4756name = "glob"
 4757version = "0.3.1"
 4758source = "registry+https://github.com/rust-lang/crates.io-index"
 4759checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 4760
 4761[[package]]
 4762name = "globset"
 4763version = "0.4.14"
 4764source = "registry+https://github.com/rust-lang/crates.io-index"
 4765checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
 4766dependencies = [
 4767 "aho-corasick",
 4768 "bstr",
 4769 "log",
 4770 "regex-automata 0.4.5",
 4771 "regex-syntax 0.8.2",
 4772]
 4773
 4774[[package]]
 4775name = "gloo-timers"
 4776version = "0.2.6"
 4777source = "registry+https://github.com/rust-lang/crates.io-index"
 4778checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
 4779dependencies = [
 4780 "futures-channel",
 4781 "futures-core",
 4782 "js-sys",
 4783 "wasm-bindgen",
 4784]
 4785
 4786[[package]]
 4787name = "glow"
 4788version = "0.13.1"
 4789source = "registry+https://github.com/rust-lang/crates.io-index"
 4790checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1"
 4791dependencies = [
 4792 "js-sys",
 4793 "slotmap",
 4794 "wasm-bindgen",
 4795 "web-sys",
 4796]
 4797
 4798[[package]]
 4799name = "go_to_line"
 4800version = "0.1.0"
 4801dependencies = [
 4802 "anyhow",
 4803 "editor",
 4804 "gpui",
 4805 "indoc",
 4806 "language",
 4807 "menu",
 4808 "project",
 4809 "rope",
 4810 "schemars",
 4811 "serde",
 4812 "serde_json",
 4813 "settings",
 4814 "text",
 4815 "theme",
 4816 "tree-sitter-rust",
 4817 "tree-sitter-typescript",
 4818 "ui",
 4819 "util",
 4820 "workspace",
 4821]
 4822
 4823[[package]]
 4824name = "google_ai"
 4825version = "0.1.0"
 4826dependencies = [
 4827 "anyhow",
 4828 "futures 0.3.28",
 4829 "http 0.1.0",
 4830 "serde",
 4831 "serde_json",
 4832]
 4833
 4834[[package]]
 4835name = "gpu-alloc"
 4836version = "0.6.0"
 4837source = "registry+https://github.com/rust-lang/crates.io-index"
 4838checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 4839dependencies = [
 4840 "bitflags 2.6.0",
 4841 "gpu-alloc-types",
 4842]
 4843
 4844[[package]]
 4845name = "gpu-alloc-ash"
 4846version = "0.7.0"
 4847source = "registry+https://github.com/rust-lang/crates.io-index"
 4848checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 4849dependencies = [
 4850 "ash",
 4851 "gpu-alloc-types",
 4852 "tinyvec",
 4853]
 4854
 4855[[package]]
 4856name = "gpu-alloc-types"
 4857version = "0.3.0"
 4858source = "registry+https://github.com/rust-lang/crates.io-index"
 4859checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 4860dependencies = [
 4861 "bitflags 2.6.0",
 4862]
 4863
 4864[[package]]
 4865name = "gpui"
 4866version = "0.1.0"
 4867dependencies = [
 4868 "anyhow",
 4869 "as-raw-xcb-connection",
 4870 "ashpd",
 4871 "async-task",
 4872 "backtrace",
 4873 "bindgen 0.65.1",
 4874 "blade-graphics",
 4875 "blade-macros",
 4876 "blade-util",
 4877 "block",
 4878 "bytemuck",
 4879 "calloop",
 4880 "calloop-wayland-source",
 4881 "cbindgen",
 4882 "cocoa",
 4883 "collections",
 4884 "core-foundation",
 4885 "core-graphics",
 4886 "core-text",
 4887 "cosmic-text",
 4888 "ctor",
 4889 "derive_more",
 4890 "embed-resource",
 4891 "env_logger",
 4892 "etagere",
 4893 "filedescriptor",
 4894 "flume",
 4895 "font-kit",
 4896 "foreign-types 0.5.0",
 4897 "futures 0.3.28",
 4898 "gpui_macros",
 4899 "http 0.1.0",
 4900 "image",
 4901 "itertools 0.11.0",
 4902 "lazy_static",
 4903 "linkme",
 4904 "log",
 4905 "media",
 4906 "metal",
 4907 "num_cpus",
 4908 "objc",
 4909 "oo7",
 4910 "open",
 4911 "parking",
 4912 "parking_lot",
 4913 "pathfinder_geometry",
 4914 "postage",
 4915 "profiling",
 4916 "rand 0.8.5",
 4917 "raw-window-handle 0.6.0",
 4918 "refineable",
 4919 "resvg",
 4920 "schemars",
 4921 "seahash",
 4922 "semantic_version",
 4923 "serde",
 4924 "serde_derive",
 4925 "serde_json",
 4926 "slotmap",
 4927 "smallvec",
 4928 "smol",
 4929 "sum_tree",
 4930 "taffy",
 4931 "thiserror",
 4932 "time",
 4933 "unicode-segmentation",
 4934 "usvg",
 4935 "util",
 4936 "uuid",
 4937 "waker-fn",
 4938 "wayland-backend",
 4939 "wayland-client",
 4940 "wayland-cursor",
 4941 "wayland-protocols",
 4942 "wayland-protocols-plasma",
 4943 "windows 0.57.0",
 4944 "windows-core 0.57.0",
 4945 "x11-clipboard",
 4946 "x11rb",
 4947 "xim",
 4948 "xkbcommon",
 4949]
 4950
 4951[[package]]
 4952name = "gpui_macros"
 4953version = "0.1.0"
 4954dependencies = [
 4955 "proc-macro2",
 4956 "quote",
 4957 "syn 1.0.109",
 4958]
 4959
 4960[[package]]
 4961name = "grid"
 4962version = "0.13.0"
 4963source = "registry+https://github.com/rust-lang/crates.io-index"
 4964checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
 4965
 4966[[package]]
 4967name = "group"
 4968version = "0.12.1"
 4969source = "registry+https://github.com/rust-lang/crates.io-index"
 4970checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 4971dependencies = [
 4972 "ff",
 4973 "rand_core 0.6.4",
 4974 "subtle",
 4975]
 4976
 4977[[package]]
 4978name = "h2"
 4979version = "0.3.21"
 4980source = "registry+https://github.com/rust-lang/crates.io-index"
 4981checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
 4982dependencies = [
 4983 "bytes 1.5.0",
 4984 "fnv",
 4985 "futures-core",
 4986 "futures-sink",
 4987 "futures-util",
 4988 "http 0.2.9",
 4989 "indexmap 1.9.3",
 4990 "slab",
 4991 "tokio",
 4992 "tokio-util",
 4993 "tracing",
 4994]
 4995
 4996[[package]]
 4997name = "half"
 4998version = "2.4.1"
 4999source = "registry+https://github.com/rust-lang/crates.io-index"
 5000checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 5001dependencies = [
 5002 "cfg-if",
 5003 "crunchy",
 5004]
 5005
 5006[[package]]
 5007name = "hashbrown"
 5008version = "0.12.3"
 5009source = "registry+https://github.com/rust-lang/crates.io-index"
 5010checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 5011dependencies = [
 5012 "ahash 0.7.8",
 5013]
 5014
 5015[[package]]
 5016name = "hashbrown"
 5017version = "0.13.2"
 5018source = "registry+https://github.com/rust-lang/crates.io-index"
 5019checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
 5020dependencies = [
 5021 "ahash 0.8.8",
 5022]
 5023
 5024[[package]]
 5025name = "hashbrown"
 5026version = "0.14.5"
 5027source = "registry+https://github.com/rust-lang/crates.io-index"
 5028checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 5029dependencies = [
 5030 "ahash 0.8.8",
 5031 "allocator-api2",
 5032]
 5033
 5034[[package]]
 5035name = "hashlink"
 5036version = "0.8.4"
 5037source = "registry+https://github.com/rust-lang/crates.io-index"
 5038checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 5039dependencies = [
 5040 "hashbrown 0.14.5",
 5041]
 5042
 5043[[package]]
 5044name = "headers"
 5045version = "0.3.9"
 5046source = "registry+https://github.com/rust-lang/crates.io-index"
 5047checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 5048dependencies = [
 5049 "base64 0.21.7",
 5050 "bytes 1.5.0",
 5051 "headers-core",
 5052 "http 0.2.9",
 5053 "httpdate",
 5054 "mime",
 5055 "sha1",
 5056]
 5057
 5058[[package]]
 5059name = "headers-core"
 5060version = "0.2.0"
 5061source = "registry+https://github.com/rust-lang/crates.io-index"
 5062checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 5063dependencies = [
 5064 "http 0.2.9",
 5065]
 5066
 5067[[package]]
 5068name = "headless"
 5069version = "0.1.0"
 5070dependencies = [
 5071 "anyhow",
 5072 "client",
 5073 "extension",
 5074 "fs",
 5075 "futures 0.3.28",
 5076 "gpui",
 5077 "language",
 5078 "log",
 5079 "node_runtime",
 5080 "postage",
 5081 "project",
 5082 "rpc",
 5083 "settings",
 5084 "shellexpand 2.1.2",
 5085 "signal-hook",
 5086 "util",
 5087]
 5088
 5089[[package]]
 5090name = "heck"
 5091version = "0.3.3"
 5092source = "registry+https://github.com/rust-lang/crates.io-index"
 5093checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 5094dependencies = [
 5095 "unicode-segmentation",
 5096]
 5097
 5098[[package]]
 5099name = "heck"
 5100version = "0.4.1"
 5101source = "registry+https://github.com/rust-lang/crates.io-index"
 5102checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 5103dependencies = [
 5104 "unicode-segmentation",
 5105]
 5106
 5107[[package]]
 5108name = "heck"
 5109version = "0.5.0"
 5110source = "registry+https://github.com/rust-lang/crates.io-index"
 5111checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 5112
 5113[[package]]
 5114name = "heed"
 5115version = "0.20.1"
 5116source = "registry+https://github.com/rust-lang/crates.io-index"
 5117checksum = "6f7acb9683d7c7068aa46d47557bfa4e35a277964b350d9504a87b03610163fd"
 5118dependencies = [
 5119 "bitflags 2.6.0",
 5120 "byteorder",
 5121 "heed-traits",
 5122 "heed-types",
 5123 "libc",
 5124 "lmdb-master-sys",
 5125 "once_cell",
 5126 "page_size",
 5127 "serde",
 5128 "synchronoise",
 5129 "url",
 5130]
 5131
 5132[[package]]
 5133name = "heed-traits"
 5134version = "0.20.0"
 5135source = "registry+https://github.com/rust-lang/crates.io-index"
 5136checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 5137
 5138[[package]]
 5139name = "heed-types"
 5140version = "0.20.0"
 5141source = "registry+https://github.com/rust-lang/crates.io-index"
 5142checksum = "3cb0d6ba3700c9a57e83c013693e3eddb68a6d9b6781cacafc62a0d992e8ddb3"
 5143dependencies = [
 5144 "bincode",
 5145 "byteorder",
 5146 "heed-traits",
 5147 "serde",
 5148 "serde_json",
 5149]
 5150
 5151[[package]]
 5152name = "hermit-abi"
 5153version = "0.1.19"
 5154source = "registry+https://github.com/rust-lang/crates.io-index"
 5155checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
 5156dependencies = [
 5157 "libc",
 5158]
 5159
 5160[[package]]
 5161name = "hermit-abi"
 5162version = "0.3.9"
 5163source = "registry+https://github.com/rust-lang/crates.io-index"
 5164checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 5165
 5166[[package]]
 5167name = "hex"
 5168version = "0.4.3"
 5169source = "registry+https://github.com/rust-lang/crates.io-index"
 5170checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 5171
 5172[[package]]
 5173name = "hexf-parse"
 5174version = "0.2.1"
 5175source = "registry+https://github.com/rust-lang/crates.io-index"
 5176checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 5177
 5178[[package]]
 5179name = "hidden-trait"
 5180version = "0.1.2"
 5181source = "registry+https://github.com/rust-lang/crates.io-index"
 5182checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
 5183dependencies = [
 5184 "proc-macro2",
 5185 "quote",
 5186 "syn 1.0.109",
 5187]
 5188
 5189[[package]]
 5190name = "hkdf"
 5191version = "0.12.3"
 5192source = "registry+https://github.com/rust-lang/crates.io-index"
 5193checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
 5194dependencies = [
 5195 "hmac 0.12.1",
 5196]
 5197
 5198[[package]]
 5199name = "hmac"
 5200version = "0.11.0"
 5201source = "registry+https://github.com/rust-lang/crates.io-index"
 5202checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
 5203dependencies = [
 5204 "crypto-mac",
 5205 "digest 0.9.0",
 5206]
 5207
 5208[[package]]
 5209name = "hmac"
 5210version = "0.12.1"
 5211source = "registry+https://github.com/rust-lang/crates.io-index"
 5212checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 5213dependencies = [
 5214 "digest 0.10.7",
 5215]
 5216
 5217[[package]]
 5218name = "home"
 5219version = "0.5.9"
 5220source = "registry+https://github.com/rust-lang/crates.io-index"
 5221checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 5222dependencies = [
 5223 "windows-sys 0.52.0",
 5224]
 5225
 5226[[package]]
 5227name = "hound"
 5228version = "3.5.0"
 5229source = "registry+https://github.com/rust-lang/crates.io-index"
 5230checksum = "4d13cdbd5dbb29f9c88095bbdc2590c9cba0d0a1269b983fef6b2cdd7e9f4db1"
 5231
 5232[[package]]
 5233name = "html5ever"
 5234version = "0.27.0"
 5235source = "registry+https://github.com/rust-lang/crates.io-index"
 5236checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 5237dependencies = [
 5238 "log",
 5239 "mac",
 5240 "markup5ever",
 5241 "proc-macro2",
 5242 "quote",
 5243 "syn 2.0.59",
 5244]
 5245
 5246[[package]]
 5247name = "html_to_markdown"
 5248version = "0.1.0"
 5249dependencies = [
 5250 "anyhow",
 5251 "html5ever",
 5252 "indoc",
 5253 "markup5ever_rcdom",
 5254 "pretty_assertions",
 5255 "regex",
 5256]
 5257
 5258[[package]]
 5259name = "html_to_markdown"
 5260version = "0.1.0"
 5261source = "registry+https://github.com/rust-lang/crates.io-index"
 5262checksum = "e608e8dd0939bfb6b516d96a5919751b835297a02230aecb88d2fc84ebebaa8a"
 5263dependencies = [
 5264 "anyhow",
 5265 "html5ever",
 5266 "markup5ever_rcdom",
 5267 "regex",
 5268]
 5269
 5270[[package]]
 5271name = "http"
 5272version = "0.1.0"
 5273dependencies = [
 5274 "anyhow",
 5275 "futures 0.3.28",
 5276 "futures-lite 1.13.0",
 5277 "isahc",
 5278 "log",
 5279 "serde",
 5280 "serde_json",
 5281 "url",
 5282]
 5283
 5284[[package]]
 5285name = "http"
 5286version = "0.2.9"
 5287source = "registry+https://github.com/rust-lang/crates.io-index"
 5288checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
 5289dependencies = [
 5290 "bytes 1.5.0",
 5291 "fnv",
 5292 "itoa",
 5293]
 5294
 5295[[package]]
 5296name = "http"
 5297version = "1.0.0"
 5298source = "registry+https://github.com/rust-lang/crates.io-index"
 5299checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea"
 5300dependencies = [
 5301 "bytes 1.5.0",
 5302 "fnv",
 5303 "itoa",
 5304]
 5305
 5306[[package]]
 5307name = "http-body"
 5308version = "0.4.5"
 5309source = "registry+https://github.com/rust-lang/crates.io-index"
 5310checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
 5311dependencies = [
 5312 "bytes 1.5.0",
 5313 "http 0.2.9",
 5314 "pin-project-lite",
 5315]
 5316
 5317[[package]]
 5318name = "http-range-header"
 5319version = "0.3.1"
 5320source = "registry+https://github.com/rust-lang/crates.io-index"
 5321checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 5322
 5323[[package]]
 5324name = "httparse"
 5325version = "1.8.0"
 5326source = "registry+https://github.com/rust-lang/crates.io-index"
 5327checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
 5328
 5329[[package]]
 5330name = "httpdate"
 5331version = "1.0.3"
 5332source = "registry+https://github.com/rust-lang/crates.io-index"
 5333checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 5334
 5335[[package]]
 5336name = "human_bytes"
 5337version = "0.4.3"
 5338source = "registry+https://github.com/rust-lang/crates.io-index"
 5339checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 5340
 5341[[package]]
 5342name = "humantime"
 5343version = "2.1.0"
 5344source = "registry+https://github.com/rust-lang/crates.io-index"
 5345checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 5346
 5347[[package]]
 5348name = "hyper"
 5349version = "0.14.27"
 5350source = "registry+https://github.com/rust-lang/crates.io-index"
 5351checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
 5352dependencies = [
 5353 "bytes 1.5.0",
 5354 "futures-channel",
 5355 "futures-core",
 5356 "futures-util",
 5357 "h2",
 5358 "http 0.2.9",
 5359 "http-body",
 5360 "httparse",
 5361 "httpdate",
 5362 "itoa",
 5363 "pin-project-lite",
 5364 "socket2 0.4.9",
 5365 "tokio",
 5366 "tower-service",
 5367 "tracing",
 5368 "want",
 5369]
 5370
 5371[[package]]
 5372name = "hyper-rustls"
 5373version = "0.24.2"
 5374source = "registry+https://github.com/rust-lang/crates.io-index"
 5375checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 5376dependencies = [
 5377 "futures-util",
 5378 "http 0.2.9",
 5379 "hyper",
 5380 "log",
 5381 "rustls",
 5382 "rustls-native-certs",
 5383 "tokio",
 5384 "tokio-rustls",
 5385]
 5386
 5387[[package]]
 5388name = "hyper-tls"
 5389version = "0.5.0"
 5390source = "registry+https://github.com/rust-lang/crates.io-index"
 5391checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 5392dependencies = [
 5393 "bytes 1.5.0",
 5394 "hyper",
 5395 "native-tls",
 5396 "tokio",
 5397 "tokio-native-tls",
 5398]
 5399
 5400[[package]]
 5401name = "iana-time-zone"
 5402version = "0.1.57"
 5403source = "registry+https://github.com/rust-lang/crates.io-index"
 5404checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
 5405dependencies = [
 5406 "android_system_properties",
 5407 "core-foundation-sys 0.8.6",
 5408 "iana-time-zone-haiku",
 5409 "js-sys",
 5410 "wasm-bindgen",
 5411 "windows 0.48.0",
 5412]
 5413
 5414[[package]]
 5415name = "iana-time-zone-haiku"
 5416version = "0.1.2"
 5417source = "registry+https://github.com/rust-lang/crates.io-index"
 5418checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 5419dependencies = [
 5420 "cc",
 5421]
 5422
 5423[[package]]
 5424name = "id-arena"
 5425version = "2.2.1"
 5426source = "registry+https://github.com/rust-lang/crates.io-index"
 5427checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 5428
 5429[[package]]
 5430name = "idna"
 5431version = "0.5.0"
 5432source = "registry+https://github.com/rust-lang/crates.io-index"
 5433checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
 5434dependencies = [
 5435 "unicode-bidi",
 5436 "unicode-normalization",
 5437]
 5438
 5439[[package]]
 5440name = "ignore"
 5441version = "0.4.22"
 5442source = "registry+https://github.com/rust-lang/crates.io-index"
 5443checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
 5444dependencies = [
 5445 "crossbeam-deque",
 5446 "globset",
 5447 "log",
 5448 "memchr",
 5449 "regex-automata 0.4.5",
 5450 "same-file",
 5451 "walkdir",
 5452 "winapi-util",
 5453]
 5454
 5455[[package]]
 5456name = "image"
 5457version = "0.25.1"
 5458source = "registry+https://github.com/rust-lang/crates.io-index"
 5459checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11"
 5460dependencies = [
 5461 "bytemuck",
 5462 "byteorder",
 5463 "color_quant",
 5464 "exr",
 5465 "gif",
 5466 "image-webp",
 5467 "num-traits",
 5468 "png",
 5469 "qoi",
 5470 "ravif",
 5471 "rayon",
 5472 "rgb",
 5473 "tiff",
 5474 "zune-core",
 5475 "zune-jpeg",
 5476]
 5477
 5478[[package]]
 5479name = "image-webp"
 5480version = "0.1.2"
 5481source = "registry+https://github.com/rust-lang/crates.io-index"
 5482checksum = "d730b085583c4d789dfd07fdcf185be59501666a90c97c40162b37e4fdad272d"
 5483dependencies = [
 5484 "byteorder-lite",
 5485 "thiserror",
 5486]
 5487
 5488[[package]]
 5489name = "image_viewer"
 5490version = "0.1.0"
 5491dependencies = [
 5492 "anyhow",
 5493 "db",
 5494 "gpui",
 5495 "project",
 5496 "ui",
 5497 "workspace",
 5498]
 5499
 5500[[package]]
 5501name = "imagesize"
 5502version = "0.12.0"
 5503source = "registry+https://github.com/rust-lang/crates.io-index"
 5504checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
 5505
 5506[[package]]
 5507name = "imgref"
 5508version = "1.10.1"
 5509source = "registry+https://github.com/rust-lang/crates.io-index"
 5510checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
 5511
 5512[[package]]
 5513name = "indexed_docs"
 5514version = "0.1.0"
 5515dependencies = [
 5516 "anyhow",
 5517 "async-trait",
 5518 "collections",
 5519 "derive_more",
 5520 "fs",
 5521 "futures 0.3.28",
 5522 "fuzzy",
 5523 "gpui",
 5524 "heed",
 5525 "html_to_markdown 0.1.0",
 5526 "http 0.1.0",
 5527 "indexmap 1.9.3",
 5528 "indoc",
 5529 "parking_lot",
 5530 "paths",
 5531 "pretty_assertions",
 5532 "serde",
 5533 "strum",
 5534 "util",
 5535]
 5536
 5537[[package]]
 5538name = "indexmap"
 5539version = "1.9.3"
 5540source = "registry+https://github.com/rust-lang/crates.io-index"
 5541checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
 5542dependencies = [
 5543 "autocfg",
 5544 "hashbrown 0.12.3",
 5545 "serde",
 5546]
 5547
 5548[[package]]
 5549name = "indexmap"
 5550version = "2.2.6"
 5551source = "registry+https://github.com/rust-lang/crates.io-index"
 5552checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
 5553dependencies = [
 5554 "equivalent",
 5555 "hashbrown 0.14.5",
 5556 "serde",
 5557]
 5558
 5559[[package]]
 5560name = "indoc"
 5561version = "1.0.9"
 5562source = "registry+https://github.com/rust-lang/crates.io-index"
 5563checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
 5564
 5565[[package]]
 5566name = "inherent"
 5567version = "1.0.10"
 5568source = "registry+https://github.com/rust-lang/crates.io-index"
 5569checksum = "ce243b1bfa62ffc028f1cc3b6034ec63d649f3031bc8a4fbbb004e1ac17d1f68"
 5570dependencies = [
 5571 "proc-macro2",
 5572 "quote",
 5573 "syn 2.0.59",
 5574]
 5575
 5576[[package]]
 5577name = "inline_completion_button"
 5578version = "0.1.0"
 5579dependencies = [
 5580 "anyhow",
 5581 "copilot",
 5582 "editor",
 5583 "fs",
 5584 "futures 0.3.28",
 5585 "gpui",
 5586 "indoc",
 5587 "language",
 5588 "lsp",
 5589 "paths",
 5590 "project",
 5591 "serde_json",
 5592 "settings",
 5593 "supermaven",
 5594 "theme",
 5595 "ui",
 5596 "util",
 5597 "workspace",
 5598 "zed_actions",
 5599]
 5600
 5601[[package]]
 5602name = "inotify"
 5603version = "0.9.6"
 5604source = "registry+https://github.com/rust-lang/crates.io-index"
 5605checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 5606dependencies = [
 5607 "bitflags 1.3.2",
 5608 "inotify-sys",
 5609 "libc",
 5610]
 5611
 5612[[package]]
 5613name = "inotify-sys"
 5614version = "0.1.5"
 5615source = "registry+https://github.com/rust-lang/crates.io-index"
 5616checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 5617dependencies = [
 5618 "libc",
 5619]
 5620
 5621[[package]]
 5622name = "inout"
 5623version = "0.1.3"
 5624source = "registry+https://github.com/rust-lang/crates.io-index"
 5625checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 5626dependencies = [
 5627 "block-padding",
 5628 "generic-array",
 5629]
 5630
 5631[[package]]
 5632name = "install_cli"
 5633version = "0.1.0"
 5634dependencies = [
 5635 "anyhow",
 5636 "gpui",
 5637 "smol",
 5638 "util",
 5639]
 5640
 5641[[package]]
 5642name = "instant"
 5643version = "0.1.12"
 5644source = "registry+https://github.com/rust-lang/crates.io-index"
 5645checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
 5646dependencies = [
 5647 "cfg-if",
 5648]
 5649
 5650[[package]]
 5651name = "interpolate_name"
 5652version = "0.2.4"
 5653source = "registry+https://github.com/rust-lang/crates.io-index"
 5654checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 5655dependencies = [
 5656 "proc-macro2",
 5657 "quote",
 5658 "syn 2.0.59",
 5659]
 5660
 5661[[package]]
 5662name = "io-extras"
 5663version = "0.18.1"
 5664source = "registry+https://github.com/rust-lang/crates.io-index"
 5665checksum = "c301e73fb90e8a29e600a9f402d095765f74310d582916a952f618836a1bd1ed"
 5666dependencies = [
 5667 "io-lifetimes 2.0.3",
 5668 "windows-sys 0.52.0",
 5669]
 5670
 5671[[package]]
 5672name = "io-lifetimes"
 5673version = "1.0.11"
 5674source = "registry+https://github.com/rust-lang/crates.io-index"
 5675checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
 5676dependencies = [
 5677 "hermit-abi 0.3.9",
 5678 "libc",
 5679 "windows-sys 0.48.0",
 5680]
 5681
 5682[[package]]
 5683name = "io-lifetimes"
 5684version = "2.0.3"
 5685source = "registry+https://github.com/rust-lang/crates.io-index"
 5686checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
 5687
 5688[[package]]
 5689name = "iovec"
 5690version = "0.1.4"
 5691source = "registry+https://github.com/rust-lang/crates.io-index"
 5692checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 5693dependencies = [
 5694 "libc",
 5695]
 5696
 5697[[package]]
 5698name = "ipc-channel"
 5699version = "0.18.0"
 5700source = "registry+https://github.com/rust-lang/crates.io-index"
 5701checksum = "7ab3a34c91b7e84a72643bd75d1bac3afd241f78f9859fe0b5e5b2a6a75732c2"
 5702dependencies = [
 5703 "bincode",
 5704 "crossbeam-channel",
 5705 "fnv",
 5706 "lazy_static",
 5707 "libc",
 5708 "mio",
 5709 "rand 0.8.5",
 5710 "serde",
 5711 "tempfile",
 5712 "uuid",
 5713 "windows 0.48.0",
 5714]
 5715
 5716[[package]]
 5717name = "ipnet"
 5718version = "2.8.0"
 5719source = "registry+https://github.com/rust-lang/crates.io-index"
 5720checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
 5721
 5722[[package]]
 5723name = "is-docker"
 5724version = "0.2.0"
 5725source = "registry+https://github.com/rust-lang/crates.io-index"
 5726checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 5727dependencies = [
 5728 "once_cell",
 5729]
 5730
 5731[[package]]
 5732name = "is-wsl"
 5733version = "0.4.0"
 5734source = "registry+https://github.com/rust-lang/crates.io-index"
 5735checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 5736dependencies = [
 5737 "is-docker",
 5738 "once_cell",
 5739]
 5740
 5741[[package]]
 5742name = "isahc"
 5743version = "1.7.2"
 5744source = "registry+https://github.com/rust-lang/crates.io-index"
 5745checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
 5746dependencies = [
 5747 "async-channel 1.9.0",
 5748 "castaway",
 5749 "crossbeam-utils",
 5750 "curl",
 5751 "curl-sys",
 5752 "encoding_rs",
 5753 "event-listener 2.5.3",
 5754 "futures-lite 1.13.0",
 5755 "http 0.2.9",
 5756 "log",
 5757 "mime",
 5758 "once_cell",
 5759 "polling 2.8.0",
 5760 "slab",
 5761 "sluice",
 5762 "tracing",
 5763 "tracing-futures",
 5764 "url",
 5765 "waker-fn",
 5766]
 5767
 5768[[package]]
 5769name = "itertools"
 5770version = "0.10.5"
 5771source = "registry+https://github.com/rust-lang/crates.io-index"
 5772checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 5773dependencies = [
 5774 "either",
 5775]
 5776
 5777[[package]]
 5778name = "itertools"
 5779version = "0.11.0"
 5780source = "registry+https://github.com/rust-lang/crates.io-index"
 5781checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 5782dependencies = [
 5783 "either",
 5784]
 5785
 5786[[package]]
 5787name = "itertools"
 5788version = "0.12.1"
 5789source = "registry+https://github.com/rust-lang/crates.io-index"
 5790checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 5791dependencies = [
 5792 "either",
 5793]
 5794
 5795[[package]]
 5796name = "itoa"
 5797version = "1.0.11"
 5798source = "registry+https://github.com/rust-lang/crates.io-index"
 5799checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
 5800
 5801[[package]]
 5802name = "jni"
 5803version = "0.19.0"
 5804source = "registry+https://github.com/rust-lang/crates.io-index"
 5805checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
 5806dependencies = [
 5807 "cesu8",
 5808 "combine",
 5809 "jni-sys",
 5810 "log",
 5811 "thiserror",
 5812 "walkdir",
 5813]
 5814
 5815[[package]]
 5816name = "jni"
 5817version = "0.20.0"
 5818source = "registry+https://github.com/rust-lang/crates.io-index"
 5819checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c"
 5820dependencies = [
 5821 "cesu8",
 5822 "combine",
 5823 "jni-sys",
 5824 "log",
 5825 "thiserror",
 5826 "walkdir",
 5827]
 5828
 5829[[package]]
 5830name = "jni-sys"
 5831version = "0.3.0"
 5832source = "registry+https://github.com/rust-lang/crates.io-index"
 5833checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 5834
 5835[[package]]
 5836name = "jobserver"
 5837version = "0.1.28"
 5838source = "registry+https://github.com/rust-lang/crates.io-index"
 5839checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6"
 5840dependencies = [
 5841 "libc",
 5842]
 5843
 5844[[package]]
 5845name = "journal"
 5846version = "0.1.0"
 5847dependencies = [
 5848 "anyhow",
 5849 "chrono",
 5850 "editor",
 5851 "gpui",
 5852 "log",
 5853 "schemars",
 5854 "serde",
 5855 "settings",
 5856 "shellexpand 2.1.2",
 5857 "workspace",
 5858]
 5859
 5860[[package]]
 5861name = "jpeg-decoder"
 5862version = "0.3.1"
 5863source = "registry+https://github.com/rust-lang/crates.io-index"
 5864checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 5865
 5866[[package]]
 5867name = "js-sys"
 5868version = "0.3.64"
 5869source = "registry+https://github.com/rust-lang/crates.io-index"
 5870checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
 5871dependencies = [
 5872 "wasm-bindgen",
 5873]
 5874
 5875[[package]]
 5876name = "jwt"
 5877version = "0.16.0"
 5878source = "registry+https://github.com/rust-lang/crates.io-index"
 5879checksum = "6204285f77fe7d9784db3fdc449ecce1a0114927a51d5a41c4c7a292011c015f"
 5880dependencies = [
 5881 "base64 0.13.1",
 5882 "crypto-common",
 5883 "digest 0.10.7",
 5884 "hmac 0.12.1",
 5885 "serde",
 5886 "serde_json",
 5887 "sha2 0.10.7",
 5888]
 5889
 5890[[package]]
 5891name = "khronos-egl"
 5892version = "5.0.0"
 5893source = "registry+https://github.com/rust-lang/crates.io-index"
 5894checksum = "d1382b16c04aeb821453d6215a3c80ba78f24c6595c5aa85653378aabe0c83e3"
 5895dependencies = [
 5896 "libc",
 5897 "libloading 0.8.0",
 5898]
 5899
 5900[[package]]
 5901name = "kqueue"
 5902version = "1.0.8"
 5903source = "registry+https://github.com/rust-lang/crates.io-index"
 5904checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 5905dependencies = [
 5906 "kqueue-sys",
 5907 "libc",
 5908]
 5909
 5910[[package]]
 5911name = "kqueue-sys"
 5912version = "1.0.4"
 5913source = "registry+https://github.com/rust-lang/crates.io-index"
 5914checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 5915dependencies = [
 5916 "bitflags 1.3.2",
 5917 "libc",
 5918]
 5919
 5920[[package]]
 5921name = "kurbo"
 5922version = "0.11.0"
 5923source = "registry+https://github.com/rust-lang/crates.io-index"
 5924checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
 5925dependencies = [
 5926 "arrayvec",
 5927 "smallvec",
 5928]
 5929
 5930[[package]]
 5931name = "kv-log-macro"
 5932version = "1.0.7"
 5933source = "registry+https://github.com/rust-lang/crates.io-index"
 5934checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 5935dependencies = [
 5936 "log",
 5937]
 5938
 5939[[package]]
 5940name = "language"
 5941version = "0.1.0"
 5942dependencies = [
 5943 "anyhow",
 5944 "async-trait",
 5945 "clock",
 5946 "collections",
 5947 "ctor",
 5948 "env_logger",
 5949 "futures 0.3.28",
 5950 "fuzzy",
 5951 "git",
 5952 "globset",
 5953 "gpui",
 5954 "http 0.1.0",
 5955 "indoc",
 5956 "itertools 0.11.0",
 5957 "lazy_static",
 5958 "log",
 5959 "lsp",
 5960 "parking_lot",
 5961 "postage",
 5962 "pulldown-cmark",
 5963 "rand 0.8.5",
 5964 "regex",
 5965 "rpc",
 5966 "schemars",
 5967 "serde",
 5968 "serde_json",
 5969 "settings",
 5970 "similar",
 5971 "smallvec",
 5972 "smol",
 5973 "sum_tree",
 5974 "task",
 5975 "text",
 5976 "theme",
 5977 "tree-sitter",
 5978 "tree-sitter-elixir",
 5979 "tree-sitter-embedded-template",
 5980 "tree-sitter-heex",
 5981 "tree-sitter-html",
 5982 "tree-sitter-json",
 5983 "tree-sitter-markdown",
 5984 "tree-sitter-ruby",
 5985 "tree-sitter-rust",
 5986 "tree-sitter-typescript",
 5987 "unicase",
 5988 "unindent",
 5989 "util",
 5990]
 5991
 5992[[package]]
 5993name = "language_selector"
 5994version = "0.1.0"
 5995dependencies = [
 5996 "anyhow",
 5997 "editor",
 5998 "fuzzy",
 5999 "gpui",
 6000 "language",
 6001 "picker",
 6002 "project",
 6003 "ui",
 6004 "util",
 6005 "workspace",
 6006]
 6007
 6008[[package]]
 6009name = "language_tools"
 6010version = "0.1.0"
 6011dependencies = [
 6012 "anyhow",
 6013 "client",
 6014 "collections",
 6015 "copilot",
 6016 "editor",
 6017 "env_logger",
 6018 "futures 0.3.28",
 6019 "gpui",
 6020 "language",
 6021 "lsp",
 6022 "project",
 6023 "release_channel",
 6024 "serde_json",
 6025 "settings",
 6026 "theme",
 6027 "tree-sitter",
 6028 "ui",
 6029 "util",
 6030 "workspace",
 6031]
 6032
 6033[[package]]
 6034name = "languages"
 6035version = "0.1.0"
 6036dependencies = [
 6037 "anyhow",
 6038 "async-compression",
 6039 "async-tar",
 6040 "async-trait",
 6041 "collections",
 6042 "feature_flags",
 6043 "futures 0.3.28",
 6044 "gpui",
 6045 "http 0.1.0",
 6046 "language",
 6047 "lazy_static",
 6048 "log",
 6049 "lsp",
 6050 "node_runtime",
 6051 "paths",
 6052 "project",
 6053 "regex",
 6054 "rope",
 6055 "rust-embed",
 6056 "serde",
 6057 "serde_json",
 6058 "settings",
 6059 "smol",
 6060 "task",
 6061 "text",
 6062 "theme",
 6063 "toml 0.8.10",
 6064 "tree-sitter",
 6065 "tree-sitter-bash",
 6066 "tree-sitter-c",
 6067 "tree-sitter-cpp",
 6068 "tree-sitter-css",
 6069 "tree-sitter-go",
 6070 "tree-sitter-gomod",
 6071 "tree-sitter-gowork",
 6072 "tree-sitter-jsdoc",
 6073 "tree-sitter-json",
 6074 "tree-sitter-markdown",
 6075 "tree-sitter-proto",
 6076 "tree-sitter-python",
 6077 "tree-sitter-regex",
 6078 "tree-sitter-rust",
 6079 "tree-sitter-typescript",
 6080 "tree-sitter-yaml",
 6081 "unindent",
 6082 "util",
 6083 "workspace",
 6084]
 6085
 6086[[package]]
 6087name = "lazy_static"
 6088version = "1.4.0"
 6089source = "registry+https://github.com/rust-lang/crates.io-index"
 6090checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
 6091dependencies = [
 6092 "spin 0.5.2",
 6093]
 6094
 6095[[package]]
 6096name = "lazycell"
 6097version = "1.3.0"
 6098source = "registry+https://github.com/rust-lang/crates.io-index"
 6099checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 6100
 6101[[package]]
 6102name = "leb128"
 6103version = "0.2.5"
 6104source = "registry+https://github.com/rust-lang/crates.io-index"
 6105checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 6106
 6107[[package]]
 6108name = "lebe"
 6109version = "0.5.2"
 6110source = "registry+https://github.com/rust-lang/crates.io-index"
 6111checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 6112
 6113[[package]]
 6114name = "libc"
 6115version = "0.2.153"
 6116source = "registry+https://github.com/rust-lang/crates.io-index"
 6117checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
 6118
 6119[[package]]
 6120name = "libfuzzer-sys"
 6121version = "0.4.7"
 6122source = "registry+https://github.com/rust-lang/crates.io-index"
 6123checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
 6124dependencies = [
 6125 "arbitrary",
 6126 "cc",
 6127 "once_cell",
 6128]
 6129
 6130[[package]]
 6131name = "libgit2-sys"
 6132version = "0.17.0+1.8.1"
 6133source = "registry+https://github.com/rust-lang/crates.io-index"
 6134checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
 6135dependencies = [
 6136 "cc",
 6137 "libc",
 6138 "libz-sys",
 6139 "pkg-config",
 6140]
 6141
 6142[[package]]
 6143name = "libloading"
 6144version = "0.7.4"
 6145source = "registry+https://github.com/rust-lang/crates.io-index"
 6146checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
 6147dependencies = [
 6148 "cfg-if",
 6149 "winapi",
 6150]
 6151
 6152[[package]]
 6153name = "libloading"
 6154version = "0.8.0"
 6155source = "registry+https://github.com/rust-lang/crates.io-index"
 6156checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb"
 6157dependencies = [
 6158 "cfg-if",
 6159 "windows-sys 0.48.0",
 6160]
 6161
 6162[[package]]
 6163name = "libm"
 6164version = "0.2.8"
 6165source = "registry+https://github.com/rust-lang/crates.io-index"
 6166checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
 6167
 6168[[package]]
 6169name = "libmimalloc-sys"
 6170version = "0.1.37"
 6171source = "registry+https://github.com/rust-lang/crates.io-index"
 6172checksum = "81eb4061c0582dedea1cbc7aff2240300dd6982e0239d1c99e65c1dbf4a30ba7"
 6173dependencies = [
 6174 "cc",
 6175 "libc",
 6176]
 6177
 6178[[package]]
 6179name = "libsqlite3-sys"
 6180version = "0.26.0"
 6181source = "registry+https://github.com/rust-lang/crates.io-index"
 6182checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
 6183dependencies = [
 6184 "cc",
 6185 "pkg-config",
 6186 "vcpkg",
 6187]
 6188
 6189[[package]]
 6190name = "libz-sys"
 6191version = "1.1.12"
 6192source = "registry+https://github.com/rust-lang/crates.io-index"
 6193checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
 6194dependencies = [
 6195 "cc",
 6196 "libc",
 6197 "pkg-config",
 6198 "vcpkg",
 6199]
 6200
 6201[[package]]
 6202name = "line-wrap"
 6203version = "0.1.1"
 6204source = "registry+https://github.com/rust-lang/crates.io-index"
 6205checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
 6206dependencies = [
 6207 "safemem",
 6208]
 6209
 6210[[package]]
 6211name = "linkify"
 6212version = "0.10.0"
 6213source = "registry+https://github.com/rust-lang/crates.io-index"
 6214checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 6215dependencies = [
 6216 "memchr",
 6217]
 6218
 6219[[package]]
 6220name = "linkme"
 6221version = "0.3.17"
 6222source = "registry+https://github.com/rust-lang/crates.io-index"
 6223checksum = "91ed2ee9464ff9707af8e9ad834cffa4802f072caad90639c583dd3c62e6e608"
 6224dependencies = [
 6225 "linkme-impl",
 6226]
 6227
 6228[[package]]
 6229name = "linkme-impl"
 6230version = "0.3.17"
 6231source = "registry+https://github.com/rust-lang/crates.io-index"
 6232checksum = "ba125974b109d512fccbc6c0244e7580143e460895dfd6ea7f8bbb692fd94396"
 6233dependencies = [
 6234 "proc-macro2",
 6235 "quote",
 6236 "syn 2.0.59",
 6237]
 6238
 6239[[package]]
 6240name = "linux-raw-sys"
 6241version = "0.3.8"
 6242source = "registry+https://github.com/rust-lang/crates.io-index"
 6243checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
 6244
 6245[[package]]
 6246name = "linux-raw-sys"
 6247version = "0.4.12"
 6248source = "registry+https://github.com/rust-lang/crates.io-index"
 6249checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
 6250
 6251[[package]]
 6252name = "live_kit_client"
 6253version = "0.1.0"
 6254dependencies = [
 6255 "anyhow",
 6256 "async-broadcast",
 6257 "async-trait",
 6258 "collections",
 6259 "core-foundation",
 6260 "futures 0.3.28",
 6261 "gpui",
 6262 "live_kit_server",
 6263 "log",
 6264 "media",
 6265 "nanoid",
 6266 "parking_lot",
 6267 "postage",
 6268 "serde",
 6269 "serde_json",
 6270 "sha2 0.10.7",
 6271 "simplelog",
 6272]
 6273
 6274[[package]]
 6275name = "live_kit_server"
 6276version = "0.1.0"
 6277dependencies = [
 6278 "anyhow",
 6279 "async-trait",
 6280 "hmac 0.12.1",
 6281 "jwt",
 6282 "log",
 6283 "prost",
 6284 "prost-build",
 6285 "prost-types",
 6286 "reqwest",
 6287 "serde",
 6288 "sha2 0.10.7",
 6289]
 6290
 6291[[package]]
 6292name = "lmdb-master-sys"
 6293version = "0.2.0"
 6294source = "registry+https://github.com/rust-lang/crates.io-index"
 6295checksum = "dc9048db3a58c0732d7236abc4909058f9d2708cfb6d7d047eb895fddec6419a"
 6296dependencies = [
 6297 "cc",
 6298 "doxygen-rs",
 6299 "libc",
 6300]
 6301
 6302[[package]]
 6303name = "lock_api"
 6304version = "0.4.10"
 6305source = "registry+https://github.com/rust-lang/crates.io-index"
 6306checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
 6307dependencies = [
 6308 "autocfg",
 6309 "scopeguard",
 6310]
 6311
 6312[[package]]
 6313name = "log"
 6314version = "0.4.21"
 6315source = "registry+https://github.com/rust-lang/crates.io-index"
 6316checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
 6317dependencies = [
 6318 "serde",
 6319 "value-bag",
 6320]
 6321
 6322[[package]]
 6323name = "loop9"
 6324version = "0.1.5"
 6325source = "registry+https://github.com/rust-lang/crates.io-index"
 6326checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 6327dependencies = [
 6328 "imgref",
 6329]
 6330
 6331[[package]]
 6332name = "lsp"
 6333version = "0.1.0"
 6334dependencies = [
 6335 "anyhow",
 6336 "async-pipe",
 6337 "collections",
 6338 "ctor",
 6339 "env_logger",
 6340 "futures 0.3.28",
 6341 "gpui",
 6342 "log",
 6343 "lsp-types",
 6344 "parking_lot",
 6345 "postage",
 6346 "release_channel",
 6347 "serde",
 6348 "serde_json",
 6349 "smol",
 6350 "util",
 6351 "windows 0.57.0",
 6352]
 6353
 6354[[package]]
 6355name = "lsp-types"
 6356version = "0.95.1"
 6357source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
 6358dependencies = [
 6359 "bitflags 1.3.2",
 6360 "serde",
 6361 "serde_json",
 6362 "serde_repr",
 6363 "url",
 6364]
 6365
 6366[[package]]
 6367name = "lz4"
 6368version = "1.24.0"
 6369source = "registry+https://github.com/rust-lang/crates.io-index"
 6370checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"
 6371dependencies = [
 6372 "libc",
 6373 "lz4-sys",
 6374]
 6375
 6376[[package]]
 6377name = "lz4-sys"
 6378version = "1.9.4"
 6379source = "registry+https://github.com/rust-lang/crates.io-index"
 6380checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"
 6381dependencies = [
 6382 "cc",
 6383 "libc",
 6384]
 6385
 6386[[package]]
 6387name = "mac"
 6388version = "0.1.1"
 6389source = "registry+https://github.com/rust-lang/crates.io-index"
 6390checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 6391
 6392[[package]]
 6393name = "mach"
 6394version = "0.3.2"
 6395source = "registry+https://github.com/rust-lang/crates.io-index"
 6396checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
 6397dependencies = [
 6398 "libc",
 6399]
 6400
 6401[[package]]
 6402name = "mach2"
 6403version = "0.4.1"
 6404source = "registry+https://github.com/rust-lang/crates.io-index"
 6405checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8"
 6406dependencies = [
 6407 "libc",
 6408]
 6409
 6410[[package]]
 6411name = "malloc_buf"
 6412version = "0.0.6"
 6413source = "registry+https://github.com/rust-lang/crates.io-index"
 6414checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 6415dependencies = [
 6416 "libc",
 6417]
 6418
 6419[[package]]
 6420name = "markdown"
 6421version = "0.1.0"
 6422dependencies = [
 6423 "anyhow",
 6424 "assets",
 6425 "env_logger",
 6426 "futures 0.3.28",
 6427 "gpui",
 6428 "language",
 6429 "languages",
 6430 "linkify",
 6431 "log",
 6432 "node_runtime",
 6433 "pulldown-cmark",
 6434 "settings",
 6435 "theme",
 6436 "ui",
 6437 "util",
 6438]
 6439
 6440[[package]]
 6441name = "markdown_preview"
 6442version = "0.1.0"
 6443dependencies = [
 6444 "anyhow",
 6445 "async-recursion 1.0.5",
 6446 "collections",
 6447 "editor",
 6448 "gpui",
 6449 "language",
 6450 "linkify",
 6451 "log",
 6452 "pretty_assertions",
 6453 "pulldown-cmark",
 6454 "theme",
 6455 "ui",
 6456 "workspace",
 6457]
 6458
 6459[[package]]
 6460name = "markup5ever"
 6461version = "0.12.1"
 6462source = "registry+https://github.com/rust-lang/crates.io-index"
 6463checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 6464dependencies = [
 6465 "log",
 6466 "phf",
 6467 "phf_codegen",
 6468 "string_cache",
 6469 "string_cache_codegen",
 6470 "tendril",
 6471]
 6472
 6473[[package]]
 6474name = "markup5ever_rcdom"
 6475version = "0.3.0"
 6476source = "registry+https://github.com/rust-lang/crates.io-index"
 6477checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 6478dependencies = [
 6479 "html5ever",
 6480 "markup5ever",
 6481 "tendril",
 6482 "xml5ever",
 6483]
 6484
 6485[[package]]
 6486name = "matchers"
 6487version = "0.1.0"
 6488source = "registry+https://github.com/rust-lang/crates.io-index"
 6489checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 6490dependencies = [
 6491 "regex-automata 0.1.10",
 6492]
 6493
 6494[[package]]
 6495name = "matchit"
 6496version = "0.7.3"
 6497source = "registry+https://github.com/rust-lang/crates.io-index"
 6498checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 6499
 6500[[package]]
 6501name = "maybe-owned"
 6502version = "0.3.4"
 6503source = "registry+https://github.com/rust-lang/crates.io-index"
 6504checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 6505
 6506[[package]]
 6507name = "maybe-rayon"
 6508version = "0.1.1"
 6509source = "registry+https://github.com/rust-lang/crates.io-index"
 6510checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 6511dependencies = [
 6512 "cfg-if",
 6513 "rayon",
 6514]
 6515
 6516[[package]]
 6517name = "md-5"
 6518version = "0.10.5"
 6519source = "registry+https://github.com/rust-lang/crates.io-index"
 6520checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
 6521dependencies = [
 6522 "digest 0.10.7",
 6523]
 6524
 6525[[package]]
 6526name = "media"
 6527version = "0.1.0"
 6528dependencies = [
 6529 "anyhow",
 6530 "bindgen 0.65.1",
 6531 "core-foundation",
 6532 "foreign-types 0.5.0",
 6533 "metal",
 6534 "objc",
 6535]
 6536
 6537[[package]]
 6538name = "memchr"
 6539version = "2.7.2"
 6540source = "registry+https://github.com/rust-lang/crates.io-index"
 6541checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
 6542
 6543[[package]]
 6544name = "memfd"
 6545version = "0.6.4"
 6546source = "registry+https://github.com/rust-lang/crates.io-index"
 6547checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 6548dependencies = [
 6549 "rustix 0.38.32",
 6550]
 6551
 6552[[package]]
 6553name = "memmap2"
 6554version = "0.9.4"
 6555source = "registry+https://github.com/rust-lang/crates.io-index"
 6556checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
 6557dependencies = [
 6558 "libc",
 6559]
 6560
 6561[[package]]
 6562name = "memoffset"
 6563version = "0.9.0"
 6564source = "registry+https://github.com/rust-lang/crates.io-index"
 6565checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
 6566dependencies = [
 6567 "autocfg",
 6568]
 6569
 6570[[package]]
 6571name = "menu"
 6572version = "0.1.0"
 6573dependencies = [
 6574 "gpui",
 6575 "serde",
 6576]
 6577
 6578[[package]]
 6579name = "metal"
 6580version = "0.25.0"
 6581source = "registry+https://github.com/rust-lang/crates.io-index"
 6582checksum = "550b24b0cd4cf923f36bae78eca457b3a10d8a6a14a9c84cb2687b527e6a84af"
 6583dependencies = [
 6584 "bitflags 1.3.2",
 6585 "block",
 6586 "core-graphics-types",
 6587 "foreign-types 0.5.0",
 6588 "log",
 6589 "objc",
 6590 "paste",
 6591]
 6592
 6593[[package]]
 6594name = "mimalloc"
 6595version = "0.1.41"
 6596source = "registry+https://github.com/rust-lang/crates.io-index"
 6597checksum = "9f41a2280ded0da56c8cf898babb86e8f10651a34adcfff190ae9a1159c6908d"
 6598dependencies = [
 6599 "libmimalloc-sys",
 6600]
 6601
 6602[[package]]
 6603name = "mime"
 6604version = "0.3.17"
 6605source = "registry+https://github.com/rust-lang/crates.io-index"
 6606checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 6607
 6608[[package]]
 6609name = "minimal-lexical"
 6610version = "0.2.1"
 6611source = "registry+https://github.com/rust-lang/crates.io-index"
 6612checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 6613
 6614[[package]]
 6615name = "miniz_oxide"
 6616version = "0.7.1"
 6617source = "registry+https://github.com/rust-lang/crates.io-index"
 6618checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
 6619dependencies = [
 6620 "adler",
 6621 "simd-adler32",
 6622]
 6623
 6624[[package]]
 6625name = "mint"
 6626version = "0.5.9"
 6627source = "registry+https://github.com/rust-lang/crates.io-index"
 6628checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 6629
 6630[[package]]
 6631name = "mio"
 6632version = "0.8.11"
 6633source = "registry+https://github.com/rust-lang/crates.io-index"
 6634checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
 6635dependencies = [
 6636 "libc",
 6637 "log",
 6638 "wasi 0.11.0+wasi-snapshot-preview1",
 6639 "windows-sys 0.48.0",
 6640]
 6641
 6642[[package]]
 6643name = "miow"
 6644version = "0.6.0"
 6645source = "registry+https://github.com/rust-lang/crates.io-index"
 6646checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 6647dependencies = [
 6648 "windows-sys 0.48.0",
 6649]
 6650
 6651[[package]]
 6652name = "multi_buffer"
 6653version = "0.1.0"
 6654dependencies = [
 6655 "anyhow",
 6656 "clock",
 6657 "collections",
 6658 "ctor",
 6659 "env_logger",
 6660 "futures 0.3.28",
 6661 "git",
 6662 "gpui",
 6663 "itertools 0.11.0",
 6664 "language",
 6665 "log",
 6666 "parking_lot",
 6667 "rand 0.8.5",
 6668 "serde",
 6669 "settings",
 6670 "smallvec",
 6671 "sum_tree",
 6672 "text",
 6673 "theme",
 6674 "util",
 6675]
 6676
 6677[[package]]
 6678name = "multimap"
 6679version = "0.8.3"
 6680source = "registry+https://github.com/rust-lang/crates.io-index"
 6681checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 6682
 6683[[package]]
 6684name = "naga"
 6685version = "0.20.0"
 6686source = "git+https://github.com/gfx-rs/wgpu?rev=425526828f738c95ec50b016c6a761bc00d2fb25#425526828f738c95ec50b016c6a761bc00d2fb25"
 6687dependencies = [
 6688 "arrayvec",
 6689 "bit-set 0.6.0",
 6690 "bitflags 2.6.0",
 6691 "cfg_aliases",
 6692 "codespan-reporting",
 6693 "hexf-parse",
 6694 "indexmap 2.2.6",
 6695 "log",
 6696 "rustc-hash",
 6697 "spirv",
 6698 "termcolor",
 6699 "thiserror",
 6700 "unicode-xid",
 6701]
 6702
 6703[[package]]
 6704name = "nanoid"
 6705version = "0.4.0"
 6706source = "registry+https://github.com/rust-lang/crates.io-index"
 6707checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 6708dependencies = [
 6709 "rand 0.8.5",
 6710]
 6711
 6712[[package]]
 6713name = "nanorand"
 6714version = "0.7.0"
 6715source = "registry+https://github.com/rust-lang/crates.io-index"
 6716checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 6717dependencies = [
 6718 "getrandom 0.2.10",
 6719]
 6720
 6721[[package]]
 6722name = "native-tls"
 6723version = "0.2.11"
 6724source = "registry+https://github.com/rust-lang/crates.io-index"
 6725checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
 6726dependencies = [
 6727 "lazy_static",
 6728 "libc",
 6729 "log",
 6730 "openssl",
 6731 "openssl-probe",
 6732 "openssl-sys",
 6733 "schannel",
 6734 "security-framework",
 6735 "security-framework-sys",
 6736 "tempfile",
 6737]
 6738
 6739[[package]]
 6740name = "ndk"
 6741version = "0.7.0"
 6742source = "registry+https://github.com/rust-lang/crates.io-index"
 6743checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
 6744dependencies = [
 6745 "bitflags 1.3.2",
 6746 "jni-sys",
 6747 "ndk-sys",
 6748 "num_enum",
 6749 "raw-window-handle 0.5.2",
 6750 "thiserror",
 6751]
 6752
 6753[[package]]
 6754name = "ndk-context"
 6755version = "0.1.1"
 6756source = "registry+https://github.com/rust-lang/crates.io-index"
 6757checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 6758
 6759[[package]]
 6760name = "ndk-sys"
 6761version = "0.4.1+23.1.7779620"
 6762source = "registry+https://github.com/rust-lang/crates.io-index"
 6763checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
 6764dependencies = [
 6765 "jni-sys",
 6766]
 6767
 6768[[package]]
 6769name = "new_debug_unreachable"
 6770version = "1.0.4"
 6771source = "registry+https://github.com/rust-lang/crates.io-index"
 6772checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
 6773
 6774[[package]]
 6775name = "nix"
 6776version = "0.24.3"
 6777source = "registry+https://github.com/rust-lang/crates.io-index"
 6778checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
 6779dependencies = [
 6780 "bitflags 1.3.2",
 6781 "cfg-if",
 6782 "libc",
 6783]
 6784
 6785[[package]]
 6786name = "nix"
 6787version = "0.27.1"
 6788source = "registry+https://github.com/rust-lang/crates.io-index"
 6789checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
 6790dependencies = [
 6791 "bitflags 2.6.0",
 6792 "cfg-if",
 6793 "libc",
 6794 "memoffset",
 6795]
 6796
 6797[[package]]
 6798name = "nix"
 6799version = "0.28.0"
 6800source = "registry+https://github.com/rust-lang/crates.io-index"
 6801checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
 6802dependencies = [
 6803 "bitflags 2.6.0",
 6804 "cfg-if",
 6805 "cfg_aliases",
 6806 "libc",
 6807]
 6808
 6809[[package]]
 6810name = "node_runtime"
 6811version = "0.1.0"
 6812dependencies = [
 6813 "anyhow",
 6814 "async-compression",
 6815 "async-std",
 6816 "async-tar",
 6817 "async-trait",
 6818 "async_zip",
 6819 "futures 0.3.28",
 6820 "http 0.1.0",
 6821 "log",
 6822 "paths",
 6823 "semver",
 6824 "serde",
 6825 "serde_json",
 6826 "smol",
 6827 "tempfile",
 6828 "util",
 6829 "walkdir",
 6830 "windows 0.57.0",
 6831]
 6832
 6833[[package]]
 6834name = "nom"
 6835version = "7.1.3"
 6836source = "registry+https://github.com/rust-lang/crates.io-index"
 6837checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 6838dependencies = [
 6839 "memchr",
 6840 "minimal-lexical",
 6841]
 6842
 6843[[package]]
 6844name = "noop_proc_macro"
 6845version = "0.3.0"
 6846source = "registry+https://github.com/rust-lang/crates.io-index"
 6847checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 6848
 6849[[package]]
 6850name = "notifications"
 6851version = "0.1.0"
 6852dependencies = [
 6853 "anyhow",
 6854 "channel",
 6855 "client",
 6856 "collections",
 6857 "db",
 6858 "gpui",
 6859 "rpc",
 6860 "settings",
 6861 "sum_tree",
 6862 "time",
 6863 "util",
 6864]
 6865
 6866[[package]]
 6867name = "notify"
 6868version = "6.1.1"
 6869source = "registry+https://github.com/rust-lang/crates.io-index"
 6870checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
 6871dependencies = [
 6872 "bitflags 2.6.0",
 6873 "crossbeam-channel",
 6874 "filetime",
 6875 "fsevent-sys 4.1.0",
 6876 "inotify",
 6877 "kqueue",
 6878 "libc",
 6879 "log",
 6880 "mio",
 6881 "walkdir",
 6882 "windows-sys 0.48.0",
 6883]
 6884
 6885[[package]]
 6886name = "ntapi"
 6887version = "0.4.1"
 6888source = "registry+https://github.com/rust-lang/crates.io-index"
 6889checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 6890dependencies = [
 6891 "winapi",
 6892]
 6893
 6894[[package]]
 6895name = "nu-ansi-term"
 6896version = "0.46.0"
 6897source = "registry+https://github.com/rust-lang/crates.io-index"
 6898checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 6899dependencies = [
 6900 "overload",
 6901 "winapi",
 6902]
 6903
 6904[[package]]
 6905name = "num"
 6906version = "0.4.1"
 6907source = "registry+https://github.com/rust-lang/crates.io-index"
 6908checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af"
 6909dependencies = [
 6910 "num-bigint",
 6911 "num-complex",
 6912 "num-integer",
 6913 "num-iter",
 6914 "num-rational",
 6915 "num-traits",
 6916]
 6917
 6918[[package]]
 6919name = "num-bigint"
 6920version = "0.4.4"
 6921source = "registry+https://github.com/rust-lang/crates.io-index"
 6922checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
 6923dependencies = [
 6924 "autocfg",
 6925 "num-integer",
 6926 "num-traits",
 6927]
 6928
 6929[[package]]
 6930name = "num-bigint-dig"
 6931version = "0.7.1"
 6932source = "registry+https://github.com/rust-lang/crates.io-index"
 6933checksum = "f9bc3e36fd683e004fd59c64a425e0e991616f5a8b617c3b9a933a93c168facc"
 6934dependencies = [
 6935 "byteorder",
 6936 "lazy_static",
 6937 "libm",
 6938 "num-integer",
 6939 "num-iter",
 6940 "num-traits",
 6941 "rand 0.8.5",
 6942 "smallvec",
 6943 "zeroize",
 6944]
 6945
 6946[[package]]
 6947name = "num-bigint-dig"
 6948version = "0.8.4"
 6949source = "registry+https://github.com/rust-lang/crates.io-index"
 6950checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 6951dependencies = [
 6952 "byteorder",
 6953 "lazy_static",
 6954 "libm",
 6955 "num-integer",
 6956 "num-iter",
 6957 "num-traits",
 6958 "rand 0.8.5",
 6959 "serde",
 6960 "smallvec",
 6961 "zeroize",
 6962]
 6963
 6964[[package]]
 6965name = "num-complex"
 6966version = "0.4.4"
 6967source = "registry+https://github.com/rust-lang/crates.io-index"
 6968checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"
 6969dependencies = [
 6970 "num-traits",
 6971]
 6972
 6973[[package]]
 6974name = "num-conv"
 6975version = "0.1.0"
 6976source = "registry+https://github.com/rust-lang/crates.io-index"
 6977checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 6978
 6979[[package]]
 6980name = "num-derive"
 6981version = "0.3.3"
 6982source = "registry+https://github.com/rust-lang/crates.io-index"
 6983checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
 6984dependencies = [
 6985 "proc-macro2",
 6986 "quote",
 6987 "syn 1.0.109",
 6988]
 6989
 6990[[package]]
 6991name = "num-derive"
 6992version = "0.4.2"
 6993source = "registry+https://github.com/rust-lang/crates.io-index"
 6994checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 6995dependencies = [
 6996 "proc-macro2",
 6997 "quote",
 6998 "syn 2.0.59",
 6999]
 7000
 7001[[package]]
 7002name = "num-format"
 7003version = "0.4.4"
 7004source = "registry+https://github.com/rust-lang/crates.io-index"
 7005checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 7006dependencies = [
 7007 "arrayvec",
 7008 "itoa",
 7009]
 7010
 7011[[package]]
 7012name = "num-integer"
 7013version = "0.1.45"
 7014source = "registry+https://github.com/rust-lang/crates.io-index"
 7015checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
 7016dependencies = [
 7017 "autocfg",
 7018 "num-traits",
 7019]
 7020
 7021[[package]]
 7022name = "num-iter"
 7023version = "0.1.43"
 7024source = "registry+https://github.com/rust-lang/crates.io-index"
 7025checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
 7026dependencies = [
 7027 "autocfg",
 7028 "num-integer",
 7029 "num-traits",
 7030]
 7031
 7032[[package]]
 7033name = "num-rational"
 7034version = "0.4.1"
 7035source = "registry+https://github.com/rust-lang/crates.io-index"
 7036checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
 7037dependencies = [
 7038 "autocfg",
 7039 "num-bigint",
 7040 "num-integer",
 7041 "num-traits",
 7042]
 7043
 7044[[package]]
 7045name = "num-traits"
 7046version = "0.2.16"
 7047source = "registry+https://github.com/rust-lang/crates.io-index"
 7048checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
 7049dependencies = [
 7050 "autocfg",
 7051 "libm",
 7052]
 7053
 7054[[package]]
 7055name = "num_cpus"
 7056version = "1.16.0"
 7057source = "registry+https://github.com/rust-lang/crates.io-index"
 7058checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 7059dependencies = [
 7060 "hermit-abi 0.3.9",
 7061 "libc",
 7062]
 7063
 7064[[package]]
 7065name = "num_enum"
 7066version = "0.5.11"
 7067source = "registry+https://github.com/rust-lang/crates.io-index"
 7068checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
 7069dependencies = [
 7070 "num_enum_derive",
 7071]
 7072
 7073[[package]]
 7074name = "num_enum_derive"
 7075version = "0.5.11"
 7076source = "registry+https://github.com/rust-lang/crates.io-index"
 7077checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
 7078dependencies = [
 7079 "proc-macro-crate 1.3.1",
 7080 "proc-macro2",
 7081 "quote",
 7082 "syn 1.0.109",
 7083]
 7084
 7085[[package]]
 7086name = "num_threads"
 7087version = "0.1.7"
 7088source = "registry+https://github.com/rust-lang/crates.io-index"
 7089checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
 7090dependencies = [
 7091 "libc",
 7092]
 7093
 7094[[package]]
 7095name = "nvim-rs"
 7096version = "0.6.0-pre"
 7097source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#0d2b1c884f3c39a76b5b7aac0b429f4624843954"
 7098dependencies = [
 7099 "async-trait",
 7100 "futures 0.3.28",
 7101 "log",
 7102 "parity-tokio-ipc",
 7103 "rmp",
 7104 "rmpv",
 7105 "tokio",
 7106 "tokio-util",
 7107]
 7108
 7109[[package]]
 7110name = "objc"
 7111version = "0.2.7"
 7112source = "registry+https://github.com/rust-lang/crates.io-index"
 7113checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 7114dependencies = [
 7115 "malloc_buf",
 7116 "objc_exception",
 7117]
 7118
 7119[[package]]
 7120name = "objc_exception"
 7121version = "0.1.2"
 7122source = "registry+https://github.com/rust-lang/crates.io-index"
 7123checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
 7124dependencies = [
 7125 "cc",
 7126]
 7127
 7128[[package]]
 7129name = "object"
 7130version = "0.32.1"
 7131source = "registry+https://github.com/rust-lang/crates.io-index"
 7132checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
 7133dependencies = [
 7134 "crc32fast",
 7135 "hashbrown 0.14.5",
 7136 "indexmap 2.2.6",
 7137 "memchr",
 7138]
 7139
 7140[[package]]
 7141name = "oboe"
 7142version = "0.5.0"
 7143source = "registry+https://github.com/rust-lang/crates.io-index"
 7144checksum = "8868cc237ee02e2d9618539a23a8d228b9bb3fc2e7a5b11eed3831de77c395d0"
 7145dependencies = [
 7146 "jni 0.20.0",
 7147 "ndk",
 7148 "ndk-context",
 7149 "num-derive 0.3.3",
 7150 "num-traits",
 7151 "oboe-sys",
 7152]
 7153
 7154[[package]]
 7155name = "oboe-sys"
 7156version = "0.5.0"
 7157source = "registry+https://github.com/rust-lang/crates.io-index"
 7158checksum = "7f44155e7fb718d3cfddcf70690b2b51ac4412f347cd9e4fbe511abe9cd7b5f2"
 7159dependencies = [
 7160 "cc",
 7161]
 7162
 7163[[package]]
 7164name = "ollama"
 7165version = "0.1.0"
 7166dependencies = [
 7167 "anyhow",
 7168 "futures 0.3.28",
 7169 "http 0.1.0",
 7170 "isahc",
 7171 "schemars",
 7172 "serde",
 7173 "serde_json",
 7174]
 7175
 7176[[package]]
 7177name = "once_cell"
 7178version = "1.19.0"
 7179source = "registry+https://github.com/rust-lang/crates.io-index"
 7180checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
 7181
 7182[[package]]
 7183name = "oo7"
 7184version = "0.3.0"
 7185source = "registry+https://github.com/rust-lang/crates.io-index"
 7186checksum = "37558cac1af63a81fd2ff7f3469c02a4da06b163c5671791553b8dac10f07c82"
 7187dependencies = [
 7188 "aes",
 7189 "async-fs 2.1.1",
 7190 "async-io 2.3.1",
 7191 "async-lock 3.3.0",
 7192 "blocking",
 7193 "cbc",
 7194 "cipher 0.4.4",
 7195 "digest 0.10.7",
 7196 "futures-lite 2.2.0",
 7197 "futures-util",
 7198 "hkdf",
 7199 "hmac 0.12.1",
 7200 "num",
 7201 "num-bigint-dig 0.8.4",
 7202 "pbkdf2 0.12.2",
 7203 "rand 0.8.5",
 7204 "serde",
 7205 "sha2 0.10.7",
 7206 "zbus",
 7207 "zeroize",
 7208 "zvariant",
 7209]
 7210
 7211[[package]]
 7212name = "oorandom"
 7213version = "11.1.3"
 7214source = "registry+https://github.com/rust-lang/crates.io-index"
 7215checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
 7216
 7217[[package]]
 7218name = "opaque-debug"
 7219version = "0.3.0"
 7220source = "registry+https://github.com/rust-lang/crates.io-index"
 7221checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
 7222
 7223[[package]]
 7224name = "open"
 7225version = "5.3.0"
 7226source = "registry+https://github.com/rust-lang/crates.io-index"
 7227checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3"
 7228dependencies = [
 7229 "is-wsl",
 7230 "libc",
 7231 "pathdiff",
 7232]
 7233
 7234[[package]]
 7235name = "open_ai"
 7236version = "0.1.0"
 7237dependencies = [
 7238 "anyhow",
 7239 "futures 0.3.28",
 7240 "http 0.1.0",
 7241 "isahc",
 7242 "schemars",
 7243 "serde",
 7244 "serde_json",
 7245 "strum",
 7246]
 7247
 7248[[package]]
 7249name = "openssl"
 7250version = "0.10.57"
 7251source = "registry+https://github.com/rust-lang/crates.io-index"
 7252checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c"
 7253dependencies = [
 7254 "bitflags 2.6.0",
 7255 "cfg-if",
 7256 "foreign-types 0.3.2",
 7257 "libc",
 7258 "once_cell",
 7259 "openssl-macros",
 7260 "openssl-sys",
 7261]
 7262
 7263[[package]]
 7264name = "openssl-macros"
 7265version = "0.1.1"
 7266source = "registry+https://github.com/rust-lang/crates.io-index"
 7267checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 7268dependencies = [
 7269 "proc-macro2",
 7270 "quote",
 7271 "syn 2.0.59",
 7272]
 7273
 7274[[package]]
 7275name = "openssl-probe"
 7276version = "0.1.5"
 7277source = "registry+https://github.com/rust-lang/crates.io-index"
 7278checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 7279
 7280[[package]]
 7281name = "openssl-src"
 7282version = "300.3.0+3.3.0"
 7283source = "registry+https://github.com/rust-lang/crates.io-index"
 7284checksum = "eba8804a1c5765b18c4b3f907e6897ebabeedebc9830e1a0046c4a4cf44663e1"
 7285dependencies = [
 7286 "cc",
 7287]
 7288
 7289[[package]]
 7290name = "openssl-sys"
 7291version = "0.9.93"
 7292source = "registry+https://github.com/rust-lang/crates.io-index"
 7293checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d"
 7294dependencies = [
 7295 "cc",
 7296 "libc",
 7297 "openssl-src",
 7298 "pkg-config",
 7299 "vcpkg",
 7300]
 7301
 7302[[package]]
 7303name = "option-ext"
 7304version = "0.2.0"
 7305source = "registry+https://github.com/rust-lang/crates.io-index"
 7306checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 7307
 7308[[package]]
 7309name = "ordered-float"
 7310version = "2.10.0"
 7311source = "registry+https://github.com/rust-lang/crates.io-index"
 7312checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
 7313dependencies = [
 7314 "num-traits",
 7315]
 7316
 7317[[package]]
 7318name = "ordered-float"
 7319version = "3.9.1"
 7320source = "registry+https://github.com/rust-lang/crates.io-index"
 7321checksum = "2a54938017eacd63036332b4ae5c8a49fc8c0c1d6d629893057e4f13609edd06"
 7322dependencies = [
 7323 "num-traits",
 7324]
 7325
 7326[[package]]
 7327name = "ordered-stream"
 7328version = "0.2.0"
 7329source = "registry+https://github.com/rust-lang/crates.io-index"
 7330checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 7331dependencies = [
 7332 "futures-core",
 7333 "pin-project-lite",
 7334]
 7335
 7336[[package]]
 7337name = "os_str_bytes"
 7338version = "6.5.1"
 7339source = "registry+https://github.com/rust-lang/crates.io-index"
 7340checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac"
 7341
 7342[[package]]
 7343name = "ouroboros"
 7344version = "0.17.2"
 7345source = "registry+https://github.com/rust-lang/crates.io-index"
 7346checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
 7347dependencies = [
 7348 "aliasable",
 7349 "ouroboros_macro",
 7350 "static_assertions",
 7351]
 7352
 7353[[package]]
 7354name = "ouroboros_macro"
 7355version = "0.17.2"
 7356source = "registry+https://github.com/rust-lang/crates.io-index"
 7357checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
 7358dependencies = [
 7359 "heck 0.4.1",
 7360 "proc-macro-error",
 7361 "proc-macro2",
 7362 "quote",
 7363 "syn 2.0.59",
 7364]
 7365
 7366[[package]]
 7367name = "outline"
 7368version = "0.1.0"
 7369dependencies = [
 7370 "editor",
 7371 "fuzzy",
 7372 "gpui",
 7373 "indoc",
 7374 "language",
 7375 "menu",
 7376 "ordered-float 2.10.0",
 7377 "picker",
 7378 "project",
 7379 "rope",
 7380 "serde_json",
 7381 "smol",
 7382 "theme",
 7383 "tree-sitter-rust",
 7384 "tree-sitter-typescript",
 7385 "ui",
 7386 "util",
 7387 "workspace",
 7388]
 7389
 7390[[package]]
 7391name = "outline_panel"
 7392version = "0.1.0"
 7393dependencies = [
 7394 "anyhow",
 7395 "collections",
 7396 "db",
 7397 "editor",
 7398 "file_icons",
 7399 "fuzzy",
 7400 "gpui",
 7401 "itertools 0.11.0",
 7402 "language",
 7403 "log",
 7404 "menu",
 7405 "project",
 7406 "schemars",
 7407 "serde",
 7408 "serde_json",
 7409 "settings",
 7410 "util",
 7411 "workspace",
 7412 "worktree",
 7413]
 7414
 7415[[package]]
 7416name = "outref"
 7417version = "0.5.1"
 7418source = "registry+https://github.com/rust-lang/crates.io-index"
 7419checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 7420
 7421[[package]]
 7422name = "overload"
 7423version = "0.1.1"
 7424source = "registry+https://github.com/rust-lang/crates.io-index"
 7425checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 7426
 7427[[package]]
 7428name = "p256"
 7429version = "0.11.1"
 7430source = "registry+https://github.com/rust-lang/crates.io-index"
 7431checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 7432dependencies = [
 7433 "ecdsa",
 7434 "elliptic-curve",
 7435 "sha2 0.10.7",
 7436]
 7437
 7438[[package]]
 7439name = "page_size"
 7440version = "0.6.0"
 7441source = "registry+https://github.com/rust-lang/crates.io-index"
 7442checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 7443dependencies = [
 7444 "libc",
 7445 "winapi",
 7446]
 7447
 7448[[package]]
 7449name = "palette"
 7450version = "0.7.5"
 7451source = "registry+https://github.com/rust-lang/crates.io-index"
 7452checksum = "ebfc23a4b76642983d57e4ad00bb4504eb30a8ce3c70f4aee1f725610e36d97a"
 7453dependencies = [
 7454 "approx",
 7455 "fast-srgb8",
 7456 "palette_derive",
 7457]
 7458
 7459[[package]]
 7460name = "palette_derive"
 7461version = "0.7.5"
 7462source = "registry+https://github.com/rust-lang/crates.io-index"
 7463checksum = "e8890702dbec0bad9116041ae586f84805b13eecd1d8b1df27c29998a9969d6d"
 7464dependencies = [
 7465 "proc-macro2",
 7466 "quote",
 7467 "syn 2.0.59",
 7468]
 7469
 7470[[package]]
 7471name = "parity-tokio-ipc"
 7472version = "0.9.0"
 7473source = "registry+https://github.com/rust-lang/crates.io-index"
 7474checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 7475dependencies = [
 7476 "futures 0.3.28",
 7477 "libc",
 7478 "log",
 7479 "rand 0.7.3",
 7480 "tokio",
 7481 "winapi",
 7482]
 7483
 7484[[package]]
 7485name = "parking"
 7486version = "2.2.0"
 7487source = "registry+https://github.com/rust-lang/crates.io-index"
 7488checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
 7489
 7490[[package]]
 7491name = "parking_lot"
 7492version = "0.12.1"
 7493source = "registry+https://github.com/rust-lang/crates.io-index"
 7494checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
 7495dependencies = [
 7496 "lock_api",
 7497 "parking_lot_core",
 7498]
 7499
 7500[[package]]
 7501name = "parking_lot_core"
 7502version = "0.9.8"
 7503source = "registry+https://github.com/rust-lang/crates.io-index"
 7504checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
 7505dependencies = [
 7506 "cfg-if",
 7507 "libc",
 7508 "redox_syscall 0.3.5",
 7509 "smallvec",
 7510 "windows-targets 0.48.5",
 7511]
 7512
 7513[[package]]
 7514name = "password-hash"
 7515version = "0.2.1"
 7516source = "registry+https://github.com/rust-lang/crates.io-index"
 7517checksum = "c1a5d4e9c205d2c1ae73b84aab6240e98218c0e72e63b50422cfb2d1ca952282"
 7518dependencies = [
 7519 "base64ct",
 7520 "rand_core 0.6.4",
 7521 "subtle",
 7522]
 7523
 7524[[package]]
 7525name = "paste"
 7526version = "1.0.14"
 7527source = "registry+https://github.com/rust-lang/crates.io-index"
 7528checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
 7529
 7530[[package]]
 7531name = "pathdiff"
 7532version = "0.2.1"
 7533source = "registry+https://github.com/rust-lang/crates.io-index"
 7534checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
 7535
 7536[[package]]
 7537name = "pathfinder_geometry"
 7538version = "0.5.1"
 7539source = "registry+https://github.com/rust-lang/crates.io-index"
 7540checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 7541dependencies = [
 7542 "log",
 7543 "pathfinder_simd",
 7544]
 7545
 7546[[package]]
 7547name = "pathfinder_simd"
 7548version = "0.5.3"
 7549source = "git+https://github.com/servo/pathfinder.git?rev=4968e819c0d9b015437ffc694511e175801a17c7#4968e819c0d9b015437ffc694511e175801a17c7"
 7550dependencies = [
 7551 "rustc_version",
 7552]
 7553
 7554[[package]]
 7555name = "paths"
 7556version = "0.1.0"
 7557dependencies = [
 7558 "dirs 4.0.0",
 7559 "util",
 7560]
 7561
 7562[[package]]
 7563name = "pbkdf2"
 7564version = "0.8.0"
 7565source = "registry+https://github.com/rust-lang/crates.io-index"
 7566checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
 7567dependencies = [
 7568 "crypto-mac",
 7569]
 7570
 7571[[package]]
 7572name = "pbkdf2"
 7573version = "0.12.2"
 7574source = "registry+https://github.com/rust-lang/crates.io-index"
 7575checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 7576dependencies = [
 7577 "digest 0.10.7",
 7578 "hmac 0.12.1",
 7579]
 7580
 7581[[package]]
 7582name = "peeking_take_while"
 7583version = "0.1.2"
 7584source = "registry+https://github.com/rust-lang/crates.io-index"
 7585checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
 7586
 7587[[package]]
 7588name = "pem"
 7589version = "0.8.3"
 7590source = "registry+https://github.com/rust-lang/crates.io-index"
 7591checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
 7592dependencies = [
 7593 "base64 0.13.1",
 7594 "once_cell",
 7595 "regex",
 7596]
 7597
 7598[[package]]
 7599name = "pem-rfc7468"
 7600version = "0.7.0"
 7601source = "registry+https://github.com/rust-lang/crates.io-index"
 7602checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 7603dependencies = [
 7604 "base64ct",
 7605]
 7606
 7607[[package]]
 7608name = "percent-encoding"
 7609version = "2.3.1"
 7610source = "registry+https://github.com/rust-lang/crates.io-index"
 7611checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 7612
 7613[[package]]
 7614name = "petgraph"
 7615version = "0.6.4"
 7616source = "registry+https://github.com/rust-lang/crates.io-index"
 7617checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
 7618dependencies = [
 7619 "fixedbitset",
 7620 "indexmap 2.2.6",
 7621]
 7622
 7623[[package]]
 7624name = "phf"
 7625version = "0.11.2"
 7626source = "registry+https://github.com/rust-lang/crates.io-index"
 7627checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
 7628dependencies = [
 7629 "phf_macros",
 7630 "phf_shared 0.11.2",
 7631]
 7632
 7633[[package]]
 7634name = "phf_codegen"
 7635version = "0.11.2"
 7636source = "registry+https://github.com/rust-lang/crates.io-index"
 7637checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
 7638dependencies = [
 7639 "phf_generator 0.11.2",
 7640 "phf_shared 0.11.2",
 7641]
 7642
 7643[[package]]
 7644name = "phf_generator"
 7645version = "0.10.0"
 7646source = "registry+https://github.com/rust-lang/crates.io-index"
 7647checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
 7648dependencies = [
 7649 "phf_shared 0.10.0",
 7650 "rand 0.8.5",
 7651]
 7652
 7653[[package]]
 7654name = "phf_generator"
 7655version = "0.11.2"
 7656source = "registry+https://github.com/rust-lang/crates.io-index"
 7657checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
 7658dependencies = [
 7659 "phf_shared 0.11.2",
 7660 "rand 0.8.5",
 7661]
 7662
 7663[[package]]
 7664name = "phf_macros"
 7665version = "0.11.2"
 7666source = "registry+https://github.com/rust-lang/crates.io-index"
 7667checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
 7668dependencies = [
 7669 "phf_generator 0.11.2",
 7670 "phf_shared 0.11.2",
 7671 "proc-macro2",
 7672 "quote",
 7673 "syn 2.0.59",
 7674]
 7675
 7676[[package]]
 7677name = "phf_shared"
 7678version = "0.10.0"
 7679source = "registry+https://github.com/rust-lang/crates.io-index"
 7680checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
 7681dependencies = [
 7682 "siphasher 0.3.11",
 7683]
 7684
 7685[[package]]
 7686name = "phf_shared"
 7687version = "0.11.2"
 7688source = "registry+https://github.com/rust-lang/crates.io-index"
 7689checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
 7690dependencies = [
 7691 "siphasher 0.3.11",
 7692]
 7693
 7694[[package]]
 7695name = "picker"
 7696version = "0.1.0"
 7697dependencies = [
 7698 "anyhow",
 7699 "ctor",
 7700 "editor",
 7701 "env_logger",
 7702 "gpui",
 7703 "menu",
 7704 "serde",
 7705 "serde_json",
 7706 "ui",
 7707 "workspace",
 7708]
 7709
 7710[[package]]
 7711name = "pico-args"
 7712version = "0.5.0"
 7713source = "registry+https://github.com/rust-lang/crates.io-index"
 7714checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
 7715
 7716[[package]]
 7717name = "pin-project"
 7718version = "1.1.3"
 7719source = "registry+https://github.com/rust-lang/crates.io-index"
 7720checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
 7721dependencies = [
 7722 "pin-project-internal",
 7723]
 7724
 7725[[package]]
 7726name = "pin-project-internal"
 7727version = "1.1.3"
 7728source = "registry+https://github.com/rust-lang/crates.io-index"
 7729checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
 7730dependencies = [
 7731 "proc-macro2",
 7732 "quote",
 7733 "syn 2.0.59",
 7734]
 7735
 7736[[package]]
 7737name = "pin-project-lite"
 7738version = "0.2.13"
 7739source = "registry+https://github.com/rust-lang/crates.io-index"
 7740checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
 7741
 7742[[package]]
 7743name = "pin-utils"
 7744version = "0.1.0"
 7745source = "registry+https://github.com/rust-lang/crates.io-index"
 7746checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
 7747
 7748[[package]]
 7749name = "piper"
 7750version = "0.2.1"
 7751source = "registry+https://github.com/rust-lang/crates.io-index"
 7752checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
 7753dependencies = [
 7754 "atomic-waker",
 7755 "fastrand 2.0.0",
 7756 "futures-io",
 7757]
 7758
 7759[[package]]
 7760name = "pkcs1"
 7761version = "0.7.5"
 7762source = "registry+https://github.com/rust-lang/crates.io-index"
 7763checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
 7764dependencies = [
 7765 "der 0.7.8",
 7766 "pkcs8 0.10.2",
 7767 "spki 0.7.2",
 7768]
 7769
 7770[[package]]
 7771name = "pkcs8"
 7772version = "0.9.0"
 7773source = "registry+https://github.com/rust-lang/crates.io-index"
 7774checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
 7775dependencies = [
 7776 "der 0.6.1",
 7777 "spki 0.6.0",
 7778]
 7779
 7780[[package]]
 7781name = "pkcs8"
 7782version = "0.10.2"
 7783source = "registry+https://github.com/rust-lang/crates.io-index"
 7784checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
 7785dependencies = [
 7786 "der 0.7.8",
 7787 "spki 0.7.2",
 7788]
 7789
 7790[[package]]
 7791name = "pkg-config"
 7792version = "0.3.27"
 7793source = "registry+https://github.com/rust-lang/crates.io-index"
 7794checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
 7795
 7796[[package]]
 7797name = "plist"
 7798version = "1.5.1"
 7799source = "registry+https://github.com/rust-lang/crates.io-index"
 7800checksum = "9a4a0cfc5fb21a09dc6af4bf834cf10d4a32fccd9e2ea468c4b1751a097487aa"
 7801dependencies = [
 7802 "base64 0.21.7",
 7803 "indexmap 1.9.3",
 7804 "line-wrap",
 7805 "quick-xml 0.30.0",
 7806 "serde",
 7807 "time",
 7808]
 7809
 7810[[package]]
 7811name = "plotters"
 7812version = "0.3.5"
 7813source = "registry+https://github.com/rust-lang/crates.io-index"
 7814checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
 7815dependencies = [
 7816 "num-traits",
 7817 "plotters-backend",
 7818 "plotters-svg",
 7819 "wasm-bindgen",
 7820 "web-sys",
 7821]
 7822
 7823[[package]]
 7824name = "plotters-backend"
 7825version = "0.3.5"
 7826source = "registry+https://github.com/rust-lang/crates.io-index"
 7827checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
 7828
 7829[[package]]
 7830name = "plotters-svg"
 7831version = "0.3.5"
 7832source = "registry+https://github.com/rust-lang/crates.io-index"
 7833checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
 7834dependencies = [
 7835 "plotters-backend",
 7836]
 7837
 7838[[package]]
 7839name = "png"
 7840version = "0.17.13"
 7841source = "registry+https://github.com/rust-lang/crates.io-index"
 7842checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
 7843dependencies = [
 7844 "bitflags 1.3.2",
 7845 "crc32fast",
 7846 "fdeflate",
 7847 "flate2",
 7848 "miniz_oxide",
 7849]
 7850
 7851[[package]]
 7852name = "polling"
 7853version = "2.8.0"
 7854source = "registry+https://github.com/rust-lang/crates.io-index"
 7855checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
 7856dependencies = [
 7857 "autocfg",
 7858 "bitflags 1.3.2",
 7859 "cfg-if",
 7860 "concurrent-queue",
 7861 "libc",
 7862 "log",
 7863 "pin-project-lite",
 7864 "windows-sys 0.48.0",
 7865]
 7866
 7867[[package]]
 7868name = "polling"
 7869version = "3.3.2"
 7870source = "registry+https://github.com/rust-lang/crates.io-index"
 7871checksum = "545c980a3880efd47b2e262f6a4bb6daad6555cf3367aa9c4e52895f69537a41"
 7872dependencies = [
 7873 "cfg-if",
 7874 "concurrent-queue",
 7875 "pin-project-lite",
 7876 "rustix 0.38.32",
 7877 "tracing",
 7878 "windows-sys 0.52.0",
 7879]
 7880
 7881[[package]]
 7882name = "pollster"
 7883version = "0.2.5"
 7884source = "registry+https://github.com/rust-lang/crates.io-index"
 7885checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
 7886
 7887[[package]]
 7888name = "postage"
 7889version = "0.5.0"
 7890source = "registry+https://github.com/rust-lang/crates.io-index"
 7891checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
 7892dependencies = [
 7893 "atomic",
 7894 "crossbeam-queue",
 7895 "futures 0.3.28",
 7896 "log",
 7897 "parking_lot",
 7898 "pin-project",
 7899 "pollster",
 7900 "static_assertions",
 7901 "thiserror",
 7902]
 7903
 7904[[package]]
 7905name = "powerfmt"
 7906version = "0.2.0"
 7907source = "registry+https://github.com/rust-lang/crates.io-index"
 7908checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
 7909
 7910[[package]]
 7911name = "ppv-lite86"
 7912version = "0.2.17"
 7913source = "registry+https://github.com/rust-lang/crates.io-index"
 7914checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
 7915
 7916[[package]]
 7917name = "precomputed-hash"
 7918version = "0.1.1"
 7919source = "registry+https://github.com/rust-lang/crates.io-index"
 7920checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
 7921
 7922[[package]]
 7923name = "prettier"
 7924version = "0.1.0"
 7925dependencies = [
 7926 "anyhow",
 7927 "collections",
 7928 "fs",
 7929 "gpui",
 7930 "language",
 7931 "log",
 7932 "lsp",
 7933 "node_runtime",
 7934 "parking_lot",
 7935 "paths",
 7936 "serde",
 7937 "serde_json",
 7938 "util",
 7939]
 7940
 7941[[package]]
 7942name = "pretty_assertions"
 7943version = "1.4.0"
 7944source = "registry+https://github.com/rust-lang/crates.io-index"
 7945checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
 7946dependencies = [
 7947 "diff",
 7948 "yansi",
 7949]
 7950
 7951[[package]]
 7952name = "prettyplease"
 7953version = "0.2.15"
 7954source = "registry+https://github.com/rust-lang/crates.io-index"
 7955checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
 7956dependencies = [
 7957 "proc-macro2",
 7958 "syn 2.0.59",
 7959]
 7960
 7961[[package]]
 7962name = "proc-macro-crate"
 7963version = "0.1.5"
 7964source = "registry+https://github.com/rust-lang/crates.io-index"
 7965checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
 7966dependencies = [
 7967 "toml 0.5.11",
 7968]
 7969
 7970[[package]]
 7971name = "proc-macro-crate"
 7972version = "1.3.1"
 7973source = "registry+https://github.com/rust-lang/crates.io-index"
 7974checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
 7975dependencies = [
 7976 "once_cell",
 7977 "toml_edit 0.19.15",
 7978]
 7979
 7980[[package]]
 7981name = "proc-macro-crate"
 7982version = "3.1.0"
 7983source = "registry+https://github.com/rust-lang/crates.io-index"
 7984checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
 7985dependencies = [
 7986 "toml_edit 0.21.1",
 7987]
 7988
 7989[[package]]
 7990name = "proc-macro-error"
 7991version = "1.0.4"
 7992source = "registry+https://github.com/rust-lang/crates.io-index"
 7993checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
 7994dependencies = [
 7995 "proc-macro-error-attr",
 7996 "proc-macro2",
 7997 "quote",
 7998 "syn 1.0.109",
 7999 "version_check",
 8000]
 8001
 8002[[package]]
 8003name = "proc-macro-error-attr"
 8004version = "1.0.4"
 8005source = "registry+https://github.com/rust-lang/crates.io-index"
 8006checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
 8007dependencies = [
 8008 "proc-macro2",
 8009 "quote",
 8010 "version_check",
 8011]
 8012
 8013[[package]]
 8014name = "proc-macro2"
 8015version = "1.0.81"
 8016source = "registry+https://github.com/rust-lang/crates.io-index"
 8017checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
 8018dependencies = [
 8019 "unicode-ident",
 8020]
 8021
 8022[[package]]
 8023name = "profiling"
 8024version = "1.0.15"
 8025source = "registry+https://github.com/rust-lang/crates.io-index"
 8026checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
 8027dependencies = [
 8028 "profiling-procmacros",
 8029]
 8030
 8031[[package]]
 8032name = "profiling-procmacros"
 8033version = "1.0.15"
 8034source = "registry+https://github.com/rust-lang/crates.io-index"
 8035checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
 8036dependencies = [
 8037 "quote",
 8038 "syn 2.0.59",
 8039]
 8040
 8041[[package]]
 8042name = "project"
 8043version = "0.1.0"
 8044dependencies = [
 8045 "aho-corasick",
 8046 "anyhow",
 8047 "async-trait",
 8048 "client",
 8049 "clock",
 8050 "collections",
 8051 "dev_server_projects",
 8052 "env_logger",
 8053 "fs",
 8054 "futures 0.3.28",
 8055 "fuzzy",
 8056 "git",
 8057 "git2",
 8058 "globset",
 8059 "gpui",
 8060 "http 0.1.0",
 8061 "itertools 0.11.0",
 8062 "language",
 8063 "log",
 8064 "lsp",
 8065 "node_runtime",
 8066 "parking_lot",
 8067 "pathdiff",
 8068 "paths",
 8069 "postage",
 8070 "prettier",
 8071 "pretty_assertions",
 8072 "rand 0.8.5",
 8073 "regex",
 8074 "release_channel",
 8075 "rpc",
 8076 "schemars",
 8077 "serde",
 8078 "serde_json",
 8079 "settings",
 8080 "sha2 0.10.7",
 8081 "shellexpand 2.1.2",
 8082 "shlex",
 8083 "similar",
 8084 "smol",
 8085 "snippet",
 8086 "snippet_provider",
 8087 "task",
 8088 "tempfile",
 8089 "terminal",
 8090 "text",
 8091 "unicase",
 8092 "unindent",
 8093 "util",
 8094 "which 6.0.0",
 8095 "worktree",
 8096]
 8097
 8098[[package]]
 8099name = "project_panel"
 8100version = "0.1.0"
 8101dependencies = [
 8102 "anyhow",
 8103 "client",
 8104 "collections",
 8105 "db",
 8106 "editor",
 8107 "file_icons",
 8108 "git",
 8109 "gpui",
 8110 "language",
 8111 "menu",
 8112 "pretty_assertions",
 8113 "project",
 8114 "schemars",
 8115 "search",
 8116 "serde",
 8117 "serde_derive",
 8118 "serde_json",
 8119 "settings",
 8120 "theme",
 8121 "ui",
 8122 "util",
 8123 "workspace",
 8124 "worktree",
 8125]
 8126
 8127[[package]]
 8128name = "project_symbols"
 8129version = "0.1.0"
 8130dependencies = [
 8131 "anyhow",
 8132 "editor",
 8133 "futures 0.3.28",
 8134 "fuzzy",
 8135 "gpui",
 8136 "language",
 8137 "lsp",
 8138 "ordered-float 2.10.0",
 8139 "picker",
 8140 "project",
 8141 "release_channel",
 8142 "serde_json",
 8143 "settings",
 8144 "theme",
 8145 "util",
 8146 "workspace",
 8147]
 8148
 8149[[package]]
 8150name = "prometheus"
 8151version = "0.13.3"
 8152source = "registry+https://github.com/rust-lang/crates.io-index"
 8153checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
 8154dependencies = [
 8155 "cfg-if",
 8156 "fnv",
 8157 "lazy_static",
 8158 "memchr",
 8159 "parking_lot",
 8160 "protobuf",
 8161 "thiserror",
 8162]
 8163
 8164[[package]]
 8165name = "prost"
 8166version = "0.9.0"
 8167source = "registry+https://github.com/rust-lang/crates.io-index"
 8168checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
 8169dependencies = [
 8170 "bytes 1.5.0",
 8171 "prost-derive",
 8172]
 8173
 8174[[package]]
 8175name = "prost-build"
 8176version = "0.9.0"
 8177source = "registry+https://github.com/rust-lang/crates.io-index"
 8178checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
 8179dependencies = [
 8180 "bytes 1.5.0",
 8181 "heck 0.3.3",
 8182 "itertools 0.10.5",
 8183 "lazy_static",
 8184 "log",
 8185 "multimap",
 8186 "petgraph",
 8187 "prost",
 8188 "prost-types",
 8189 "regex",
 8190 "tempfile",
 8191 "which 4.4.2",
 8192]
 8193
 8194[[package]]
 8195name = "prost-derive"
 8196version = "0.9.0"
 8197source = "registry+https://github.com/rust-lang/crates.io-index"
 8198checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
 8199dependencies = [
 8200 "anyhow",
 8201 "itertools 0.10.5",
 8202 "proc-macro2",
 8203 "quote",
 8204 "syn 1.0.109",
 8205]
 8206
 8207[[package]]
 8208name = "prost-types"
 8209version = "0.9.0"
 8210source = "registry+https://github.com/rust-lang/crates.io-index"
 8211checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
 8212dependencies = [
 8213 "bytes 1.5.0",
 8214 "prost",
 8215]
 8216
 8217[[package]]
 8218name = "proto"
 8219version = "0.1.0"
 8220dependencies = [
 8221 "anyhow",
 8222 "collections",
 8223 "futures 0.3.28",
 8224 "prost",
 8225 "prost-build",
 8226 "serde",
 8227]
 8228
 8229[[package]]
 8230name = "protobuf"
 8231version = "2.28.0"
 8232source = "registry+https://github.com/rust-lang/crates.io-index"
 8233checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
 8234
 8235[[package]]
 8236name = "psm"
 8237version = "0.1.21"
 8238source = "registry+https://github.com/rust-lang/crates.io-index"
 8239checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
 8240dependencies = [
 8241 "cc",
 8242]
 8243
 8244[[package]]
 8245name = "ptr_meta"
 8246version = "0.1.4"
 8247source = "registry+https://github.com/rust-lang/crates.io-index"
 8248checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
 8249dependencies = [
 8250 "ptr_meta_derive",
 8251]
 8252
 8253[[package]]
 8254name = "ptr_meta_derive"
 8255version = "0.1.4"
 8256source = "registry+https://github.com/rust-lang/crates.io-index"
 8257checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
 8258dependencies = [
 8259 "proc-macro2",
 8260 "quote",
 8261 "syn 1.0.109",
 8262]
 8263
 8264[[package]]
 8265name = "pulldown-cmark"
 8266version = "0.10.0"
 8267source = "registry+https://github.com/rust-lang/crates.io-index"
 8268checksum = "dce76ce678ffc8e5675b22aa1405de0b7037e2fdf8913fea40d1926c6fe1e6e7"
 8269dependencies = [
 8270 "bitflags 2.6.0",
 8271 "memchr",
 8272 "unicase",
 8273]
 8274
 8275[[package]]
 8276name = "qoi"
 8277version = "0.4.1"
 8278source = "registry+https://github.com/rust-lang/crates.io-index"
 8279checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
 8280dependencies = [
 8281 "bytemuck",
 8282]
 8283
 8284[[package]]
 8285name = "quick-error"
 8286version = "2.0.1"
 8287source = "registry+https://github.com/rust-lang/crates.io-index"
 8288checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
 8289
 8290[[package]]
 8291name = "quick-xml"
 8292version = "0.30.0"
 8293source = "registry+https://github.com/rust-lang/crates.io-index"
 8294checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
 8295dependencies = [
 8296 "memchr",
 8297]
 8298
 8299[[package]]
 8300name = "quick-xml"
 8301version = "0.31.0"
 8302source = "registry+https://github.com/rust-lang/crates.io-index"
 8303checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
 8304dependencies = [
 8305 "memchr",
 8306]
 8307
 8308[[package]]
 8309name = "quick_action_bar"
 8310version = "0.1.0"
 8311dependencies = [
 8312 "assistant",
 8313 "editor",
 8314 "gpui",
 8315 "repl",
 8316 "search",
 8317 "settings",
 8318 "ui",
 8319 "util",
 8320 "workspace",
 8321 "zed_actions",
 8322]
 8323
 8324[[package]]
 8325name = "quote"
 8326version = "1.0.35"
 8327source = "registry+https://github.com/rust-lang/crates.io-index"
 8328checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
 8329dependencies = [
 8330 "proc-macro2",
 8331]
 8332
 8333[[package]]
 8334name = "radium"
 8335version = "0.7.0"
 8336source = "registry+https://github.com/rust-lang/crates.io-index"
 8337checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
 8338
 8339[[package]]
 8340name = "rand"
 8341version = "0.7.3"
 8342source = "registry+https://github.com/rust-lang/crates.io-index"
 8343checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
 8344dependencies = [
 8345 "getrandom 0.1.16",
 8346 "libc",
 8347 "rand_chacha 0.2.2",
 8348 "rand_core 0.5.1",
 8349 "rand_hc",
 8350]
 8351
 8352[[package]]
 8353name = "rand"
 8354version = "0.8.5"
 8355source = "registry+https://github.com/rust-lang/crates.io-index"
 8356checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
 8357dependencies = [
 8358 "libc",
 8359 "rand_chacha 0.3.1",
 8360 "rand_core 0.6.4",
 8361]
 8362
 8363[[package]]
 8364name = "rand_chacha"
 8365version = "0.2.2"
 8366source = "registry+https://github.com/rust-lang/crates.io-index"
 8367checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
 8368dependencies = [
 8369 "ppv-lite86",
 8370 "rand_core 0.5.1",
 8371]
 8372
 8373[[package]]
 8374name = "rand_chacha"
 8375version = "0.3.1"
 8376source = "registry+https://github.com/rust-lang/crates.io-index"
 8377checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
 8378dependencies = [
 8379 "ppv-lite86",
 8380 "rand_core 0.6.4",
 8381]
 8382
 8383[[package]]
 8384name = "rand_core"
 8385version = "0.5.1"
 8386source = "registry+https://github.com/rust-lang/crates.io-index"
 8387checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
 8388dependencies = [
 8389 "getrandom 0.1.16",
 8390]
 8391
 8392[[package]]
 8393name = "rand_core"
 8394version = "0.6.4"
 8395source = "registry+https://github.com/rust-lang/crates.io-index"
 8396checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
 8397dependencies = [
 8398 "getrandom 0.2.10",
 8399]
 8400
 8401[[package]]
 8402name = "rand_hc"
 8403version = "0.2.0"
 8404source = "registry+https://github.com/rust-lang/crates.io-index"
 8405checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
 8406dependencies = [
 8407 "rand_core 0.5.1",
 8408]
 8409
 8410[[package]]
 8411name = "rangemap"
 8412version = "1.4.0"
 8413source = "registry+https://github.com/rust-lang/crates.io-index"
 8414checksum = "977b1e897f9d764566891689e642653e5ed90c6895106acd005eb4c1d0203991"
 8415
 8416[[package]]
 8417name = "rav1e"
 8418version = "0.7.1"
 8419source = "registry+https://github.com/rust-lang/crates.io-index"
 8420checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
 8421dependencies = [
 8422 "arbitrary",
 8423 "arg_enum_proc_macro",
 8424 "arrayvec",
 8425 "av1-grain",
 8426 "bitstream-io",
 8427 "built",
 8428 "cfg-if",
 8429 "interpolate_name",
 8430 "itertools 0.12.1",
 8431 "libc",
 8432 "libfuzzer-sys",
 8433 "log",
 8434 "maybe-rayon",
 8435 "new_debug_unreachable",
 8436 "noop_proc_macro",
 8437 "num-derive 0.4.2",
 8438 "num-traits",
 8439 "once_cell",
 8440 "paste",
 8441 "profiling",
 8442 "rand 0.8.5",
 8443 "rand_chacha 0.3.1",
 8444 "simd_helpers",
 8445 "system-deps",
 8446 "thiserror",
 8447 "v_frame",
 8448 "wasm-bindgen",
 8449]
 8450
 8451[[package]]
 8452name = "ravif"
 8453version = "0.11.5"
 8454source = "registry+https://github.com/rust-lang/crates.io-index"
 8455checksum = "bc13288f5ab39e6d7c9d501759712e6969fcc9734220846fc9ed26cae2cc4234"
 8456dependencies = [
 8457 "avif-serialize",
 8458 "imgref",
 8459 "loop9",
 8460 "quick-error",
 8461 "rav1e",
 8462 "rayon",
 8463 "rgb",
 8464]
 8465
 8466[[package]]
 8467name = "raw-window-handle"
 8468version = "0.5.2"
 8469source = "registry+https://github.com/rust-lang/crates.io-index"
 8470checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
 8471
 8472[[package]]
 8473name = "raw-window-handle"
 8474version = "0.6.0"
 8475source = "registry+https://github.com/rust-lang/crates.io-index"
 8476checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544"
 8477
 8478[[package]]
 8479name = "raw-window-metal"
 8480version = "0.4.0"
 8481source = "registry+https://github.com/rust-lang/crates.io-index"
 8482checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
 8483dependencies = [
 8484 "cocoa",
 8485 "core-graphics",
 8486 "objc",
 8487 "raw-window-handle 0.6.0",
 8488]
 8489
 8490[[package]]
 8491name = "rayon"
 8492version = "1.8.0"
 8493source = "registry+https://github.com/rust-lang/crates.io-index"
 8494checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
 8495dependencies = [
 8496 "either",
 8497 "rayon-core",
 8498]
 8499
 8500[[package]]
 8501name = "rayon-core"
 8502version = "1.12.0"
 8503source = "registry+https://github.com/rust-lang/crates.io-index"
 8504checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
 8505dependencies = [
 8506 "crossbeam-deque",
 8507 "crossbeam-utils",
 8508]
 8509
 8510[[package]]
 8511name = "read-fonts"
 8512version = "0.19.3"
 8513source = "registry+https://github.com/rust-lang/crates.io-index"
 8514checksum = "e8b8af39d1f23869711ad4cea5e7835a20daa987f80232f7f2a2374d648ca64d"
 8515dependencies = [
 8516 "bytemuck",
 8517 "font-types",
 8518]
 8519
 8520[[package]]
 8521name = "recent_projects"
 8522version = "0.1.0"
 8523dependencies = [
 8524 "anyhow",
 8525 "client",
 8526 "dev_server_projects",
 8527 "editor",
 8528 "fuzzy",
 8529 "gpui",
 8530 "language",
 8531 "markdown",
 8532 "menu",
 8533 "ordered-float 2.10.0",
 8534 "picker",
 8535 "project",
 8536 "rpc",
 8537 "serde",
 8538 "serde_json",
 8539 "settings",
 8540 "smol",
 8541 "task",
 8542 "terminal_view",
 8543 "ui",
 8544 "ui_input",
 8545 "util",
 8546 "workspace",
 8547]
 8548
 8549[[package]]
 8550name = "redox_syscall"
 8551version = "0.2.16"
 8552source = "registry+https://github.com/rust-lang/crates.io-index"
 8553checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
 8554dependencies = [
 8555 "bitflags 1.3.2",
 8556]
 8557
 8558[[package]]
 8559name = "redox_syscall"
 8560version = "0.3.5"
 8561source = "registry+https://github.com/rust-lang/crates.io-index"
 8562checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
 8563dependencies = [
 8564 "bitflags 1.3.2",
 8565]
 8566
 8567[[package]]
 8568name = "redox_syscall"
 8569version = "0.4.1"
 8570source = "registry+https://github.com/rust-lang/crates.io-index"
 8571checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
 8572dependencies = [
 8573 "bitflags 1.3.2",
 8574]
 8575
 8576[[package]]
 8577name = "redox_users"
 8578version = "0.4.3"
 8579source = "registry+https://github.com/rust-lang/crates.io-index"
 8580checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
 8581dependencies = [
 8582 "getrandom 0.2.10",
 8583 "redox_syscall 0.2.16",
 8584 "thiserror",
 8585]
 8586
 8587[[package]]
 8588name = "refineable"
 8589version = "0.1.0"
 8590dependencies = [
 8591 "derive_refineable",
 8592]
 8593
 8594[[package]]
 8595name = "regalloc2"
 8596version = "0.9.3"
 8597source = "registry+https://github.com/rust-lang/crates.io-index"
 8598checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
 8599dependencies = [
 8600 "hashbrown 0.13.2",
 8601 "log",
 8602 "rustc-hash",
 8603 "slice-group-by",
 8604 "smallvec",
 8605]
 8606
 8607[[package]]
 8608name = "regex"
 8609version = "1.10.3"
 8610source = "registry+https://github.com/rust-lang/crates.io-index"
 8611checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
 8612dependencies = [
 8613 "aho-corasick",
 8614 "memchr",
 8615 "regex-automata 0.4.5",
 8616 "regex-syntax 0.8.2",
 8617]
 8618
 8619[[package]]
 8620name = "regex-automata"
 8621version = "0.1.10"
 8622source = "registry+https://github.com/rust-lang/crates.io-index"
 8623checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
 8624dependencies = [
 8625 "regex-syntax 0.6.29",
 8626]
 8627
 8628[[package]]
 8629name = "regex-automata"
 8630version = "0.3.9"
 8631source = "registry+https://github.com/rust-lang/crates.io-index"
 8632checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
 8633
 8634[[package]]
 8635name = "regex-automata"
 8636version = "0.4.5"
 8637source = "registry+https://github.com/rust-lang/crates.io-index"
 8638checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
 8639dependencies = [
 8640 "aho-corasick",
 8641 "memchr",
 8642 "regex-syntax 0.8.2",
 8643]
 8644
 8645[[package]]
 8646name = "regex-lite"
 8647version = "0.1.5"
 8648source = "registry+https://github.com/rust-lang/crates.io-index"
 8649checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
 8650
 8651[[package]]
 8652name = "regex-syntax"
 8653version = "0.6.29"
 8654source = "registry+https://github.com/rust-lang/crates.io-index"
 8655checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
 8656
 8657[[package]]
 8658name = "regex-syntax"
 8659version = "0.8.2"
 8660source = "registry+https://github.com/rust-lang/crates.io-index"
 8661checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
 8662
 8663[[package]]
 8664name = "release_channel"
 8665version = "0.1.0"
 8666dependencies = [
 8667 "gpui",
 8668 "once_cell",
 8669]
 8670
 8671[[package]]
 8672name = "rend"
 8673version = "0.4.0"
 8674source = "registry+https://github.com/rust-lang/crates.io-index"
 8675checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
 8676dependencies = [
 8677 "bytecheck",
 8678]
 8679
 8680[[package]]
 8681name = "repair_json"
 8682version = "0.1.0"
 8683source = "registry+https://github.com/rust-lang/crates.io-index"
 8684checksum = "5ee191e184125fe72cb59b74160e25584e3908f2aaa84cbda1e161347102aa15"
 8685dependencies = [
 8686 "thiserror",
 8687]
 8688
 8689[[package]]
 8690name = "repl"
 8691version = "0.1.0"
 8692dependencies = [
 8693 "alacritty_terminal 0.23.0",
 8694 "anyhow",
 8695 "async-dispatcher",
 8696 "base64 0.13.1",
 8697 "collections",
 8698 "editor",
 8699 "env_logger",
 8700 "futures 0.3.28",
 8701 "gpui",
 8702 "http 0.1.0",
 8703 "image",
 8704 "language",
 8705 "log",
 8706 "multi_buffer",
 8707 "project",
 8708 "runtimelib",
 8709 "schemars",
 8710 "serde",
 8711 "serde_json",
 8712 "settings",
 8713 "smol",
 8714 "terminal_view",
 8715 "theme",
 8716 "ui",
 8717 "util",
 8718 "uuid",
 8719 "workspace",
 8720]
 8721
 8722[[package]]
 8723name = "reqwest"
 8724version = "0.11.20"
 8725source = "registry+https://github.com/rust-lang/crates.io-index"
 8726checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
 8727dependencies = [
 8728 "base64 0.21.7",
 8729 "bytes 1.5.0",
 8730 "encoding_rs",
 8731 "futures-core",
 8732 "futures-util",
 8733 "h2",
 8734 "http 0.2.9",
 8735 "http-body",
 8736 "hyper",
 8737 "hyper-tls",
 8738 "ipnet",
 8739 "js-sys",
 8740 "log",
 8741 "mime",
 8742 "native-tls",
 8743 "once_cell",
 8744 "percent-encoding",
 8745 "pin-project-lite",
 8746 "serde",
 8747 "serde_json",
 8748 "serde_urlencoded",
 8749 "tokio",
 8750 "tokio-native-tls",
 8751 "tower-service",
 8752 "url",
 8753 "wasm-bindgen",
 8754 "wasm-bindgen-futures",
 8755 "web-sys",
 8756 "winreg 0.50.0",
 8757]
 8758
 8759[[package]]
 8760name = "resvg"
 8761version = "0.41.0"
 8762source = "registry+https://github.com/rust-lang/crates.io-index"
 8763checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
 8764dependencies = [
 8765 "log",
 8766 "pico-args",
 8767 "rgb",
 8768 "svgtypes",
 8769 "tiny-skia",
 8770 "usvg",
 8771]
 8772
 8773[[package]]
 8774name = "rfc6979"
 8775version = "0.3.1"
 8776source = "registry+https://github.com/rust-lang/crates.io-index"
 8777checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
 8778dependencies = [
 8779 "crypto-bigint 0.4.9",
 8780 "hmac 0.12.1",
 8781 "zeroize",
 8782]
 8783
 8784[[package]]
 8785name = "rgb"
 8786version = "0.8.36"
 8787source = "registry+https://github.com/rust-lang/crates.io-index"
 8788checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
 8789dependencies = [
 8790 "bytemuck",
 8791]
 8792
 8793[[package]]
 8794name = "rich_text"
 8795version = "0.1.0"
 8796dependencies = [
 8797 "futures 0.3.28",
 8798 "gpui",
 8799 "language",
 8800 "linkify",
 8801 "pulldown-cmark",
 8802 "theme",
 8803 "ui",
 8804 "util",
 8805]
 8806
 8807[[package]]
 8808name = "ring"
 8809version = "0.17.7"
 8810source = "registry+https://github.com/rust-lang/crates.io-index"
 8811checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
 8812dependencies = [
 8813 "cc",
 8814 "getrandom 0.2.10",
 8815 "libc",
 8816 "spin 0.9.8",
 8817 "untrusted",
 8818 "windows-sys 0.48.0",
 8819]
 8820
 8821[[package]]
 8822name = "rkyv"
 8823version = "0.7.42"
 8824source = "registry+https://github.com/rust-lang/crates.io-index"
 8825checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58"
 8826dependencies = [
 8827 "bitvec",
 8828 "bytecheck",
 8829 "hashbrown 0.12.3",
 8830 "ptr_meta",
 8831 "rend",
 8832 "rkyv_derive",
 8833 "seahash",
 8834 "tinyvec",
 8835 "uuid",
 8836]
 8837
 8838[[package]]
 8839name = "rkyv_derive"
 8840version = "0.7.42"
 8841source = "registry+https://github.com/rust-lang/crates.io-index"
 8842checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d"
 8843dependencies = [
 8844 "proc-macro2",
 8845 "quote",
 8846 "syn 1.0.109",
 8847]
 8848
 8849[[package]]
 8850name = "rmp"
 8851version = "0.8.12"
 8852source = "registry+https://github.com/rust-lang/crates.io-index"
 8853checksum = "7f9860a6cc38ed1da53456442089b4dfa35e7cedaa326df63017af88385e6b20"
 8854dependencies = [
 8855 "byteorder",
 8856 "num-traits",
 8857 "paste",
 8858]
 8859
 8860[[package]]
 8861name = "rmpv"
 8862version = "1.0.1"
 8863source = "registry+https://github.com/rust-lang/crates.io-index"
 8864checksum = "2e0e0214a4a2b444ecce41a4025792fc31f77c7bb89c46d253953ea8c65701ec"
 8865dependencies = [
 8866 "num-traits",
 8867 "rmp",
 8868]
 8869
 8870[[package]]
 8871name = "rodio"
 8872version = "0.17.1"
 8873source = "registry+https://github.com/rust-lang/crates.io-index"
 8874checksum = "bdf1d4dea18dff2e9eb6dca123724f8b60ef44ad74a9ad283cdfe025df7e73fa"
 8875dependencies = [
 8876 "cpal",
 8877 "hound",
 8878]
 8879
 8880[[package]]
 8881name = "rope"
 8882version = "0.1.0"
 8883dependencies = [
 8884 "arrayvec",
 8885 "criterion",
 8886 "gpui",
 8887 "log",
 8888 "rand 0.8.5",
 8889 "smallvec",
 8890 "sum_tree",
 8891 "unicode-segmentation",
 8892 "util",
 8893]
 8894
 8895[[package]]
 8896name = "roxmltree"
 8897version = "0.19.0"
 8898source = "registry+https://github.com/rust-lang/crates.io-index"
 8899checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
 8900
 8901[[package]]
 8902name = "rpc"
 8903version = "0.1.0"
 8904dependencies = [
 8905 "anyhow",
 8906 "async-tungstenite",
 8907 "base64 0.13.1",
 8908 "chrono",
 8909 "collections",
 8910 "env_logger",
 8911 "futures 0.3.28",
 8912 "gpui",
 8913 "parking_lot",
 8914 "proto",
 8915 "rand 0.8.5",
 8916 "rsa 0.4.0",
 8917 "serde",
 8918 "serde_json",
 8919 "strum",
 8920 "tracing",
 8921 "util",
 8922 "zstd",
 8923]
 8924
 8925[[package]]
 8926name = "rsa"
 8927version = "0.4.0"
 8928source = "registry+https://github.com/rust-lang/crates.io-index"
 8929checksum = "68ef841a26fc5d040ced0417c6c6a64ee851f42489df11cdf0218e545b6f8d28"
 8930dependencies = [
 8931 "byteorder",
 8932 "digest 0.9.0",
 8933 "lazy_static",
 8934 "num-bigint-dig 0.7.1",
 8935 "num-integer",
 8936 "num-iter",
 8937 "num-traits",
 8938 "pem",
 8939 "rand 0.8.5",
 8940 "simple_asn1",
 8941 "subtle",
 8942 "zeroize",
 8943]
 8944
 8945[[package]]
 8946name = "rsa"
 8947version = "0.9.2"
 8948source = "registry+https://github.com/rust-lang/crates.io-index"
 8949checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8"
 8950dependencies = [
 8951 "byteorder",
 8952 "const-oid",
 8953 "digest 0.10.7",
 8954 "num-bigint-dig 0.8.4",
 8955 "num-integer",
 8956 "num-iter",
 8957 "num-traits",
 8958 "pkcs1",
 8959 "pkcs8 0.10.2",
 8960 "rand_core 0.6.4",
 8961 "signature 2.1.0",
 8962 "spki 0.7.2",
 8963 "subtle",
 8964 "zeroize",
 8965]
 8966
 8967[[package]]
 8968name = "runtimelib"
 8969version = "0.12.0"
 8970source = "registry+https://github.com/rust-lang/crates.io-index"
 8971checksum = "10a4a788465cf51b7ac8f36e4e4ca3dd26013dcddd5ba8376f98752278244294"
 8972dependencies = [
 8973 "anyhow",
 8974 "async-dispatcher",
 8975 "async-std",
 8976 "base64 0.22.0",
 8977 "bytes 1.5.0",
 8978 "chrono",
 8979 "data-encoding",
 8980 "dirs 5.0.1",
 8981 "futures 0.3.28",
 8982 "glob",
 8983 "rand 0.8.5",
 8984 "ring",
 8985 "serde",
 8986 "serde_json",
 8987 "shellexpand 3.1.0",
 8988 "smol",
 8989 "uuid",
 8990 "zeromq",
 8991]
 8992
 8993[[package]]
 8994name = "rust-embed"
 8995version = "8.4.0"
 8996source = "registry+https://github.com/rust-lang/crates.io-index"
 8997checksum = "19549741604902eb99a7ed0ee177a0663ee1eda51a29f71401f166e47e77806a"
 8998dependencies = [
 8999 "rust-embed-impl",
 9000 "rust-embed-utils",
 9001 "walkdir",
 9002]
 9003
 9004[[package]]
 9005name = "rust-embed-impl"
 9006version = "8.4.0"
 9007source = "registry+https://github.com/rust-lang/crates.io-index"
 9008checksum = "cb9f96e283ec64401f30d3df8ee2aaeb2561f34c824381efa24a35f79bf40ee4"
 9009dependencies = [
 9010 "proc-macro2",
 9011 "quote",
 9012 "rust-embed-utils",
 9013 "syn 2.0.59",
 9014 "walkdir",
 9015]
 9016
 9017[[package]]
 9018name = "rust-embed-utils"
 9019version = "8.4.0"
 9020source = "registry+https://github.com/rust-lang/crates.io-index"
 9021checksum = "38c74a686185620830701348de757fd36bef4aa9680fd23c49fc539ddcc1af32"
 9022dependencies = [
 9023 "globset",
 9024 "sha2 0.10.7",
 9025 "walkdir",
 9026]
 9027
 9028[[package]]
 9029name = "rust_decimal"
 9030version = "1.32.0"
 9031source = "registry+https://github.com/rust-lang/crates.io-index"
 9032checksum = "a4c4216490d5a413bc6d10fa4742bd7d4955941d062c0ef873141d6b0e7b30fd"
 9033dependencies = [
 9034 "arrayvec",
 9035 "borsh",
 9036 "bytes 1.5.0",
 9037 "num-traits",
 9038 "rand 0.8.5",
 9039 "rkyv",
 9040 "serde",
 9041 "serde_json",
 9042]
 9043
 9044[[package]]
 9045name = "rustc-demangle"
 9046version = "0.1.23"
 9047source = "registry+https://github.com/rust-lang/crates.io-index"
 9048checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
 9049
 9050[[package]]
 9051name = "rustc-hash"
 9052version = "1.1.0"
 9053source = "registry+https://github.com/rust-lang/crates.io-index"
 9054checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
 9055
 9056[[package]]
 9057name = "rustc_version"
 9058version = "0.4.0"
 9059source = "registry+https://github.com/rust-lang/crates.io-index"
 9060checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
 9061dependencies = [
 9062 "semver",
 9063]
 9064
 9065[[package]]
 9066name = "rustix"
 9067version = "0.37.23"
 9068source = "registry+https://github.com/rust-lang/crates.io-index"
 9069checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
 9070dependencies = [
 9071 "bitflags 1.3.2",
 9072 "errno 0.3.8",
 9073 "io-lifetimes 1.0.11",
 9074 "libc",
 9075 "linux-raw-sys 0.3.8",
 9076 "windows-sys 0.48.0",
 9077]
 9078
 9079[[package]]
 9080name = "rustix"
 9081version = "0.38.32"
 9082source = "registry+https://github.com/rust-lang/crates.io-index"
 9083checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
 9084dependencies = [
 9085 "bitflags 2.6.0",
 9086 "errno 0.3.8",
 9087 "itoa",
 9088 "libc",
 9089 "linux-raw-sys 0.4.12",
 9090 "once_cell",
 9091 "windows-sys 0.52.0",
 9092]
 9093
 9094[[package]]
 9095name = "rustix-openpty"
 9096version = "0.1.1"
 9097source = "registry+https://github.com/rust-lang/crates.io-index"
 9098checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
 9099dependencies = [
 9100 "errno 0.3.8",
 9101 "libc",
 9102 "rustix 0.38.32",
 9103]
 9104
 9105[[package]]
 9106name = "rustls"
 9107version = "0.21.12"
 9108source = "registry+https://github.com/rust-lang/crates.io-index"
 9109checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
 9110dependencies = [
 9111 "log",
 9112 "ring",
 9113 "rustls-webpki",
 9114 "sct",
 9115]
 9116
 9117[[package]]
 9118name = "rustls-native-certs"
 9119version = "0.6.3"
 9120source = "registry+https://github.com/rust-lang/crates.io-index"
 9121checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
 9122dependencies = [
 9123 "openssl-probe",
 9124 "rustls-pemfile",
 9125 "schannel",
 9126 "security-framework",
 9127]
 9128
 9129[[package]]
 9130name = "rustls-pemfile"
 9131version = "1.0.3"
 9132source = "registry+https://github.com/rust-lang/crates.io-index"
 9133checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
 9134dependencies = [
 9135 "base64 0.21.7",
 9136]
 9137
 9138[[package]]
 9139name = "rustls-webpki"
 9140version = "0.101.7"
 9141source = "registry+https://github.com/rust-lang/crates.io-index"
 9142checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
 9143dependencies = [
 9144 "ring",
 9145 "untrusted",
 9146]
 9147
 9148[[package]]
 9149name = "rustversion"
 9150version = "1.0.14"
 9151source = "registry+https://github.com/rust-lang/crates.io-index"
 9152checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
 9153
 9154[[package]]
 9155name = "rustybuzz"
 9156version = "0.14.1"
 9157source = "registry+https://github.com/rust-lang/crates.io-index"
 9158checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
 9159dependencies = [
 9160 "bitflags 2.6.0",
 9161 "bytemuck",
 9162 "libm",
 9163 "smallvec",
 9164 "ttf-parser",
 9165 "unicode-bidi-mirroring",
 9166 "unicode-ccc",
 9167 "unicode-properties",
 9168 "unicode-script",
 9169]
 9170
 9171[[package]]
 9172name = "ryu"
 9173version = "1.0.18"
 9174source = "registry+https://github.com/rust-lang/crates.io-index"
 9175checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
 9176
 9177[[package]]
 9178name = "safemem"
 9179version = "0.3.3"
 9180source = "registry+https://github.com/rust-lang/crates.io-index"
 9181checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
 9182
 9183[[package]]
 9184name = "salsa20"
 9185version = "0.8.1"
 9186source = "registry+https://github.com/rust-lang/crates.io-index"
 9187checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"
 9188dependencies = [
 9189 "cipher 0.3.0",
 9190]
 9191
 9192[[package]]
 9193name = "same-file"
 9194version = "1.0.6"
 9195source = "registry+https://github.com/rust-lang/crates.io-index"
 9196checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
 9197dependencies = [
 9198 "winapi-util",
 9199]
 9200
 9201[[package]]
 9202name = "schannel"
 9203version = "0.1.22"
 9204source = "registry+https://github.com/rust-lang/crates.io-index"
 9205checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
 9206dependencies = [
 9207 "windows-sys 0.48.0",
 9208]
 9209
 9210[[package]]
 9211name = "schemars"
 9212version = "0.8.15"
 9213source = "registry+https://github.com/rust-lang/crates.io-index"
 9214checksum = "1f7b0ce13155372a76ee2e1c5ffba1fe61ede73fbea5630d61eee6fac4929c0c"
 9215dependencies = [
 9216 "dyn-clone",
 9217 "indexmap 1.9.3",
 9218 "schemars_derive",
 9219 "serde",
 9220 "serde_json",
 9221]
 9222
 9223[[package]]
 9224name = "schemars_derive"
 9225version = "0.8.15"
 9226source = "registry+https://github.com/rust-lang/crates.io-index"
 9227checksum = "e85e2a16b12bdb763244c69ab79363d71db2b4b918a2def53f80b02e0574b13c"
 9228dependencies = [
 9229 "proc-macro2",
 9230 "quote",
 9231 "serde_derive_internals",
 9232 "syn 1.0.109",
 9233]
 9234
 9235[[package]]
 9236name = "scoped-tls"
 9237version = "1.0.1"
 9238source = "registry+https://github.com/rust-lang/crates.io-index"
 9239checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
 9240
 9241[[package]]
 9242name = "scopeguard"
 9243version = "1.2.0"
 9244source = "registry+https://github.com/rust-lang/crates.io-index"
 9245checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
 9246
 9247[[package]]
 9248name = "scrypt"
 9249version = "0.7.0"
 9250source = "registry+https://github.com/rust-lang/crates.io-index"
 9251checksum = "879588d8f90906e73302547e20fffefdd240eb3e0e744e142321f5d49dea0518"
 9252dependencies = [
 9253 "base64ct",
 9254 "hmac 0.11.0",
 9255 "password-hash",
 9256 "pbkdf2 0.8.0",
 9257 "salsa20",
 9258 "sha2 0.9.9",
 9259]
 9260
 9261[[package]]
 9262name = "sct"
 9263version = "0.7.1"
 9264source = "registry+https://github.com/rust-lang/crates.io-index"
 9265checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
 9266dependencies = [
 9267 "ring",
 9268 "untrusted",
 9269]
 9270
 9271[[package]]
 9272name = "sea-bae"
 9273version = "0.2.0"
 9274source = "registry+https://github.com/rust-lang/crates.io-index"
 9275checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
 9276dependencies = [
 9277 "heck 0.4.1",
 9278 "proc-macro-error",
 9279 "proc-macro2",
 9280 "quote",
 9281 "syn 2.0.59",
 9282]
 9283
 9284[[package]]
 9285name = "sea-orm"
 9286version = "0.12.3"
 9287source = "registry+https://github.com/rust-lang/crates.io-index"
 9288checksum = "da5b2d70c255bc5cbe1d49f69c3c8eadae0fbbaeb18ee978edbf2f75775cb94d"
 9289dependencies = [
 9290 "async-stream",
 9291 "async-trait",
 9292 "bigdecimal",
 9293 "chrono",
 9294 "futures 0.3.28",
 9295 "log",
 9296 "ouroboros",
 9297 "rust_decimal",
 9298 "sea-orm-macros",
 9299 "sea-query",
 9300 "sea-query-binder",
 9301 "serde",
 9302 "serde_json",
 9303 "sqlx",
 9304 "strum",
 9305 "thiserror",
 9306 "time",
 9307 "tracing",
 9308 "url",
 9309 "uuid",
 9310]
 9311
 9312[[package]]
 9313name = "sea-orm-macros"
 9314version = "0.12.3"
 9315source = "registry+https://github.com/rust-lang/crates.io-index"
 9316checksum = "d7c8d455fad40194fb9774fdc4810c0f2700ff0dc0e93bd5ce9d641cc3f5dd75"
 9317dependencies = [
 9318 "heck 0.4.1",
 9319 "proc-macro2",
 9320 "quote",
 9321 "sea-bae",
 9322 "syn 2.0.59",
 9323 "unicode-ident",
 9324]
 9325
 9326[[package]]
 9327name = "sea-query"
 9328version = "0.30.2"
 9329source = "registry+https://github.com/rust-lang/crates.io-index"
 9330checksum = "fb3e6bba153bb198646c8762c48414942a38db27d142e44735a133cabddcc820"
 9331dependencies = [
 9332 "bigdecimal",
 9333 "chrono",
 9334 "derivative",
 9335 "inherent",
 9336 "ordered-float 3.9.1",
 9337 "rust_decimal",
 9338 "serde_json",
 9339 "time",
 9340 "uuid",
 9341]
 9342
 9343[[package]]
 9344name = "sea-query-binder"
 9345version = "0.5.0"
 9346source = "registry+https://github.com/rust-lang/crates.io-index"
 9347checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9"
 9348dependencies = [
 9349 "bigdecimal",
 9350 "chrono",
 9351 "rust_decimal",
 9352 "sea-query",
 9353 "serde_json",
 9354 "sqlx",
 9355 "time",
 9356 "uuid",
 9357]
 9358
 9359[[package]]
 9360name = "seahash"
 9361version = "4.1.0"
 9362source = "registry+https://github.com/rust-lang/crates.io-index"
 9363checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
 9364
 9365[[package]]
 9366name = "sealed"
 9367version = "0.4.0"
 9368source = "registry+https://github.com/rust-lang/crates.io-index"
 9369checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
 9370dependencies = [
 9371 "heck 0.3.3",
 9372 "proc-macro2",
 9373 "quote",
 9374 "syn 1.0.109",
 9375]
 9376
 9377[[package]]
 9378name = "search"
 9379version = "0.1.0"
 9380dependencies = [
 9381 "any_vec",
 9382 "anyhow",
 9383 "bitflags 2.6.0",
 9384 "client",
 9385 "collections",
 9386 "editor",
 9387 "futures 0.3.28",
 9388 "gpui",
 9389 "language",
 9390 "menu",
 9391 "project",
 9392 "serde",
 9393 "serde_json",
 9394 "settings",
 9395 "smol",
 9396 "theme",
 9397 "ui",
 9398 "unindent",
 9399 "util",
 9400 "workspace",
 9401]
 9402
 9403[[package]]
 9404name = "sec1"
 9405version = "0.3.0"
 9406source = "registry+https://github.com/rust-lang/crates.io-index"
 9407checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
 9408dependencies = [
 9409 "base16ct",
 9410 "der 0.6.1",
 9411 "generic-array",
 9412 "pkcs8 0.9.0",
 9413 "subtle",
 9414 "zeroize",
 9415]
 9416
 9417[[package]]
 9418name = "security-framework"
 9419version = "2.9.2"
 9420source = "registry+https://github.com/rust-lang/crates.io-index"
 9421checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
 9422dependencies = [
 9423 "bitflags 1.3.2",
 9424 "core-foundation",
 9425 "core-foundation-sys 0.8.6",
 9426 "libc",
 9427 "security-framework-sys",
 9428]
 9429
 9430[[package]]
 9431name = "security-framework-sys"
 9432version = "2.9.1"
 9433source = "registry+https://github.com/rust-lang/crates.io-index"
 9434checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
 9435dependencies = [
 9436 "core-foundation-sys 0.8.6",
 9437 "libc",
 9438]
 9439
 9440[[package]]
 9441name = "self_cell"
 9442version = "1.0.3"
 9443source = "registry+https://github.com/rust-lang/crates.io-index"
 9444checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba"
 9445
 9446[[package]]
 9447name = "semantic_index"
 9448version = "0.1.0"
 9449dependencies = [
 9450 "anyhow",
 9451 "client",
 9452 "clock",
 9453 "collections",
 9454 "env_logger",
 9455 "fs",
 9456 "futures 0.3.28",
 9457 "futures-batch",
 9458 "gpui",
 9459 "heed",
 9460 "http 0.1.0",
 9461 "language",
 9462 "languages",
 9463 "log",
 9464 "open_ai",
 9465 "parking_lot",
 9466 "project",
 9467 "serde",
 9468 "serde_json",
 9469 "settings",
 9470 "sha2 0.10.7",
 9471 "smol",
 9472 "tempfile",
 9473 "theme",
 9474 "tree-sitter",
 9475 "ui",
 9476 "unindent",
 9477 "util",
 9478 "workspace",
 9479 "worktree",
 9480]
 9481
 9482[[package]]
 9483name = "semantic_version"
 9484version = "0.1.0"
 9485dependencies = [
 9486 "anyhow",
 9487 "serde",
 9488]
 9489
 9490[[package]]
 9491name = "semver"
 9492version = "1.0.18"
 9493source = "registry+https://github.com/rust-lang/crates.io-index"
 9494checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
 9495
 9496[[package]]
 9497name = "serde"
 9498version = "1.0.202"
 9499source = "registry+https://github.com/rust-lang/crates.io-index"
 9500checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395"
 9501dependencies = [
 9502 "serde_derive",
 9503]
 9504
 9505[[package]]
 9506name = "serde_derive"
 9507version = "1.0.202"
 9508source = "registry+https://github.com/rust-lang/crates.io-index"
 9509checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838"
 9510dependencies = [
 9511 "proc-macro2",
 9512 "quote",
 9513 "syn 2.0.59",
 9514]
 9515
 9516[[package]]
 9517name = "serde_derive_internals"
 9518version = "0.26.0"
 9519source = "registry+https://github.com/rust-lang/crates.io-index"
 9520checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
 9521dependencies = [
 9522 "proc-macro2",
 9523 "quote",
 9524 "syn 1.0.109",
 9525]
 9526
 9527[[package]]
 9528name = "serde_fmt"
 9529version = "1.0.3"
 9530source = "registry+https://github.com/rust-lang/crates.io-index"
 9531checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
 9532dependencies = [
 9533 "serde",
 9534]
 9535
 9536[[package]]
 9537name = "serde_json"
 9538version = "1.0.117"
 9539source = "registry+https://github.com/rust-lang/crates.io-index"
 9540checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
 9541dependencies = [
 9542 "indexmap 2.2.6",
 9543 "itoa",
 9544 "ryu",
 9545 "serde",
 9546]
 9547
 9548[[package]]
 9549name = "serde_json_lenient"
 9550version = "0.1.7"
 9551source = "registry+https://github.com/rust-lang/crates.io-index"
 9552checksum = "26386958a1344003f2b2bcff51a23fbe70461a478ef29247c6c6ab2c1656f53e"
 9553dependencies = [
 9554 "indexmap 2.2.6",
 9555 "itoa",
 9556 "ryu",
 9557 "serde",
 9558]
 9559
 9560[[package]]
 9561name = "serde_path_to_error"
 9562version = "0.1.15"
 9563source = "registry+https://github.com/rust-lang/crates.io-index"
 9564checksum = "ebd154a240de39fdebcf5775d2675c204d7c13cf39a4c697be6493c8e734337c"
 9565dependencies = [
 9566 "itoa",
 9567 "serde",
 9568]
 9569
 9570[[package]]
 9571name = "serde_repr"
 9572version = "0.1.16"
 9573source = "registry+https://github.com/rust-lang/crates.io-index"
 9574checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
 9575dependencies = [
 9576 "proc-macro2",
 9577 "quote",
 9578 "syn 2.0.59",
 9579]
 9580
 9581[[package]]
 9582name = "serde_spanned"
 9583version = "0.6.5"
 9584source = "registry+https://github.com/rust-lang/crates.io-index"
 9585checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
 9586dependencies = [
 9587 "serde",
 9588]
 9589
 9590[[package]]
 9591name = "serde_urlencoded"
 9592version = "0.7.1"
 9593source = "registry+https://github.com/rust-lang/crates.io-index"
 9594checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
 9595dependencies = [
 9596 "form_urlencoded",
 9597 "itoa",
 9598 "ryu",
 9599 "serde",
 9600]
 9601
 9602[[package]]
 9603name = "settings"
 9604version = "0.1.0"
 9605dependencies = [
 9606 "anyhow",
 9607 "collections",
 9608 "fs",
 9609 "futures 0.3.28",
 9610 "gpui",
 9611 "indoc",
 9612 "lazy_static",
 9613 "paths",
 9614 "pretty_assertions",
 9615 "release_channel",
 9616 "rust-embed",
 9617 "schemars",
 9618 "serde",
 9619 "serde_derive",
 9620 "serde_json",
 9621 "serde_json_lenient",
 9622 "smallvec",
 9623 "tree-sitter",
 9624 "tree-sitter-json",
 9625 "unindent",
 9626 "util",
 9627]
 9628
 9629[[package]]
 9630name = "sha-1"
 9631version = "0.9.8"
 9632source = "registry+https://github.com/rust-lang/crates.io-index"
 9633checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
 9634dependencies = [
 9635 "block-buffer 0.9.0",
 9636 "cfg-if",
 9637 "cpufeatures",
 9638 "digest 0.9.0",
 9639 "opaque-debug",
 9640]
 9641
 9642[[package]]
 9643name = "sha1"
 9644version = "0.10.6"
 9645source = "registry+https://github.com/rust-lang/crates.io-index"
 9646checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
 9647dependencies = [
 9648 "cfg-if",
 9649 "cpufeatures",
 9650 "digest 0.10.7",
 9651]
 9652
 9653[[package]]
 9654name = "sha1_smol"
 9655version = "1.0.0"
 9656source = "registry+https://github.com/rust-lang/crates.io-index"
 9657checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
 9658
 9659[[package]]
 9660name = "sha2"
 9661version = "0.9.9"
 9662source = "registry+https://github.com/rust-lang/crates.io-index"
 9663checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
 9664dependencies = [
 9665 "block-buffer 0.9.0",
 9666 "cfg-if",
 9667 "cpufeatures",
 9668 "digest 0.9.0",
 9669 "opaque-debug",
 9670]
 9671
 9672[[package]]
 9673name = "sha2"
 9674version = "0.10.7"
 9675source = "registry+https://github.com/rust-lang/crates.io-index"
 9676checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
 9677dependencies = [
 9678 "cfg-if",
 9679 "cpufeatures",
 9680 "digest 0.10.7",
 9681]
 9682
 9683[[package]]
 9684name = "sharded-slab"
 9685version = "0.1.4"
 9686source = "registry+https://github.com/rust-lang/crates.io-index"
 9687checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
 9688dependencies = [
 9689 "lazy_static",
 9690]
 9691
 9692[[package]]
 9693name = "shell-words"
 9694version = "1.1.0"
 9695source = "registry+https://github.com/rust-lang/crates.io-index"
 9696checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
 9697
 9698[[package]]
 9699name = "shellexpand"
 9700version = "2.1.2"
 9701source = "registry+https://github.com/rust-lang/crates.io-index"
 9702checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
 9703dependencies = [
 9704 "dirs 4.0.0",
 9705]
 9706
 9707[[package]]
 9708name = "shellexpand"
 9709version = "3.1.0"
 9710source = "registry+https://github.com/rust-lang/crates.io-index"
 9711checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
 9712dependencies = [
 9713 "dirs 5.0.1",
 9714]
 9715
 9716[[package]]
 9717name = "shlex"
 9718version = "1.3.0"
 9719source = "registry+https://github.com/rust-lang/crates.io-index"
 9720checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
 9721
 9722[[package]]
 9723name = "signal-hook"
 9724version = "0.3.17"
 9725source = "registry+https://github.com/rust-lang/crates.io-index"
 9726checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
 9727dependencies = [
 9728 "libc",
 9729 "signal-hook-registry",
 9730]
 9731
 9732[[package]]
 9733name = "signal-hook-registry"
 9734version = "1.4.1"
 9735source = "registry+https://github.com/rust-lang/crates.io-index"
 9736checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
 9737dependencies = [
 9738 "libc",
 9739]
 9740
 9741[[package]]
 9742name = "signature"
 9743version = "1.6.4"
 9744source = "registry+https://github.com/rust-lang/crates.io-index"
 9745checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
 9746dependencies = [
 9747 "digest 0.10.7",
 9748 "rand_core 0.6.4",
 9749]
 9750
 9751[[package]]
 9752name = "signature"
 9753version = "2.1.0"
 9754source = "registry+https://github.com/rust-lang/crates.io-index"
 9755checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
 9756dependencies = [
 9757 "digest 0.10.7",
 9758 "rand_core 0.6.4",
 9759]
 9760
 9761[[package]]
 9762name = "simd-adler32"
 9763version = "0.3.7"
 9764source = "registry+https://github.com/rust-lang/crates.io-index"
 9765checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
 9766
 9767[[package]]
 9768name = "simd_helpers"
 9769version = "0.1.0"
 9770source = "registry+https://github.com/rust-lang/crates.io-index"
 9771checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
 9772dependencies = [
 9773 "quote",
 9774]
 9775
 9776[[package]]
 9777name = "simdutf8"
 9778version = "0.1.4"
 9779source = "registry+https://github.com/rust-lang/crates.io-index"
 9780checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
 9781
 9782[[package]]
 9783name = "similar"
 9784version = "1.3.0"
 9785source = "registry+https://github.com/rust-lang/crates.io-index"
 9786checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
 9787
 9788[[package]]
 9789name = "simple_asn1"
 9790version = "0.5.4"
 9791source = "registry+https://github.com/rust-lang/crates.io-index"
 9792checksum = "8eb4ea60fb301dc81dfc113df680571045d375ab7345d171c5dc7d7e13107a80"
 9793dependencies = [
 9794 "chrono",
 9795 "num-bigint",
 9796 "num-traits",
 9797 "thiserror",
 9798]
 9799
 9800[[package]]
 9801name = "simplecss"
 9802version = "0.2.1"
 9803source = "registry+https://github.com/rust-lang/crates.io-index"
 9804checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
 9805dependencies = [
 9806 "log",
 9807]
 9808
 9809[[package]]
 9810name = "simplelog"
 9811version = "0.12.2"
 9812source = "registry+https://github.com/rust-lang/crates.io-index"
 9813checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
 9814dependencies = [
 9815 "log",
 9816 "termcolor",
 9817 "time",
 9818]
 9819
 9820[[package]]
 9821name = "siphasher"
 9822version = "0.3.11"
 9823source = "registry+https://github.com/rust-lang/crates.io-index"
 9824checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
 9825
 9826[[package]]
 9827name = "siphasher"
 9828version = "1.0.1"
 9829source = "registry+https://github.com/rust-lang/crates.io-index"
 9830checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
 9831
 9832[[package]]
 9833name = "skrifa"
 9834version = "0.19.3"
 9835source = "registry+https://github.com/rust-lang/crates.io-index"
 9836checksum = "0ab45fb68b53576a43d4fc0e9ec8ea64e29a4d2cc7f44506964cb75f288222e9"
 9837dependencies = [
 9838 "bytemuck",
 9839 "read-fonts",
 9840]
 9841
 9842[[package]]
 9843name = "slab"
 9844version = "0.4.9"
 9845source = "registry+https://github.com/rust-lang/crates.io-index"
 9846checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
 9847dependencies = [
 9848 "autocfg",
 9849]
 9850
 9851[[package]]
 9852name = "slice-group-by"
 9853version = "0.3.1"
 9854source = "registry+https://github.com/rust-lang/crates.io-index"
 9855checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
 9856
 9857[[package]]
 9858name = "slotmap"
 9859version = "1.0.6"
 9860source = "registry+https://github.com/rust-lang/crates.io-index"
 9861checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
 9862dependencies = [
 9863 "version_check",
 9864]
 9865
 9866[[package]]
 9867name = "sluice"
 9868version = "0.5.5"
 9869source = "registry+https://github.com/rust-lang/crates.io-index"
 9870checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
 9871dependencies = [
 9872 "async-channel 1.9.0",
 9873 "futures-core",
 9874 "futures-io",
 9875]
 9876
 9877[[package]]
 9878name = "smallvec"
 9879version = "1.11.1"
 9880source = "registry+https://github.com/rust-lang/crates.io-index"
 9881checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
 9882
 9883[[package]]
 9884name = "smol"
 9885version = "1.3.0"
 9886source = "registry+https://github.com/rust-lang/crates.io-index"
 9887checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
 9888dependencies = [
 9889 "async-channel 1.9.0",
 9890 "async-executor",
 9891 "async-fs 1.6.0",
 9892 "async-io 1.13.0",
 9893 "async-lock 2.8.0",
 9894 "async-net 1.7.0",
 9895 "async-process 1.7.0",
 9896 "blocking",
 9897 "futures-lite 1.13.0",
 9898]
 9899
 9900[[package]]
 9901name = "snippet"
 9902version = "0.1.0"
 9903dependencies = [
 9904 "anyhow",
 9905 "smallvec",
 9906]
 9907
 9908[[package]]
 9909name = "snippet_provider"
 9910version = "0.1.0"
 9911dependencies = [
 9912 "anyhow",
 9913 "collections",
 9914 "fs",
 9915 "futures 0.3.28",
 9916 "gpui",
 9917 "parking_lot",
 9918 "serde",
 9919 "serde_json",
 9920 "snippet",
 9921 "util",
 9922]
 9923
 9924[[package]]
 9925name = "socket2"
 9926version = "0.4.9"
 9927source = "registry+https://github.com/rust-lang/crates.io-index"
 9928checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
 9929dependencies = [
 9930 "libc",
 9931 "winapi",
 9932]
 9933
 9934[[package]]
 9935name = "socket2"
 9936version = "0.5.7"
 9937source = "registry+https://github.com/rust-lang/crates.io-index"
 9938checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
 9939dependencies = [
 9940 "libc",
 9941 "windows-sys 0.52.0",
 9942]
 9943
 9944[[package]]
 9945name = "spdx"
 9946version = "0.10.4"
 9947source = "registry+https://github.com/rust-lang/crates.io-index"
 9948checksum = "29ef1a0fa1e39ac22972c8db23ff89aea700ab96aa87114e1fb55937a631a0c9"
 9949dependencies = [
 9950 "smallvec",
 9951]
 9952
 9953[[package]]
 9954name = "spin"
 9955version = "0.5.2"
 9956source = "registry+https://github.com/rust-lang/crates.io-index"
 9957checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
 9958
 9959[[package]]
 9960name = "spin"
 9961version = "0.9.8"
 9962source = "registry+https://github.com/rust-lang/crates.io-index"
 9963checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
 9964dependencies = [
 9965 "lock_api",
 9966]
 9967
 9968[[package]]
 9969name = "spirv"
 9970version = "0.3.0+sdk-1.3.268.0"
 9971source = "registry+https://github.com/rust-lang/crates.io-index"
 9972checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
 9973dependencies = [
 9974 "bitflags 2.6.0",
 9975]
 9976
 9977[[package]]
 9978name = "spki"
 9979version = "0.6.0"
 9980source = "registry+https://github.com/rust-lang/crates.io-index"
 9981checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
 9982dependencies = [
 9983 "base64ct",
 9984 "der 0.6.1",
 9985]
 9986
 9987[[package]]
 9988name = "spki"
 9989version = "0.7.2"
 9990source = "registry+https://github.com/rust-lang/crates.io-index"
 9991checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
 9992dependencies = [
 9993 "base64ct",
 9994 "der 0.7.8",
 9995]
 9996
 9997[[package]]
 9998name = "sptr"
 9999version = "0.3.2"
10000source = "registry+https://github.com/rust-lang/crates.io-index"
10001checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
10002
10003[[package]]
10004name = "sqlez"
10005version = "0.1.0"
10006dependencies = [
10007 "anyhow",
10008 "collections",
10009 "futures 0.3.28",
10010 "indoc",
10011 "lazy_static",
10012 "libsqlite3-sys",
10013 "parking_lot",
10014 "smol",
10015 "thread_local",
10016 "util",
10017 "uuid",
10018]
10019
10020[[package]]
10021name = "sqlez_macros"
10022version = "0.1.0"
10023dependencies = [
10024 "lazy_static",
10025 "sqlez",
10026 "sqlformat",
10027 "syn 1.0.109",
10028]
10029
10030[[package]]
10031name = "sqlformat"
10032version = "0.2.2"
10033source = "registry+https://github.com/rust-lang/crates.io-index"
10034checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85"
10035dependencies = [
10036 "itertools 0.11.0",
10037 "nom",
10038 "unicode_categories",
10039]
10040
10041[[package]]
10042name = "sqlx"
10043version = "0.7.2"
10044source = "registry+https://github.com/rust-lang/crates.io-index"
10045checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33"
10046dependencies = [
10047 "sqlx-core",
10048 "sqlx-macros",
10049 "sqlx-mysql",
10050 "sqlx-postgres",
10051 "sqlx-sqlite",
10052]
10053
10054[[package]]
10055name = "sqlx-core"
10056version = "0.7.2"
10057source = "registry+https://github.com/rust-lang/crates.io-index"
10058checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d"
10059dependencies = [
10060 "ahash 0.8.8",
10061 "atoi",
10062 "bigdecimal",
10063 "byteorder",
10064 "bytes 1.5.0",
10065 "chrono",
10066 "crc",
10067 "crossbeam-queue",
10068 "dotenvy",
10069 "either",
10070 "event-listener 2.5.3",
10071 "futures-channel",
10072 "futures-core",
10073 "futures-intrusive",
10074 "futures-io",
10075 "futures-util",
10076 "hashlink",
10077 "hex",
10078 "indexmap 2.2.6",
10079 "log",
10080 "memchr",
10081 "once_cell",
10082 "paste",
10083 "percent-encoding",
10084 "rust_decimal",
10085 "rustls",
10086 "rustls-pemfile",
10087 "serde",
10088 "serde_json",
10089 "sha2 0.10.7",
10090 "smallvec",
10091 "sqlformat",
10092 "thiserror",
10093 "time",
10094 "tokio",
10095 "tokio-stream",
10096 "tracing",
10097 "url",
10098 "uuid",
10099 "webpki-roots",
10100]
10101
10102[[package]]
10103name = "sqlx-macros"
10104version = "0.7.2"
10105source = "registry+https://github.com/rust-lang/crates.io-index"
10106checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec"
10107dependencies = [
10108 "proc-macro2",
10109 "quote",
10110 "sqlx-core",
10111 "sqlx-macros-core",
10112 "syn 1.0.109",
10113]
10114
10115[[package]]
10116name = "sqlx-macros-core"
10117version = "0.7.2"
10118source = "registry+https://github.com/rust-lang/crates.io-index"
10119checksum = "0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc"
10120dependencies = [
10121 "dotenvy",
10122 "either",
10123 "heck 0.4.1",
10124 "hex",
10125 "once_cell",
10126 "proc-macro2",
10127 "quote",
10128 "serde",
10129 "serde_json",
10130 "sha2 0.10.7",
10131 "sqlx-core",
10132 "sqlx-mysql",
10133 "sqlx-postgres",
10134 "sqlx-sqlite",
10135 "syn 1.0.109",
10136 "tempfile",
10137 "tokio",
10138 "url",
10139]
10140
10141[[package]]
10142name = "sqlx-mysql"
10143version = "0.7.2"
10144source = "registry+https://github.com/rust-lang/crates.io-index"
10145checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db"
10146dependencies = [
10147 "atoi",
10148 "base64 0.21.7",
10149 "bigdecimal",
10150 "bitflags 2.6.0",
10151 "byteorder",
10152 "bytes 1.5.0",
10153 "chrono",
10154 "crc",
10155 "digest 0.10.7",
10156 "dotenvy",
10157 "either",
10158 "futures-channel",
10159 "futures-core",
10160 "futures-io",
10161 "futures-util",
10162 "generic-array",
10163 "hex",
10164 "hkdf",
10165 "hmac 0.12.1",
10166 "itoa",
10167 "log",
10168 "md-5",
10169 "memchr",
10170 "once_cell",
10171 "percent-encoding",
10172 "rand 0.8.5",
10173 "rsa 0.9.2",
10174 "rust_decimal",
10175 "serde",
10176 "sha1",
10177 "sha2 0.10.7",
10178 "smallvec",
10179 "sqlx-core",
10180 "stringprep",
10181 "thiserror",
10182 "time",
10183 "tracing",
10184 "uuid",
10185 "whoami",
10186]
10187
10188[[package]]
10189name = "sqlx-postgres"
10190version = "0.7.2"
10191source = "registry+https://github.com/rust-lang/crates.io-index"
10192checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624"
10193dependencies = [
10194 "atoi",
10195 "base64 0.21.7",
10196 "bigdecimal",
10197 "bitflags 2.6.0",
10198 "byteorder",
10199 "chrono",
10200 "crc",
10201 "dotenvy",
10202 "etcetera",
10203 "futures-channel",
10204 "futures-core",
10205 "futures-io",
10206 "futures-util",
10207 "hex",
10208 "hkdf",
10209 "hmac 0.12.1",
10210 "home",
10211 "itoa",
10212 "log",
10213 "md-5",
10214 "memchr",
10215 "num-bigint",
10216 "once_cell",
10217 "rand 0.8.5",
10218 "rust_decimal",
10219 "serde",
10220 "serde_json",
10221 "sha1",
10222 "sha2 0.10.7",
10223 "smallvec",
10224 "sqlx-core",
10225 "stringprep",
10226 "thiserror",
10227 "time",
10228 "tracing",
10229 "uuid",
10230 "whoami",
10231]
10232
10233[[package]]
10234name = "sqlx-sqlite"
10235version = "0.7.2"
10236source = "registry+https://github.com/rust-lang/crates.io-index"
10237checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f"
10238dependencies = [
10239 "atoi",
10240 "chrono",
10241 "flume",
10242 "futures-channel",
10243 "futures-core",
10244 "futures-executor",
10245 "futures-intrusive",
10246 "futures-util",
10247 "libsqlite3-sys",
10248 "log",
10249 "percent-encoding",
10250 "serde",
10251 "sqlx-core",
10252 "time",
10253 "tracing",
10254 "url",
10255 "uuid",
10256]
10257
10258[[package]]
10259name = "stable_deref_trait"
10260version = "1.2.0"
10261source = "registry+https://github.com/rust-lang/crates.io-index"
10262checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
10263
10264[[package]]
10265name = "static_assertions"
10266version = "1.1.0"
10267source = "registry+https://github.com/rust-lang/crates.io-index"
10268checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
10269
10270[[package]]
10271name = "story"
10272version = "0.1.0"
10273dependencies = [
10274 "gpui",
10275 "itertools 0.10.5",
10276 "smallvec",
10277]
10278
10279[[package]]
10280name = "storybook"
10281version = "0.1.0"
10282dependencies = [
10283 "anyhow",
10284 "clap 4.4.4",
10285 "collab_ui",
10286 "ctrlc",
10287 "dialoguer",
10288 "editor",
10289 "fuzzy",
10290 "gpui",
10291 "indoc",
10292 "language",
10293 "log",
10294 "menu",
10295 "picker",
10296 "project",
10297 "rust-embed",
10298 "settings",
10299 "simplelog",
10300 "story",
10301 "strum",
10302 "theme",
10303 "title_bar",
10304 "ui",
10305]
10306
10307[[package]]
10308name = "strict-num"
10309version = "0.1.1"
10310source = "registry+https://github.com/rust-lang/crates.io-index"
10311checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
10312dependencies = [
10313 "float-cmp",
10314]
10315
10316[[package]]
10317name = "string_cache"
10318version = "0.8.7"
10319source = "registry+https://github.com/rust-lang/crates.io-index"
10320checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
10321dependencies = [
10322 "new_debug_unreachable",
10323 "once_cell",
10324 "parking_lot",
10325 "phf_shared 0.10.0",
10326 "precomputed-hash",
10327 "serde",
10328]
10329
10330[[package]]
10331name = "string_cache_codegen"
10332version = "0.5.2"
10333source = "registry+https://github.com/rust-lang/crates.io-index"
10334checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
10335dependencies = [
10336 "phf_generator 0.10.0",
10337 "phf_shared 0.10.0",
10338 "proc-macro2",
10339 "quote",
10340]
10341
10342[[package]]
10343name = "stringprep"
10344version = "0.1.4"
10345source = "registry+https://github.com/rust-lang/crates.io-index"
10346checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
10347dependencies = [
10348 "finl_unicode",
10349 "unicode-bidi",
10350 "unicode-normalization",
10351]
10352
10353[[package]]
10354name = "strsim"
10355version = "0.10.0"
10356source = "registry+https://github.com/rust-lang/crates.io-index"
10357checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
10358
10359[[package]]
10360name = "strsim"
10361version = "0.11.1"
10362source = "registry+https://github.com/rust-lang/crates.io-index"
10363checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
10364
10365[[package]]
10366name = "strum"
10367version = "0.25.0"
10368source = "registry+https://github.com/rust-lang/crates.io-index"
10369checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
10370dependencies = [
10371 "strum_macros",
10372]
10373
10374[[package]]
10375name = "strum_macros"
10376version = "0.25.2"
10377source = "registry+https://github.com/rust-lang/crates.io-index"
10378checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059"
10379dependencies = [
10380 "heck 0.4.1",
10381 "proc-macro2",
10382 "quote",
10383 "rustversion",
10384 "syn 2.0.59",
10385]
10386
10387[[package]]
10388name = "subtle"
10389version = "2.5.0"
10390source = "registry+https://github.com/rust-lang/crates.io-index"
10391checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
10392
10393[[package]]
10394name = "sum_tree"
10395version = "0.1.0"
10396dependencies = [
10397 "arrayvec",
10398 "ctor",
10399 "env_logger",
10400 "log",
10401 "rand 0.8.5",
10402 "rayon",
10403]
10404
10405[[package]]
10406name = "supermaven"
10407version = "0.1.0"
10408dependencies = [
10409 "anyhow",
10410 "client",
10411 "collections",
10412 "editor",
10413 "env_logger",
10414 "futures 0.3.28",
10415 "gpui",
10416 "http 0.1.0",
10417 "language",
10418 "log",
10419 "postage",
10420 "project",
10421 "serde",
10422 "serde_json",
10423 "settings",
10424 "smol",
10425 "supermaven_api",
10426 "theme",
10427 "ui",
10428 "util",
10429]
10430
10431[[package]]
10432name = "supermaven_api"
10433version = "0.1.0"
10434dependencies = [
10435 "anyhow",
10436 "futures 0.3.28",
10437 "http 0.1.0",
10438 "paths",
10439 "serde",
10440 "serde_json",
10441 "smol",
10442]
10443
10444[[package]]
10445name = "sval"
10446version = "2.8.0"
10447source = "registry+https://github.com/rust-lang/crates.io-index"
10448checksum = "05d11eec9fbe2bc8bc71e7349f0e7534db9a96d961fb9f302574275b7880ad06"
10449
10450[[package]]
10451name = "sval_buffer"
10452version = "2.8.0"
10453source = "registry+https://github.com/rust-lang/crates.io-index"
10454checksum = "6b7451f69a93c5baf2653d5aa8bb4178934337f16c22830a50b06b386f72d761"
10455dependencies = [
10456 "sval",
10457 "sval_ref",
10458]
10459
10460[[package]]
10461name = "sval_dynamic"
10462version = "2.8.0"
10463source = "registry+https://github.com/rust-lang/crates.io-index"
10464checksum = "c34f5a2cc12b4da2adfb59d5eedfd9b174a23cc3fae84cec71dcbcd9302068f5"
10465dependencies = [
10466 "sval",
10467]
10468
10469[[package]]
10470name = "sval_fmt"
10471version = "2.8.0"
10472source = "registry+https://github.com/rust-lang/crates.io-index"
10473checksum = "2f578b2301341e246d00b35957f2952c4ec554ad9c7cfaee10bc86bc92896578"
10474dependencies = [
10475 "itoa",
10476 "ryu",
10477 "sval",
10478]
10479
10480[[package]]
10481name = "sval_json"
10482version = "2.8.0"
10483source = "registry+https://github.com/rust-lang/crates.io-index"
10484checksum = "8346c00f5dc6efe18bea8d13c1f7ca4f112b20803434bf3657ac17c0f74cbc4b"
10485dependencies = [
10486 "itoa",
10487 "ryu",
10488 "sval",
10489]
10490
10491[[package]]
10492name = "sval_ref"
10493version = "2.8.0"
10494source = "registry+https://github.com/rust-lang/crates.io-index"
10495checksum = "6617cc89952f792aebc0f4a1a76bc51e80c70b18c491bd52215c7989c4c3dd06"
10496dependencies = [
10497 "sval",
10498]
10499
10500[[package]]
10501name = "sval_serde"
10502version = "2.8.0"
10503source = "registry+https://github.com/rust-lang/crates.io-index"
10504checksum = "fe3d1e59f023341d9af75d86f3bc148a6704f3f831eef0dd90bbe9cb445fa024"
10505dependencies = [
10506 "serde",
10507 "sval",
10508 "sval_buffer",
10509 "sval_fmt",
10510]
10511
10512[[package]]
10513name = "svg_fmt"
10514version = "0.4.1"
10515source = "registry+https://github.com/rust-lang/crates.io-index"
10516checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
10517
10518[[package]]
10519name = "svgtypes"
10520version = "0.15.0"
10521source = "registry+https://github.com/rust-lang/crates.io-index"
10522checksum = "d97ca9a891c9c70da8139ac9d8e8ea36a210fa21bb50eccd75d4a9561c83e87f"
10523dependencies = [
10524 "kurbo",
10525 "siphasher 1.0.1",
10526]
10527
10528[[package]]
10529name = "swash"
10530version = "0.1.17"
10531source = "registry+https://github.com/rust-lang/crates.io-index"
10532checksum = "4d7773d67fe3373048cf840bfcc54ec3207cfc1e95c526b287ef2eb5eff9faf6"
10533dependencies = [
10534 "skrifa",
10535 "yazi",
10536 "zeno",
10537]
10538
10539[[package]]
10540name = "syn"
10541version = "1.0.109"
10542source = "registry+https://github.com/rust-lang/crates.io-index"
10543checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
10544dependencies = [
10545 "proc-macro2",
10546 "quote",
10547 "unicode-ident",
10548]
10549
10550[[package]]
10551name = "syn"
10552version = "2.0.59"
10553source = "registry+https://github.com/rust-lang/crates.io-index"
10554checksum = "4a6531ffc7b071655e4ce2e04bd464c4830bb585a61cabb96cf808f05172615a"
10555dependencies = [
10556 "proc-macro2",
10557 "quote",
10558 "unicode-ident",
10559]
10560
10561[[package]]
10562name = "sync_wrapper"
10563version = "0.1.2"
10564source = "registry+https://github.com/rust-lang/crates.io-index"
10565checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
10566
10567[[package]]
10568name = "synchronoise"
10569version = "1.0.1"
10570source = "registry+https://github.com/rust-lang/crates.io-index"
10571checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
10572dependencies = [
10573 "crossbeam-queue",
10574]
10575
10576[[package]]
10577name = "sys-locale"
10578version = "0.3.1"
10579source = "registry+https://github.com/rust-lang/crates.io-index"
10580checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
10581dependencies = [
10582 "libc",
10583]
10584
10585[[package]]
10586name = "sysinfo"
10587version = "0.30.7"
10588source = "registry+https://github.com/rust-lang/crates.io-index"
10589checksum = "0c385888ef380a852a16209afc8cfad22795dd8873d69c9a14d2e2088f118d18"
10590dependencies = [
10591 "cfg-if",
10592 "core-foundation-sys 0.8.6",
10593 "libc",
10594 "ntapi",
10595 "once_cell",
10596 "rayon",
10597 "windows 0.52.0",
10598]
10599
10600[[package]]
10601name = "system-deps"
10602version = "6.2.2"
10603source = "registry+https://github.com/rust-lang/crates.io-index"
10604checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
10605dependencies = [
10606 "cfg-expr",
10607 "heck 0.5.0",
10608 "pkg-config",
10609 "toml 0.8.10",
10610 "version-compare",
10611]
10612
10613[[package]]
10614name = "system-interface"
10615version = "0.27.1"
10616source = "registry+https://github.com/rust-lang/crates.io-index"
10617checksum = "9aef1f9d4c1dbdd1cb3a63be9efd2f04d8ddbc919d46112982c76818ffc2f1a7"
10618dependencies = [
10619 "bitflags 2.6.0",
10620 "cap-fs-ext",
10621 "cap-std",
10622 "fd-lock",
10623 "io-lifetimes 2.0.3",
10624 "rustix 0.38.32",
10625 "windows-sys 0.52.0",
10626 "winx",
10627]
10628
10629[[package]]
10630name = "tab_switcher"
10631version = "0.1.0"
10632dependencies = [
10633 "anyhow",
10634 "collections",
10635 "ctor",
10636 "editor",
10637 "env_logger",
10638 "gpui",
10639 "language",
10640 "menu",
10641 "picker",
10642 "project",
10643 "serde",
10644 "serde_json",
10645 "terminal_view",
10646 "theme",
10647 "ui",
10648 "util",
10649 "workspace",
10650]
10651
10652[[package]]
10653name = "taffy"
10654version = "0.4.3"
10655source = "registry+https://github.com/rust-lang/crates.io-index"
10656checksum = "7b2e140b328c6cb5e744bb2c65910b47df86b239afc793ee2c52262569cf9225"
10657dependencies = [
10658 "arrayvec",
10659 "grid",
10660 "num-traits",
10661 "serde",
10662 "slotmap",
10663]
10664
10665[[package]]
10666name = "take-until"
10667version = "0.2.0"
10668source = "registry+https://github.com/rust-lang/crates.io-index"
10669checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
10670
10671[[package]]
10672name = "tap"
10673version = "1.0.1"
10674source = "registry+https://github.com/rust-lang/crates.io-index"
10675checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
10676
10677[[package]]
10678name = "target-lexicon"
10679version = "0.12.13"
10680source = "registry+https://github.com/rust-lang/crates.io-index"
10681checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae"
10682
10683[[package]]
10684name = "task"
10685version = "0.1.0"
10686dependencies = [
10687 "anyhow",
10688 "collections",
10689 "futures 0.3.28",
10690 "gpui",
10691 "hex",
10692 "parking_lot",
10693 "schemars",
10694 "serde",
10695 "serde_json_lenient",
10696 "sha2 0.10.7",
10697 "shellexpand 2.1.2",
10698 "util",
10699]
10700
10701[[package]]
10702name = "tasks_ui"
10703version = "0.1.0"
10704dependencies = [
10705 "anyhow",
10706 "editor",
10707 "file_icons",
10708 "fuzzy",
10709 "gpui",
10710 "language",
10711 "menu",
10712 "picker",
10713 "project",
10714 "schemars",
10715 "serde",
10716 "serde_json",
10717 "settings",
10718 "task",
10719 "tree-sitter-rust",
10720 "tree-sitter-typescript",
10721 "ui",
10722 "util",
10723 "workspace",
10724]
10725
10726[[package]]
10727name = "telemetry_events"
10728version = "0.1.0"
10729dependencies = [
10730 "semantic_version",
10731 "serde",
10732]
10733
10734[[package]]
10735name = "tempfile"
10736version = "3.9.0"
10737source = "registry+https://github.com/rust-lang/crates.io-index"
10738checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
10739dependencies = [
10740 "cfg-if",
10741 "fastrand 2.0.0",
10742 "redox_syscall 0.4.1",
10743 "rustix 0.38.32",
10744 "windows-sys 0.52.0",
10745]
10746
10747[[package]]
10748name = "tendril"
10749version = "0.4.3"
10750source = "registry+https://github.com/rust-lang/crates.io-index"
10751checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
10752dependencies = [
10753 "futf",
10754 "mac",
10755 "utf-8",
10756]
10757
10758[[package]]
10759name = "termcolor"
10760version = "1.4.1"
10761source = "registry+https://github.com/rust-lang/crates.io-index"
10762checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
10763dependencies = [
10764 "winapi-util",
10765]
10766
10767[[package]]
10768name = "terminal"
10769version = "0.1.0"
10770dependencies = [
10771 "alacritty_terminal 0.24.1-dev",
10772 "anyhow",
10773 "collections",
10774 "dirs 4.0.0",
10775 "futures 0.3.28",
10776 "gpui",
10777 "libc",
10778 "rand 0.8.5",
10779 "release_channel",
10780 "schemars",
10781 "serde",
10782 "serde_derive",
10783 "serde_json",
10784 "settings",
10785 "smol",
10786 "sysinfo",
10787 "task",
10788 "theme",
10789 "thiserror",
10790 "util",
10791 "windows 0.57.0",
10792]
10793
10794[[package]]
10795name = "terminal_view"
10796version = "0.1.0"
10797dependencies = [
10798 "anyhow",
10799 "client",
10800 "collections",
10801 "db",
10802 "dirs 4.0.0",
10803 "editor",
10804 "futures 0.3.28",
10805 "gpui",
10806 "itertools 0.11.0",
10807 "language",
10808 "project",
10809 "rand 0.8.5",
10810 "search",
10811 "serde",
10812 "serde_json",
10813 "settings",
10814 "shellexpand 2.1.2",
10815 "smol",
10816 "task",
10817 "tasks_ui",
10818 "terminal",
10819 "theme",
10820 "ui",
10821 "util",
10822 "workspace",
10823]
10824
10825[[package]]
10826name = "text"
10827version = "0.1.0"
10828dependencies = [
10829 "anyhow",
10830 "clock",
10831 "collections",
10832 "ctor",
10833 "env_logger",
10834 "gpui",
10835 "http 0.1.0",
10836 "lazy_static",
10837 "log",
10838 "parking_lot",
10839 "postage",
10840 "rand 0.8.5",
10841 "regex",
10842 "rope",
10843 "smallvec",
10844 "sum_tree",
10845 "util",
10846]
10847
10848[[package]]
10849name = "textwrap"
10850version = "0.16.0"
10851source = "registry+https://github.com/rust-lang/crates.io-index"
10852checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
10853
10854[[package]]
10855name = "theme"
10856version = "0.1.0"
10857dependencies = [
10858 "anyhow",
10859 "collections",
10860 "derive_more",
10861 "fs",
10862 "futures 0.3.28",
10863 "gpui",
10864 "indexmap 1.9.3",
10865 "log",
10866 "palette",
10867 "parking_lot",
10868 "refineable",
10869 "schemars",
10870 "serde",
10871 "serde_derive",
10872 "serde_json",
10873 "serde_json_lenient",
10874 "serde_repr",
10875 "settings",
10876 "story",
10877 "util",
10878 "uuid",
10879]
10880
10881[[package]]
10882name = "theme_importer"
10883version = "0.1.0"
10884dependencies = [
10885 "anyhow",
10886 "clap 4.4.4",
10887 "gpui",
10888 "indexmap 1.9.3",
10889 "log",
10890 "palette",
10891 "rust-embed",
10892 "schemars",
10893 "serde",
10894 "serde_json",
10895 "serde_json_lenient",
10896 "simplelog",
10897 "strum",
10898 "theme",
10899 "vscode_theme",
10900]
10901
10902[[package]]
10903name = "theme_selector"
10904version = "0.1.0"
10905dependencies = [
10906 "client",
10907 "feature_flags",
10908 "fs",
10909 "fuzzy",
10910 "gpui",
10911 "log",
10912 "picker",
10913 "serde",
10914 "settings",
10915 "theme",
10916 "ui",
10917 "util",
10918 "workspace",
10919]
10920
10921[[package]]
10922name = "thiserror"
10923version = "1.0.62"
10924source = "registry+https://github.com/rust-lang/crates.io-index"
10925checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb"
10926dependencies = [
10927 "thiserror-impl",
10928]
10929
10930[[package]]
10931name = "thiserror-impl"
10932version = "1.0.62"
10933source = "registry+https://github.com/rust-lang/crates.io-index"
10934checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c"
10935dependencies = [
10936 "proc-macro2",
10937 "quote",
10938 "syn 2.0.59",
10939]
10940
10941[[package]]
10942name = "thread_local"
10943version = "1.1.7"
10944source = "registry+https://github.com/rust-lang/crates.io-index"
10945checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
10946dependencies = [
10947 "cfg-if",
10948 "once_cell",
10949]
10950
10951[[package]]
10952name = "tiff"
10953version = "0.9.1"
10954source = "registry+https://github.com/rust-lang/crates.io-index"
10955checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
10956dependencies = [
10957 "flate2",
10958 "jpeg-decoder",
10959 "weezl",
10960]
10961
10962[[package]]
10963name = "tiktoken-rs"
10964version = "0.5.9"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
10967dependencies = [
10968 "anyhow",
10969 "base64 0.21.7",
10970 "bstr",
10971 "fancy-regex",
10972 "lazy_static",
10973 "parking_lot",
10974 "rustc-hash",
10975]
10976
10977[[package]]
10978name = "time"
10979version = "0.3.36"
10980source = "registry+https://github.com/rust-lang/crates.io-index"
10981checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
10982dependencies = [
10983 "deranged",
10984 "itoa",
10985 "libc",
10986 "num-conv",
10987 "num_threads",
10988 "powerfmt",
10989 "serde",
10990 "time-core",
10991 "time-macros",
10992]
10993
10994[[package]]
10995name = "time-core"
10996version = "0.1.2"
10997source = "registry+https://github.com/rust-lang/crates.io-index"
10998checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
10999
11000[[package]]
11001name = "time-macros"
11002version = "0.2.18"
11003source = "registry+https://github.com/rust-lang/crates.io-index"
11004checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
11005dependencies = [
11006 "num-conv",
11007 "time-core",
11008]
11009
11010[[package]]
11011name = "time_format"
11012version = "0.1.0"
11013dependencies = [
11014 "core-foundation",
11015 "core-foundation-sys 0.8.6",
11016 "sys-locale",
11017 "time",
11018]
11019
11020[[package]]
11021name = "tiny-keccak"
11022version = "2.0.2"
11023source = "registry+https://github.com/rust-lang/crates.io-index"
11024checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
11025dependencies = [
11026 "crunchy",
11027]
11028
11029[[package]]
11030name = "tiny-skia"
11031version = "0.11.4"
11032source = "registry+https://github.com/rust-lang/crates.io-index"
11033checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
11034dependencies = [
11035 "arrayref",
11036 "arrayvec",
11037 "bytemuck",
11038 "cfg-if",
11039 "log",
11040 "png",
11041 "tiny-skia-path",
11042]
11043
11044[[package]]
11045name = "tiny-skia-path"
11046version = "0.11.4"
11047source = "registry+https://github.com/rust-lang/crates.io-index"
11048checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
11049dependencies = [
11050 "arrayref",
11051 "bytemuck",
11052 "strict-num",
11053]
11054
11055[[package]]
11056name = "tiny_http"
11057version = "0.8.2"
11058source = "registry+https://github.com/rust-lang/crates.io-index"
11059checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
11060dependencies = [
11061 "ascii",
11062 "chrono",
11063 "chunked_transfer",
11064 "log",
11065 "url",
11066]
11067
11068[[package]]
11069name = "tinytemplate"
11070version = "1.2.1"
11071source = "registry+https://github.com/rust-lang/crates.io-index"
11072checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
11073dependencies = [
11074 "serde",
11075 "serde_json",
11076]
11077
11078[[package]]
11079name = "tinyvec"
11080version = "1.6.0"
11081source = "registry+https://github.com/rust-lang/crates.io-index"
11082checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
11083dependencies = [
11084 "tinyvec_macros",
11085]
11086
11087[[package]]
11088name = "tinyvec_macros"
11089version = "0.1.1"
11090source = "registry+https://github.com/rust-lang/crates.io-index"
11091checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
11092
11093[[package]]
11094name = "title_bar"
11095version = "0.1.0"
11096dependencies = [
11097 "auto_update",
11098 "call",
11099 "client",
11100 "collections",
11101 "command_palette",
11102 "dev_server_projects",
11103 "editor",
11104 "extensions_ui",
11105 "feedback",
11106 "gpui",
11107 "http 0.1.0",
11108 "notifications",
11109 "pretty_assertions",
11110 "project",
11111 "recent_projects",
11112 "rpc",
11113 "serde",
11114 "settings",
11115 "smallvec",
11116 "story",
11117 "theme",
11118 "theme_selector",
11119 "tree-sitter-markdown",
11120 "ui",
11121 "util",
11122 "vcs_menu",
11123 "windows 0.57.0",
11124 "workspace",
11125 "zed_actions",
11126]
11127
11128[[package]]
11129name = "tokio"
11130version = "1.37.0"
11131source = "registry+https://github.com/rust-lang/crates.io-index"
11132checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
11133dependencies = [
11134 "backtrace",
11135 "bytes 1.5.0",
11136 "libc",
11137 "mio",
11138 "num_cpus",
11139 "parking_lot",
11140 "pin-project-lite",
11141 "signal-hook-registry",
11142 "socket2 0.5.7",
11143 "tokio-macros",
11144 "windows-sys 0.48.0",
11145]
11146
11147[[package]]
11148name = "tokio-io"
11149version = "0.1.13"
11150source = "registry+https://github.com/rust-lang/crates.io-index"
11151checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
11152dependencies = [
11153 "bytes 0.4.12",
11154 "futures 0.1.31",
11155 "log",
11156]
11157
11158[[package]]
11159name = "tokio-macros"
11160version = "2.2.0"
11161source = "registry+https://github.com/rust-lang/crates.io-index"
11162checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
11163dependencies = [
11164 "proc-macro2",
11165 "quote",
11166 "syn 2.0.59",
11167]
11168
11169[[package]]
11170name = "tokio-native-tls"
11171version = "0.3.1"
11172source = "registry+https://github.com/rust-lang/crates.io-index"
11173checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
11174dependencies = [
11175 "native-tls",
11176 "tokio",
11177]
11178
11179[[package]]
11180name = "tokio-rustls"
11181version = "0.24.1"
11182source = "registry+https://github.com/rust-lang/crates.io-index"
11183checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
11184dependencies = [
11185 "rustls",
11186 "tokio",
11187]
11188
11189[[package]]
11190name = "tokio-stream"
11191version = "0.1.14"
11192source = "registry+https://github.com/rust-lang/crates.io-index"
11193checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
11194dependencies = [
11195 "futures-core",
11196 "pin-project-lite",
11197 "tokio",
11198]
11199
11200[[package]]
11201name = "tokio-tungstenite"
11202version = "0.20.1"
11203source = "registry+https://github.com/rust-lang/crates.io-index"
11204checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
11205dependencies = [
11206 "futures-util",
11207 "log",
11208 "tokio",
11209 "tungstenite 0.20.1",
11210]
11211
11212[[package]]
11213name = "tokio-util"
11214version = "0.7.9"
11215source = "registry+https://github.com/rust-lang/crates.io-index"
11216checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
11217dependencies = [
11218 "bytes 1.5.0",
11219 "futures-core",
11220 "futures-io",
11221 "futures-sink",
11222 "pin-project-lite",
11223 "tokio",
11224 "tracing",
11225]
11226
11227[[package]]
11228name = "toml"
11229version = "0.5.11"
11230source = "registry+https://github.com/rust-lang/crates.io-index"
11231checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
11232dependencies = [
11233 "serde",
11234]
11235
11236[[package]]
11237name = "toml"
11238version = "0.7.8"
11239source = "registry+https://github.com/rust-lang/crates.io-index"
11240checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
11241dependencies = [
11242 "serde",
11243 "serde_spanned",
11244 "toml_datetime",
11245 "toml_edit 0.19.15",
11246]
11247
11248[[package]]
11249name = "toml"
11250version = "0.8.10"
11251source = "registry+https://github.com/rust-lang/crates.io-index"
11252checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290"
11253dependencies = [
11254 "serde",
11255 "serde_spanned",
11256 "toml_datetime",
11257 "toml_edit 0.22.6",
11258]
11259
11260[[package]]
11261name = "toml_datetime"
11262version = "0.6.5"
11263source = "registry+https://github.com/rust-lang/crates.io-index"
11264checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
11265dependencies = [
11266 "serde",
11267]
11268
11269[[package]]
11270name = "toml_edit"
11271version = "0.19.15"
11272source = "registry+https://github.com/rust-lang/crates.io-index"
11273checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
11274dependencies = [
11275 "indexmap 2.2.6",
11276 "serde",
11277 "serde_spanned",
11278 "toml_datetime",
11279 "winnow 0.5.15",
11280]
11281
11282[[package]]
11283name = "toml_edit"
11284version = "0.21.1"
11285source = "registry+https://github.com/rust-lang/crates.io-index"
11286checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
11287dependencies = [
11288 "indexmap 2.2.6",
11289 "toml_datetime",
11290 "winnow 0.5.15",
11291]
11292
11293[[package]]
11294name = "toml_edit"
11295version = "0.22.6"
11296source = "registry+https://github.com/rust-lang/crates.io-index"
11297checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6"
11298dependencies = [
11299 "indexmap 2.2.6",
11300 "serde",
11301 "serde_spanned",
11302 "toml_datetime",
11303 "winnow 0.6.1",
11304]
11305
11306[[package]]
11307name = "tower"
11308version = "0.4.13"
11309source = "registry+https://github.com/rust-lang/crates.io-index"
11310checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
11311dependencies = [
11312 "futures-core",
11313 "futures-util",
11314 "pin-project",
11315 "pin-project-lite",
11316 "tokio",
11317 "tower-layer",
11318 "tower-service",
11319 "tracing",
11320]
11321
11322[[package]]
11323name = "tower-http"
11324version = "0.3.5"
11325source = "registry+https://github.com/rust-lang/crates.io-index"
11326checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
11327dependencies = [
11328 "bitflags 1.3.2",
11329 "bytes 1.5.0",
11330 "futures-core",
11331 "futures-util",
11332 "http 0.2.9",
11333 "http-body",
11334 "http-range-header",
11335 "pin-project-lite",
11336 "tower-layer",
11337 "tower-service",
11338]
11339
11340[[package]]
11341name = "tower-http"
11342version = "0.4.4"
11343source = "registry+https://github.com/rust-lang/crates.io-index"
11344checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
11345dependencies = [
11346 "bitflags 2.6.0",
11347 "bytes 1.5.0",
11348 "futures-core",
11349 "futures-util",
11350 "http 0.2.9",
11351 "http-body",
11352 "http-range-header",
11353 "pin-project-lite",
11354 "tower-layer",
11355 "tower-service",
11356 "tracing",
11357]
11358
11359[[package]]
11360name = "tower-layer"
11361version = "0.3.2"
11362source = "registry+https://github.com/rust-lang/crates.io-index"
11363checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
11364
11365[[package]]
11366name = "tower-service"
11367version = "0.3.2"
11368source = "registry+https://github.com/rust-lang/crates.io-index"
11369checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
11370
11371[[package]]
11372name = "tracing"
11373version = "0.1.40"
11374source = "registry+https://github.com/rust-lang/crates.io-index"
11375checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
11376dependencies = [
11377 "log",
11378 "pin-project-lite",
11379 "tracing-attributes",
11380 "tracing-core",
11381]
11382
11383[[package]]
11384name = "tracing-attributes"
11385version = "0.1.27"
11386source = "registry+https://github.com/rust-lang/crates.io-index"
11387checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
11388dependencies = [
11389 "proc-macro2",
11390 "quote",
11391 "syn 2.0.59",
11392]
11393
11394[[package]]
11395name = "tracing-core"
11396version = "0.1.32"
11397source = "registry+https://github.com/rust-lang/crates.io-index"
11398checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
11399dependencies = [
11400 "once_cell",
11401 "valuable",
11402]
11403
11404[[package]]
11405name = "tracing-futures"
11406version = "0.2.5"
11407source = "registry+https://github.com/rust-lang/crates.io-index"
11408checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
11409dependencies = [
11410 "pin-project",
11411 "tracing",
11412]
11413
11414[[package]]
11415name = "tracing-log"
11416version = "0.2.0"
11417source = "registry+https://github.com/rust-lang/crates.io-index"
11418checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
11419dependencies = [
11420 "log",
11421 "once_cell",
11422 "tracing-core",
11423]
11424
11425[[package]]
11426name = "tracing-serde"
11427version = "0.1.3"
11428source = "registry+https://github.com/rust-lang/crates.io-index"
11429checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
11430dependencies = [
11431 "serde",
11432 "tracing-core",
11433]
11434
11435[[package]]
11436name = "tracing-subscriber"
11437version = "0.3.18"
11438source = "registry+https://github.com/rust-lang/crates.io-index"
11439checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
11440dependencies = [
11441 "matchers",
11442 "nu-ansi-term",
11443 "once_cell",
11444 "regex",
11445 "serde",
11446 "serde_json",
11447 "sharded-slab",
11448 "smallvec",
11449 "thread_local",
11450 "tracing",
11451 "tracing-core",
11452 "tracing-log",
11453 "tracing-serde",
11454]
11455
11456[[package]]
11457name = "tree-sitter"
11458version = "0.20.100"
11459source = "git+https://github.com/tree-sitter/tree-sitter?rev=7b4894ba2ae81b988846676f54c0988d4027ef4f#7b4894ba2ae81b988846676f54c0988d4027ef4f"
11460dependencies = [
11461 "cc",
11462 "regex",
11463 "wasmtime-c-api-impl",
11464]
11465
11466[[package]]
11467name = "tree-sitter-bash"
11468version = "0.20.5"
11469source = "registry+https://github.com/rust-lang/crates.io-index"
11470checksum = "57da2032c37eb2ce29fd18df7d3b94355fec8d6d854d8f80934955df542b5906"
11471dependencies = [
11472 "cc",
11473 "tree-sitter",
11474]
11475
11476[[package]]
11477name = "tree-sitter-c"
11478version = "0.20.6"
11479source = "registry+https://github.com/rust-lang/crates.io-index"
11480checksum = "30b03bdf218020057abee831581a74bff8c298323d6c6cd1a70556430ded9f4b"
11481dependencies = [
11482 "cc",
11483 "tree-sitter",
11484]
11485
11486[[package]]
11487name = "tree-sitter-cpp"
11488version = "0.20.5"
11489source = "registry+https://github.com/rust-lang/crates.io-index"
11490checksum = "46b04a5ada71059afb9895966a6cc1094acc8d2ea1971006db26573e7dfebb74"
11491dependencies = [
11492 "cc",
11493 "tree-sitter",
11494]
11495
11496[[package]]
11497name = "tree-sitter-css"
11498version = "0.20.0"
11499source = "registry+https://github.com/rust-lang/crates.io-index"
11500checksum = "c3306ddefa1d2681adda2613d11974ffabfbeb215e23235da6c862f3493a04fd"
11501dependencies = [
11502 "cc",
11503 "tree-sitter",
11504]
11505
11506[[package]]
11507name = "tree-sitter-elixir"
11508version = "0.1.1"
11509source = "registry+https://github.com/rust-lang/crates.io-index"
11510checksum = "1bc0b1f3e6d9f12ca22ae5171f32fd154e3aea29dff565d05ef785c28931415b"
11511dependencies = [
11512 "cc",
11513 "tree-sitter",
11514]
11515
11516[[package]]
11517name = "tree-sitter-embedded-template"
11518version = "0.20.0"
11519source = "registry+https://github.com/rust-lang/crates.io-index"
11520checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
11521dependencies = [
11522 "cc",
11523 "tree-sitter",
11524]
11525
11526[[package]]
11527name = "tree-sitter-go"
11528version = "0.20.0"
11529source = "git+https://github.com/tree-sitter/tree-sitter-go?rev=b82ab803d887002a0af11f6ce63d72884580bf33#b82ab803d887002a0af11f6ce63d72884580bf33"
11530dependencies = [
11531 "cc",
11532 "tree-sitter",
11533]
11534
11535[[package]]
11536name = "tree-sitter-gomod"
11537version = "1.0.1"
11538source = "registry+https://github.com/rust-lang/crates.io-index"
11539checksum = "31d0a848a3a4a383fb97ef91241d972c3b996567cdc59040ad2c6fc48b874992"
11540dependencies = [
11541 "cc",
11542 "tree-sitter",
11543]
11544
11545[[package]]
11546name = "tree-sitter-gowork"
11547version = "0.0.1"
11548source = "git+https://github.com/d1y/tree-sitter-go-work#a2a4b99b53b3740855ff33f0b54cab0bb4ce6f45"
11549dependencies = [
11550 "cc",
11551 "tree-sitter",
11552]
11553
11554[[package]]
11555name = "tree-sitter-heex"
11556version = "0.0.1"
11557source = "git+https://github.com/phoenixframework/tree-sitter-heex?rev=2e1348c3cf2c9323e87c2744796cf3f3868aa82a#2e1348c3cf2c9323e87c2744796cf3f3868aa82a"
11558dependencies = [
11559 "cc",
11560 "tree-sitter",
11561]
11562
11563[[package]]
11564name = "tree-sitter-html"
11565version = "0.19.0"
11566source = "registry+https://github.com/rust-lang/crates.io-index"
11567checksum = "184e6b77953a354303dc87bf5fe36558c83569ce92606e7b382a0dc1b7443443"
11568dependencies = [
11569 "cc",
11570 "tree-sitter",
11571]
11572
11573[[package]]
11574name = "tree-sitter-jsdoc"
11575version = "0.20.0"
11576source = "git+https://github.com/tree-sitter/tree-sitter-jsdoc?rev=6a6cf9e7341af32d8e2b2e24a37fbfebefc3dc55#6a6cf9e7341af32d8e2b2e24a37fbfebefc3dc55"
11577dependencies = [
11578 "cc",
11579 "tree-sitter",
11580]
11581
11582[[package]]
11583name = "tree-sitter-json"
11584version = "0.20.2"
11585source = "registry+https://github.com/rust-lang/crates.io-index"
11586checksum = "5a9a38a9c679b55cc8d17350381ec08d69fa1a17a53fcf197f344516e485ed4d"
11587dependencies = [
11588 "cc",
11589 "tree-sitter",
11590]
11591
11592[[package]]
11593name = "tree-sitter-markdown"
11594version = "0.0.1"
11595source = "git+https://github.com/MDeiml/tree-sitter-markdown?rev=330ecab87a3e3a7211ac69bbadc19eabecdb1cca#330ecab87a3e3a7211ac69bbadc19eabecdb1cca"
11596dependencies = [
11597 "cc",
11598 "tree-sitter",
11599]
11600
11601[[package]]
11602name = "tree-sitter-proto"
11603version = "0.0.2"
11604source = "git+https://github.com/rewinfrey/tree-sitter-proto?rev=36d54f288aee112f13a67b550ad32634d0c2cb52#36d54f288aee112f13a67b550ad32634d0c2cb52"
11605dependencies = [
11606 "cc",
11607 "tree-sitter",
11608]
11609
11610[[package]]
11611name = "tree-sitter-python"
11612version = "0.20.4"
11613source = "registry+https://github.com/rust-lang/crates.io-index"
11614checksum = "e6c93b1b1fbd0d399db3445f51fd3058e43d0b4dcff62ddbdb46e66550978aa5"
11615dependencies = [
11616 "cc",
11617 "tree-sitter",
11618]
11619
11620[[package]]
11621name = "tree-sitter-regex"
11622version = "0.20.0"
11623source = "registry+https://github.com/rust-lang/crates.io-index"
11624checksum = "efb5a53e9c990757895476216796b170fd81e4d173d08f8b082279c4e6ff8c5c"
11625dependencies = [
11626 "cc",
11627 "tree-sitter",
11628]
11629
11630[[package]]
11631name = "tree-sitter-ruby"
11632version = "0.20.0"
11633source = "registry+https://github.com/rust-lang/crates.io-index"
11634checksum = "0ac30cbb1560363ae76e1ccde543d6d99087421e228cc47afcec004b86bb711a"
11635dependencies = [
11636 "cc",
11637 "tree-sitter",
11638]
11639
11640[[package]]
11641name = "tree-sitter-rust"
11642version = "0.20.4"
11643source = "registry+https://github.com/rust-lang/crates.io-index"
11644checksum = "b0832309b0b2b6d33760ce5c0e818cb47e1d72b468516bfe4134408926fa7594"
11645dependencies = [
11646 "cc",
11647 "tree-sitter",
11648]
11649
11650[[package]]
11651name = "tree-sitter-typescript"
11652version = "0.20.5"
11653source = "registry+https://github.com/rust-lang/crates.io-index"
11654checksum = "c8bc1d2c24276a48ef097a71b56888ac9db63717e8f8d0b324668a27fd619670"
11655dependencies = [
11656 "cc",
11657 "tree-sitter",
11658]
11659
11660[[package]]
11661name = "tree-sitter-yaml"
11662version = "0.0.1"
11663source = "registry+https://github.com/rust-lang/crates.io-index"
11664checksum = "324767d0ad6bc588467aa4b98f6f5cd6eda64ece1eae568f8fcf5b899bcf0fe9"
11665dependencies = [
11666 "cc",
11667 "tree-sitter",
11668]
11669
11670[[package]]
11671name = "try-lock"
11672version = "0.2.4"
11673source = "registry+https://github.com/rust-lang/crates.io-index"
11674checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
11675
11676[[package]]
11677name = "ttf-parser"
11678version = "0.21.1"
11679source = "registry+https://github.com/rust-lang/crates.io-index"
11680checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
11681
11682[[package]]
11683name = "tungstenite"
11684version = "0.16.0"
11685source = "registry+https://github.com/rust-lang/crates.io-index"
11686checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1"
11687dependencies = [
11688 "base64 0.13.1",
11689 "byteorder",
11690 "bytes 1.5.0",
11691 "http 0.2.9",
11692 "httparse",
11693 "log",
11694 "native-tls",
11695 "rand 0.8.5",
11696 "sha-1",
11697 "thiserror",
11698 "url",
11699 "utf-8",
11700]
11701
11702[[package]]
11703name = "tungstenite"
11704version = "0.20.1"
11705source = "registry+https://github.com/rust-lang/crates.io-index"
11706checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
11707dependencies = [
11708 "byteorder",
11709 "bytes 1.5.0",
11710 "data-encoding",
11711 "http 0.2.9",
11712 "httparse",
11713 "log",
11714 "rand 0.8.5",
11715 "sha1",
11716 "thiserror",
11717 "url",
11718 "utf-8",
11719]
11720
11721[[package]]
11722name = "typeid"
11723version = "1.0.0"
11724source = "registry+https://github.com/rust-lang/crates.io-index"
11725checksum = "059d83cc991e7a42fc37bd50941885db0888e34209f8cfd9aab07ddec03bc9cf"
11726
11727[[package]]
11728name = "typenum"
11729version = "1.17.0"
11730source = "registry+https://github.com/rust-lang/crates.io-index"
11731checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
11732
11733[[package]]
11734name = "uds_windows"
11735version = "1.1.0"
11736source = "registry+https://github.com/rust-lang/crates.io-index"
11737checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
11738dependencies = [
11739 "memoffset",
11740 "tempfile",
11741 "winapi",
11742]
11743
11744[[package]]
11745name = "ui"
11746version = "0.1.0"
11747dependencies = [
11748 "chrono",
11749 "gpui",
11750 "itertools 0.11.0",
11751 "menu",
11752 "serde",
11753 "settings",
11754 "smallvec",
11755 "story",
11756 "strum",
11757 "theme",
11758 "windows 0.57.0",
11759]
11760
11761[[package]]
11762name = "ui_input"
11763version = "0.1.0"
11764dependencies = [
11765 "editor",
11766 "gpui",
11767 "settings",
11768 "theme",
11769 "ui",
11770]
11771
11772[[package]]
11773name = "unicase"
11774version = "2.7.0"
11775source = "registry+https://github.com/rust-lang/crates.io-index"
11776checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
11777dependencies = [
11778 "version_check",
11779]
11780
11781[[package]]
11782name = "unicode-bidi"
11783version = "0.3.13"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
11786
11787[[package]]
11788name = "unicode-bidi-mirroring"
11789version = "0.2.0"
11790source = "registry+https://github.com/rust-lang/crates.io-index"
11791checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
11792
11793[[package]]
11794name = "unicode-ccc"
11795version = "0.2.0"
11796source = "registry+https://github.com/rust-lang/crates.io-index"
11797checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
11798
11799[[package]]
11800name = "unicode-ident"
11801version = "1.0.12"
11802source = "registry+https://github.com/rust-lang/crates.io-index"
11803checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
11804
11805[[package]]
11806name = "unicode-linebreak"
11807version = "0.1.5"
11808source = "registry+https://github.com/rust-lang/crates.io-index"
11809checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
11810
11811[[package]]
11812name = "unicode-normalization"
11813version = "0.1.22"
11814source = "registry+https://github.com/rust-lang/crates.io-index"
11815checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
11816dependencies = [
11817 "tinyvec",
11818]
11819
11820[[package]]
11821name = "unicode-properties"
11822version = "0.1.1"
11823source = "registry+https://github.com/rust-lang/crates.io-index"
11824checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
11825
11826[[package]]
11827name = "unicode-script"
11828version = "0.5.5"
11829source = "registry+https://github.com/rust-lang/crates.io-index"
11830checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
11831
11832[[package]]
11833name = "unicode-segmentation"
11834version = "1.10.1"
11835source = "registry+https://github.com/rust-lang/crates.io-index"
11836checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
11837
11838[[package]]
11839name = "unicode-width"
11840version = "0.1.11"
11841source = "registry+https://github.com/rust-lang/crates.io-index"
11842checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
11843
11844[[package]]
11845name = "unicode-xid"
11846version = "0.2.4"
11847source = "registry+https://github.com/rust-lang/crates.io-index"
11848checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
11849
11850[[package]]
11851name = "unicode_categories"
11852version = "0.1.1"
11853source = "registry+https://github.com/rust-lang/crates.io-index"
11854checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
11855
11856[[package]]
11857name = "unindent"
11858version = "0.1.11"
11859source = "registry+https://github.com/rust-lang/crates.io-index"
11860checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
11861
11862[[package]]
11863name = "untrusted"
11864version = "0.9.0"
11865source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
11867
11868[[package]]
11869name = "url"
11870version = "2.5.0"
11871source = "registry+https://github.com/rust-lang/crates.io-index"
11872checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
11873dependencies = [
11874 "form_urlencoded",
11875 "idna",
11876 "percent-encoding",
11877 "serde",
11878]
11879
11880[[package]]
11881name = "urlencoding"
11882version = "2.1.3"
11883source = "registry+https://github.com/rust-lang/crates.io-index"
11884checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
11885
11886[[package]]
11887name = "usvg"
11888version = "0.41.0"
11889source = "registry+https://github.com/rust-lang/crates.io-index"
11890checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
11891dependencies = [
11892 "base64 0.22.0",
11893 "data-url",
11894 "flate2",
11895 "imagesize",
11896 "kurbo",
11897 "log",
11898 "pico-args",
11899 "roxmltree",
11900 "simplecss",
11901 "siphasher 1.0.1",
11902 "strict-num",
11903 "svgtypes",
11904 "tiny-skia-path",
11905 "xmlwriter",
11906]
11907
11908[[package]]
11909name = "utf-8"
11910version = "0.7.6"
11911source = "registry+https://github.com/rust-lang/crates.io-index"
11912checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
11913
11914[[package]]
11915name = "utf8parse"
11916version = "0.2.1"
11917source = "registry+https://github.com/rust-lang/crates.io-index"
11918checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
11919
11920[[package]]
11921name = "util"
11922version = "0.1.0"
11923dependencies = [
11924 "anyhow",
11925 "async-fs 1.6.0",
11926 "collections",
11927 "dirs 4.0.0",
11928 "futures 0.3.28",
11929 "futures-lite 1.13.0",
11930 "git2",
11931 "globset",
11932 "log",
11933 "rand 0.8.5",
11934 "regex",
11935 "rust-embed",
11936 "serde",
11937 "serde_json",
11938 "take-until",
11939 "tempfile",
11940 "tendril",
11941 "unicase",
11942]
11943
11944[[package]]
11945name = "uuid"
11946version = "1.8.0"
11947source = "registry+https://github.com/rust-lang/crates.io-index"
11948checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
11949dependencies = [
11950 "getrandom 0.2.10",
11951 "serde",
11952 "sha1_smol",
11953]
11954
11955[[package]]
11956name = "v_frame"
11957version = "0.3.8"
11958source = "registry+https://github.com/rust-lang/crates.io-index"
11959checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
11960dependencies = [
11961 "aligned-vec",
11962 "num-traits",
11963 "wasm-bindgen",
11964]
11965
11966[[package]]
11967name = "valuable"
11968version = "0.1.0"
11969source = "registry+https://github.com/rust-lang/crates.io-index"
11970checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
11971
11972[[package]]
11973name = "value-bag"
11974version = "1.9.0"
11975source = "registry+https://github.com/rust-lang/crates.io-index"
11976checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
11977dependencies = [
11978 "value-bag-serde1",
11979 "value-bag-sval2",
11980]
11981
11982[[package]]
11983name = "value-bag-serde1"
11984version = "1.9.0"
11985source = "registry+https://github.com/rust-lang/crates.io-index"
11986checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
11987dependencies = [
11988 "erased-serde",
11989 "serde",
11990 "serde_fmt",
11991]
11992
11993[[package]]
11994name = "value-bag-sval2"
11995version = "1.9.0"
11996source = "registry+https://github.com/rust-lang/crates.io-index"
11997checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
11998dependencies = [
11999 "sval",
12000 "sval_buffer",
12001 "sval_dynamic",
12002 "sval_fmt",
12003 "sval_json",
12004 "sval_ref",
12005 "sval_serde",
12006]
12007
12008[[package]]
12009name = "vcpkg"
12010version = "0.2.15"
12011source = "registry+https://github.com/rust-lang/crates.io-index"
12012checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
12013
12014[[package]]
12015name = "vcs_menu"
12016version = "0.1.0"
12017dependencies = [
12018 "anyhow",
12019 "fuzzy",
12020 "git",
12021 "gpui",
12022 "picker",
12023 "ui",
12024 "util",
12025 "workspace",
12026]
12027
12028[[package]]
12029name = "version-compare"
12030version = "0.2.0"
12031source = "registry+https://github.com/rust-lang/crates.io-index"
12032checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
12033
12034[[package]]
12035name = "version_check"
12036version = "0.9.4"
12037source = "registry+https://github.com/rust-lang/crates.io-index"
12038checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
12039
12040[[package]]
12041name = "vim"
12042version = "0.1.0"
12043dependencies = [
12044 "anyhow",
12045 "async-compat",
12046 "async-trait",
12047 "collections",
12048 "command_palette",
12049 "command_palette_hooks",
12050 "editor",
12051 "futures 0.3.28",
12052 "gpui",
12053 "indoc",
12054 "itertools 0.11.0",
12055 "language",
12056 "log",
12057 "lsp",
12058 "multi_buffer",
12059 "nvim-rs",
12060 "parking_lot",
12061 "regex",
12062 "release_channel",
12063 "schemars",
12064 "search",
12065 "serde",
12066 "serde_derive",
12067 "serde_json",
12068 "settings",
12069 "tokio",
12070 "ui",
12071 "util",
12072 "workspace",
12073 "zed_actions",
12074]
12075
12076[[package]]
12077name = "vscode_theme"
12078version = "0.2.0"
12079source = "registry+https://github.com/rust-lang/crates.io-index"
12080checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
12081dependencies = [
12082 "serde",
12083]
12084
12085[[package]]
12086name = "vsimd"
12087version = "0.8.0"
12088source = "registry+https://github.com/rust-lang/crates.io-index"
12089checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
12090
12091[[package]]
12092name = "vswhom"
12093version = "0.1.0"
12094source = "registry+https://github.com/rust-lang/crates.io-index"
12095checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
12096dependencies = [
12097 "libc",
12098 "vswhom-sys",
12099]
12100
12101[[package]]
12102name = "vswhom-sys"
12103version = "0.1.2"
12104source = "registry+https://github.com/rust-lang/crates.io-index"
12105checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
12106dependencies = [
12107 "cc",
12108 "libc",
12109]
12110
12111[[package]]
12112name = "vte"
12113version = "0.13.0"
12114source = "registry+https://github.com/rust-lang/crates.io-index"
12115checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
12116dependencies = [
12117 "bitflags 2.6.0",
12118 "cursor-icon",
12119 "log",
12120 "serde",
12121 "utf8parse",
12122 "vte_generate_state_changes",
12123]
12124
12125[[package]]
12126name = "vte_generate_state_changes"
12127version = "0.1.1"
12128source = "registry+https://github.com/rust-lang/crates.io-index"
12129checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
12130dependencies = [
12131 "proc-macro2",
12132 "quote",
12133]
12134
12135[[package]]
12136name = "waker-fn"
12137version = "1.1.0"
12138source = "registry+https://github.com/rust-lang/crates.io-index"
12139checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
12140
12141[[package]]
12142name = "walkdir"
12143version = "2.5.0"
12144source = "registry+https://github.com/rust-lang/crates.io-index"
12145checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
12146dependencies = [
12147 "same-file",
12148 "winapi-util",
12149]
12150
12151[[package]]
12152name = "want"
12153version = "0.3.1"
12154source = "registry+https://github.com/rust-lang/crates.io-index"
12155checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
12156dependencies = [
12157 "try-lock",
12158]
12159
12160[[package]]
12161name = "wasi"
12162version = "0.9.0+wasi-snapshot-preview1"
12163source = "registry+https://github.com/rust-lang/crates.io-index"
12164checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
12165
12166[[package]]
12167name = "wasi"
12168version = "0.11.0+wasi-snapshot-preview1"
12169source = "registry+https://github.com/rust-lang/crates.io-index"
12170checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
12171
12172[[package]]
12173name = "wasm-bindgen"
12174version = "0.2.92"
12175source = "registry+https://github.com/rust-lang/crates.io-index"
12176checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
12177dependencies = [
12178 "cfg-if",
12179 "wasm-bindgen-macro",
12180]
12181
12182[[package]]
12183name = "wasm-bindgen-backend"
12184version = "0.2.92"
12185source = "registry+https://github.com/rust-lang/crates.io-index"
12186checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
12187dependencies = [
12188 "bumpalo",
12189 "log",
12190 "once_cell",
12191 "proc-macro2",
12192 "quote",
12193 "syn 2.0.59",
12194 "wasm-bindgen-shared",
12195]
12196
12197[[package]]
12198name = "wasm-bindgen-futures"
12199version = "0.4.37"
12200source = "registry+https://github.com/rust-lang/crates.io-index"
12201checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
12202dependencies = [
12203 "cfg-if",
12204 "js-sys",
12205 "wasm-bindgen",
12206 "web-sys",
12207]
12208
12209[[package]]
12210name = "wasm-bindgen-macro"
12211version = "0.2.92"
12212source = "registry+https://github.com/rust-lang/crates.io-index"
12213checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
12214dependencies = [
12215 "quote",
12216 "wasm-bindgen-macro-support",
12217]
12218
12219[[package]]
12220name = "wasm-bindgen-macro-support"
12221version = "0.2.92"
12222source = "registry+https://github.com/rust-lang/crates.io-index"
12223checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
12224dependencies = [
12225 "proc-macro2",
12226 "quote",
12227 "syn 2.0.59",
12228 "wasm-bindgen-backend",
12229 "wasm-bindgen-shared",
12230]
12231
12232[[package]]
12233name = "wasm-bindgen-shared"
12234version = "0.2.92"
12235source = "registry+https://github.com/rust-lang/crates.io-index"
12236checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
12237
12238[[package]]
12239name = "wasm-encoder"
12240version = "0.201.0"
12241source = "registry+https://github.com/rust-lang/crates.io-index"
12242checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
12243dependencies = [
12244 "leb128",
12245]
12246
12247[[package]]
12248name = "wasm-metadata"
12249version = "0.201.0"
12250source = "registry+https://github.com/rust-lang/crates.io-index"
12251checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
12252dependencies = [
12253 "anyhow",
12254 "indexmap 2.2.6",
12255 "serde",
12256 "serde_derive",
12257 "serde_json",
12258 "spdx",
12259 "wasm-encoder",
12260 "wasmparser",
12261]
12262
12263[[package]]
12264name = "wasmparser"
12265version = "0.201.0"
12266source = "registry+https://github.com/rust-lang/crates.io-index"
12267checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
12268dependencies = [
12269 "bitflags 2.6.0",
12270 "indexmap 2.2.6",
12271 "semver",
12272]
12273
12274[[package]]
12275name = "wasmprinter"
12276version = "0.201.0"
12277source = "registry+https://github.com/rust-lang/crates.io-index"
12278checksum = "a67e66da702706ba08729a78e3c0079085f6bfcb1a62e4799e97bbf728c2c265"
12279dependencies = [
12280 "anyhow",
12281 "wasmparser",
12282]
12283
12284[[package]]
12285name = "wasmtime"
12286version = "19.0.0"
12287source = "registry+https://github.com/rust-lang/crates.io-index"
12288checksum = "6a08af88fa3d324cc5cf6d388d90ef396a787b3fb4bbd51ba185f8645dc0f02c"
12289dependencies = [
12290 "anyhow",
12291 "async-trait",
12292 "bincode",
12293 "bumpalo",
12294 "cfg-if",
12295 "encoding_rs",
12296 "gimli",
12297 "indexmap 2.2.6",
12298 "libc",
12299 "log",
12300 "object",
12301 "once_cell",
12302 "paste",
12303 "rustix 0.38.32",
12304 "semver",
12305 "serde",
12306 "serde_derive",
12307 "serde_json",
12308 "target-lexicon",
12309 "wasmparser",
12310 "wasmtime-component-macro",
12311 "wasmtime-component-util",
12312 "wasmtime-cranelift",
12313 "wasmtime-environ",
12314 "wasmtime-fiber",
12315 "wasmtime-jit-icache-coherence",
12316 "wasmtime-runtime",
12317 "wasmtime-slab",
12318 "wasmtime-winch",
12319 "windows-sys 0.52.0",
12320]
12321
12322[[package]]
12323name = "wasmtime-asm-macros"
12324version = "19.0.0"
12325source = "registry+https://github.com/rust-lang/crates.io-index"
12326checksum = "16cdbfcf28542bcda0b5fd68d44603e53e5ad126cbe7b9f25c130e1249fd8211"
12327dependencies = [
12328 "cfg-if",
12329]
12330
12331[[package]]
12332name = "wasmtime-c-api-impl"
12333version = "19.0.0"
12334source = "registry+https://github.com/rust-lang/crates.io-index"
12335checksum = "67dea28073e105735210b9e932b5e654198d5e28ed31f1314037cd7664ceda2b"
12336dependencies = [
12337 "anyhow",
12338 "log",
12339 "once_cell",
12340 "tracing",
12341 "wasmtime",
12342 "wasmtime-c-api-macros",
12343]
12344
12345[[package]]
12346name = "wasmtime-c-api-macros"
12347version = "19.0.0"
12348source = "registry+https://github.com/rust-lang/crates.io-index"
12349checksum = "0cfe12050fa28b17ab8434ab757fee281dd0d5c7715fa1bc5e4c0b29d1705415"
12350dependencies = [
12351 "proc-macro2",
12352 "quote",
12353]
12354
12355[[package]]
12356name = "wasmtime-component-macro"
12357version = "19.0.0"
12358source = "registry+https://github.com/rust-lang/crates.io-index"
12359checksum = "0cdcf690257c623506eeec3a502864b282aab0fdfd6981c1ebb63c7e98f4a23a"
12360dependencies = [
12361 "anyhow",
12362 "proc-macro2",
12363 "quote",
12364 "syn 2.0.59",
12365 "wasmtime-component-util",
12366 "wasmtime-wit-bindgen",
12367 "wit-parser",
12368]
12369
12370[[package]]
12371name = "wasmtime-component-util"
12372version = "19.0.0"
12373source = "registry+https://github.com/rust-lang/crates.io-index"
12374checksum = "ab3ae7bf66e2fae1e332ab3634f332d7422e878a6eecc47c8f8f78cc1f24e501"
12375
12376[[package]]
12377name = "wasmtime-cranelift"
12378version = "19.0.0"
12379source = "registry+https://github.com/rust-lang/crates.io-index"
12380checksum = "67ea025c969a09117818732fa6f96848e858a7953d4659dab8081a6eea3c0523"
12381dependencies = [
12382 "anyhow",
12383 "cfg-if",
12384 "cranelift-codegen",
12385 "cranelift-control",
12386 "cranelift-entity",
12387 "cranelift-frontend",
12388 "cranelift-native",
12389 "cranelift-wasm",
12390 "gimli",
12391 "log",
12392 "object",
12393 "target-lexicon",
12394 "thiserror",
12395 "wasmparser",
12396 "wasmtime-cranelift-shared",
12397 "wasmtime-environ",
12398 "wasmtime-versioned-export-macros",
12399]
12400
12401[[package]]
12402name = "wasmtime-cranelift-shared"
12403version = "19.0.0"
12404source = "registry+https://github.com/rust-lang/crates.io-index"
12405checksum = "dcd6dd2f8d8d4860b384f61f89b597633a5b5f0943c546210e5084c5d321fe20"
12406dependencies = [
12407 "anyhow",
12408 "cranelift-codegen",
12409 "cranelift-control",
12410 "cranelift-native",
12411 "gimli",
12412 "object",
12413 "target-lexicon",
12414 "wasmtime-environ",
12415]
12416
12417[[package]]
12418name = "wasmtime-environ"
12419version = "19.0.0"
12420source = "registry+https://github.com/rust-lang/crates.io-index"
12421checksum = "7f60f3f717658dd77745de03b750d5852126e9be6dad465848c77f90387c44c9"
12422dependencies = [
12423 "anyhow",
12424 "bincode",
12425 "cpp_demangle",
12426 "cranelift-entity",
12427 "gimli",
12428 "indexmap 2.2.6",
12429 "log",
12430 "object",
12431 "rustc-demangle",
12432 "serde",
12433 "serde_derive",
12434 "target-lexicon",
12435 "thiserror",
12436 "wasm-encoder",
12437 "wasmparser",
12438 "wasmprinter",
12439 "wasmtime-component-util",
12440 "wasmtime-types",
12441]
12442
12443[[package]]
12444name = "wasmtime-fiber"
12445version = "19.0.0"
12446source = "registry+https://github.com/rust-lang/crates.io-index"
12447checksum = "bf8cd22ab1041bf0e54b6283e57824557902e4fed8b1f3a7eef29cbaba89eebf"
12448dependencies = [
12449 "anyhow",
12450 "cc",
12451 "cfg-if",
12452 "rustix 0.38.32",
12453 "wasmtime-asm-macros",
12454 "wasmtime-versioned-export-macros",
12455 "windows-sys 0.52.0",
12456]
12457
12458[[package]]
12459name = "wasmtime-jit-icache-coherence"
12460version = "19.0.0"
12461source = "registry+https://github.com/rust-lang/crates.io-index"
12462checksum = "2796e4b4989db62899d2117e1e0258b839d088c044591b14e3a0396e7b3ae53a"
12463dependencies = [
12464 "cfg-if",
12465 "libc",
12466 "windows-sys 0.52.0",
12467]
12468
12469[[package]]
12470name = "wasmtime-runtime"
12471version = "19.0.0"
12472source = "registry+https://github.com/rust-lang/crates.io-index"
12473checksum = "4bf2b7745df452a4f41b9aab21d3f7ba1347b12da2fdc5241e59306127884a68"
12474dependencies = [
12475 "anyhow",
12476 "cc",
12477 "cfg-if",
12478 "encoding_rs",
12479 "indexmap 2.2.6",
12480 "libc",
12481 "log",
12482 "mach",
12483 "memfd",
12484 "memoffset",
12485 "paste",
12486 "psm",
12487 "rustix 0.38.32",
12488 "sptr",
12489 "wasm-encoder",
12490 "wasmtime-asm-macros",
12491 "wasmtime-environ",
12492 "wasmtime-fiber",
12493 "wasmtime-versioned-export-macros",
12494 "wasmtime-wmemcheck",
12495 "windows-sys 0.52.0",
12496]
12497
12498[[package]]
12499name = "wasmtime-slab"
12500version = "19.0.0"
12501source = "registry+https://github.com/rust-lang/crates.io-index"
12502checksum = "83448ef600ad95977019ebaea84a5516fdbc9561d0a8e26b1e099351f993b527"
12503
12504[[package]]
12505name = "wasmtime-types"
12506version = "19.0.0"
12507source = "registry+https://github.com/rust-lang/crates.io-index"
12508checksum = "cf6fe7ed3fd18ed4b1e4465fe5c8674acc9f03523fca5b1b9f975b2560cd741b"
12509dependencies = [
12510 "cranelift-entity",
12511 "serde",
12512 "serde_derive",
12513 "thiserror",
12514 "wasmparser",
12515]
12516
12517[[package]]
12518name = "wasmtime-versioned-export-macros"
12519version = "19.0.0"
12520source = "registry+https://github.com/rust-lang/crates.io-index"
12521checksum = "6d6d967f01032da7d4c6303da32f6a00d5efe1bac124b156e7342d8ace6ffdfc"
12522dependencies = [
12523 "proc-macro2",
12524 "quote",
12525 "syn 2.0.59",
12526]
12527
12528[[package]]
12529name = "wasmtime-wasi"
12530version = "19.0.0"
12531source = "registry+https://github.com/rust-lang/crates.io-index"
12532checksum = "371d828b6849ea06d598ae7dd1c316e8dd9e99b76f77d93d5886cb25c7f8e188"
12533dependencies = [
12534 "anyhow",
12535 "async-trait",
12536 "bitflags 2.6.0",
12537 "bytes 1.5.0",
12538 "cap-fs-ext",
12539 "cap-net-ext",
12540 "cap-rand",
12541 "cap-std",
12542 "cap-time-ext",
12543 "fs-set-times",
12544 "futures 0.3.28",
12545 "io-extras",
12546 "io-lifetimes 2.0.3",
12547 "once_cell",
12548 "rustix 0.38.32",
12549 "system-interface",
12550 "thiserror",
12551 "tokio",
12552 "tracing",
12553 "url",
12554 "wasmtime",
12555 "wiggle",
12556 "windows-sys 0.52.0",
12557]
12558
12559[[package]]
12560name = "wasmtime-winch"
12561version = "19.0.0"
12562source = "registry+https://github.com/rust-lang/crates.io-index"
12563checksum = "eb8b3fcbc455105760e4a2aa8ee3f39b8357183a62201383b3f72d4836ca2be8"
12564dependencies = [
12565 "anyhow",
12566 "cranelift-codegen",
12567 "gimli",
12568 "object",
12569 "target-lexicon",
12570 "wasmparser",
12571 "wasmtime-cranelift-shared",
12572 "wasmtime-environ",
12573 "winch-codegen",
12574]
12575
12576[[package]]
12577name = "wasmtime-wit-bindgen"
12578version = "19.0.0"
12579source = "registry+https://github.com/rust-lang/crates.io-index"
12580checksum = "96326c9800fb6c099f50d1bd2126d636fc2f96950e1675acf358c0f52516cd38"
12581dependencies = [
12582 "anyhow",
12583 "heck 0.4.1",
12584 "indexmap 2.2.6",
12585 "wit-parser",
12586]
12587
12588[[package]]
12589name = "wasmtime-wmemcheck"
12590version = "19.0.0"
12591source = "registry+https://github.com/rust-lang/crates.io-index"
12592checksum = "36bd91a4dc55af0bf55e9e2ab0ea13724cfb5c5a1acdf8873039769208f59490"
12593
12594[[package]]
12595name = "wast"
12596version = "35.0.2"
12597source = "registry+https://github.com/rust-lang/crates.io-index"
12598checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
12599dependencies = [
12600 "leb128",
12601]
12602
12603[[package]]
12604name = "wayland-backend"
12605version = "0.3.3"
12606source = "registry+https://github.com/rust-lang/crates.io-index"
12607checksum = "9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40"
12608dependencies = [
12609 "cc",
12610 "downcast-rs",
12611 "rustix 0.38.32",
12612 "scoped-tls",
12613 "smallvec",
12614 "wayland-sys",
12615]
12616
12617[[package]]
12618name = "wayland-client"
12619version = "0.31.2"
12620source = "registry+https://github.com/rust-lang/crates.io-index"
12621checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f"
12622dependencies = [
12623 "bitflags 2.6.0",
12624 "rustix 0.38.32",
12625 "wayland-backend",
12626 "wayland-scanner",
12627]
12628
12629[[package]]
12630name = "wayland-cursor"
12631version = "0.31.1"
12632source = "registry+https://github.com/rust-lang/crates.io-index"
12633checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba"
12634dependencies = [
12635 "rustix 0.38.32",
12636 "wayland-client",
12637 "xcursor",
12638]
12639
12640[[package]]
12641name = "wayland-protocols"
12642version = "0.31.2"
12643source = "registry+https://github.com/rust-lang/crates.io-index"
12644checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
12645dependencies = [
12646 "bitflags 2.6.0",
12647 "wayland-backend",
12648 "wayland-client",
12649 "wayland-scanner",
12650]
12651
12652[[package]]
12653name = "wayland-protocols-plasma"
12654version = "0.2.0"
12655source = "registry+https://github.com/rust-lang/crates.io-index"
12656checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
12657dependencies = [
12658 "bitflags 2.6.0",
12659 "wayland-backend",
12660 "wayland-client",
12661 "wayland-protocols",
12662 "wayland-scanner",
12663]
12664
12665[[package]]
12666name = "wayland-scanner"
12667version = "0.31.1"
12668source = "registry+https://github.com/rust-lang/crates.io-index"
12669checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283"
12670dependencies = [
12671 "proc-macro2",
12672 "quick-xml 0.31.0",
12673 "quote",
12674]
12675
12676[[package]]
12677name = "wayland-sys"
12678version = "0.31.1"
12679source = "registry+https://github.com/rust-lang/crates.io-index"
12680checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
12681dependencies = [
12682 "dlib",
12683 "log",
12684 "once_cell",
12685 "pkg-config",
12686]
12687
12688[[package]]
12689name = "web-sys"
12690version = "0.3.64"
12691source = "registry+https://github.com/rust-lang/crates.io-index"
12692checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
12693dependencies = [
12694 "js-sys",
12695 "wasm-bindgen",
12696]
12697
12698[[package]]
12699name = "webpki-roots"
12700version = "0.24.0"
12701source = "registry+https://github.com/rust-lang/crates.io-index"
12702checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888"
12703dependencies = [
12704 "rustls-webpki",
12705]
12706
12707[[package]]
12708name = "weezl"
12709version = "0.1.8"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
12712
12713[[package]]
12714name = "welcome"
12715version = "0.1.0"
12716dependencies = [
12717 "anyhow",
12718 "client",
12719 "db",
12720 "editor",
12721 "extensions_ui",
12722 "fuzzy",
12723 "gpui",
12724 "inline_completion_button",
12725 "install_cli",
12726 "picker",
12727 "project",
12728 "schemars",
12729 "serde",
12730 "settings",
12731 "theme_selector",
12732 "ui",
12733 "util",
12734 "vim",
12735 "workspace",
12736]
12737
12738[[package]]
12739name = "which"
12740version = "4.4.2"
12741source = "registry+https://github.com/rust-lang/crates.io-index"
12742checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
12743dependencies = [
12744 "either",
12745 "home",
12746 "once_cell",
12747 "rustix 0.38.32",
12748]
12749
12750[[package]]
12751name = "which"
12752version = "6.0.0"
12753source = "registry+https://github.com/rust-lang/crates.io-index"
12754checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c"
12755dependencies = [
12756 "either",
12757 "home",
12758 "once_cell",
12759 "rustix 0.38.32",
12760 "windows-sys 0.52.0",
12761]
12762
12763[[package]]
12764name = "whoami"
12765version = "1.4.1"
12766source = "registry+https://github.com/rust-lang/crates.io-index"
12767checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50"
12768
12769[[package]]
12770name = "wiggle"
12771version = "19.0.0"
12772source = "registry+https://github.com/rust-lang/crates.io-index"
12773checksum = "ae1136a209614ace00b0c11f04dc7cf42540773be3b22eff6ad165110aba29c1"
12774dependencies = [
12775 "anyhow",
12776 "async-trait",
12777 "bitflags 2.6.0",
12778 "thiserror",
12779 "tracing",
12780 "wasmtime",
12781 "wiggle-macro",
12782]
12783
12784[[package]]
12785name = "wiggle-generate"
12786version = "19.0.0"
12787source = "registry+https://github.com/rust-lang/crates.io-index"
12788checksum = "4c2bd99ce26046f4246d720a4198f6a8fc95bc5da82ae4ef62263e24641c3076"
12789dependencies = [
12790 "anyhow",
12791 "heck 0.4.1",
12792 "proc-macro2",
12793 "quote",
12794 "shellexpand 2.1.2",
12795 "syn 2.0.59",
12796 "witx",
12797]
12798
12799[[package]]
12800name = "wiggle-macro"
12801version = "19.0.0"
12802source = "registry+https://github.com/rust-lang/crates.io-index"
12803checksum = "512d816dbcd0113103b2eb2402ec9018e7f0755202a5b3e67db726f229d8dcae"
12804dependencies = [
12805 "proc-macro2",
12806 "quote",
12807 "syn 2.0.59",
12808 "wiggle-generate",
12809]
12810
12811[[package]]
12812name = "winapi"
12813version = "0.3.9"
12814source = "registry+https://github.com/rust-lang/crates.io-index"
12815checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
12816dependencies = [
12817 "winapi-i686-pc-windows-gnu",
12818 "winapi-x86_64-pc-windows-gnu",
12819]
12820
12821[[package]]
12822name = "winapi-i686-pc-windows-gnu"
12823version = "0.4.0"
12824source = "registry+https://github.com/rust-lang/crates.io-index"
12825checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
12826
12827[[package]]
12828name = "winapi-util"
12829version = "0.1.8"
12830source = "registry+https://github.com/rust-lang/crates.io-index"
12831checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
12832dependencies = [
12833 "windows-sys 0.52.0",
12834]
12835
12836[[package]]
12837name = "winapi-x86_64-pc-windows-gnu"
12838version = "0.4.0"
12839source = "registry+https://github.com/rust-lang/crates.io-index"
12840checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
12841
12842[[package]]
12843name = "winch-codegen"
12844version = "0.17.0"
12845source = "registry+https://github.com/rust-lang/crates.io-index"
12846checksum = "d285c833af9453c037cd220765f86c5c9961e8906a815829107c8801d535b8e4"
12847dependencies = [
12848 "anyhow",
12849 "cranelift-codegen",
12850 "gimli",
12851 "regalloc2",
12852 "smallvec",
12853 "target-lexicon",
12854 "wasmparser",
12855 "wasmtime-environ",
12856]
12857
12858[[package]]
12859name = "windows"
12860version = "0.46.0"
12861source = "registry+https://github.com/rust-lang/crates.io-index"
12862checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
12863dependencies = [
12864 "windows-targets 0.42.2",
12865]
12866
12867[[package]]
12868name = "windows"
12869version = "0.48.0"
12870source = "registry+https://github.com/rust-lang/crates.io-index"
12871checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
12872dependencies = [
12873 "windows-targets 0.48.5",
12874]
12875
12876[[package]]
12877name = "windows"
12878version = "0.52.0"
12879source = "registry+https://github.com/rust-lang/crates.io-index"
12880checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
12881dependencies = [
12882 "windows-core 0.52.0",
12883 "windows-targets 0.52.5",
12884]
12885
12886[[package]]
12887name = "windows"
12888version = "0.57.0"
12889source = "registry+https://github.com/rust-lang/crates.io-index"
12890checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
12891dependencies = [
12892 "windows-core 0.57.0",
12893 "windows-targets 0.52.5",
12894]
12895
12896[[package]]
12897name = "windows-core"
12898version = "0.52.0"
12899source = "registry+https://github.com/rust-lang/crates.io-index"
12900checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
12901dependencies = [
12902 "windows-targets 0.52.5",
12903]
12904
12905[[package]]
12906name = "windows-core"
12907version = "0.57.0"
12908source = "registry+https://github.com/rust-lang/crates.io-index"
12909checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
12910dependencies = [
12911 "windows-implement",
12912 "windows-interface",
12913 "windows-result",
12914 "windows-targets 0.52.5",
12915]
12916
12917[[package]]
12918name = "windows-implement"
12919version = "0.57.0"
12920source = "registry+https://github.com/rust-lang/crates.io-index"
12921checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
12922dependencies = [
12923 "proc-macro2",
12924 "quote",
12925 "syn 2.0.59",
12926]
12927
12928[[package]]
12929name = "windows-interface"
12930version = "0.57.0"
12931source = "registry+https://github.com/rust-lang/crates.io-index"
12932checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
12933dependencies = [
12934 "proc-macro2",
12935 "quote",
12936 "syn 2.0.59",
12937]
12938
12939[[package]]
12940name = "windows-result"
12941version = "0.1.1"
12942source = "registry+https://github.com/rust-lang/crates.io-index"
12943checksum = "749f0da9cc72d82e600d8d2e44cadd0b9eedb9038f71a1c58556ac1c5791813b"
12944dependencies = [
12945 "windows-targets 0.52.5",
12946]
12947
12948[[package]]
12949name = "windows-sys"
12950version = "0.45.0"
12951source = "registry+https://github.com/rust-lang/crates.io-index"
12952checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
12953dependencies = [
12954 "windows-targets 0.42.2",
12955]
12956
12957[[package]]
12958name = "windows-sys"
12959version = "0.48.0"
12960source = "registry+https://github.com/rust-lang/crates.io-index"
12961checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
12962dependencies = [
12963 "windows-targets 0.48.5",
12964]
12965
12966[[package]]
12967name = "windows-sys"
12968version = "0.52.0"
12969source = "registry+https://github.com/rust-lang/crates.io-index"
12970checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
12971dependencies = [
12972 "windows-targets 0.52.5",
12973]
12974
12975[[package]]
12976name = "windows-targets"
12977version = "0.42.2"
12978source = "registry+https://github.com/rust-lang/crates.io-index"
12979checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
12980dependencies = [
12981 "windows_aarch64_gnullvm 0.42.2",
12982 "windows_aarch64_msvc 0.42.2",
12983 "windows_i686_gnu 0.42.2",
12984 "windows_i686_msvc 0.42.2",
12985 "windows_x86_64_gnu 0.42.2",
12986 "windows_x86_64_gnullvm 0.42.2",
12987 "windows_x86_64_msvc 0.42.2",
12988]
12989
12990[[package]]
12991name = "windows-targets"
12992version = "0.48.5"
12993source = "registry+https://github.com/rust-lang/crates.io-index"
12994checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
12995dependencies = [
12996 "windows_aarch64_gnullvm 0.48.5",
12997 "windows_aarch64_msvc 0.48.5",
12998 "windows_i686_gnu 0.48.5",
12999 "windows_i686_msvc 0.48.5",
13000 "windows_x86_64_gnu 0.48.5",
13001 "windows_x86_64_gnullvm 0.48.5",
13002 "windows_x86_64_msvc 0.48.5",
13003]
13004
13005[[package]]
13006name = "windows-targets"
13007version = "0.52.5"
13008source = "registry+https://github.com/rust-lang/crates.io-index"
13009checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
13010dependencies = [
13011 "windows_aarch64_gnullvm 0.52.5",
13012 "windows_aarch64_msvc 0.52.5",
13013 "windows_i686_gnu 0.52.5",
13014 "windows_i686_gnullvm",
13015 "windows_i686_msvc 0.52.5",
13016 "windows_x86_64_gnu 0.52.5",
13017 "windows_x86_64_gnullvm 0.52.5",
13018 "windows_x86_64_msvc 0.52.5",
13019]
13020
13021[[package]]
13022name = "windows_aarch64_gnullvm"
13023version = "0.42.2"
13024source = "registry+https://github.com/rust-lang/crates.io-index"
13025checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
13026
13027[[package]]
13028name = "windows_aarch64_gnullvm"
13029version = "0.48.5"
13030source = "registry+https://github.com/rust-lang/crates.io-index"
13031checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
13032
13033[[package]]
13034name = "windows_aarch64_gnullvm"
13035version = "0.52.5"
13036source = "registry+https://github.com/rust-lang/crates.io-index"
13037checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
13038
13039[[package]]
13040name = "windows_aarch64_msvc"
13041version = "0.42.2"
13042source = "registry+https://github.com/rust-lang/crates.io-index"
13043checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
13044
13045[[package]]
13046name = "windows_aarch64_msvc"
13047version = "0.48.5"
13048source = "registry+https://github.com/rust-lang/crates.io-index"
13049checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
13050
13051[[package]]
13052name = "windows_aarch64_msvc"
13053version = "0.52.5"
13054source = "registry+https://github.com/rust-lang/crates.io-index"
13055checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
13056
13057[[package]]
13058name = "windows_i686_gnu"
13059version = "0.42.2"
13060source = "registry+https://github.com/rust-lang/crates.io-index"
13061checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
13062
13063[[package]]
13064name = "windows_i686_gnu"
13065version = "0.48.5"
13066source = "registry+https://github.com/rust-lang/crates.io-index"
13067checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
13068
13069[[package]]
13070name = "windows_i686_gnu"
13071version = "0.52.5"
13072source = "registry+https://github.com/rust-lang/crates.io-index"
13073checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
13074
13075[[package]]
13076name = "windows_i686_gnullvm"
13077version = "0.52.5"
13078source = "registry+https://github.com/rust-lang/crates.io-index"
13079checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
13080
13081[[package]]
13082name = "windows_i686_msvc"
13083version = "0.42.2"
13084source = "registry+https://github.com/rust-lang/crates.io-index"
13085checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
13086
13087[[package]]
13088name = "windows_i686_msvc"
13089version = "0.48.5"
13090source = "registry+https://github.com/rust-lang/crates.io-index"
13091checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
13092
13093[[package]]
13094name = "windows_i686_msvc"
13095version = "0.52.5"
13096source = "registry+https://github.com/rust-lang/crates.io-index"
13097checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
13098
13099[[package]]
13100name = "windows_x86_64_gnu"
13101version = "0.42.2"
13102source = "registry+https://github.com/rust-lang/crates.io-index"
13103checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
13104
13105[[package]]
13106name = "windows_x86_64_gnu"
13107version = "0.48.5"
13108source = "registry+https://github.com/rust-lang/crates.io-index"
13109checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
13110
13111[[package]]
13112name = "windows_x86_64_gnu"
13113version = "0.52.5"
13114source = "registry+https://github.com/rust-lang/crates.io-index"
13115checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
13116
13117[[package]]
13118name = "windows_x86_64_gnullvm"
13119version = "0.42.2"
13120source = "registry+https://github.com/rust-lang/crates.io-index"
13121checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
13122
13123[[package]]
13124name = "windows_x86_64_gnullvm"
13125version = "0.48.5"
13126source = "registry+https://github.com/rust-lang/crates.io-index"
13127checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
13128
13129[[package]]
13130name = "windows_x86_64_gnullvm"
13131version = "0.52.5"
13132source = "registry+https://github.com/rust-lang/crates.io-index"
13133checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
13134
13135[[package]]
13136name = "windows_x86_64_msvc"
13137version = "0.42.2"
13138source = "registry+https://github.com/rust-lang/crates.io-index"
13139checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
13140
13141[[package]]
13142name = "windows_x86_64_msvc"
13143version = "0.48.5"
13144source = "registry+https://github.com/rust-lang/crates.io-index"
13145checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
13146
13147[[package]]
13148name = "windows_x86_64_msvc"
13149version = "0.52.5"
13150source = "registry+https://github.com/rust-lang/crates.io-index"
13151checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
13152
13153[[package]]
13154name = "winnow"
13155version = "0.5.15"
13156source = "registry+https://github.com/rust-lang/crates.io-index"
13157checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
13158dependencies = [
13159 "memchr",
13160]
13161
13162[[package]]
13163name = "winnow"
13164version = "0.6.1"
13165source = "registry+https://github.com/rust-lang/crates.io-index"
13166checksum = "d90f4e0f530c4c69f62b80d839e9ef3855edc9cba471a160c4d692deed62b401"
13167dependencies = [
13168 "memchr",
13169]
13170
13171[[package]]
13172name = "winreg"
13173version = "0.50.0"
13174source = "registry+https://github.com/rust-lang/crates.io-index"
13175checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
13176dependencies = [
13177 "cfg-if",
13178 "windows-sys 0.48.0",
13179]
13180
13181[[package]]
13182name = "winreg"
13183version = "0.52.0"
13184source = "registry+https://github.com/rust-lang/crates.io-index"
13185checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
13186dependencies = [
13187 "cfg-if",
13188 "windows-sys 0.48.0",
13189]
13190
13191[[package]]
13192name = "winresource"
13193version = "0.1.17"
13194source = "registry+https://github.com/rust-lang/crates.io-index"
13195checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
13196dependencies = [
13197 "toml 0.7.8",
13198 "version_check",
13199]
13200
13201[[package]]
13202name = "winx"
13203version = "0.36.3"
13204source = "registry+https://github.com/rust-lang/crates.io-index"
13205checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
13206dependencies = [
13207 "bitflags 2.6.0",
13208 "windows-sys 0.52.0",
13209]
13210
13211[[package]]
13212name = "wio"
13213version = "0.2.2"
13214source = "registry+https://github.com/rust-lang/crates.io-index"
13215checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
13216dependencies = [
13217 "winapi",
13218]
13219
13220[[package]]
13221name = "wit-bindgen"
13222version = "0.22.0"
13223source = "registry+https://github.com/rust-lang/crates.io-index"
13224checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
13225dependencies = [
13226 "bitflags 2.6.0",
13227 "wit-bindgen-rt",
13228 "wit-bindgen-rust-macro",
13229]
13230
13231[[package]]
13232name = "wit-bindgen-core"
13233version = "0.22.0"
13234source = "registry+https://github.com/rust-lang/crates.io-index"
13235checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
13236dependencies = [
13237 "anyhow",
13238 "wit-parser",
13239]
13240
13241[[package]]
13242name = "wit-bindgen-rt"
13243version = "0.22.0"
13244source = "registry+https://github.com/rust-lang/crates.io-index"
13245checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
13246
13247[[package]]
13248name = "wit-bindgen-rust"
13249version = "0.22.0"
13250source = "registry+https://github.com/rust-lang/crates.io-index"
13251checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
13252dependencies = [
13253 "anyhow",
13254 "heck 0.4.1",
13255 "indexmap 2.2.6",
13256 "wasm-metadata",
13257 "wit-bindgen-core",
13258 "wit-component",
13259]
13260
13261[[package]]
13262name = "wit-bindgen-rust-macro"
13263version = "0.22.0"
13264source = "registry+https://github.com/rust-lang/crates.io-index"
13265checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
13266dependencies = [
13267 "anyhow",
13268 "proc-macro2",
13269 "quote",
13270 "syn 2.0.59",
13271 "wit-bindgen-core",
13272 "wit-bindgen-rust",
13273]
13274
13275[[package]]
13276name = "wit-component"
13277version = "0.201.0"
13278source = "registry+https://github.com/rust-lang/crates.io-index"
13279checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
13280dependencies = [
13281 "anyhow",
13282 "bitflags 2.6.0",
13283 "indexmap 2.2.6",
13284 "log",
13285 "serde",
13286 "serde_derive",
13287 "serde_json",
13288 "wasm-encoder",
13289 "wasm-metadata",
13290 "wasmparser",
13291 "wit-parser",
13292]
13293
13294[[package]]
13295name = "wit-parser"
13296version = "0.201.0"
13297source = "registry+https://github.com/rust-lang/crates.io-index"
13298checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
13299dependencies = [
13300 "anyhow",
13301 "id-arena",
13302 "indexmap 2.2.6",
13303 "log",
13304 "semver",
13305 "serde",
13306 "serde_derive",
13307 "serde_json",
13308 "unicode-xid",
13309 "wasmparser",
13310]
13311
13312[[package]]
13313name = "witx"
13314version = "0.9.1"
13315source = "registry+https://github.com/rust-lang/crates.io-index"
13316checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
13317dependencies = [
13318 "anyhow",
13319 "log",
13320 "thiserror",
13321 "wast",
13322]
13323
13324[[package]]
13325name = "workspace"
13326version = "0.1.0"
13327dependencies = [
13328 "any_vec",
13329 "anyhow",
13330 "async-recursion 1.0.5",
13331 "bincode",
13332 "call",
13333 "client",
13334 "clock",
13335 "collections",
13336 "db",
13337 "derive_more",
13338 "dev_server_projects",
13339 "env_logger",
13340 "fs",
13341 "futures 0.3.28",
13342 "gpui",
13343 "http 0.1.0",
13344 "itertools 0.11.0",
13345 "language",
13346 "lazy_static",
13347 "log",
13348 "node_runtime",
13349 "parking_lot",
13350 "postage",
13351 "project",
13352 "schemars",
13353 "serde",
13354 "serde_json",
13355 "settings",
13356 "smallvec",
13357 "sqlez",
13358 "task",
13359 "theme",
13360 "ui",
13361 "util",
13362 "uuid",
13363]
13364
13365[[package]]
13366name = "worktree"
13367version = "0.1.0"
13368dependencies = [
13369 "anyhow",
13370 "clock",
13371 "collections",
13372 "env_logger",
13373 "fs",
13374 "futures 0.3.28",
13375 "fuzzy",
13376 "git",
13377 "git2",
13378 "gpui",
13379 "http 0.1.0",
13380 "ignore",
13381 "language",
13382 "log",
13383 "parking_lot",
13384 "paths",
13385 "postage",
13386 "pretty_assertions",
13387 "rand 0.8.5",
13388 "rpc",
13389 "schemars",
13390 "serde",
13391 "serde_json",
13392 "settings",
13393 "smol",
13394 "sum_tree",
13395 "text",
13396 "util",
13397]
13398
13399[[package]]
13400name = "wyz"
13401version = "0.5.1"
13402source = "registry+https://github.com/rust-lang/crates.io-index"
13403checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
13404dependencies = [
13405 "tap",
13406]
13407
13408[[package]]
13409name = "x11-clipboard"
13410version = "0.9.2"
13411source = "registry+https://github.com/rust-lang/crates.io-index"
13412checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
13413dependencies = [
13414 "libc",
13415 "x11rb",
13416]
13417
13418[[package]]
13419name = "x11rb"
13420version = "0.13.0"
13421source = "registry+https://github.com/rust-lang/crates.io-index"
13422checksum = "f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a"
13423dependencies = [
13424 "as-raw-xcb-connection",
13425 "gethostname",
13426 "libc",
13427 "rustix 0.38.32",
13428 "x11rb-protocol",
13429]
13430
13431[[package]]
13432name = "x11rb-protocol"
13433version = "0.13.0"
13434source = "registry+https://github.com/rust-lang/crates.io-index"
13435checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34"
13436
13437[[package]]
13438name = "xattr"
13439version = "0.2.3"
13440source = "registry+https://github.com/rust-lang/crates.io-index"
13441checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
13442dependencies = [
13443 "libc",
13444]
13445
13446[[package]]
13447name = "xcursor"
13448version = "0.3.5"
13449source = "registry+https://github.com/rust-lang/crates.io-index"
13450checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911"
13451
13452[[package]]
13453name = "xdg-home"
13454version = "1.1.0"
13455source = "registry+https://github.com/rust-lang/crates.io-index"
13456checksum = "21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e"
13457dependencies = [
13458 "libc",
13459 "winapi",
13460]
13461
13462[[package]]
13463name = "xim"
13464version = "0.4.0"
13465source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13466dependencies = [
13467 "ahash 0.8.8",
13468 "hashbrown 0.14.5",
13469 "log",
13470 "x11rb",
13471 "xim-ctext",
13472 "xim-parser",
13473]
13474
13475[[package]]
13476name = "xim-ctext"
13477version = "0.3.0"
13478source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13479dependencies = [
13480 "encoding_rs",
13481]
13482
13483[[package]]
13484name = "xim-parser"
13485version = "0.2.1"
13486source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13487dependencies = [
13488 "bitflags 2.6.0",
13489]
13490
13491[[package]]
13492name = "xkbcommon"
13493version = "0.7.0"
13494source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
13495dependencies = [
13496 "as-raw-xcb-connection",
13497 "libc",
13498 "memmap2",
13499 "xkeysym",
13500]
13501
13502[[package]]
13503name = "xkeysym"
13504version = "0.2.0"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"
13507
13508[[package]]
13509name = "xml5ever"
13510version = "0.18.0"
13511source = "registry+https://github.com/rust-lang/crates.io-index"
13512checksum = "7c376f76ed09df711203e20c3ef5ce556f0166fa03d39590016c0fd625437fad"
13513dependencies = [
13514 "log",
13515 "mac",
13516 "markup5ever",
13517]
13518
13519[[package]]
13520name = "xmlparser"
13521version = "0.13.5"
13522source = "registry+https://github.com/rust-lang/crates.io-index"
13523checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
13524
13525[[package]]
13526name = "xmlwriter"
13527version = "0.1.0"
13528source = "registry+https://github.com/rust-lang/crates.io-index"
13529checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
13530
13531[[package]]
13532name = "xtask"
13533version = "0.1.0"
13534dependencies = [
13535 "anyhow",
13536 "cargo_toml",
13537 "clap 4.4.4",
13538 "toml 0.8.10",
13539]
13540
13541[[package]]
13542name = "yansi"
13543version = "0.5.1"
13544source = "registry+https://github.com/rust-lang/crates.io-index"
13545checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
13546
13547[[package]]
13548name = "yazi"
13549version = "0.1.6"
13550source = "registry+https://github.com/rust-lang/crates.io-index"
13551checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
13552
13553[[package]]
13554name = "yeslogic-fontconfig-sys"
13555version = "3.2.0"
13556source = "registry+https://github.com/rust-lang/crates.io-index"
13557checksum = "f2bbd69036d397ebbff671b1b8e4d918610c181c5a16073b96f984a38d08c386"
13558dependencies = [
13559 "const-cstr",
13560 "dlib",
13561 "once_cell",
13562 "pkg-config",
13563]
13564
13565[[package]]
13566name = "zbus"
13567version = "4.0.1"
13568source = "registry+https://github.com/rust-lang/crates.io-index"
13569checksum = "7b8e3d6ae3342792a6cc2340e4394334c7402f3d793b390d2c5494a4032b3030"
13570dependencies = [
13571 "async-broadcast",
13572 "async-executor",
13573 "async-fs 2.1.1",
13574 "async-io 2.3.1",
13575 "async-lock 3.3.0",
13576 "async-process 2.1.0",
13577 "async-recursion 1.0.5",
13578 "async-task",
13579 "async-trait",
13580 "blocking",
13581 "derivative",
13582 "enumflags2",
13583 "event-listener 5.1.0",
13584 "futures-core",
13585 "futures-sink",
13586 "futures-util",
13587 "hex",
13588 "nix 0.27.1",
13589 "ordered-stream",
13590 "rand 0.8.5",
13591 "serde",
13592 "serde_repr",
13593 "sha1",
13594 "static_assertions",
13595 "tracing",
13596 "uds_windows",
13597 "windows-sys 0.52.0",
13598 "xdg-home",
13599 "zbus_macros",
13600 "zbus_names",
13601 "zvariant",
13602]
13603
13604[[package]]
13605name = "zbus_macros"
13606version = "4.0.1"
13607source = "registry+https://github.com/rust-lang/crates.io-index"
13608checksum = "b7a3e850ff1e7217a3b7a07eba90d37fe9bb9e89a310f718afcde5885ca9b6d7"
13609dependencies = [
13610 "proc-macro-crate 1.3.1",
13611 "proc-macro2",
13612 "quote",
13613 "regex",
13614 "syn 1.0.109",
13615 "zvariant_utils",
13616]
13617
13618[[package]]
13619name = "zbus_names"
13620version = "3.0.0"
13621source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
13623dependencies = [
13624 "serde",
13625 "static_assertions",
13626 "zvariant",
13627]
13628
13629[[package]]
13630name = "zed"
13631version = "0.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]