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