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