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.6"
 3173source = "registry+https://github.com/rust-lang/crates.io-index"
 3174checksum = "30d2b3721e861707777e3195b0158f950ae6dc4a27e4d02ff9f67e3eb3de199e"
 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 = "1.0.9"
 5474source = "registry+https://github.com/rust-lang/crates.io-index"
 5475checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
 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 "collections",
 8653 "command_palette_hooks",
 8654 "editor",
 8655 "env_logger",
 8656 "futures 0.3.28",
 8657 "gpui",
 8658 "http_client",
 8659 "image",
 8660 "indoc",
 8661 "language",
 8662 "languages",
 8663 "log",
 8664 "multi_buffer",
 8665 "project",
 8666 "runtimelib",
 8667 "schemars",
 8668 "serde",
 8669 "serde_json",
 8670 "settings",
 8671 "smol",
 8672 "terminal_view",
 8673 "theme",
 8674 "tree-sitter-md",
 8675 "tree-sitter-python",
 8676 "tree-sitter-typescript",
 8677 "ui",
 8678 "util",
 8679 "uuid",
 8680 "workspace",
 8681]
 8682
 8683[[package]]
 8684name = "reqwest"
 8685version = "0.11.20"
 8686source = "registry+https://github.com/rust-lang/crates.io-index"
 8687checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
 8688dependencies = [
 8689 "base64 0.21.7",
 8690 "bytes 1.5.0",
 8691 "encoding_rs",
 8692 "futures-core",
 8693 "futures-util",
 8694 "h2",
 8695 "http 0.2.9",
 8696 "http-body",
 8697 "hyper",
 8698 "hyper-tls",
 8699 "ipnet",
 8700 "js-sys",
 8701 "log",
 8702 "mime",
 8703 "native-tls",
 8704 "once_cell",
 8705 "percent-encoding",
 8706 "pin-project-lite",
 8707 "serde",
 8708 "serde_json",
 8709 "serde_urlencoded",
 8710 "tokio",
 8711 "tokio-native-tls",
 8712 "tower-service",
 8713 "url",
 8714 "wasm-bindgen",
 8715 "wasm-bindgen-futures",
 8716 "web-sys",
 8717 "winreg 0.50.0",
 8718]
 8719
 8720[[package]]
 8721name = "resvg"
 8722version = "0.41.0"
 8723source = "registry+https://github.com/rust-lang/crates.io-index"
 8724checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
 8725dependencies = [
 8726 "log",
 8727 "pico-args",
 8728 "rgb",
 8729 "svgtypes",
 8730 "tiny-skia",
 8731 "usvg",
 8732]
 8733
 8734[[package]]
 8735name = "rfc6979"
 8736version = "0.3.1"
 8737source = "registry+https://github.com/rust-lang/crates.io-index"
 8738checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
 8739dependencies = [
 8740 "crypto-bigint 0.4.9",
 8741 "hmac",
 8742 "zeroize",
 8743]
 8744
 8745[[package]]
 8746name = "rgb"
 8747version = "0.8.36"
 8748source = "registry+https://github.com/rust-lang/crates.io-index"
 8749checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
 8750dependencies = [
 8751 "bytemuck",
 8752]
 8753
 8754[[package]]
 8755name = "rich_text"
 8756version = "0.1.0"
 8757dependencies = [
 8758 "futures 0.3.28",
 8759 "gpui",
 8760 "language",
 8761 "linkify",
 8762 "pulldown-cmark",
 8763 "theme",
 8764 "ui",
 8765 "util",
 8766]
 8767
 8768[[package]]
 8769name = "ring"
 8770version = "0.17.7"
 8771source = "registry+https://github.com/rust-lang/crates.io-index"
 8772checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
 8773dependencies = [
 8774 "cc",
 8775 "getrandom 0.2.10",
 8776 "libc",
 8777 "spin 0.9.8",
 8778 "untrusted",
 8779 "windows-sys 0.48.0",
 8780]
 8781
 8782[[package]]
 8783name = "rkyv"
 8784version = "0.7.42"
 8785source = "registry+https://github.com/rust-lang/crates.io-index"
 8786checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58"
 8787dependencies = [
 8788 "bitvec",
 8789 "bytecheck",
 8790 "hashbrown 0.12.3",
 8791 "ptr_meta",
 8792 "rend",
 8793 "rkyv_derive",
 8794 "seahash",
 8795 "tinyvec",
 8796 "uuid",
 8797]
 8798
 8799[[package]]
 8800name = "rkyv_derive"
 8801version = "0.7.42"
 8802source = "registry+https://github.com/rust-lang/crates.io-index"
 8803checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d"
 8804dependencies = [
 8805 "proc-macro2",
 8806 "quote",
 8807 "syn 1.0.109",
 8808]
 8809
 8810[[package]]
 8811name = "rmp"
 8812version = "0.8.12"
 8813source = "registry+https://github.com/rust-lang/crates.io-index"
 8814checksum = "7f9860a6cc38ed1da53456442089b4dfa35e7cedaa326df63017af88385e6b20"
 8815dependencies = [
 8816 "byteorder",
 8817 "num-traits",
 8818 "paste",
 8819]
 8820
 8821[[package]]
 8822name = "rmpv"
 8823version = "1.0.1"
 8824source = "registry+https://github.com/rust-lang/crates.io-index"
 8825checksum = "2e0e0214a4a2b444ecce41a4025792fc31f77c7bb89c46d253953ea8c65701ec"
 8826dependencies = [
 8827 "num-traits",
 8828 "rmp",
 8829]
 8830
 8831[[package]]
 8832name = "rodio"
 8833version = "0.17.1"
 8834source = "registry+https://github.com/rust-lang/crates.io-index"
 8835checksum = "bdf1d4dea18dff2e9eb6dca123724f8b60ef44ad74a9ad283cdfe025df7e73fa"
 8836dependencies = [
 8837 "cpal",
 8838 "hound",
 8839]
 8840
 8841[[package]]
 8842name = "rope"
 8843version = "0.1.0"
 8844dependencies = [
 8845 "arrayvec",
 8846 "criterion",
 8847 "ctor",
 8848 "env_logger",
 8849 "gpui",
 8850 "log",
 8851 "rand 0.8.5",
 8852 "smallvec",
 8853 "sum_tree",
 8854 "unicode-segmentation",
 8855 "util",
 8856]
 8857
 8858[[package]]
 8859name = "roxmltree"
 8860version = "0.19.0"
 8861source = "registry+https://github.com/rust-lang/crates.io-index"
 8862checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
 8863
 8864[[package]]
 8865name = "roxmltree"
 8866version = "0.20.0"
 8867source = "registry+https://github.com/rust-lang/crates.io-index"
 8868checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
 8869
 8870[[package]]
 8871name = "rpc"
 8872version = "0.1.0"
 8873dependencies = [
 8874 "anyhow",
 8875 "async-tungstenite",
 8876 "base64 0.13.1",
 8877 "chrono",
 8878 "collections",
 8879 "env_logger",
 8880 "futures 0.3.28",
 8881 "gpui",
 8882 "parking_lot",
 8883 "proto",
 8884 "rand 0.8.5",
 8885 "rsa",
 8886 "serde",
 8887 "serde_json",
 8888 "sha2",
 8889 "strum",
 8890 "tracing",
 8891 "util",
 8892 "zstd",
 8893]
 8894
 8895[[package]]
 8896name = "rsa"
 8897version = "0.9.6"
 8898source = "registry+https://github.com/rust-lang/crates.io-index"
 8899checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
 8900dependencies = [
 8901 "const-oid",
 8902 "digest",
 8903 "num-bigint-dig",
 8904 "num-integer",
 8905 "num-traits",
 8906 "pkcs1",
 8907 "pkcs8 0.10.2",
 8908 "rand_core 0.6.4",
 8909 "signature 2.1.0",
 8910 "spki 0.7.3",
 8911 "subtle",
 8912 "zeroize",
 8913]
 8914
 8915[[package]]
 8916name = "runtimelib"
 8917version = "0.12.0"
 8918source = "registry+https://github.com/rust-lang/crates.io-index"
 8919checksum = "10a4a788465cf51b7ac8f36e4e4ca3dd26013dcddd5ba8376f98752278244294"
 8920dependencies = [
 8921 "anyhow",
 8922 "async-dispatcher",
 8923 "async-std",
 8924 "base64 0.22.0",
 8925 "bytes 1.5.0",
 8926 "chrono",
 8927 "data-encoding",
 8928 "dirs 5.0.1",
 8929 "futures 0.3.28",
 8930 "glob",
 8931 "rand 0.8.5",
 8932 "ring",
 8933 "serde",
 8934 "serde_json",
 8935 "shellexpand 3.1.0",
 8936 "smol",
 8937 "uuid",
 8938 "zeromq",
 8939]
 8940
 8941[[package]]
 8942name = "rust-embed"
 8943version = "8.4.0"
 8944source = "registry+https://github.com/rust-lang/crates.io-index"
 8945checksum = "19549741604902eb99a7ed0ee177a0663ee1eda51a29f71401f166e47e77806a"
 8946dependencies = [
 8947 "rust-embed-impl",
 8948 "rust-embed-utils",
 8949 "walkdir",
 8950]
 8951
 8952[[package]]
 8953name = "rust-embed-impl"
 8954version = "8.4.0"
 8955source = "registry+https://github.com/rust-lang/crates.io-index"
 8956checksum = "cb9f96e283ec64401f30d3df8ee2aaeb2561f34c824381efa24a35f79bf40ee4"
 8957dependencies = [
 8958 "proc-macro2",
 8959 "quote",
 8960 "rust-embed-utils",
 8961 "syn 2.0.59",
 8962 "walkdir",
 8963]
 8964
 8965[[package]]
 8966name = "rust-embed-utils"
 8967version = "8.4.0"
 8968source = "registry+https://github.com/rust-lang/crates.io-index"
 8969checksum = "38c74a686185620830701348de757fd36bef4aa9680fd23c49fc539ddcc1af32"
 8970dependencies = [
 8971 "globset",
 8972 "sha2",
 8973 "walkdir",
 8974]
 8975
 8976[[package]]
 8977name = "rust_decimal"
 8978version = "1.35.0"
 8979source = "registry+https://github.com/rust-lang/crates.io-index"
 8980checksum = "1790d1c4c0ca81211399e0e0af16333276f375209e71a37b67698a373db5b47a"
 8981dependencies = [
 8982 "arrayvec",
 8983 "borsh",
 8984 "bytes 1.5.0",
 8985 "num-traits",
 8986 "rand 0.8.5",
 8987 "rkyv",
 8988 "serde",
 8989 "serde_json",
 8990]
 8991
 8992[[package]]
 8993name = "rustc-demangle"
 8994version = "0.1.23"
 8995source = "registry+https://github.com/rust-lang/crates.io-index"
 8996checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
 8997
 8998[[package]]
 8999name = "rustc-hash"
 9000version = "1.1.0"
 9001source = "registry+https://github.com/rust-lang/crates.io-index"
 9002checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
 9003
 9004[[package]]
 9005name = "rustc_version"
 9006version = "0.4.0"
 9007source = "registry+https://github.com/rust-lang/crates.io-index"
 9008checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
 9009dependencies = [
 9010 "semver",
 9011]
 9012
 9013[[package]]
 9014name = "rustix"
 9015version = "0.37.27"
 9016source = "registry+https://github.com/rust-lang/crates.io-index"
 9017checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
 9018dependencies = [
 9019 "bitflags 1.3.2",
 9020 "errno 0.3.8",
 9021 "io-lifetimes 1.0.11",
 9022 "libc",
 9023 "linux-raw-sys 0.3.8",
 9024 "windows-sys 0.48.0",
 9025]
 9026
 9027[[package]]
 9028name = "rustix"
 9029version = "0.38.32"
 9030source = "registry+https://github.com/rust-lang/crates.io-index"
 9031checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
 9032dependencies = [
 9033 "bitflags 2.6.0",
 9034 "errno 0.3.8",
 9035 "itoa",
 9036 "libc",
 9037 "linux-raw-sys 0.4.12",
 9038 "once_cell",
 9039 "windows-sys 0.52.0",
 9040]
 9041
 9042[[package]]
 9043name = "rustix-openpty"
 9044version = "0.1.1"
 9045source = "registry+https://github.com/rust-lang/crates.io-index"
 9046checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
 9047dependencies = [
 9048 "errno 0.3.8",
 9049 "libc",
 9050 "rustix 0.38.32",
 9051]
 9052
 9053[[package]]
 9054name = "rustls"
 9055version = "0.21.12"
 9056source = "registry+https://github.com/rust-lang/crates.io-index"
 9057checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
 9058dependencies = [
 9059 "log",
 9060 "ring",
 9061 "rustls-webpki",
 9062 "sct",
 9063]
 9064
 9065[[package]]
 9066name = "rustls-native-certs"
 9067version = "0.6.3"
 9068source = "registry+https://github.com/rust-lang/crates.io-index"
 9069checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
 9070dependencies = [
 9071 "openssl-probe",
 9072 "rustls-pemfile",
 9073 "schannel",
 9074 "security-framework",
 9075]
 9076
 9077[[package]]
 9078name = "rustls-pemfile"
 9079version = "1.0.3"
 9080source = "registry+https://github.com/rust-lang/crates.io-index"
 9081checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
 9082dependencies = [
 9083 "base64 0.21.7",
 9084]
 9085
 9086[[package]]
 9087name = "rustls-webpki"
 9088version = "0.101.7"
 9089source = "registry+https://github.com/rust-lang/crates.io-index"
 9090checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
 9091dependencies = [
 9092 "ring",
 9093 "untrusted",
 9094]
 9095
 9096[[package]]
 9097name = "rustversion"
 9098version = "1.0.14"
 9099source = "registry+https://github.com/rust-lang/crates.io-index"
 9100checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
 9101
 9102[[package]]
 9103name = "rustybuzz"
 9104version = "0.14.1"
 9105source = "registry+https://github.com/rust-lang/crates.io-index"
 9106checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
 9107dependencies = [
 9108 "bitflags 2.6.0",
 9109 "bytemuck",
 9110 "libm",
 9111 "smallvec",
 9112 "ttf-parser",
 9113 "unicode-bidi-mirroring",
 9114 "unicode-ccc",
 9115 "unicode-properties",
 9116 "unicode-script",
 9117]
 9118
 9119[[package]]
 9120name = "ryu"
 9121version = "1.0.18"
 9122source = "registry+https://github.com/rust-lang/crates.io-index"
 9123checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
 9124
 9125[[package]]
 9126name = "salsa20"
 9127version = "0.10.2"
 9128source = "registry+https://github.com/rust-lang/crates.io-index"
 9129checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
 9130dependencies = [
 9131 "cipher",
 9132]
 9133
 9134[[package]]
 9135name = "same-file"
 9136version = "1.0.6"
 9137source = "registry+https://github.com/rust-lang/crates.io-index"
 9138checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
 9139dependencies = [
 9140 "winapi-util",
 9141]
 9142
 9143[[package]]
 9144name = "schannel"
 9145version = "0.1.22"
 9146source = "registry+https://github.com/rust-lang/crates.io-index"
 9147checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
 9148dependencies = [
 9149 "windows-sys 0.48.0",
 9150]
 9151
 9152[[package]]
 9153name = "schemars"
 9154version = "0.8.15"
 9155source = "registry+https://github.com/rust-lang/crates.io-index"
 9156checksum = "1f7b0ce13155372a76ee2e1c5ffba1fe61ede73fbea5630d61eee6fac4929c0c"
 9157dependencies = [
 9158 "dyn-clone",
 9159 "indexmap 1.9.3",
 9160 "schemars_derive",
 9161 "serde",
 9162 "serde_json",
 9163]
 9164
 9165[[package]]
 9166name = "schemars_derive"
 9167version = "0.8.15"
 9168source = "registry+https://github.com/rust-lang/crates.io-index"
 9169checksum = "e85e2a16b12bdb763244c69ab79363d71db2b4b918a2def53f80b02e0574b13c"
 9170dependencies = [
 9171 "proc-macro2",
 9172 "quote",
 9173 "serde_derive_internals",
 9174 "syn 1.0.109",
 9175]
 9176
 9177[[package]]
 9178name = "scoped-tls"
 9179version = "1.0.1"
 9180source = "registry+https://github.com/rust-lang/crates.io-index"
 9181checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
 9182
 9183[[package]]
 9184name = "scopeguard"
 9185version = "1.2.0"
 9186source = "registry+https://github.com/rust-lang/crates.io-index"
 9187checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
 9188
 9189[[package]]
 9190name = "scrypt"
 9191version = "0.11.0"
 9192source = "registry+https://github.com/rust-lang/crates.io-index"
 9193checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
 9194dependencies = [
 9195 "password-hash",
 9196 "pbkdf2",
 9197 "salsa20",
 9198 "sha2",
 9199]
 9200
 9201[[package]]
 9202name = "sct"
 9203version = "0.7.1"
 9204source = "registry+https://github.com/rust-lang/crates.io-index"
 9205checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
 9206dependencies = [
 9207 "ring",
 9208 "untrusted",
 9209]
 9210
 9211[[package]]
 9212name = "sea-bae"
 9213version = "0.2.0"
 9214source = "registry+https://github.com/rust-lang/crates.io-index"
 9215checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
 9216dependencies = [
 9217 "heck 0.4.1",
 9218 "proc-macro-error",
 9219 "proc-macro2",
 9220 "quote",
 9221 "syn 2.0.59",
 9222]
 9223
 9224[[package]]
 9225name = "sea-orm"
 9226version = "0.12.3"
 9227source = "registry+https://github.com/rust-lang/crates.io-index"
 9228checksum = "da5b2d70c255bc5cbe1d49f69c3c8eadae0fbbaeb18ee978edbf2f75775cb94d"
 9229dependencies = [
 9230 "async-stream",
 9231 "async-trait",
 9232 "bigdecimal",
 9233 "chrono",
 9234 "futures 0.3.28",
 9235 "log",
 9236 "ouroboros",
 9237 "rust_decimal",
 9238 "sea-orm-macros",
 9239 "sea-query",
 9240 "sea-query-binder",
 9241 "serde",
 9242 "serde_json",
 9243 "sqlx",
 9244 "strum",
 9245 "thiserror",
 9246 "time",
 9247 "tracing",
 9248 "url",
 9249 "uuid",
 9250]
 9251
 9252[[package]]
 9253name = "sea-orm-macros"
 9254version = "0.12.3"
 9255source = "registry+https://github.com/rust-lang/crates.io-index"
 9256checksum = "d7c8d455fad40194fb9774fdc4810c0f2700ff0dc0e93bd5ce9d641cc3f5dd75"
 9257dependencies = [
 9258 "heck 0.4.1",
 9259 "proc-macro2",
 9260 "quote",
 9261 "sea-bae",
 9262 "syn 2.0.59",
 9263 "unicode-ident",
 9264]
 9265
 9266[[package]]
 9267name = "sea-query"
 9268version = "0.30.2"
 9269source = "registry+https://github.com/rust-lang/crates.io-index"
 9270checksum = "fb3e6bba153bb198646c8762c48414942a38db27d142e44735a133cabddcc820"
 9271dependencies = [
 9272 "bigdecimal",
 9273 "chrono",
 9274 "derivative",
 9275 "inherent",
 9276 "ordered-float 3.9.1",
 9277 "rust_decimal",
 9278 "serde_json",
 9279 "time",
 9280 "uuid",
 9281]
 9282
 9283[[package]]
 9284name = "sea-query-binder"
 9285version = "0.5.0"
 9286source = "registry+https://github.com/rust-lang/crates.io-index"
 9287checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9"
 9288dependencies = [
 9289 "bigdecimal",
 9290 "chrono",
 9291 "rust_decimal",
 9292 "sea-query",
 9293 "serde_json",
 9294 "sqlx",
 9295 "time",
 9296 "uuid",
 9297]
 9298
 9299[[package]]
 9300name = "seahash"
 9301version = "4.1.0"
 9302source = "registry+https://github.com/rust-lang/crates.io-index"
 9303checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
 9304
 9305[[package]]
 9306name = "sealed"
 9307version = "0.4.0"
 9308source = "registry+https://github.com/rust-lang/crates.io-index"
 9309checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
 9310dependencies = [
 9311 "heck 0.3.3",
 9312 "proc-macro2",
 9313 "quote",
 9314 "syn 1.0.109",
 9315]
 9316
 9317[[package]]
 9318name = "search"
 9319version = "0.1.0"
 9320dependencies = [
 9321 "any_vec",
 9322 "anyhow",
 9323 "bitflags 2.6.0",
 9324 "client",
 9325 "collections",
 9326 "editor",
 9327 "futures 0.3.28",
 9328 "gpui",
 9329 "language",
 9330 "menu",
 9331 "project",
 9332 "serde",
 9333 "serde_json",
 9334 "settings",
 9335 "smol",
 9336 "theme",
 9337 "ui",
 9338 "unindent",
 9339 "util",
 9340 "workspace",
 9341]
 9342
 9343[[package]]
 9344name = "sec1"
 9345version = "0.3.0"
 9346source = "registry+https://github.com/rust-lang/crates.io-index"
 9347checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
 9348dependencies = [
 9349 "base16ct",
 9350 "der 0.6.1",
 9351 "generic-array",
 9352 "pkcs8 0.9.0",
 9353 "subtle",
 9354 "zeroize",
 9355]
 9356
 9357[[package]]
 9358name = "security-framework"
 9359version = "2.9.2"
 9360source = "registry+https://github.com/rust-lang/crates.io-index"
 9361checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
 9362dependencies = [
 9363 "bitflags 1.3.2",
 9364 "core-foundation",
 9365 "core-foundation-sys 0.8.6",
 9366 "libc",
 9367 "security-framework-sys",
 9368]
 9369
 9370[[package]]
 9371name = "security-framework-sys"
 9372version = "2.9.1"
 9373source = "registry+https://github.com/rust-lang/crates.io-index"
 9374checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
 9375dependencies = [
 9376 "core-foundation-sys 0.8.6",
 9377 "libc",
 9378]
 9379
 9380[[package]]
 9381name = "self_cell"
 9382version = "1.0.3"
 9383source = "registry+https://github.com/rust-lang/crates.io-index"
 9384checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba"
 9385
 9386[[package]]
 9387name = "semantic_index"
 9388version = "0.1.0"
 9389dependencies = [
 9390 "anyhow",
 9391 "client",
 9392 "clock",
 9393 "collections",
 9394 "completion",
 9395 "env_logger",
 9396 "fs",
 9397 "futures 0.3.28",
 9398 "futures-batch",
 9399 "gpui",
 9400 "heed",
 9401 "http_client",
 9402 "language",
 9403 "languages",
 9404 "log",
 9405 "open_ai",
 9406 "parking_lot",
 9407 "project",
 9408 "serde",
 9409 "serde_json",
 9410 "settings",
 9411 "sha2",
 9412 "smol",
 9413 "tempfile",
 9414 "theme",
 9415 "tree-sitter",
 9416 "ui",
 9417 "unindent",
 9418 "util",
 9419 "workspace",
 9420 "worktree",
 9421]
 9422
 9423[[package]]
 9424name = "semantic_version"
 9425version = "0.1.0"
 9426dependencies = [
 9427 "anyhow",
 9428 "serde",
 9429]
 9430
 9431[[package]]
 9432name = "semver"
 9433version = "1.0.18"
 9434source = "registry+https://github.com/rust-lang/crates.io-index"
 9435checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
 9436dependencies = [
 9437 "serde",
 9438]
 9439
 9440[[package]]
 9441name = "serde"
 9442version = "1.0.204"
 9443source = "registry+https://github.com/rust-lang/crates.io-index"
 9444checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
 9445dependencies = [
 9446 "serde_derive",
 9447]
 9448
 9449[[package]]
 9450name = "serde_derive"
 9451version = "1.0.204"
 9452source = "registry+https://github.com/rust-lang/crates.io-index"
 9453checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
 9454dependencies = [
 9455 "proc-macro2",
 9456 "quote",
 9457 "syn 2.0.59",
 9458]
 9459
 9460[[package]]
 9461name = "serde_derive_internals"
 9462version = "0.26.0"
 9463source = "registry+https://github.com/rust-lang/crates.io-index"
 9464checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
 9465dependencies = [
 9466 "proc-macro2",
 9467 "quote",
 9468 "syn 1.0.109",
 9469]
 9470
 9471[[package]]
 9472name = "serde_fmt"
 9473version = "1.0.3"
 9474source = "registry+https://github.com/rust-lang/crates.io-index"
 9475checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
 9476dependencies = [
 9477 "serde",
 9478]
 9479
 9480[[package]]
 9481name = "serde_json"
 9482version = "1.0.120"
 9483source = "registry+https://github.com/rust-lang/crates.io-index"
 9484checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
 9485dependencies = [
 9486 "indexmap 2.2.6",
 9487 "itoa",
 9488 "ryu",
 9489 "serde",
 9490]
 9491
 9492[[package]]
 9493name = "serde_json_lenient"
 9494version = "0.1.7"
 9495source = "registry+https://github.com/rust-lang/crates.io-index"
 9496checksum = "26386958a1344003f2b2bcff51a23fbe70461a478ef29247c6c6ab2c1656f53e"
 9497dependencies = [
 9498 "indexmap 2.2.6",
 9499 "itoa",
 9500 "ryu",
 9501 "serde",
 9502]
 9503
 9504[[package]]
 9505name = "serde_path_to_error"
 9506version = "0.1.15"
 9507source = "registry+https://github.com/rust-lang/crates.io-index"
 9508checksum = "ebd154a240de39fdebcf5775d2675c204d7c13cf39a4c697be6493c8e734337c"
 9509dependencies = [
 9510 "itoa",
 9511 "serde",
 9512]
 9513
 9514[[package]]
 9515name = "serde_repr"
 9516version = "0.1.16"
 9517source = "registry+https://github.com/rust-lang/crates.io-index"
 9518checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
 9519dependencies = [
 9520 "proc-macro2",
 9521 "quote",
 9522 "syn 2.0.59",
 9523]
 9524
 9525[[package]]
 9526name = "serde_spanned"
 9527version = "0.6.5"
 9528source = "registry+https://github.com/rust-lang/crates.io-index"
 9529checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
 9530dependencies = [
 9531 "serde",
 9532]
 9533
 9534[[package]]
 9535name = "serde_urlencoded"
 9536version = "0.7.1"
 9537source = "registry+https://github.com/rust-lang/crates.io-index"
 9538checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
 9539dependencies = [
 9540 "form_urlencoded",
 9541 "itoa",
 9542 "ryu",
 9543 "serde",
 9544]
 9545
 9546[[package]]
 9547name = "session"
 9548version = "0.1.0"
 9549dependencies = [
 9550 "db",
 9551 "util",
 9552 "uuid",
 9553]
 9554
 9555[[package]]
 9556name = "settings"
 9557version = "0.1.0"
 9558dependencies = [
 9559 "anyhow",
 9560 "collections",
 9561 "fs",
 9562 "futures 0.3.28",
 9563 "gpui",
 9564 "indoc",
 9565 "lazy_static",
 9566 "paths",
 9567 "pretty_assertions",
 9568 "release_channel",
 9569 "rust-embed",
 9570 "schemars",
 9571 "serde",
 9572 "serde_derive",
 9573 "serde_json",
 9574 "serde_json_lenient",
 9575 "smallvec",
 9576 "tree-sitter",
 9577 "tree-sitter-json",
 9578 "unindent",
 9579 "util",
 9580]
 9581
 9582[[package]]
 9583name = "settings_ui"
 9584version = "0.1.0"
 9585dependencies = [
 9586 "command_palette_hooks",
 9587 "editor",
 9588 "feature_flags",
 9589 "gpui",
 9590 "settings",
 9591 "theme",
 9592 "ui",
 9593 "workspace",
 9594]
 9595
 9596[[package]]
 9597name = "sha1"
 9598version = "0.10.6"
 9599source = "registry+https://github.com/rust-lang/crates.io-index"
 9600checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
 9601dependencies = [
 9602 "cfg-if",
 9603 "cpufeatures",
 9604 "digest",
 9605]
 9606
 9607[[package]]
 9608name = "sha1_smol"
 9609version = "1.0.0"
 9610source = "registry+https://github.com/rust-lang/crates.io-index"
 9611checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
 9612
 9613[[package]]
 9614name = "sha2"
 9615version = "0.10.8"
 9616source = "registry+https://github.com/rust-lang/crates.io-index"
 9617checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
 9618dependencies = [
 9619 "cfg-if",
 9620 "cpufeatures",
 9621 "digest",
 9622]
 9623
 9624[[package]]
 9625name = "sharded-slab"
 9626version = "0.1.4"
 9627source = "registry+https://github.com/rust-lang/crates.io-index"
 9628checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
 9629dependencies = [
 9630 "lazy_static",
 9631]
 9632
 9633[[package]]
 9634name = "shell-words"
 9635version = "1.1.0"
 9636source = "registry+https://github.com/rust-lang/crates.io-index"
 9637checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
 9638
 9639[[package]]
 9640name = "shellexpand"
 9641version = "2.1.2"
 9642source = "registry+https://github.com/rust-lang/crates.io-index"
 9643checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
 9644dependencies = [
 9645 "dirs 4.0.0",
 9646]
 9647
 9648[[package]]
 9649name = "shellexpand"
 9650version = "3.1.0"
 9651source = "registry+https://github.com/rust-lang/crates.io-index"
 9652checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
 9653dependencies = [
 9654 "dirs 5.0.1",
 9655]
 9656
 9657[[package]]
 9658name = "shlex"
 9659version = "1.3.0"
 9660source = "registry+https://github.com/rust-lang/crates.io-index"
 9661checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
 9662
 9663[[package]]
 9664name = "signal-hook"
 9665version = "0.3.17"
 9666source = "registry+https://github.com/rust-lang/crates.io-index"
 9667checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
 9668dependencies = [
 9669 "libc",
 9670 "signal-hook-registry",
 9671]
 9672
 9673[[package]]
 9674name = "signal-hook-registry"
 9675version = "1.4.1"
 9676source = "registry+https://github.com/rust-lang/crates.io-index"
 9677checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
 9678dependencies = [
 9679 "libc",
 9680]
 9681
 9682[[package]]
 9683name = "signature"
 9684version = "1.6.4"
 9685source = "registry+https://github.com/rust-lang/crates.io-index"
 9686checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
 9687dependencies = [
 9688 "digest",
 9689 "rand_core 0.6.4",
 9690]
 9691
 9692[[package]]
 9693name = "signature"
 9694version = "2.1.0"
 9695source = "registry+https://github.com/rust-lang/crates.io-index"
 9696checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
 9697dependencies = [
 9698 "digest",
 9699 "rand_core 0.6.4",
 9700]
 9701
 9702[[package]]
 9703name = "simd-adler32"
 9704version = "0.3.7"
 9705source = "registry+https://github.com/rust-lang/crates.io-index"
 9706checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
 9707
 9708[[package]]
 9709name = "simd_helpers"
 9710version = "0.1.0"
 9711source = "registry+https://github.com/rust-lang/crates.io-index"
 9712checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
 9713dependencies = [
 9714 "quote",
 9715]
 9716
 9717[[package]]
 9718name = "simdutf8"
 9719version = "0.1.4"
 9720source = "registry+https://github.com/rust-lang/crates.io-index"
 9721checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
 9722
 9723[[package]]
 9724name = "similar"
 9725version = "1.3.0"
 9726source = "registry+https://github.com/rust-lang/crates.io-index"
 9727checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
 9728
 9729[[package]]
 9730name = "simplecss"
 9731version = "0.2.1"
 9732source = "registry+https://github.com/rust-lang/crates.io-index"
 9733checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
 9734dependencies = [
 9735 "log",
 9736]
 9737
 9738[[package]]
 9739name = "simplelog"
 9740version = "0.12.2"
 9741source = "registry+https://github.com/rust-lang/crates.io-index"
 9742checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
 9743dependencies = [
 9744 "log",
 9745 "termcolor",
 9746 "time",
 9747]
 9748
 9749[[package]]
 9750name = "siphasher"
 9751version = "0.3.11"
 9752source = "registry+https://github.com/rust-lang/crates.io-index"
 9753checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
 9754
 9755[[package]]
 9756name = "siphasher"
 9757version = "1.0.1"
 9758source = "registry+https://github.com/rust-lang/crates.io-index"
 9759checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
 9760
 9761[[package]]
 9762name = "skrifa"
 9763version = "0.19.3"
 9764source = "registry+https://github.com/rust-lang/crates.io-index"
 9765checksum = "0ab45fb68b53576a43d4fc0e9ec8ea64e29a4d2cc7f44506964cb75f288222e9"
 9766dependencies = [
 9767 "bytemuck",
 9768 "read-fonts",
 9769]
 9770
 9771[[package]]
 9772name = "slab"
 9773version = "0.4.9"
 9774source = "registry+https://github.com/rust-lang/crates.io-index"
 9775checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
 9776dependencies = [
 9777 "autocfg",
 9778]
 9779
 9780[[package]]
 9781name = "slice-group-by"
 9782version = "0.3.1"
 9783source = "registry+https://github.com/rust-lang/crates.io-index"
 9784checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
 9785
 9786[[package]]
 9787name = "slotmap"
 9788version = "1.0.6"
 9789source = "registry+https://github.com/rust-lang/crates.io-index"
 9790checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
 9791dependencies = [
 9792 "version_check",
 9793]
 9794
 9795[[package]]
 9796name = "sluice"
 9797version = "0.5.5"
 9798source = "registry+https://github.com/rust-lang/crates.io-index"
 9799checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
 9800dependencies = [
 9801 "async-channel 1.9.0",
 9802 "futures-core",
 9803 "futures-io",
 9804]
 9805
 9806[[package]]
 9807name = "smallvec"
 9808version = "1.13.2"
 9809source = "registry+https://github.com/rust-lang/crates.io-index"
 9810checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
 9811dependencies = [
 9812 "serde",
 9813]
 9814
 9815[[package]]
 9816name = "smol"
 9817version = "1.3.0"
 9818source = "registry+https://github.com/rust-lang/crates.io-index"
 9819checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
 9820dependencies = [
 9821 "async-channel 1.9.0",
 9822 "async-executor",
 9823 "async-fs 1.6.0",
 9824 "async-io 1.13.0",
 9825 "async-lock 2.8.0",
 9826 "async-net 1.7.0",
 9827 "async-process 1.7.0",
 9828 "blocking",
 9829 "futures-lite 1.13.0",
 9830]
 9831
 9832[[package]]
 9833name = "snippet"
 9834version = "0.1.0"
 9835dependencies = [
 9836 "anyhow",
 9837 "smallvec",
 9838]
 9839
 9840[[package]]
 9841name = "snippet_provider"
 9842version = "0.1.0"
 9843dependencies = [
 9844 "anyhow",
 9845 "collections",
 9846 "fs",
 9847 "futures 0.3.28",
 9848 "gpui",
 9849 "parking_lot",
 9850 "serde",
 9851 "serde_json",
 9852 "snippet",
 9853 "util",
 9854]
 9855
 9856[[package]]
 9857name = "socket2"
 9858version = "0.4.9"
 9859source = "registry+https://github.com/rust-lang/crates.io-index"
 9860checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
 9861dependencies = [
 9862 "libc",
 9863 "winapi",
 9864]
 9865
 9866[[package]]
 9867name = "socket2"
 9868version = "0.5.7"
 9869source = "registry+https://github.com/rust-lang/crates.io-index"
 9870checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
 9871dependencies = [
 9872 "libc",
 9873 "windows-sys 0.52.0",
 9874]
 9875
 9876[[package]]
 9877name = "spdx"
 9878version = "0.10.4"
 9879source = "registry+https://github.com/rust-lang/crates.io-index"
 9880checksum = "29ef1a0fa1e39ac22972c8db23ff89aea700ab96aa87114e1fb55937a631a0c9"
 9881dependencies = [
 9882 "smallvec",
 9883]
 9884
 9885[[package]]
 9886name = "spin"
 9887version = "0.5.2"
 9888source = "registry+https://github.com/rust-lang/crates.io-index"
 9889checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
 9890
 9891[[package]]
 9892name = "spin"
 9893version = "0.9.8"
 9894source = "registry+https://github.com/rust-lang/crates.io-index"
 9895checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
 9896dependencies = [
 9897 "lock_api",
 9898]
 9899
 9900[[package]]
 9901name = "spirv"
 9902version = "0.3.0+sdk-1.3.268.0"
 9903source = "registry+https://github.com/rust-lang/crates.io-index"
 9904checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
 9905dependencies = [
 9906 "bitflags 2.6.0",
 9907]
 9908
 9909[[package]]
 9910name = "spki"
 9911version = "0.6.0"
 9912source = "registry+https://github.com/rust-lang/crates.io-index"
 9913checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
 9914dependencies = [
 9915 "base64ct",
 9916 "der 0.6.1",
 9917]
 9918
 9919[[package]]
 9920name = "spki"
 9921version = "0.7.3"
 9922source = "registry+https://github.com/rust-lang/crates.io-index"
 9923checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
 9924dependencies = [
 9925 "base64ct",
 9926 "der 0.7.8",
 9927]
 9928
 9929[[package]]
 9930name = "sptr"
 9931version = "0.3.2"
 9932source = "registry+https://github.com/rust-lang/crates.io-index"
 9933checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
 9934
 9935[[package]]
 9936name = "sqlez"
 9937version = "0.1.0"
 9938dependencies = [
 9939 "anyhow",
 9940 "collections",
 9941 "futures 0.3.28",
 9942 "indoc",
 9943 "lazy_static",
 9944 "libsqlite3-sys",
 9945 "parking_lot",
 9946 "smol",
 9947 "thread_local",
 9948 "util",
 9949 "uuid",
 9950]
 9951
 9952[[package]]
 9953name = "sqlez_macros"
 9954version = "0.1.0"
 9955dependencies = [
 9956 "lazy_static",
 9957 "sqlez",
 9958 "sqlformat",
 9959 "syn 1.0.109",
 9960]
 9961
 9962[[package]]
 9963name = "sqlformat"
 9964version = "0.2.2"
 9965source = "registry+https://github.com/rust-lang/crates.io-index"
 9966checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85"
 9967dependencies = [
 9968 "itertools 0.11.0",
 9969 "nom",
 9970 "unicode_categories",
 9971]
 9972
 9973[[package]]
 9974name = "sqlx"
 9975version = "0.7.2"
 9976source = "registry+https://github.com/rust-lang/crates.io-index"
 9977checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33"
 9978dependencies = [
 9979 "sqlx-core",
 9980 "sqlx-macros",
 9981 "sqlx-mysql",
 9982 "sqlx-postgres",
 9983 "sqlx-sqlite",
 9984]
 9985
 9986[[package]]
 9987name = "sqlx-core"
 9988version = "0.7.2"
 9989source = "registry+https://github.com/rust-lang/crates.io-index"
 9990checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d"
 9991dependencies = [
 9992 "ahash 0.8.11",
 9993 "atoi",
 9994 "bigdecimal",
 9995 "byteorder",
 9996 "bytes 1.5.0",
 9997 "chrono",
 9998 "crc",
 9999 "crossbeam-queue",
10000 "dotenvy",
10001 "either",
10002 "event-listener 2.5.3",
10003 "futures-channel",
10004 "futures-core",
10005 "futures-intrusive",
10006 "futures-io",
10007 "futures-util",
10008 "hashlink",
10009 "hex",
10010 "indexmap 2.2.6",
10011 "log",
10012 "memchr",
10013 "once_cell",
10014 "paste",
10015 "percent-encoding",
10016 "rust_decimal",
10017 "rustls",
10018 "rustls-pemfile",
10019 "serde",
10020 "serde_json",
10021 "sha2",
10022 "smallvec",
10023 "sqlformat",
10024 "thiserror",
10025 "time",
10026 "tokio",
10027 "tokio-stream",
10028 "tracing",
10029 "url",
10030 "uuid",
10031 "webpki-roots",
10032]
10033
10034[[package]]
10035name = "sqlx-macros"
10036version = "0.7.2"
10037source = "registry+https://github.com/rust-lang/crates.io-index"
10038checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec"
10039dependencies = [
10040 "proc-macro2",
10041 "quote",
10042 "sqlx-core",
10043 "sqlx-macros-core",
10044 "syn 1.0.109",
10045]
10046
10047[[package]]
10048name = "sqlx-macros-core"
10049version = "0.7.2"
10050source = "registry+https://github.com/rust-lang/crates.io-index"
10051checksum = "0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc"
10052dependencies = [
10053 "dotenvy",
10054 "either",
10055 "heck 0.4.1",
10056 "hex",
10057 "once_cell",
10058 "proc-macro2",
10059 "quote",
10060 "serde",
10061 "serde_json",
10062 "sha2",
10063 "sqlx-core",
10064 "sqlx-mysql",
10065 "sqlx-postgres",
10066 "sqlx-sqlite",
10067 "syn 1.0.109",
10068 "tempfile",
10069 "tokio",
10070 "url",
10071]
10072
10073[[package]]
10074name = "sqlx-mysql"
10075version = "0.7.2"
10076source = "registry+https://github.com/rust-lang/crates.io-index"
10077checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db"
10078dependencies = [
10079 "atoi",
10080 "base64 0.21.7",
10081 "bigdecimal",
10082 "bitflags 2.6.0",
10083 "byteorder",
10084 "bytes 1.5.0",
10085 "chrono",
10086 "crc",
10087 "digest",
10088 "dotenvy",
10089 "either",
10090 "futures-channel",
10091 "futures-core",
10092 "futures-io",
10093 "futures-util",
10094 "generic-array",
10095 "hex",
10096 "hkdf",
10097 "hmac",
10098 "itoa",
10099 "log",
10100 "md-5",
10101 "memchr",
10102 "once_cell",
10103 "percent-encoding",
10104 "rand 0.8.5",
10105 "rsa",
10106 "rust_decimal",
10107 "serde",
10108 "sha1",
10109 "sha2",
10110 "smallvec",
10111 "sqlx-core",
10112 "stringprep",
10113 "thiserror",
10114 "time",
10115 "tracing",
10116 "uuid",
10117 "whoami",
10118]
10119
10120[[package]]
10121name = "sqlx-postgres"
10122version = "0.7.2"
10123source = "registry+https://github.com/rust-lang/crates.io-index"
10124checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624"
10125dependencies = [
10126 "atoi",
10127 "base64 0.21.7",
10128 "bigdecimal",
10129 "bitflags 2.6.0",
10130 "byteorder",
10131 "chrono",
10132 "crc",
10133 "dotenvy",
10134 "etcetera",
10135 "futures-channel",
10136 "futures-core",
10137 "futures-io",
10138 "futures-util",
10139 "hex",
10140 "hkdf",
10141 "hmac",
10142 "home",
10143 "itoa",
10144 "log",
10145 "md-5",
10146 "memchr",
10147 "num-bigint",
10148 "once_cell",
10149 "rand 0.8.5",
10150 "rust_decimal",
10151 "serde",
10152 "serde_json",
10153 "sha1",
10154 "sha2",
10155 "smallvec",
10156 "sqlx-core",
10157 "stringprep",
10158 "thiserror",
10159 "time",
10160 "tracing",
10161 "uuid",
10162 "whoami",
10163]
10164
10165[[package]]
10166name = "sqlx-sqlite"
10167version = "0.7.2"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f"
10170dependencies = [
10171 "atoi",
10172 "chrono",
10173 "flume",
10174 "futures-channel",
10175 "futures-core",
10176 "futures-executor",
10177 "futures-intrusive",
10178 "futures-util",
10179 "libsqlite3-sys",
10180 "log",
10181 "percent-encoding",
10182 "serde",
10183 "sqlx-core",
10184 "time",
10185 "tracing",
10186 "url",
10187 "uuid",
10188]
10189
10190[[package]]
10191name = "stable_deref_trait"
10192version = "1.2.0"
10193source = "registry+https://github.com/rust-lang/crates.io-index"
10194checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
10195
10196[[package]]
10197name = "static_assertions"
10198version = "1.1.0"
10199source = "registry+https://github.com/rust-lang/crates.io-index"
10200checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
10201
10202[[package]]
10203name = "story"
10204version = "0.1.0"
10205dependencies = [
10206 "gpui",
10207 "itertools 0.10.5",
10208 "smallvec",
10209]
10210
10211[[package]]
10212name = "storybook"
10213version = "0.1.0"
10214dependencies = [
10215 "anyhow",
10216 "clap",
10217 "collab_ui",
10218 "ctrlc",
10219 "dialoguer",
10220 "editor",
10221 "fuzzy",
10222 "gpui",
10223 "indoc",
10224 "language",
10225 "log",
10226 "menu",
10227 "picker",
10228 "project",
10229 "rust-embed",
10230 "settings",
10231 "simplelog",
10232 "story",
10233 "strum",
10234 "theme",
10235 "title_bar",
10236 "ui",
10237]
10238
10239[[package]]
10240name = "strict-num"
10241version = "0.1.1"
10242source = "registry+https://github.com/rust-lang/crates.io-index"
10243checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
10244dependencies = [
10245 "float-cmp",
10246]
10247
10248[[package]]
10249name = "string_cache"
10250version = "0.8.7"
10251source = "registry+https://github.com/rust-lang/crates.io-index"
10252checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
10253dependencies = [
10254 "new_debug_unreachable",
10255 "once_cell",
10256 "parking_lot",
10257 "phf_shared 0.10.0",
10258 "precomputed-hash",
10259 "serde",
10260]
10261
10262[[package]]
10263name = "string_cache_codegen"
10264version = "0.5.2"
10265source = "registry+https://github.com/rust-lang/crates.io-index"
10266checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
10267dependencies = [
10268 "phf_generator 0.10.0",
10269 "phf_shared 0.10.0",
10270 "proc-macro2",
10271 "quote",
10272]
10273
10274[[package]]
10275name = "stringprep"
10276version = "0.1.4"
10277source = "registry+https://github.com/rust-lang/crates.io-index"
10278checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
10279dependencies = [
10280 "finl_unicode",
10281 "unicode-bidi",
10282 "unicode-normalization",
10283]
10284
10285[[package]]
10286name = "strsim"
10287version = "0.10.0"
10288source = "registry+https://github.com/rust-lang/crates.io-index"
10289checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
10290
10291[[package]]
10292name = "strum"
10293version = "0.25.0"
10294source = "registry+https://github.com/rust-lang/crates.io-index"
10295checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
10296dependencies = [
10297 "strum_macros",
10298]
10299
10300[[package]]
10301name = "strum_macros"
10302version = "0.25.2"
10303source = "registry+https://github.com/rust-lang/crates.io-index"
10304checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059"
10305dependencies = [
10306 "heck 0.4.1",
10307 "proc-macro2",
10308 "quote",
10309 "rustversion",
10310 "syn 2.0.59",
10311]
10312
10313[[package]]
10314name = "subtle"
10315version = "2.5.0"
10316source = "registry+https://github.com/rust-lang/crates.io-index"
10317checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
10318
10319[[package]]
10320name = "sum_tree"
10321version = "0.1.0"
10322dependencies = [
10323 "arrayvec",
10324 "ctor",
10325 "env_logger",
10326 "log",
10327 "rand 0.8.5",
10328 "rayon",
10329]
10330
10331[[package]]
10332name = "supermaven"
10333version = "0.1.0"
10334dependencies = [
10335 "anyhow",
10336 "client",
10337 "collections",
10338 "editor",
10339 "env_logger",
10340 "futures 0.3.28",
10341 "gpui",
10342 "http_client",
10343 "language",
10344 "log",
10345 "postage",
10346 "project",
10347 "serde",
10348 "serde_json",
10349 "settings",
10350 "smol",
10351 "supermaven_api",
10352 "text",
10353 "theme",
10354 "ui",
10355 "util",
10356]
10357
10358[[package]]
10359name = "supermaven_api"
10360version = "0.1.0"
10361dependencies = [
10362 "anyhow",
10363 "futures 0.3.28",
10364 "http_client",
10365 "paths",
10366 "serde",
10367 "serde_json",
10368 "smol",
10369]
10370
10371[[package]]
10372name = "sval"
10373version = "2.8.0"
10374source = "registry+https://github.com/rust-lang/crates.io-index"
10375checksum = "05d11eec9fbe2bc8bc71e7349f0e7534db9a96d961fb9f302574275b7880ad06"
10376
10377[[package]]
10378name = "sval_buffer"
10379version = "2.8.0"
10380source = "registry+https://github.com/rust-lang/crates.io-index"
10381checksum = "6b7451f69a93c5baf2653d5aa8bb4178934337f16c22830a50b06b386f72d761"
10382dependencies = [
10383 "sval",
10384 "sval_ref",
10385]
10386
10387[[package]]
10388name = "sval_dynamic"
10389version = "2.8.0"
10390source = "registry+https://github.com/rust-lang/crates.io-index"
10391checksum = "c34f5a2cc12b4da2adfb59d5eedfd9b174a23cc3fae84cec71dcbcd9302068f5"
10392dependencies = [
10393 "sval",
10394]
10395
10396[[package]]
10397name = "sval_fmt"
10398version = "2.8.0"
10399source = "registry+https://github.com/rust-lang/crates.io-index"
10400checksum = "2f578b2301341e246d00b35957f2952c4ec554ad9c7cfaee10bc86bc92896578"
10401dependencies = [
10402 "itoa",
10403 "ryu",
10404 "sval",
10405]
10406
10407[[package]]
10408name = "sval_json"
10409version = "2.8.0"
10410source = "registry+https://github.com/rust-lang/crates.io-index"
10411checksum = "8346c00f5dc6efe18bea8d13c1f7ca4f112b20803434bf3657ac17c0f74cbc4b"
10412dependencies = [
10413 "itoa",
10414 "ryu",
10415 "sval",
10416]
10417
10418[[package]]
10419name = "sval_ref"
10420version = "2.8.0"
10421source = "registry+https://github.com/rust-lang/crates.io-index"
10422checksum = "6617cc89952f792aebc0f4a1a76bc51e80c70b18c491bd52215c7989c4c3dd06"
10423dependencies = [
10424 "sval",
10425]
10426
10427[[package]]
10428name = "sval_serde"
10429version = "2.8.0"
10430source = "registry+https://github.com/rust-lang/crates.io-index"
10431checksum = "fe3d1e59f023341d9af75d86f3bc148a6704f3f831eef0dd90bbe9cb445fa024"
10432dependencies = [
10433 "serde",
10434 "sval",
10435 "sval_buffer",
10436 "sval_fmt",
10437]
10438
10439[[package]]
10440name = "svg_fmt"
10441version = "0.4.1"
10442source = "registry+https://github.com/rust-lang/crates.io-index"
10443checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
10444
10445[[package]]
10446name = "svgtypes"
10447version = "0.15.0"
10448source = "registry+https://github.com/rust-lang/crates.io-index"
10449checksum = "d97ca9a891c9c70da8139ac9d8e8ea36a210fa21bb50eccd75d4a9561c83e87f"
10450dependencies = [
10451 "kurbo",
10452 "siphasher 1.0.1",
10453]
10454
10455[[package]]
10456name = "swash"
10457version = "0.1.17"
10458source = "registry+https://github.com/rust-lang/crates.io-index"
10459checksum = "4d7773d67fe3373048cf840bfcc54ec3207cfc1e95c526b287ef2eb5eff9faf6"
10460dependencies = [
10461 "skrifa",
10462 "yazi",
10463 "zeno",
10464]
10465
10466[[package]]
10467name = "syn"
10468version = "1.0.109"
10469source = "registry+https://github.com/rust-lang/crates.io-index"
10470checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
10471dependencies = [
10472 "proc-macro2",
10473 "quote",
10474 "unicode-ident",
10475]
10476
10477[[package]]
10478name = "syn"
10479version = "2.0.59"
10480source = "registry+https://github.com/rust-lang/crates.io-index"
10481checksum = "4a6531ffc7b071655e4ce2e04bd464c4830bb585a61cabb96cf808f05172615a"
10482dependencies = [
10483 "proc-macro2",
10484 "quote",
10485 "unicode-ident",
10486]
10487
10488[[package]]
10489name = "syn_derive"
10490version = "0.1.8"
10491source = "registry+https://github.com/rust-lang/crates.io-index"
10492checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
10493dependencies = [
10494 "proc-macro-error",
10495 "proc-macro2",
10496 "quote",
10497 "syn 2.0.59",
10498]
10499
10500[[package]]
10501name = "sync_wrapper"
10502version = "0.1.2"
10503source = "registry+https://github.com/rust-lang/crates.io-index"
10504checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
10505
10506[[package]]
10507name = "synchronoise"
10508version = "1.0.1"
10509source = "registry+https://github.com/rust-lang/crates.io-index"
10510checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
10511dependencies = [
10512 "crossbeam-queue",
10513]
10514
10515[[package]]
10516name = "sys-locale"
10517version = "0.3.1"
10518source = "registry+https://github.com/rust-lang/crates.io-index"
10519checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
10520dependencies = [
10521 "libc",
10522]
10523
10524[[package]]
10525name = "sysinfo"
10526version = "0.30.7"
10527source = "registry+https://github.com/rust-lang/crates.io-index"
10528checksum = "0c385888ef380a852a16209afc8cfad22795dd8873d69c9a14d2e2088f118d18"
10529dependencies = [
10530 "cfg-if",
10531 "core-foundation-sys 0.8.6",
10532 "libc",
10533 "ntapi",
10534 "once_cell",
10535 "rayon",
10536 "windows 0.52.0",
10537]
10538
10539[[package]]
10540name = "system-deps"
10541version = "6.2.2"
10542source = "registry+https://github.com/rust-lang/crates.io-index"
10543checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
10544dependencies = [
10545 "cfg-expr",
10546 "heck 0.5.0",
10547 "pkg-config",
10548 "toml 0.8.10",
10549 "version-compare",
10550]
10551
10552[[package]]
10553name = "system-interface"
10554version = "0.27.1"
10555source = "registry+https://github.com/rust-lang/crates.io-index"
10556checksum = "9aef1f9d4c1dbdd1cb3a63be9efd2f04d8ddbc919d46112982c76818ffc2f1a7"
10557dependencies = [
10558 "bitflags 2.6.0",
10559 "cap-fs-ext",
10560 "cap-std",
10561 "fd-lock",
10562 "io-lifetimes 2.0.3",
10563 "rustix 0.38.32",
10564 "windows-sys 0.52.0",
10565 "winx",
10566]
10567
10568[[package]]
10569name = "tab_switcher"
10570version = "0.1.0"
10571dependencies = [
10572 "anyhow",
10573 "collections",
10574 "ctor",
10575 "editor",
10576 "env_logger",
10577 "gpui",
10578 "language",
10579 "menu",
10580 "picker",
10581 "project",
10582 "serde",
10583 "serde_json",
10584 "terminal_view",
10585 "theme",
10586 "ui",
10587 "util",
10588 "workspace",
10589]
10590
10591[[package]]
10592name = "taffy"
10593version = "0.4.3"
10594source = "registry+https://github.com/rust-lang/crates.io-index"
10595checksum = "7b2e140b328c6cb5e744bb2c65910b47df86b239afc793ee2c52262569cf9225"
10596dependencies = [
10597 "arrayvec",
10598 "grid",
10599 "num-traits",
10600 "serde",
10601 "slotmap",
10602]
10603
10604[[package]]
10605name = "take-until"
10606version = "0.2.0"
10607source = "registry+https://github.com/rust-lang/crates.io-index"
10608checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
10609
10610[[package]]
10611name = "tap"
10612version = "1.0.1"
10613source = "registry+https://github.com/rust-lang/crates.io-index"
10614checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
10615
10616[[package]]
10617name = "target-lexicon"
10618version = "0.12.13"
10619source = "registry+https://github.com/rust-lang/crates.io-index"
10620checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae"
10621
10622[[package]]
10623name = "task"
10624version = "0.1.0"
10625dependencies = [
10626 "anyhow",
10627 "collections",
10628 "futures 0.3.28",
10629 "gpui",
10630 "hex",
10631 "parking_lot",
10632 "schemars",
10633 "serde",
10634 "serde_json_lenient",
10635 "sha2",
10636 "shellexpand 2.1.2",
10637 "util",
10638]
10639
10640[[package]]
10641name = "tasks_ui"
10642version = "0.1.0"
10643dependencies = [
10644 "anyhow",
10645 "editor",
10646 "file_icons",
10647 "fuzzy",
10648 "gpui",
10649 "language",
10650 "menu",
10651 "picker",
10652 "project",
10653 "schemars",
10654 "serde",
10655 "serde_json",
10656 "settings",
10657 "task",
10658 "tree-sitter-rust",
10659 "tree-sitter-typescript",
10660 "ui",
10661 "util",
10662 "workspace",
10663]
10664
10665[[package]]
10666name = "telemetry_events"
10667version = "0.1.0"
10668dependencies = [
10669 "semantic_version",
10670 "serde",
10671]
10672
10673[[package]]
10674name = "tempfile"
10675version = "3.9.0"
10676source = "registry+https://github.com/rust-lang/crates.io-index"
10677checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
10678dependencies = [
10679 "cfg-if",
10680 "fastrand 2.0.0",
10681 "redox_syscall 0.4.1",
10682 "rustix 0.38.32",
10683 "windows-sys 0.52.0",
10684]
10685
10686[[package]]
10687name = "tendril"
10688version = "0.4.3"
10689source = "registry+https://github.com/rust-lang/crates.io-index"
10690checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
10691dependencies = [
10692 "futf",
10693 "mac",
10694 "utf-8",
10695]
10696
10697[[package]]
10698name = "termcolor"
10699version = "1.4.1"
10700source = "registry+https://github.com/rust-lang/crates.io-index"
10701checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
10702dependencies = [
10703 "winapi-util",
10704]
10705
10706[[package]]
10707name = "terminal"
10708version = "0.1.0"
10709dependencies = [
10710 "alacritty_terminal 0.24.1-dev",
10711 "anyhow",
10712 "collections",
10713 "dirs 4.0.0",
10714 "futures 0.3.28",
10715 "gpui",
10716 "libc",
10717 "rand 0.8.5",
10718 "release_channel",
10719 "schemars",
10720 "serde",
10721 "serde_derive",
10722 "serde_json",
10723 "settings",
10724 "smol",
10725 "sysinfo",
10726 "task",
10727 "theme",
10728 "thiserror",
10729 "util",
10730 "windows 0.58.0",
10731]
10732
10733[[package]]
10734name = "terminal_view"
10735version = "0.1.0"
10736dependencies = [
10737 "anyhow",
10738 "client",
10739 "collections",
10740 "db",
10741 "dirs 4.0.0",
10742 "editor",
10743 "futures 0.3.28",
10744 "gpui",
10745 "itertools 0.11.0",
10746 "language",
10747 "project",
10748 "rand 0.8.5",
10749 "search",
10750 "serde",
10751 "serde_json",
10752 "settings",
10753 "shellexpand 2.1.2",
10754 "smol",
10755 "task",
10756 "tasks_ui",
10757 "terminal",
10758 "theme",
10759 "ui",
10760 "util",
10761 "workspace",
10762]
10763
10764[[package]]
10765name = "text"
10766version = "0.1.0"
10767dependencies = [
10768 "anyhow",
10769 "clock",
10770 "collections",
10771 "ctor",
10772 "env_logger",
10773 "gpui",
10774 "http_client",
10775 "lazy_static",
10776 "log",
10777 "parking_lot",
10778 "postage",
10779 "rand 0.8.5",
10780 "regex",
10781 "rope",
10782 "smallvec",
10783 "sum_tree",
10784 "util",
10785]
10786
10787[[package]]
10788name = "theme"
10789version = "0.1.0"
10790dependencies = [
10791 "anyhow",
10792 "collections",
10793 "derive_more",
10794 "fs",
10795 "futures 0.3.28",
10796 "gpui",
10797 "indexmap 1.9.3",
10798 "log",
10799 "palette",
10800 "parking_lot",
10801 "refineable",
10802 "schemars",
10803 "serde",
10804 "serde_derive",
10805 "serde_json",
10806 "serde_json_lenient",
10807 "serde_repr",
10808 "settings",
10809 "story",
10810 "util",
10811 "uuid",
10812]
10813
10814[[package]]
10815name = "theme_importer"
10816version = "0.1.0"
10817dependencies = [
10818 "anyhow",
10819 "clap",
10820 "gpui",
10821 "indexmap 1.9.3",
10822 "log",
10823 "palette",
10824 "rust-embed",
10825 "schemars",
10826 "serde",
10827 "serde_json",
10828 "serde_json_lenient",
10829 "simplelog",
10830 "strum",
10831 "theme",
10832 "vscode_theme",
10833]
10834
10835[[package]]
10836name = "theme_selector"
10837version = "0.1.0"
10838dependencies = [
10839 "client",
10840 "feature_flags",
10841 "fs",
10842 "fuzzy",
10843 "gpui",
10844 "log",
10845 "picker",
10846 "serde",
10847 "settings",
10848 "theme",
10849 "ui",
10850 "util",
10851 "workspace",
10852]
10853
10854[[package]]
10855name = "thiserror"
10856version = "1.0.62"
10857source = "registry+https://github.com/rust-lang/crates.io-index"
10858checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb"
10859dependencies = [
10860 "thiserror-impl",
10861]
10862
10863[[package]]
10864name = "thiserror-impl"
10865version = "1.0.62"
10866source = "registry+https://github.com/rust-lang/crates.io-index"
10867checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c"
10868dependencies = [
10869 "proc-macro2",
10870 "quote",
10871 "syn 2.0.59",
10872]
10873
10874[[package]]
10875name = "thread_local"
10876version = "1.1.7"
10877source = "registry+https://github.com/rust-lang/crates.io-index"
10878checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
10879dependencies = [
10880 "cfg-if",
10881 "once_cell",
10882]
10883
10884[[package]]
10885name = "tiff"
10886version = "0.9.1"
10887source = "registry+https://github.com/rust-lang/crates.io-index"
10888checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
10889dependencies = [
10890 "flate2",
10891 "jpeg-decoder",
10892 "weezl",
10893]
10894
10895[[package]]
10896name = "tiktoken-rs"
10897version = "0.5.9"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
10900dependencies = [
10901 "anyhow",
10902 "base64 0.21.7",
10903 "bstr",
10904 "fancy-regex",
10905 "lazy_static",
10906 "parking_lot",
10907 "rustc-hash",
10908]
10909
10910[[package]]
10911name = "time"
10912version = "0.3.36"
10913source = "registry+https://github.com/rust-lang/crates.io-index"
10914checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
10915dependencies = [
10916 "deranged",
10917 "itoa",
10918 "libc",
10919 "num-conv",
10920 "num_threads",
10921 "powerfmt",
10922 "serde",
10923 "time-core",
10924 "time-macros",
10925]
10926
10927[[package]]
10928name = "time-core"
10929version = "0.1.2"
10930source = "registry+https://github.com/rust-lang/crates.io-index"
10931checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
10932
10933[[package]]
10934name = "time-macros"
10935version = "0.2.18"
10936source = "registry+https://github.com/rust-lang/crates.io-index"
10937checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
10938dependencies = [
10939 "num-conv",
10940 "time-core",
10941]
10942
10943[[package]]
10944name = "time_format"
10945version = "0.1.0"
10946dependencies = [
10947 "core-foundation",
10948 "core-foundation-sys 0.8.6",
10949 "sys-locale",
10950 "time",
10951]
10952
10953[[package]]
10954name = "tiny-keccak"
10955version = "2.0.2"
10956source = "registry+https://github.com/rust-lang/crates.io-index"
10957checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
10958dependencies = [
10959 "crunchy",
10960]
10961
10962[[package]]
10963name = "tiny-skia"
10964version = "0.11.4"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
10967dependencies = [
10968 "arrayref",
10969 "arrayvec",
10970 "bytemuck",
10971 "cfg-if",
10972 "log",
10973 "png",
10974 "tiny-skia-path",
10975]
10976
10977[[package]]
10978name = "tiny-skia-path"
10979version = "0.11.4"
10980source = "registry+https://github.com/rust-lang/crates.io-index"
10981checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
10982dependencies = [
10983 "arrayref",
10984 "bytemuck",
10985 "strict-num",
10986]
10987
10988[[package]]
10989name = "tiny_http"
10990version = "0.8.2"
10991source = "registry+https://github.com/rust-lang/crates.io-index"
10992checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
10993dependencies = [
10994 "ascii",
10995 "chrono",
10996 "chunked_transfer",
10997 "log",
10998 "url",
10999]
11000
11001[[package]]
11002name = "tinytemplate"
11003version = "1.2.1"
11004source = "registry+https://github.com/rust-lang/crates.io-index"
11005checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
11006dependencies = [
11007 "serde",
11008 "serde_json",
11009]
11010
11011[[package]]
11012name = "tinyvec"
11013version = "1.8.0"
11014source = "registry+https://github.com/rust-lang/crates.io-index"
11015checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
11016dependencies = [
11017 "tinyvec_macros",
11018]
11019
11020[[package]]
11021name = "tinyvec_macros"
11022version = "0.1.1"
11023source = "registry+https://github.com/rust-lang/crates.io-index"
11024checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
11025
11026[[package]]
11027name = "title_bar"
11028version = "0.1.0"
11029dependencies = [
11030 "auto_update",
11031 "call",
11032 "client",
11033 "collections",
11034 "command_palette",
11035 "dev_server_projects",
11036 "editor",
11037 "extensions_ui",
11038 "feedback",
11039 "gpui",
11040 "http_client",
11041 "notifications",
11042 "pretty_assertions",
11043 "project",
11044 "recent_projects",
11045 "rpc",
11046 "serde",
11047 "settings",
11048 "smallvec",
11049 "story",
11050 "theme",
11051 "theme_selector",
11052 "tree-sitter-md",
11053 "ui",
11054 "util",
11055 "vcs_menu",
11056 "windows 0.58.0",
11057 "workspace",
11058 "zed_actions",
11059]
11060
11061[[package]]
11062name = "tokio"
11063version = "1.37.0"
11064source = "registry+https://github.com/rust-lang/crates.io-index"
11065checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
11066dependencies = [
11067 "backtrace",
11068 "bytes 1.5.0",
11069 "libc",
11070 "mio",
11071 "num_cpus",
11072 "parking_lot",
11073 "pin-project-lite",
11074 "signal-hook-registry",
11075 "socket2 0.5.7",
11076 "tokio-macros",
11077 "windows-sys 0.48.0",
11078]
11079
11080[[package]]
11081name = "tokio-io"
11082version = "0.1.13"
11083source = "registry+https://github.com/rust-lang/crates.io-index"
11084checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
11085dependencies = [
11086 "bytes 0.4.12",
11087 "futures 0.1.31",
11088 "log",
11089]
11090
11091[[package]]
11092name = "tokio-macros"
11093version = "2.2.0"
11094source = "registry+https://github.com/rust-lang/crates.io-index"
11095checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
11096dependencies = [
11097 "proc-macro2",
11098 "quote",
11099 "syn 2.0.59",
11100]
11101
11102[[package]]
11103name = "tokio-native-tls"
11104version = "0.3.1"
11105source = "registry+https://github.com/rust-lang/crates.io-index"
11106checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
11107dependencies = [
11108 "native-tls",
11109 "tokio",
11110]
11111
11112[[package]]
11113name = "tokio-rustls"
11114version = "0.24.1"
11115source = "registry+https://github.com/rust-lang/crates.io-index"
11116checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
11117dependencies = [
11118 "rustls",
11119 "tokio",
11120]
11121
11122[[package]]
11123name = "tokio-stream"
11124version = "0.1.14"
11125source = "registry+https://github.com/rust-lang/crates.io-index"
11126checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
11127dependencies = [
11128 "futures-core",
11129 "pin-project-lite",
11130 "tokio",
11131]
11132
11133[[package]]
11134name = "tokio-tungstenite"
11135version = "0.20.1"
11136source = "registry+https://github.com/rust-lang/crates.io-index"
11137checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
11138dependencies = [
11139 "futures-util",
11140 "log",
11141 "tokio",
11142 "tungstenite",
11143]
11144
11145[[package]]
11146name = "tokio-util"
11147version = "0.7.9"
11148source = "registry+https://github.com/rust-lang/crates.io-index"
11149checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
11150dependencies = [
11151 "bytes 1.5.0",
11152 "futures-core",
11153 "futures-io",
11154 "futures-sink",
11155 "pin-project-lite",
11156 "tokio",
11157 "tracing",
11158]
11159
11160[[package]]
11161name = "toml"
11162version = "0.5.11"
11163source = "registry+https://github.com/rust-lang/crates.io-index"
11164checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
11165dependencies = [
11166 "serde",
11167]
11168
11169[[package]]
11170name = "toml"
11171version = "0.7.8"
11172source = "registry+https://github.com/rust-lang/crates.io-index"
11173checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
11174dependencies = [
11175 "serde",
11176 "serde_spanned",
11177 "toml_datetime",
11178 "toml_edit 0.19.15",
11179]
11180
11181[[package]]
11182name = "toml"
11183version = "0.8.10"
11184source = "registry+https://github.com/rust-lang/crates.io-index"
11185checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290"
11186dependencies = [
11187 "serde",
11188 "serde_spanned",
11189 "toml_datetime",
11190 "toml_edit 0.22.6",
11191]
11192
11193[[package]]
11194name = "toml_datetime"
11195version = "0.6.5"
11196source = "registry+https://github.com/rust-lang/crates.io-index"
11197checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
11198dependencies = [
11199 "serde",
11200]
11201
11202[[package]]
11203name = "toml_edit"
11204version = "0.19.15"
11205source = "registry+https://github.com/rust-lang/crates.io-index"
11206checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
11207dependencies = [
11208 "indexmap 2.2.6",
11209 "serde",
11210 "serde_spanned",
11211 "toml_datetime",
11212 "winnow 0.5.15",
11213]
11214
11215[[package]]
11216name = "toml_edit"
11217version = "0.21.1"
11218source = "registry+https://github.com/rust-lang/crates.io-index"
11219checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
11220dependencies = [
11221 "indexmap 2.2.6",
11222 "toml_datetime",
11223 "winnow 0.5.15",
11224]
11225
11226[[package]]
11227name = "toml_edit"
11228version = "0.22.6"
11229source = "registry+https://github.com/rust-lang/crates.io-index"
11230checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6"
11231dependencies = [
11232 "indexmap 2.2.6",
11233 "serde",
11234 "serde_spanned",
11235 "toml_datetime",
11236 "winnow 0.6.1",
11237]
11238
11239[[package]]
11240name = "tower"
11241version = "0.4.13"
11242source = "registry+https://github.com/rust-lang/crates.io-index"
11243checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
11244dependencies = [
11245 "futures-core",
11246 "futures-util",
11247 "pin-project",
11248 "pin-project-lite",
11249 "tokio",
11250 "tower-layer",
11251 "tower-service",
11252 "tracing",
11253]
11254
11255[[package]]
11256name = "tower-http"
11257version = "0.3.5"
11258source = "registry+https://github.com/rust-lang/crates.io-index"
11259checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
11260dependencies = [
11261 "bitflags 1.3.2",
11262 "bytes 1.5.0",
11263 "futures-core",
11264 "futures-util",
11265 "http 0.2.9",
11266 "http-body",
11267 "http-range-header",
11268 "pin-project-lite",
11269 "tower-layer",
11270 "tower-service",
11271]
11272
11273[[package]]
11274name = "tower-http"
11275version = "0.4.4"
11276source = "registry+https://github.com/rust-lang/crates.io-index"
11277checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
11278dependencies = [
11279 "bitflags 2.6.0",
11280 "bytes 1.5.0",
11281 "futures-core",
11282 "futures-util",
11283 "http 0.2.9",
11284 "http-body",
11285 "http-range-header",
11286 "pin-project-lite",
11287 "tower-layer",
11288 "tower-service",
11289 "tracing",
11290]
11291
11292[[package]]
11293name = "tower-layer"
11294version = "0.3.2"
11295source = "registry+https://github.com/rust-lang/crates.io-index"
11296checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
11297
11298[[package]]
11299name = "tower-service"
11300version = "0.3.2"
11301source = "registry+https://github.com/rust-lang/crates.io-index"
11302checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
11303
11304[[package]]
11305name = "tracing"
11306version = "0.1.40"
11307source = "registry+https://github.com/rust-lang/crates.io-index"
11308checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
11309dependencies = [
11310 "log",
11311 "pin-project-lite",
11312 "tracing-attributes",
11313 "tracing-core",
11314]
11315
11316[[package]]
11317name = "tracing-attributes"
11318version = "0.1.27"
11319source = "registry+https://github.com/rust-lang/crates.io-index"
11320checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
11321dependencies = [
11322 "proc-macro2",
11323 "quote",
11324 "syn 2.0.59",
11325]
11326
11327[[package]]
11328name = "tracing-core"
11329version = "0.1.32"
11330source = "registry+https://github.com/rust-lang/crates.io-index"
11331checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
11332dependencies = [
11333 "once_cell",
11334 "valuable",
11335]
11336
11337[[package]]
11338name = "tracing-futures"
11339version = "0.2.5"
11340source = "registry+https://github.com/rust-lang/crates.io-index"
11341checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
11342dependencies = [
11343 "pin-project",
11344 "tracing",
11345]
11346
11347[[package]]
11348name = "tracing-log"
11349version = "0.2.0"
11350source = "registry+https://github.com/rust-lang/crates.io-index"
11351checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
11352dependencies = [
11353 "log",
11354 "once_cell",
11355 "tracing-core",
11356]
11357
11358[[package]]
11359name = "tracing-serde"
11360version = "0.1.3"
11361source = "registry+https://github.com/rust-lang/crates.io-index"
11362checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
11363dependencies = [
11364 "serde",
11365 "tracing-core",
11366]
11367
11368[[package]]
11369name = "tracing-subscriber"
11370version = "0.3.18"
11371source = "registry+https://github.com/rust-lang/crates.io-index"
11372checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
11373dependencies = [
11374 "matchers",
11375 "nu-ansi-term",
11376 "once_cell",
11377 "regex",
11378 "serde",
11379 "serde_json",
11380 "sharded-slab",
11381 "smallvec",
11382 "thread_local",
11383 "tracing",
11384 "tracing-core",
11385 "tracing-log",
11386 "tracing-serde",
11387]
11388
11389[[package]]
11390name = "tree-sitter"
11391version = "0.22.6"
11392source = "git+https://github.com/tree-sitter/tree-sitter?rev=7f4a57817d58a2f134fe863674acad6bbf007228#7f4a57817d58a2f134fe863674acad6bbf007228"
11393dependencies = [
11394 "cc",
11395 "regex",
11396 "tree-sitter-language",
11397 "wasmtime-c-api-impl",
11398]
11399
11400[[package]]
11401name = "tree-sitter-bash"
11402version = "0.21.0"
11403source = "registry+https://github.com/rust-lang/crates.io-index"
11404checksum = "b5244703ad2e08a616d859a0557d7aa290adcd5e0990188a692e628ffe9dce40"
11405dependencies = [
11406 "cc",
11407 "tree-sitter",
11408]
11409
11410[[package]]
11411name = "tree-sitter-c"
11412version = "0.21.4"
11413source = "registry+https://github.com/rust-lang/crates.io-index"
11414checksum = "f956d5351d62652864a4ff3ae861747e7a1940dc96c9998ae400ac0d3ce30427"
11415dependencies = [
11416 "cc",
11417 "tree-sitter",
11418]
11419
11420[[package]]
11421name = "tree-sitter-cpp"
11422version = "0.22.3"
11423source = "registry+https://github.com/rust-lang/crates.io-index"
11424checksum = "1d509a22a992790d38f2c291961ff8a1ff016c437c7ec6befc9220b8eec8918c"
11425dependencies = [
11426 "cc",
11427 "tree-sitter",
11428]
11429
11430[[package]]
11431name = "tree-sitter-css"
11432version = "0.21.0"
11433source = "registry+https://github.com/rust-lang/crates.io-index"
11434checksum = "e2f806f96136762b0121f5fdd7172a3dcd8f42d37a2f23ed7f11b35895e20eb4"
11435dependencies = [
11436 "cc",
11437 "tree-sitter",
11438]
11439
11440[[package]]
11441name = "tree-sitter-elixir"
11442version = "0.2.0"
11443source = "registry+https://github.com/rust-lang/crates.io-index"
11444checksum = "df94bf7f057768b1cab2ee1f14812ed4ae33f9e04d09254043eeaa797db4ef70"
11445dependencies = [
11446 "cc",
11447 "tree-sitter",
11448]
11449
11450[[package]]
11451name = "tree-sitter-embedded-template"
11452version = "0.20.0"
11453source = "registry+https://github.com/rust-lang/crates.io-index"
11454checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
11455dependencies = [
11456 "cc",
11457 "tree-sitter",
11458]
11459
11460[[package]]
11461name = "tree-sitter-go"
11462version = "0.21.0"
11463source = "registry+https://github.com/rust-lang/crates.io-index"
11464checksum = "55cb318be5ccf75f44e054acf6898a5c95d59b53443eed578e16be0cd7ec037f"
11465dependencies = [
11466 "cc",
11467 "tree-sitter",
11468]
11469
11470[[package]]
11471name = "tree-sitter-gomod"
11472version = "1.0.2"
11473source = "git+https://github.com/SomeoneToIgnore/tree-sitter-go-mod?rev=8c1f54f12bb4c846336b634bc817645d6f35d641#8c1f54f12bb4c846336b634bc817645d6f35d641"
11474dependencies = [
11475 "cc",
11476 "tree-sitter",
11477]
11478
11479[[package]]
11480name = "tree-sitter-gowork"
11481version = "0.0.1"
11482source = "git+https://github.com/d1y/tree-sitter-go-work?rev=dcbabff454703c3a4bc98a23cf8778d4be46fd22#dcbabff454703c3a4bc98a23cf8778d4be46fd22"
11483dependencies = [
11484 "cc",
11485 "tree-sitter",
11486]
11487
11488[[package]]
11489name = "tree-sitter-heex"
11490version = "0.0.1"
11491source = "git+https://github.com/phoenixframework/tree-sitter-heex?rev=6dd0303acf7138dd2b9b432a229e16539581c701#6dd0303acf7138dd2b9b432a229e16539581c701"
11492dependencies = [
11493 "cc",
11494 "tree-sitter",
11495]
11496
11497[[package]]
11498name = "tree-sitter-html"
11499version = "0.20.3"
11500source = "registry+https://github.com/rust-lang/crates.io-index"
11501checksum = "95b3492b08a786bf5cc79feb0ef2ff3b115d5174364e0ddfd7860e0b9b088b53"
11502dependencies = [
11503 "cc",
11504 "tree-sitter",
11505]
11506
11507[[package]]
11508name = "tree-sitter-jsdoc"
11509version = "0.21.0"
11510source = "registry+https://github.com/rust-lang/crates.io-index"
11511checksum = "8d07920101ff12a59574890318a37fa7e18d9c06d9aa4be334aa24adbb480f18"
11512dependencies = [
11513 "cc",
11514 "tree-sitter",
11515]
11516
11517[[package]]
11518name = "tree-sitter-json"
11519version = "0.21.0"
11520source = "registry+https://github.com/rust-lang/crates.io-index"
11521checksum = "5b737dcb73c35d74b7d64a5f3dde158113c86a012bf3cee2bfdf2150d23b05db"
11522dependencies = [
11523 "cc",
11524 "tree-sitter",
11525]
11526
11527[[package]]
11528name = "tree-sitter-language"
11529version = "0.1.0"
11530source = "git+https://github.com/tree-sitter/tree-sitter?rev=7f4a57817d58a2f134fe863674acad6bbf007228#7f4a57817d58a2f134fe863674acad6bbf007228"
11531
11532[[package]]
11533name = "tree-sitter-md"
11534version = "0.2.3"
11535source = "git+https://github.com/zed-industries/tree-sitter-markdown?rev=e3855e37f8f2c71aa7513c18a9c95fb7461b1b10#e3855e37f8f2c71aa7513c18a9c95fb7461b1b10"
11536dependencies = [
11537 "cc",
11538 "tree-sitter",
11539]
11540
11541[[package]]
11542name = "tree-sitter-python"
11543version = "0.21.0"
11544source = "registry+https://github.com/rust-lang/crates.io-index"
11545checksum = "b4066c6cf678f962f8c2c4561f205945c84834cce73d981e71392624fdc390a9"
11546dependencies = [
11547 "cc",
11548 "tree-sitter",
11549]
11550
11551[[package]]
11552name = "tree-sitter-regex"
11553version = "0.21.0"
11554source = "registry+https://github.com/rust-lang/crates.io-index"
11555checksum = "5ff1286fe9651b2797484839ffa37aa76c8618d4ccb6836d7e31765dfd60c0d5"
11556dependencies = [
11557 "cc",
11558 "tree-sitter",
11559]
11560
11561[[package]]
11562name = "tree-sitter-ruby"
11563version = "0.21.0"
11564source = "registry+https://github.com/rust-lang/crates.io-index"
11565checksum = "c0031f687c0772f2dad7b77104c43428611099a1804c81244ada21560f41f0b1"
11566dependencies = [
11567 "cc",
11568 "tree-sitter",
11569]
11570
11571[[package]]
11572name = "tree-sitter-rust"
11573version = "0.21.2"
11574source = "registry+https://github.com/rust-lang/crates.io-index"
11575checksum = "277690f420bf90741dea984f3da038ace46c4fe6047cba57a66822226cde1c93"
11576dependencies = [
11577 "cc",
11578 "tree-sitter",
11579]
11580
11581[[package]]
11582name = "tree-sitter-typescript"
11583version = "0.21.2"
11584source = "registry+https://github.com/rust-lang/crates.io-index"
11585checksum = "ecb35d98a688378e56c18c9c159824fd16f730ccbea19aacf4f206e5d5438ed9"
11586dependencies = [
11587 "cc",
11588 "tree-sitter",
11589]
11590
11591[[package]]
11592name = "tree-sitter-yaml"
11593version = "0.6.1"
11594source = "registry+https://github.com/rust-lang/crates.io-index"
11595checksum = "aad27ec46ad343d8b514f64dd3fdffb478c592ece561b6c935d90ef55589c6b6"
11596dependencies = [
11597 "cc",
11598 "tree-sitter",
11599]
11600
11601[[package]]
11602name = "try-lock"
11603version = "0.2.4"
11604source = "registry+https://github.com/rust-lang/crates.io-index"
11605checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
11606
11607[[package]]
11608name = "ttf-parser"
11609version = "0.21.1"
11610source = "registry+https://github.com/rust-lang/crates.io-index"
11611checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
11612
11613[[package]]
11614name = "tungstenite"
11615version = "0.20.1"
11616source = "registry+https://github.com/rust-lang/crates.io-index"
11617checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
11618dependencies = [
11619 "byteorder",
11620 "bytes 1.5.0",
11621 "data-encoding",
11622 "http 0.2.9",
11623 "httparse",
11624 "log",
11625 "native-tls",
11626 "rand 0.8.5",
11627 "sha1",
11628 "thiserror",
11629 "url",
11630 "utf-8",
11631]
11632
11633[[package]]
11634name = "typeid"
11635version = "1.0.0"
11636source = "registry+https://github.com/rust-lang/crates.io-index"
11637checksum = "059d83cc991e7a42fc37bd50941885db0888e34209f8cfd9aab07ddec03bc9cf"
11638
11639[[package]]
11640name = "typenum"
11641version = "1.17.0"
11642source = "registry+https://github.com/rust-lang/crates.io-index"
11643checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
11644
11645[[package]]
11646name = "uds_windows"
11647version = "1.1.0"
11648source = "registry+https://github.com/rust-lang/crates.io-index"
11649checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
11650dependencies = [
11651 "memoffset",
11652 "tempfile",
11653 "winapi",
11654]
11655
11656[[package]]
11657name = "ui"
11658version = "0.1.0"
11659dependencies = [
11660 "chrono",
11661 "gpui",
11662 "itertools 0.11.0",
11663 "menu",
11664 "serde",
11665 "settings",
11666 "smallvec",
11667 "story",
11668 "strum",
11669 "theme",
11670 "windows 0.58.0",
11671]
11672
11673[[package]]
11674name = "ui_input"
11675version = "0.1.0"
11676dependencies = [
11677 "editor",
11678 "gpui",
11679 "settings",
11680 "theme",
11681 "ui",
11682]
11683
11684[[package]]
11685name = "unicase"
11686version = "2.7.0"
11687source = "registry+https://github.com/rust-lang/crates.io-index"
11688checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
11689dependencies = [
11690 "version_check",
11691]
11692
11693[[package]]
11694name = "unicode-bidi"
11695version = "0.3.15"
11696source = "registry+https://github.com/rust-lang/crates.io-index"
11697checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
11698
11699[[package]]
11700name = "unicode-bidi-mirroring"
11701version = "0.2.0"
11702source = "registry+https://github.com/rust-lang/crates.io-index"
11703checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
11704
11705[[package]]
11706name = "unicode-ccc"
11707version = "0.2.0"
11708source = "registry+https://github.com/rust-lang/crates.io-index"
11709checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
11710
11711[[package]]
11712name = "unicode-ident"
11713version = "1.0.12"
11714source = "registry+https://github.com/rust-lang/crates.io-index"
11715checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
11716
11717[[package]]
11718name = "unicode-linebreak"
11719version = "0.1.5"
11720source = "registry+https://github.com/rust-lang/crates.io-index"
11721checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
11722
11723[[package]]
11724name = "unicode-normalization"
11725version = "0.1.23"
11726source = "registry+https://github.com/rust-lang/crates.io-index"
11727checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
11728dependencies = [
11729 "tinyvec",
11730]
11731
11732[[package]]
11733name = "unicode-properties"
11734version = "0.1.1"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
11737
11738[[package]]
11739name = "unicode-script"
11740version = "0.5.5"
11741source = "registry+https://github.com/rust-lang/crates.io-index"
11742checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
11743
11744[[package]]
11745name = "unicode-segmentation"
11746version = "1.10.1"
11747source = "registry+https://github.com/rust-lang/crates.io-index"
11748checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
11749
11750[[package]]
11751name = "unicode-width"
11752version = "0.1.11"
11753source = "registry+https://github.com/rust-lang/crates.io-index"
11754checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
11755
11756[[package]]
11757name = "unicode-xid"
11758version = "0.2.4"
11759source = "registry+https://github.com/rust-lang/crates.io-index"
11760checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
11761
11762[[package]]
11763name = "unicode_categories"
11764version = "0.1.1"
11765source = "registry+https://github.com/rust-lang/crates.io-index"
11766checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
11767
11768[[package]]
11769name = "unindent"
11770version = "0.1.11"
11771source = "registry+https://github.com/rust-lang/crates.io-index"
11772checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
11773
11774[[package]]
11775name = "untrusted"
11776version = "0.9.0"
11777source = "registry+https://github.com/rust-lang/crates.io-index"
11778checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
11779
11780[[package]]
11781name = "url"
11782version = "2.5.2"
11783source = "registry+https://github.com/rust-lang/crates.io-index"
11784checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
11785dependencies = [
11786 "form_urlencoded",
11787 "idna",
11788 "percent-encoding",
11789 "serde",
11790]
11791
11792[[package]]
11793name = "urlencoding"
11794version = "2.1.3"
11795source = "registry+https://github.com/rust-lang/crates.io-index"
11796checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
11797
11798[[package]]
11799name = "usvg"
11800version = "0.41.0"
11801source = "registry+https://github.com/rust-lang/crates.io-index"
11802checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
11803dependencies = [
11804 "base64 0.22.0",
11805 "data-url",
11806 "flate2",
11807 "imagesize",
11808 "kurbo",
11809 "log",
11810 "pico-args",
11811 "roxmltree 0.19.0",
11812 "simplecss",
11813 "siphasher 1.0.1",
11814 "strict-num",
11815 "svgtypes",
11816 "tiny-skia-path",
11817 "xmlwriter",
11818]
11819
11820[[package]]
11821name = "utf-8"
11822version = "0.7.6"
11823source = "registry+https://github.com/rust-lang/crates.io-index"
11824checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
11825
11826[[package]]
11827name = "utf8parse"
11828version = "0.2.1"
11829source = "registry+https://github.com/rust-lang/crates.io-index"
11830checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
11831
11832[[package]]
11833name = "util"
11834version = "0.1.0"
11835dependencies = [
11836 "anyhow",
11837 "async-fs 1.6.0",
11838 "collections",
11839 "dirs 4.0.0",
11840 "futures 0.3.28",
11841 "futures-lite 1.13.0",
11842 "git2",
11843 "globset",
11844 "log",
11845 "rand 0.8.5",
11846 "regex",
11847 "rust-embed",
11848 "serde",
11849 "serde_json",
11850 "take-until",
11851 "tempfile",
11852 "tendril",
11853 "unicase",
11854]
11855
11856[[package]]
11857name = "uuid"
11858version = "1.8.0"
11859source = "registry+https://github.com/rust-lang/crates.io-index"
11860checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
11861dependencies = [
11862 "getrandom 0.2.10",
11863 "serde",
11864 "sha1_smol",
11865]
11866
11867[[package]]
11868name = "v_frame"
11869version = "0.3.8"
11870source = "registry+https://github.com/rust-lang/crates.io-index"
11871checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
11872dependencies = [
11873 "aligned-vec",
11874 "num-traits",
11875 "wasm-bindgen",
11876]
11877
11878[[package]]
11879name = "valuable"
11880version = "0.1.0"
11881source = "registry+https://github.com/rust-lang/crates.io-index"
11882checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
11883
11884[[package]]
11885name = "value-bag"
11886version = "1.9.0"
11887source = "registry+https://github.com/rust-lang/crates.io-index"
11888checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
11889dependencies = [
11890 "value-bag-serde1",
11891 "value-bag-sval2",
11892]
11893
11894[[package]]
11895name = "value-bag-serde1"
11896version = "1.9.0"
11897source = "registry+https://github.com/rust-lang/crates.io-index"
11898checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
11899dependencies = [
11900 "erased-serde",
11901 "serde",
11902 "serde_fmt",
11903]
11904
11905[[package]]
11906name = "value-bag-sval2"
11907version = "1.9.0"
11908source = "registry+https://github.com/rust-lang/crates.io-index"
11909checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
11910dependencies = [
11911 "sval",
11912 "sval_buffer",
11913 "sval_dynamic",
11914 "sval_fmt",
11915 "sval_json",
11916 "sval_ref",
11917 "sval_serde",
11918]
11919
11920[[package]]
11921name = "vcpkg"
11922version = "0.2.15"
11923source = "registry+https://github.com/rust-lang/crates.io-index"
11924checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
11925
11926[[package]]
11927name = "vcs_menu"
11928version = "0.1.0"
11929dependencies = [
11930 "anyhow",
11931 "fuzzy",
11932 "git",
11933 "gpui",
11934 "picker",
11935 "ui",
11936 "util",
11937 "workspace",
11938]
11939
11940[[package]]
11941name = "version-compare"
11942version = "0.2.0"
11943source = "registry+https://github.com/rust-lang/crates.io-index"
11944checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
11945
11946[[package]]
11947name = "version_check"
11948version = "0.9.4"
11949source = "registry+https://github.com/rust-lang/crates.io-index"
11950checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
11951
11952[[package]]
11953name = "vim"
11954version = "0.1.0"
11955dependencies = [
11956 "anyhow",
11957 "async-compat",
11958 "async-trait",
11959 "collections",
11960 "command_palette",
11961 "command_palette_hooks",
11962 "editor",
11963 "futures 0.3.28",
11964 "gpui",
11965 "indoc",
11966 "itertools 0.11.0",
11967 "language",
11968 "log",
11969 "lsp",
11970 "multi_buffer",
11971 "nvim-rs",
11972 "parking_lot",
11973 "regex",
11974 "release_channel",
11975 "schemars",
11976 "search",
11977 "serde",
11978 "serde_derive",
11979 "serde_json",
11980 "settings",
11981 "tokio",
11982 "ui",
11983 "util",
11984 "workspace",
11985 "zed_actions",
11986]
11987
11988[[package]]
11989name = "vscode_theme"
11990version = "0.2.0"
11991source = "registry+https://github.com/rust-lang/crates.io-index"
11992checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
11993dependencies = [
11994 "serde",
11995]
11996
11997[[package]]
11998name = "vsimd"
11999version = "0.8.0"
12000source = "registry+https://github.com/rust-lang/crates.io-index"
12001checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
12002
12003[[package]]
12004name = "vswhom"
12005version = "0.1.0"
12006source = "registry+https://github.com/rust-lang/crates.io-index"
12007checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
12008dependencies = [
12009 "libc",
12010 "vswhom-sys",
12011]
12012
12013[[package]]
12014name = "vswhom-sys"
12015version = "0.1.2"
12016source = "registry+https://github.com/rust-lang/crates.io-index"
12017checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
12018dependencies = [
12019 "cc",
12020 "libc",
12021]
12022
12023[[package]]
12024name = "vte"
12025version = "0.13.0"
12026source = "registry+https://github.com/rust-lang/crates.io-index"
12027checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
12028dependencies = [
12029 "bitflags 2.6.0",
12030 "cursor-icon",
12031 "log",
12032 "serde",
12033 "utf8parse",
12034 "vte_generate_state_changes",
12035]
12036
12037[[package]]
12038name = "vte_generate_state_changes"
12039version = "0.1.1"
12040source = "registry+https://github.com/rust-lang/crates.io-index"
12041checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
12042dependencies = [
12043 "proc-macro2",
12044 "quote",
12045]
12046
12047[[package]]
12048name = "waker-fn"
12049version = "1.1.0"
12050source = "registry+https://github.com/rust-lang/crates.io-index"
12051checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
12052
12053[[package]]
12054name = "walkdir"
12055version = "2.5.0"
12056source = "registry+https://github.com/rust-lang/crates.io-index"
12057checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
12058dependencies = [
12059 "same-file",
12060 "winapi-util",
12061]
12062
12063[[package]]
12064name = "want"
12065version = "0.3.1"
12066source = "registry+https://github.com/rust-lang/crates.io-index"
12067checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
12068dependencies = [
12069 "try-lock",
12070]
12071
12072[[package]]
12073name = "wasi"
12074version = "0.9.0+wasi-snapshot-preview1"
12075source = "registry+https://github.com/rust-lang/crates.io-index"
12076checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
12077
12078[[package]]
12079name = "wasi"
12080version = "0.11.0+wasi-snapshot-preview1"
12081source = "registry+https://github.com/rust-lang/crates.io-index"
12082checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
12083
12084[[package]]
12085name = "wasite"
12086version = "0.1.0"
12087source = "registry+https://github.com/rust-lang/crates.io-index"
12088checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
12089
12090[[package]]
12091name = "wasm-bindgen"
12092version = "0.2.92"
12093source = "registry+https://github.com/rust-lang/crates.io-index"
12094checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
12095dependencies = [
12096 "cfg-if",
12097 "wasm-bindgen-macro",
12098]
12099
12100[[package]]
12101name = "wasm-bindgen-backend"
12102version = "0.2.92"
12103source = "registry+https://github.com/rust-lang/crates.io-index"
12104checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
12105dependencies = [
12106 "bumpalo",
12107 "log",
12108 "once_cell",
12109 "proc-macro2",
12110 "quote",
12111 "syn 2.0.59",
12112 "wasm-bindgen-shared",
12113]
12114
12115[[package]]
12116name = "wasm-bindgen-futures"
12117version = "0.4.37"
12118source = "registry+https://github.com/rust-lang/crates.io-index"
12119checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
12120dependencies = [
12121 "cfg-if",
12122 "js-sys",
12123 "wasm-bindgen",
12124 "web-sys",
12125]
12126
12127[[package]]
12128name = "wasm-bindgen-macro"
12129version = "0.2.92"
12130source = "registry+https://github.com/rust-lang/crates.io-index"
12131checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
12132dependencies = [
12133 "quote",
12134 "wasm-bindgen-macro-support",
12135]
12136
12137[[package]]
12138name = "wasm-bindgen-macro-support"
12139version = "0.2.92"
12140source = "registry+https://github.com/rust-lang/crates.io-index"
12141checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
12142dependencies = [
12143 "proc-macro2",
12144 "quote",
12145 "syn 2.0.59",
12146 "wasm-bindgen-backend",
12147 "wasm-bindgen-shared",
12148]
12149
12150[[package]]
12151name = "wasm-bindgen-shared"
12152version = "0.2.92"
12153source = "registry+https://github.com/rust-lang/crates.io-index"
12154checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
12155
12156[[package]]
12157name = "wasm-encoder"
12158version = "0.201.0"
12159source = "registry+https://github.com/rust-lang/crates.io-index"
12160checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
12161dependencies = [
12162 "leb128",
12163]
12164
12165[[package]]
12166name = "wasm-encoder"
12167version = "0.207.0"
12168source = "registry+https://github.com/rust-lang/crates.io-index"
12169checksum = "d996306fb3aeaee0d9157adbe2f670df0236caf19f6728b221e92d0f27b3fe17"
12170dependencies = [
12171 "leb128",
12172]
12173
12174[[package]]
12175name = "wasm-metadata"
12176version = "0.201.0"
12177source = "registry+https://github.com/rust-lang/crates.io-index"
12178checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
12179dependencies = [
12180 "anyhow",
12181 "indexmap 2.2.6",
12182 "serde",
12183 "serde_derive",
12184 "serde_json",
12185 "spdx",
12186 "wasm-encoder 0.201.0",
12187 "wasmparser 0.201.0",
12188]
12189
12190[[package]]
12191name = "wasmparser"
12192version = "0.201.0"
12193source = "registry+https://github.com/rust-lang/crates.io-index"
12194checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
12195dependencies = [
12196 "bitflags 2.6.0",
12197 "indexmap 2.2.6",
12198 "semver",
12199]
12200
12201[[package]]
12202name = "wasmparser"
12203version = "0.207.0"
12204source = "registry+https://github.com/rust-lang/crates.io-index"
12205checksum = "e19bb9f8ab07616da582ef8adb24c54f1424c7ec876720b7da9db8ec0626c92c"
12206dependencies = [
12207 "ahash 0.8.11",
12208 "bitflags 2.6.0",
12209 "hashbrown 0.14.5",
12210 "indexmap 2.2.6",
12211 "semver",
12212]
12213
12214[[package]]
12215name = "wasmprinter"
12216version = "0.207.0"
12217source = "registry+https://github.com/rust-lang/crates.io-index"
12218checksum = "9c2d8a7b4dabb460208e6b4334d9db5766e84505038b2529e69c3d07ac619115"
12219dependencies = [
12220 "anyhow",
12221 "wasmparser 0.207.0",
12222]
12223
12224[[package]]
12225name = "wasmtime"
12226version = "21.0.1"
12227source = "registry+https://github.com/rust-lang/crates.io-index"
12228checksum = "f92a1370c66a0022e6d92dcc277e2c84f5dece19569670b8ce7db8162560d8b6"
12229dependencies = [
12230 "anyhow",
12231 "async-trait",
12232 "bumpalo",
12233 "cc",
12234 "cfg-if",
12235 "encoding_rs",
12236 "hashbrown 0.14.5",
12237 "indexmap 2.2.6",
12238 "libc",
12239 "libm",
12240 "log",
12241 "mach2",
12242 "memfd",
12243 "memoffset",
12244 "object 0.33.0",
12245 "once_cell",
12246 "paste",
12247 "postcard",
12248 "psm",
12249 "rustix 0.38.32",
12250 "semver",
12251 "serde",
12252 "serde_derive",
12253 "smallvec",
12254 "sptr",
12255 "target-lexicon",
12256 "wasmparser 0.207.0",
12257 "wasmtime-asm-macros",
12258 "wasmtime-component-macro",
12259 "wasmtime-component-util",
12260 "wasmtime-cranelift",
12261 "wasmtime-environ",
12262 "wasmtime-fiber",
12263 "wasmtime-jit-icache-coherence",
12264 "wasmtime-slab",
12265 "wasmtime-versioned-export-macros",
12266 "wasmtime-winch",
12267 "windows-sys 0.52.0",
12268]
12269
12270[[package]]
12271name = "wasmtime-asm-macros"
12272version = "21.0.1"
12273source = "registry+https://github.com/rust-lang/crates.io-index"
12274checksum = "6dee8679c974a7f258c03d60d3c747c426ed219945b6d08cbc77fd2eab15b2d1"
12275dependencies = [
12276 "cfg-if",
12277]
12278
12279[[package]]
12280name = "wasmtime-c-api-impl"
12281version = "21.0.1"
12282source = "registry+https://github.com/rust-lang/crates.io-index"
12283checksum = "76af8b62c8d2814b7d5975c5dc140122e4c086150db6c15d25a4b76f11c929dd"
12284dependencies = [
12285 "anyhow",
12286 "log",
12287 "once_cell",
12288 "tracing",
12289 "wasmtime",
12290 "wasmtime-c-api-macros",
12291]
12292
12293[[package]]
12294name = "wasmtime-c-api-macros"
12295version = "21.0.1"
12296source = "registry+https://github.com/rust-lang/crates.io-index"
12297checksum = "d74b92f917c9ced9c6262a00e9cb982ebac183e6900b4d44e2480f936b9495eb"
12298dependencies = [
12299 "proc-macro2",
12300 "quote",
12301]
12302
12303[[package]]
12304name = "wasmtime-component-macro"
12305version = "21.0.1"
12306source = "registry+https://github.com/rust-lang/crates.io-index"
12307checksum = "32cae30035f1cf97dcc6657c979cf39f99ce6be93583675eddf4aeaa5548509c"
12308dependencies = [
12309 "anyhow",
12310 "proc-macro2",
12311 "quote",
12312 "syn 2.0.59",
12313 "wasmtime-component-util",
12314 "wasmtime-wit-bindgen",
12315 "wit-parser 0.207.0",
12316]
12317
12318[[package]]
12319name = "wasmtime-component-util"
12320version = "21.0.1"
12321source = "registry+https://github.com/rust-lang/crates.io-index"
12322checksum = "f7ae611f08cea620c67330925be28a96115bf01f8f393a6cbdf4856a86087134"
12323
12324[[package]]
12325name = "wasmtime-cranelift"
12326version = "21.0.1"
12327source = "registry+https://github.com/rust-lang/crates.io-index"
12328checksum = "b2909406a6007e28be964067167890bca4574bd48a9ff18f1fa9f4856d89ea40"
12329dependencies = [
12330 "anyhow",
12331 "cfg-if",
12332 "cranelift-codegen",
12333 "cranelift-control",
12334 "cranelift-entity",
12335 "cranelift-frontend",
12336 "cranelift-native",
12337 "cranelift-wasm",
12338 "gimli",
12339 "log",
12340 "object 0.33.0",
12341 "target-lexicon",
12342 "thiserror",
12343 "wasmparser 0.207.0",
12344 "wasmtime-environ",
12345 "wasmtime-versioned-export-macros",
12346]
12347
12348[[package]]
12349name = "wasmtime-environ"
12350version = "21.0.1"
12351source = "registry+https://github.com/rust-lang/crates.io-index"
12352checksum = "40e227f9ed2f5421473723d6c0352b5986e6e6044fde5410a274a394d726108f"
12353dependencies = [
12354 "anyhow",
12355 "cpp_demangle",
12356 "cranelift-entity",
12357 "gimli",
12358 "indexmap 2.2.6",
12359 "log",
12360 "object 0.33.0",
12361 "postcard",
12362 "rustc-demangle",
12363 "serde",
12364 "serde_derive",
12365 "target-lexicon",
12366 "wasm-encoder 0.207.0",
12367 "wasmparser 0.207.0",
12368 "wasmprinter",
12369 "wasmtime-component-util",
12370 "wasmtime-types",
12371]
12372
12373[[package]]
12374name = "wasmtime-fiber"
12375version = "21.0.1"
12376source = "registry+https://github.com/rust-lang/crates.io-index"
12377checksum = "42edb392586d07038c1638e854382db916b6ca7845a2e6a7f8dc49e08907acdd"
12378dependencies = [
12379 "anyhow",
12380 "cc",
12381 "cfg-if",
12382 "rustix 0.38.32",
12383 "wasmtime-asm-macros",
12384 "wasmtime-versioned-export-macros",
12385 "windows-sys 0.52.0",
12386]
12387
12388[[package]]
12389name = "wasmtime-jit-icache-coherence"
12390version = "21.0.1"
12391source = "registry+https://github.com/rust-lang/crates.io-index"
12392checksum = "afe088f9b56bb353adaf837bf7e10f1c2e1676719dd5be4cac8e37f2ba1ee5bc"
12393dependencies = [
12394 "anyhow",
12395 "cfg-if",
12396 "libc",
12397 "windows-sys 0.52.0",
12398]
12399
12400[[package]]
12401name = "wasmtime-slab"
12402version = "21.0.1"
12403source = "registry+https://github.com/rust-lang/crates.io-index"
12404checksum = "4ff75cafffe47b04b036385ce3710f209153525b0ed19d57b0cf44a22d446460"
12405
12406[[package]]
12407name = "wasmtime-types"
12408version = "21.0.1"
12409source = "registry+https://github.com/rust-lang/crates.io-index"
12410checksum = "2f2fa462bfea3220711c84e2b549f147e4df89eeb49b8a2a3d89148f6cc4a8b1"
12411dependencies = [
12412 "cranelift-entity",
12413 "serde",
12414 "serde_derive",
12415 "smallvec",
12416 "wasmparser 0.207.0",
12417]
12418
12419[[package]]
12420name = "wasmtime-versioned-export-macros"
12421version = "21.0.1"
12422source = "registry+https://github.com/rust-lang/crates.io-index"
12423checksum = "d4cedc5bfef3db2a85522ee38564b47ef3b7fc7c92e94cacbce99808e63cdd47"
12424dependencies = [
12425 "proc-macro2",
12426 "quote",
12427 "syn 2.0.59",
12428]
12429
12430[[package]]
12431name = "wasmtime-wasi"
12432version = "21.0.1"
12433source = "registry+https://github.com/rust-lang/crates.io-index"
12434checksum = "bdbbe94245904d4c96c7c5f7b55bad896cc27908644efd9442063c0748b631fc"
12435dependencies = [
12436 "anyhow",
12437 "async-trait",
12438 "bitflags 2.6.0",
12439 "bytes 1.5.0",
12440 "cap-fs-ext",
12441 "cap-net-ext",
12442 "cap-rand",
12443 "cap-std",
12444 "cap-time-ext",
12445 "fs-set-times",
12446 "futures 0.3.28",
12447 "io-extras",
12448 "io-lifetimes 2.0.3",
12449 "once_cell",
12450 "rustix 0.38.32",
12451 "system-interface",
12452 "thiserror",
12453 "tokio",
12454 "tracing",
12455 "url",
12456 "wasmtime",
12457 "wiggle",
12458 "windows-sys 0.52.0",
12459]
12460
12461[[package]]
12462name = "wasmtime-winch"
12463version = "21.0.1"
12464source = "registry+https://github.com/rust-lang/crates.io-index"
12465checksum = "97b27054fed6be4f3800aba5766f7ef435d4220ce290788f021a08d4fa573108"
12466dependencies = [
12467 "anyhow",
12468 "cranelift-codegen",
12469 "gimli",
12470 "object 0.33.0",
12471 "target-lexicon",
12472 "wasmparser 0.207.0",
12473 "wasmtime-cranelift",
12474 "wasmtime-environ",
12475 "winch-codegen",
12476]
12477
12478[[package]]
12479name = "wasmtime-wit-bindgen"
12480version = "21.0.1"
12481source = "registry+https://github.com/rust-lang/crates.io-index"
12482checksum = "c936a52ce69c28de2aa3b5fb4f2dbbb2966df304f04cccb7aca4ba56d915fda0"
12483dependencies = [
12484 "anyhow",
12485 "heck 0.4.1",
12486 "indexmap 2.2.6",
12487 "wit-parser 0.207.0",
12488]
12489
12490[[package]]
12491name = "wast"
12492version = "35.0.2"
12493source = "registry+https://github.com/rust-lang/crates.io-index"
12494checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
12495dependencies = [
12496 "leb128",
12497]
12498
12499[[package]]
12500name = "wayland-backend"
12501version = "0.3.3"
12502source = "registry+https://github.com/rust-lang/crates.io-index"
12503checksum = "9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40"
12504dependencies = [
12505 "cc",
12506 "downcast-rs",
12507 "rustix 0.38.32",
12508 "scoped-tls",
12509 "smallvec",
12510 "wayland-sys",
12511]
12512
12513[[package]]
12514name = "wayland-client"
12515version = "0.31.2"
12516source = "registry+https://github.com/rust-lang/crates.io-index"
12517checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f"
12518dependencies = [
12519 "bitflags 2.6.0",
12520 "rustix 0.38.32",
12521 "wayland-backend",
12522 "wayland-scanner",
12523]
12524
12525[[package]]
12526name = "wayland-cursor"
12527version = "0.31.1"
12528source = "registry+https://github.com/rust-lang/crates.io-index"
12529checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba"
12530dependencies = [
12531 "rustix 0.38.32",
12532 "wayland-client",
12533 "xcursor",
12534]
12535
12536[[package]]
12537name = "wayland-protocols"
12538version = "0.31.2"
12539source = "registry+https://github.com/rust-lang/crates.io-index"
12540checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
12541dependencies = [
12542 "bitflags 2.6.0",
12543 "wayland-backend",
12544 "wayland-client",
12545 "wayland-scanner",
12546]
12547
12548[[package]]
12549name = "wayland-protocols-plasma"
12550version = "0.2.0"
12551source = "registry+https://github.com/rust-lang/crates.io-index"
12552checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
12553dependencies = [
12554 "bitflags 2.6.0",
12555 "wayland-backend",
12556 "wayland-client",
12557 "wayland-protocols",
12558 "wayland-scanner",
12559]
12560
12561[[package]]
12562name = "wayland-scanner"
12563version = "0.31.1"
12564source = "registry+https://github.com/rust-lang/crates.io-index"
12565checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283"
12566dependencies = [
12567 "proc-macro2",
12568 "quick-xml 0.31.0",
12569 "quote",
12570]
12571
12572[[package]]
12573name = "wayland-sys"
12574version = "0.31.1"
12575source = "registry+https://github.com/rust-lang/crates.io-index"
12576checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
12577dependencies = [
12578 "dlib",
12579 "log",
12580 "once_cell",
12581 "pkg-config",
12582]
12583
12584[[package]]
12585name = "web-sys"
12586version = "0.3.64"
12587source = "registry+https://github.com/rust-lang/crates.io-index"
12588checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
12589dependencies = [
12590 "js-sys",
12591 "wasm-bindgen",
12592]
12593
12594[[package]]
12595name = "webpki-roots"
12596version = "0.24.0"
12597source = "registry+https://github.com/rust-lang/crates.io-index"
12598checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888"
12599dependencies = [
12600 "rustls-webpki",
12601]
12602
12603[[package]]
12604name = "weezl"
12605version = "0.1.8"
12606source = "registry+https://github.com/rust-lang/crates.io-index"
12607checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
12608
12609[[package]]
12610name = "welcome"
12611version = "0.1.0"
12612dependencies = [
12613 "anyhow",
12614 "client",
12615 "db",
12616 "editor",
12617 "extensions_ui",
12618 "fuzzy",
12619 "gpui",
12620 "inline_completion_button",
12621 "install_cli",
12622 "picker",
12623 "project",
12624 "schemars",
12625 "serde",
12626 "settings",
12627 "theme_selector",
12628 "ui",
12629 "util",
12630 "vim",
12631 "workspace",
12632]
12633
12634[[package]]
12635name = "which"
12636version = "4.4.2"
12637source = "registry+https://github.com/rust-lang/crates.io-index"
12638checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
12639dependencies = [
12640 "either",
12641 "home",
12642 "once_cell",
12643 "rustix 0.38.32",
12644]
12645
12646[[package]]
12647name = "which"
12648version = "6.0.0"
12649source = "registry+https://github.com/rust-lang/crates.io-index"
12650checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c"
12651dependencies = [
12652 "either",
12653 "home",
12654 "once_cell",
12655 "rustix 0.38.32",
12656 "windows-sys 0.52.0",
12657]
12658
12659[[package]]
12660name = "whoami"
12661version = "1.5.1"
12662source = "registry+https://github.com/rust-lang/crates.io-index"
12663checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
12664dependencies = [
12665 "redox_syscall 0.4.1",
12666 "wasite",
12667]
12668
12669[[package]]
12670name = "wiggle"
12671version = "21.0.1"
12672source = "registry+https://github.com/rust-lang/crates.io-index"
12673checksum = "a89ea6f74ece6d1cfbd089783006b8eb69a0219ca83cad22068f0d9fa9df3f91"
12674dependencies = [
12675 "anyhow",
12676 "async-trait",
12677 "bitflags 2.6.0",
12678 "thiserror",
12679 "tracing",
12680 "wasmtime",
12681 "wiggle-macro",
12682]
12683
12684[[package]]
12685name = "wiggle-generate"
12686version = "21.0.1"
12687source = "registry+https://github.com/rust-lang/crates.io-index"
12688checksum = "36beda94813296ecaf0d91b7ada9da073fd41865ba339bdd3b7764e2e785b8e9"
12689dependencies = [
12690 "anyhow",
12691 "heck 0.4.1",
12692 "proc-macro2",
12693 "quote",
12694 "shellexpand 2.1.2",
12695 "syn 2.0.59",
12696 "witx",
12697]
12698
12699[[package]]
12700name = "wiggle-macro"
12701version = "21.0.1"
12702source = "registry+https://github.com/rust-lang/crates.io-index"
12703checksum = "0b47d2b4442ce93106dba5d1a9c59d5f85b5732878bb3d0598d3c93c0d01b16b"
12704dependencies = [
12705 "proc-macro2",
12706 "quote",
12707 "syn 2.0.59",
12708 "wiggle-generate",
12709]
12710
12711[[package]]
12712name = "winapi"
12713version = "0.3.9"
12714source = "registry+https://github.com/rust-lang/crates.io-index"
12715checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
12716dependencies = [
12717 "winapi-i686-pc-windows-gnu",
12718 "winapi-x86_64-pc-windows-gnu",
12719]
12720
12721[[package]]
12722name = "winapi-i686-pc-windows-gnu"
12723version = "0.4.0"
12724source = "registry+https://github.com/rust-lang/crates.io-index"
12725checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
12726
12727[[package]]
12728name = "winapi-util"
12729version = "0.1.8"
12730source = "registry+https://github.com/rust-lang/crates.io-index"
12731checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
12732dependencies = [
12733 "windows-sys 0.52.0",
12734]
12735
12736[[package]]
12737name = "winapi-x86_64-pc-windows-gnu"
12738version = "0.4.0"
12739source = "registry+https://github.com/rust-lang/crates.io-index"
12740checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
12741
12742[[package]]
12743name = "winch-codegen"
12744version = "0.19.1"
12745source = "registry+https://github.com/rust-lang/crates.io-index"
12746checksum = "1dc69899ccb2da7daa4df31426dcfd284b104d1a85e1dae35806df0c46187f87"
12747dependencies = [
12748 "anyhow",
12749 "cranelift-codegen",
12750 "gimli",
12751 "regalloc2",
12752 "smallvec",
12753 "target-lexicon",
12754 "wasmparser 0.207.0",
12755 "wasmtime-cranelift",
12756 "wasmtime-environ",
12757]
12758
12759[[package]]
12760name = "windows"
12761version = "0.46.0"
12762source = "registry+https://github.com/rust-lang/crates.io-index"
12763checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
12764dependencies = [
12765 "windows-targets 0.42.2",
12766]
12767
12768[[package]]
12769name = "windows"
12770version = "0.48.0"
12771source = "registry+https://github.com/rust-lang/crates.io-index"
12772checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
12773dependencies = [
12774 "windows-targets 0.48.5",
12775]
12776
12777[[package]]
12778name = "windows"
12779version = "0.52.0"
12780source = "registry+https://github.com/rust-lang/crates.io-index"
12781checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
12782dependencies = [
12783 "windows-core 0.52.0",
12784 "windows-targets 0.52.6",
12785]
12786
12787[[package]]
12788name = "windows"
12789version = "0.58.0"
12790source = "registry+https://github.com/rust-lang/crates.io-index"
12791checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
12792dependencies = [
12793 "windows-core 0.58.0",
12794 "windows-targets 0.52.6",
12795]
12796
12797[[package]]
12798name = "windows-core"
12799version = "0.52.0"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
12802dependencies = [
12803 "windows-targets 0.52.6",
12804]
12805
12806[[package]]
12807name = "windows-core"
12808version = "0.58.0"
12809source = "registry+https://github.com/rust-lang/crates.io-index"
12810checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
12811dependencies = [
12812 "windows-implement",
12813 "windows-interface",
12814 "windows-result",
12815 "windows-strings",
12816 "windows-targets 0.52.6",
12817]
12818
12819[[package]]
12820name = "windows-implement"
12821version = "0.58.0"
12822source = "registry+https://github.com/rust-lang/crates.io-index"
12823checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
12824dependencies = [
12825 "proc-macro2",
12826 "quote",
12827 "syn 2.0.59",
12828]
12829
12830[[package]]
12831name = "windows-interface"
12832version = "0.58.0"
12833source = "registry+https://github.com/rust-lang/crates.io-index"
12834checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
12835dependencies = [
12836 "proc-macro2",
12837 "quote",
12838 "syn 2.0.59",
12839]
12840
12841[[package]]
12842name = "windows-result"
12843version = "0.2.0"
12844source = "registry+https://github.com/rust-lang/crates.io-index"
12845checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
12846dependencies = [
12847 "windows-targets 0.52.6",
12848]
12849
12850[[package]]
12851name = "windows-strings"
12852version = "0.1.0"
12853source = "registry+https://github.com/rust-lang/crates.io-index"
12854checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
12855dependencies = [
12856 "windows-result",
12857 "windows-targets 0.52.6",
12858]
12859
12860[[package]]
12861name = "windows-sys"
12862version = "0.45.0"
12863source = "registry+https://github.com/rust-lang/crates.io-index"
12864checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
12865dependencies = [
12866 "windows-targets 0.42.2",
12867]
12868
12869[[package]]
12870name = "windows-sys"
12871version = "0.48.0"
12872source = "registry+https://github.com/rust-lang/crates.io-index"
12873checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
12874dependencies = [
12875 "windows-targets 0.48.5",
12876]
12877
12878[[package]]
12879name = "windows-sys"
12880version = "0.52.0"
12881source = "registry+https://github.com/rust-lang/crates.io-index"
12882checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
12883dependencies = [
12884 "windows-targets 0.52.6",
12885]
12886
12887[[package]]
12888name = "windows-targets"
12889version = "0.42.2"
12890source = "registry+https://github.com/rust-lang/crates.io-index"
12891checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
12892dependencies = [
12893 "windows_aarch64_gnullvm 0.42.2",
12894 "windows_aarch64_msvc 0.42.2",
12895 "windows_i686_gnu 0.42.2",
12896 "windows_i686_msvc 0.42.2",
12897 "windows_x86_64_gnu 0.42.2",
12898 "windows_x86_64_gnullvm 0.42.2",
12899 "windows_x86_64_msvc 0.42.2",
12900]
12901
12902[[package]]
12903name = "windows-targets"
12904version = "0.48.5"
12905source = "registry+https://github.com/rust-lang/crates.io-index"
12906checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
12907dependencies = [
12908 "windows_aarch64_gnullvm 0.48.5",
12909 "windows_aarch64_msvc 0.48.5",
12910 "windows_i686_gnu 0.48.5",
12911 "windows_i686_msvc 0.48.5",
12912 "windows_x86_64_gnu 0.48.5",
12913 "windows_x86_64_gnullvm 0.48.5",
12914 "windows_x86_64_msvc 0.48.5",
12915]
12916
12917[[package]]
12918name = "windows-targets"
12919version = "0.52.6"
12920source = "registry+https://github.com/rust-lang/crates.io-index"
12921checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
12922dependencies = [
12923 "windows_aarch64_gnullvm 0.52.6",
12924 "windows_aarch64_msvc 0.52.6",
12925 "windows_i686_gnu 0.52.6",
12926 "windows_i686_gnullvm",
12927 "windows_i686_msvc 0.52.6",
12928 "windows_x86_64_gnu 0.52.6",
12929 "windows_x86_64_gnullvm 0.52.6",
12930 "windows_x86_64_msvc 0.52.6",
12931]
12932
12933[[package]]
12934name = "windows_aarch64_gnullvm"
12935version = "0.42.2"
12936source = "registry+https://github.com/rust-lang/crates.io-index"
12937checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
12938
12939[[package]]
12940name = "windows_aarch64_gnullvm"
12941version = "0.48.5"
12942source = "registry+https://github.com/rust-lang/crates.io-index"
12943checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
12944
12945[[package]]
12946name = "windows_aarch64_gnullvm"
12947version = "0.52.6"
12948source = "registry+https://github.com/rust-lang/crates.io-index"
12949checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
12950
12951[[package]]
12952name = "windows_aarch64_msvc"
12953version = "0.42.2"
12954source = "registry+https://github.com/rust-lang/crates.io-index"
12955checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
12956
12957[[package]]
12958name = "windows_aarch64_msvc"
12959version = "0.48.5"
12960source = "registry+https://github.com/rust-lang/crates.io-index"
12961checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
12962
12963[[package]]
12964name = "windows_aarch64_msvc"
12965version = "0.52.6"
12966source = "registry+https://github.com/rust-lang/crates.io-index"
12967checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
12968
12969[[package]]
12970name = "windows_i686_gnu"
12971version = "0.42.2"
12972source = "registry+https://github.com/rust-lang/crates.io-index"
12973checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
12974
12975[[package]]
12976name = "windows_i686_gnu"
12977version = "0.48.5"
12978source = "registry+https://github.com/rust-lang/crates.io-index"
12979checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
12980
12981[[package]]
12982name = "windows_i686_gnu"
12983version = "0.52.6"
12984source = "registry+https://github.com/rust-lang/crates.io-index"
12985checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
12986
12987[[package]]
12988name = "windows_i686_gnullvm"
12989version = "0.52.6"
12990source = "registry+https://github.com/rust-lang/crates.io-index"
12991checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
12992
12993[[package]]
12994name = "windows_i686_msvc"
12995version = "0.42.2"
12996source = "registry+https://github.com/rust-lang/crates.io-index"
12997checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
12998
12999[[package]]
13000name = "windows_i686_msvc"
13001version = "0.48.5"
13002source = "registry+https://github.com/rust-lang/crates.io-index"
13003checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
13004
13005[[package]]
13006name = "windows_i686_msvc"
13007version = "0.52.6"
13008source = "registry+https://github.com/rust-lang/crates.io-index"
13009checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
13010
13011[[package]]
13012name = "windows_x86_64_gnu"
13013version = "0.42.2"
13014source = "registry+https://github.com/rust-lang/crates.io-index"
13015checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
13016
13017[[package]]
13018name = "windows_x86_64_gnu"
13019version = "0.48.5"
13020source = "registry+https://github.com/rust-lang/crates.io-index"
13021checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
13022
13023[[package]]
13024name = "windows_x86_64_gnu"
13025version = "0.52.6"
13026source = "registry+https://github.com/rust-lang/crates.io-index"
13027checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
13028
13029[[package]]
13030name = "windows_x86_64_gnullvm"
13031version = "0.42.2"
13032source = "registry+https://github.com/rust-lang/crates.io-index"
13033checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
13034
13035[[package]]
13036name = "windows_x86_64_gnullvm"
13037version = "0.48.5"
13038source = "registry+https://github.com/rust-lang/crates.io-index"
13039checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
13040
13041[[package]]
13042name = "windows_x86_64_gnullvm"
13043version = "0.52.6"
13044source = "registry+https://github.com/rust-lang/crates.io-index"
13045checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
13046
13047[[package]]
13048name = "windows_x86_64_msvc"
13049version = "0.42.2"
13050source = "registry+https://github.com/rust-lang/crates.io-index"
13051checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
13052
13053[[package]]
13054name = "windows_x86_64_msvc"
13055version = "0.48.5"
13056source = "registry+https://github.com/rust-lang/crates.io-index"
13057checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
13058
13059[[package]]
13060name = "windows_x86_64_msvc"
13061version = "0.52.6"
13062source = "registry+https://github.com/rust-lang/crates.io-index"
13063checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
13064
13065[[package]]
13066name = "winnow"
13067version = "0.5.15"
13068source = "registry+https://github.com/rust-lang/crates.io-index"
13069checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
13070dependencies = [
13071 "memchr",
13072]
13073
13074[[package]]
13075name = "winnow"
13076version = "0.6.1"
13077source = "registry+https://github.com/rust-lang/crates.io-index"
13078checksum = "d90f4e0f530c4c69f62b80d839e9ef3855edc9cba471a160c4d692deed62b401"
13079dependencies = [
13080 "memchr",
13081]
13082
13083[[package]]
13084name = "winreg"
13085version = "0.50.0"
13086source = "registry+https://github.com/rust-lang/crates.io-index"
13087checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
13088dependencies = [
13089 "cfg-if",
13090 "windows-sys 0.48.0",
13091]
13092
13093[[package]]
13094name = "winreg"
13095version = "0.52.0"
13096source = "registry+https://github.com/rust-lang/crates.io-index"
13097checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
13098dependencies = [
13099 "cfg-if",
13100 "windows-sys 0.48.0",
13101]
13102
13103[[package]]
13104name = "winresource"
13105version = "0.1.17"
13106source = "registry+https://github.com/rust-lang/crates.io-index"
13107checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
13108dependencies = [
13109 "toml 0.7.8",
13110 "version_check",
13111]
13112
13113[[package]]
13114name = "winx"
13115version = "0.36.3"
13116source = "registry+https://github.com/rust-lang/crates.io-index"
13117checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
13118dependencies = [
13119 "bitflags 2.6.0",
13120 "windows-sys 0.52.0",
13121]
13122
13123[[package]]
13124name = "wio"
13125version = "0.2.2"
13126source = "registry+https://github.com/rust-lang/crates.io-index"
13127checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
13128dependencies = [
13129 "winapi",
13130]
13131
13132[[package]]
13133name = "wit-bindgen"
13134version = "0.22.0"
13135source = "registry+https://github.com/rust-lang/crates.io-index"
13136checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
13137dependencies = [
13138 "bitflags 2.6.0",
13139 "wit-bindgen-rt",
13140 "wit-bindgen-rust-macro",
13141]
13142
13143[[package]]
13144name = "wit-bindgen-core"
13145version = "0.22.0"
13146source = "registry+https://github.com/rust-lang/crates.io-index"
13147checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
13148dependencies = [
13149 "anyhow",
13150 "wit-parser 0.201.0",
13151]
13152
13153[[package]]
13154name = "wit-bindgen-rt"
13155version = "0.22.0"
13156source = "registry+https://github.com/rust-lang/crates.io-index"
13157checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
13158
13159[[package]]
13160name = "wit-bindgen-rust"
13161version = "0.22.0"
13162source = "registry+https://github.com/rust-lang/crates.io-index"
13163checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
13164dependencies = [
13165 "anyhow",
13166 "heck 0.4.1",
13167 "indexmap 2.2.6",
13168 "wasm-metadata",
13169 "wit-bindgen-core",
13170 "wit-component",
13171]
13172
13173[[package]]
13174name = "wit-bindgen-rust-macro"
13175version = "0.22.0"
13176source = "registry+https://github.com/rust-lang/crates.io-index"
13177checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
13178dependencies = [
13179 "anyhow",
13180 "proc-macro2",
13181 "quote",
13182 "syn 2.0.59",
13183 "wit-bindgen-core",
13184 "wit-bindgen-rust",
13185]
13186
13187[[package]]
13188name = "wit-component"
13189version = "0.201.0"
13190source = "registry+https://github.com/rust-lang/crates.io-index"
13191checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
13192dependencies = [
13193 "anyhow",
13194 "bitflags 2.6.0",
13195 "indexmap 2.2.6",
13196 "log",
13197 "serde",
13198 "serde_derive",
13199 "serde_json",
13200 "wasm-encoder 0.201.0",
13201 "wasm-metadata",
13202 "wasmparser 0.201.0",
13203 "wit-parser 0.201.0",
13204]
13205
13206[[package]]
13207name = "wit-parser"
13208version = "0.201.0"
13209source = "registry+https://github.com/rust-lang/crates.io-index"
13210checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
13211dependencies = [
13212 "anyhow",
13213 "id-arena",
13214 "indexmap 2.2.6",
13215 "log",
13216 "semver",
13217 "serde",
13218 "serde_derive",
13219 "serde_json",
13220 "unicode-xid",
13221 "wasmparser 0.201.0",
13222]
13223
13224[[package]]
13225name = "wit-parser"
13226version = "0.207.0"
13227source = "registry+https://github.com/rust-lang/crates.io-index"
13228checksum = "78c83dab33a9618d86cfe3563cc864deffd08c17efc5db31a3b7cd1edeffe6e1"
13229dependencies = [
13230 "anyhow",
13231 "id-arena",
13232 "indexmap 2.2.6",
13233 "log",
13234 "semver",
13235 "serde",
13236 "serde_derive",
13237 "serde_json",
13238 "unicode-xid",
13239 "wasmparser 0.207.0",
13240]
13241
13242[[package]]
13243name = "witx"
13244version = "0.9.1"
13245source = "registry+https://github.com/rust-lang/crates.io-index"
13246checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
13247dependencies = [
13248 "anyhow",
13249 "log",
13250 "thiserror",
13251 "wast",
13252]
13253
13254[[package]]
13255name = "workspace"
13256version = "0.1.0"
13257dependencies = [
13258 "any_vec",
13259 "anyhow",
13260 "async-recursion 1.0.5",
13261 "bincode",
13262 "call",
13263 "client",
13264 "clock",
13265 "collections",
13266 "db",
13267 "derive_more",
13268 "dev_server_projects",
13269 "env_logger",
13270 "fs",
13271 "futures 0.3.28",
13272 "gpui",
13273 "http_client",
13274 "itertools 0.11.0",
13275 "language",
13276 "lazy_static",
13277 "log",
13278 "node_runtime",
13279 "parking_lot",
13280 "postage",
13281 "project",
13282 "schemars",
13283 "serde",
13284 "serde_json",
13285 "session",
13286 "settings",
13287 "smallvec",
13288 "sqlez",
13289 "task",
13290 "theme",
13291 "ui",
13292 "util",
13293 "uuid",
13294]
13295
13296[[package]]
13297name = "worktree"
13298version = "0.1.0"
13299dependencies = [
13300 "anyhow",
13301 "clock",
13302 "collections",
13303 "env_logger",
13304 "fs",
13305 "futures 0.3.28",
13306 "fuzzy",
13307 "git",
13308 "git2",
13309 "gpui",
13310 "http_client",
13311 "ignore",
13312 "language",
13313 "log",
13314 "parking_lot",
13315 "paths",
13316 "postage",
13317 "pretty_assertions",
13318 "rand 0.8.5",
13319 "rpc",
13320 "schemars",
13321 "serde",
13322 "serde_json",
13323 "settings",
13324 "smol",
13325 "sum_tree",
13326 "text",
13327 "util",
13328]
13329
13330[[package]]
13331name = "wyz"
13332version = "0.5.1"
13333source = "registry+https://github.com/rust-lang/crates.io-index"
13334checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
13335dependencies = [
13336 "tap",
13337]
13338
13339[[package]]
13340name = "x11-clipboard"
13341version = "0.9.2"
13342source = "registry+https://github.com/rust-lang/crates.io-index"
13343checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
13344dependencies = [
13345 "libc",
13346 "x11rb",
13347]
13348
13349[[package]]
13350name = "x11rb"
13351version = "0.13.0"
13352source = "registry+https://github.com/rust-lang/crates.io-index"
13353checksum = "f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a"
13354dependencies = [
13355 "as-raw-xcb-connection",
13356 "gethostname",
13357 "libc",
13358 "rustix 0.38.32",
13359 "x11rb-protocol",
13360]
13361
13362[[package]]
13363name = "x11rb-protocol"
13364version = "0.13.0"
13365source = "registry+https://github.com/rust-lang/crates.io-index"
13366checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34"
13367
13368[[package]]
13369name = "xattr"
13370version = "0.2.3"
13371source = "registry+https://github.com/rust-lang/crates.io-index"
13372checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
13373dependencies = [
13374 "libc",
13375]
13376
13377[[package]]
13378name = "xcursor"
13379version = "0.3.5"
13380source = "registry+https://github.com/rust-lang/crates.io-index"
13381checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911"
13382
13383[[package]]
13384name = "xdg-home"
13385version = "1.1.0"
13386source = "registry+https://github.com/rust-lang/crates.io-index"
13387checksum = "21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e"
13388dependencies = [
13389 "libc",
13390 "winapi",
13391]
13392
13393[[package]]
13394name = "xim"
13395version = "0.4.0"
13396source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13397dependencies = [
13398 "ahash 0.8.11",
13399 "hashbrown 0.14.5",
13400 "log",
13401 "x11rb",
13402 "xim-ctext",
13403 "xim-parser",
13404]
13405
13406[[package]]
13407name = "xim-ctext"
13408version = "0.3.0"
13409source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13410dependencies = [
13411 "encoding_rs",
13412]
13413
13414[[package]]
13415name = "xim-parser"
13416version = "0.2.1"
13417source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13418dependencies = [
13419 "bitflags 2.6.0",
13420]
13421
13422[[package]]
13423name = "xkbcommon"
13424version = "0.7.0"
13425source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2"
13426dependencies = [
13427 "as-raw-xcb-connection",
13428 "libc",
13429 "memmap2",
13430 "xkeysym",
13431]
13432
13433[[package]]
13434name = "xkeysym"
13435version = "0.2.0"
13436source = "registry+https://github.com/rust-lang/crates.io-index"
13437checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"
13438
13439[[package]]
13440name = "xml5ever"
13441version = "0.18.0"
13442source = "registry+https://github.com/rust-lang/crates.io-index"
13443checksum = "7c376f76ed09df711203e20c3ef5ce556f0166fa03d39590016c0fd625437fad"
13444dependencies = [
13445 "log",
13446 "mac",
13447 "markup5ever",
13448]
13449
13450[[package]]
13451name = "xmlparser"
13452version = "0.13.5"
13453source = "registry+https://github.com/rust-lang/crates.io-index"
13454checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
13455
13456[[package]]
13457name = "xmlwriter"
13458version = "0.1.0"
13459source = "registry+https://github.com/rust-lang/crates.io-index"
13460checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
13461
13462[[package]]
13463name = "xtask"
13464version = "0.1.0"
13465dependencies = [
13466 "anyhow",
13467 "cargo_metadata",
13468 "cargo_toml",
13469 "clap",
13470]
13471
13472[[package]]
13473name = "yansi"
13474version = "0.5.1"
13475source = "registry+https://github.com/rust-lang/crates.io-index"
13476checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
13477
13478[[package]]
13479name = "yazi"
13480version = "0.1.6"
13481source = "registry+https://github.com/rust-lang/crates.io-index"
13482checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
13483
13484[[package]]
13485name = "yeslogic-fontconfig-sys"
13486version = "6.0.0"
13487source = "registry+https://github.com/rust-lang/crates.io-index"
13488checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
13489dependencies = [
13490 "dlib",
13491 "once_cell",
13492 "pkg-config",
13493]
13494
13495[[package]]
13496name = "zbus"
13497version = "4.0.1"
13498source = "registry+https://github.com/rust-lang/crates.io-index"
13499checksum = "7b8e3d6ae3342792a6cc2340e4394334c7402f3d793b390d2c5494a4032b3030"
13500dependencies = [
13501 "async-broadcast",
13502 "async-executor",
13503 "async-fs 2.1.1",
13504 "async-io 2.3.1",
13505 "async-lock 3.3.0",
13506 "async-process 2.1.0",
13507 "async-recursion 1.0.5",
13508 "async-task",
13509 "async-trait",
13510 "blocking",
13511 "derivative",
13512 "enumflags2",
13513 "event-listener 5.1.0",
13514 "futures-core",
13515 "futures-sink",
13516 "futures-util",
13517 "hex",
13518 "nix 0.27.1",
13519 "ordered-stream",
13520 "rand 0.8.5",
13521 "serde",
13522 "serde_repr",
13523 "sha1",
13524 "static_assertions",
13525 "tracing",
13526 "uds_windows",
13527 "windows-sys 0.52.0",
13528 "xdg-home",
13529 "zbus_macros",
13530 "zbus_names",
13531 "zvariant",
13532]
13533
13534[[package]]
13535name = "zbus_macros"
13536version = "4.0.1"
13537source = "registry+https://github.com/rust-lang/crates.io-index"
13538checksum = "b7a3e850ff1e7217a3b7a07eba90d37fe9bb9e89a310f718afcde5885ca9b6d7"
13539dependencies = [
13540 "proc-macro-crate 1.3.1",
13541 "proc-macro2",
13542 "quote",
13543 "regex",
13544 "syn 1.0.109",
13545 "zvariant_utils",
13546]
13547
13548[[package]]
13549name = "zbus_names"
13550version = "3.0.0"
13551source = "registry+https://github.com/rust-lang/crates.io-index"
13552checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
13553dependencies = [
13554 "serde",
13555 "static_assertions",
13556 "zvariant",
13557]
13558
13559[[package]]
13560name = "zed"
13561version = "0.147.0"
13562dependencies = [
13563 "activity_indicator",
13564 "anyhow",
13565 "ashpd",
13566 "assets",
13567 "assistant",
13568 "audio",
13569 "auto_update",
13570 "backtrace",
13571 "breadcrumbs",
13572 "call",
13573 "channel",
13574 "chrono",
13575 "clap",
13576 "cli",
13577 "client",
13578 "collab_ui",
13579 "collections",
13580 "command_palette",
13581 "copilot",
13582 "db",
13583 "dev_server_projects",
13584 "diagnostics",
13585 "editor",
13586 "env_logger",
13587 "extension",
13588 "extensions_ui",
13589 "feedback",
13590 "file_finder",
13591 "file_icons",
13592 "fs",
13593 "futures 0.3.28",
13594 "git",
13595 "git_hosting_providers",
13596 "go_to_line",
13597 "gpui",
13598 "headless",
13599 "http_client",
13600 "image_viewer",
13601 "inline_completion_button",
13602 "install_cli",
13603 "isahc",
13604 "journal",
13605 "language",
13606 "language_model",
13607 "language_selector",
13608 "language_tools",
13609 "languages",
13610 "libc",
13611 "log",
13612 "markdown_preview",
13613 "menu",
13614 "mimalloc",
13615 "nix 0.28.0",
13616 "node_runtime",
13617 "notifications",
13618 "outline",
13619 "outline_panel",
13620 "parking_lot",
13621 "paths",
13622 "profiling",
13623 "project",
13624 "project_panel",
13625 "project_symbols",
13626 "quick_action_bar",
13627 "recent_projects",
13628 "release_channel",
13629 "remote",
13630 "repl",
13631 "rope",
13632 "search",
13633 "serde",
13634 "serde_json",
13635 "session",
13636 "settings",
13637 "settings_ui",
13638 "simplelog",
13639 "smol",
13640 "snippet_provider",
13641 "supermaven",
13642 "tab_switcher",
13643 "task",
13644 "tasks_ui",
13645 "telemetry_events",
13646 "terminal_view",
13647 "theme",
13648 "theme_selector",
13649 "tree-sitter-md",
13650 "tree-sitter-rust",
13651 "ui",
13652 "url",
13653 "urlencoding",
13654 "util",
13655 "uuid",
13656 "vim",
13657 "welcome",
13658 "winresource",
13659 "workspace",
13660 "zed_actions",
13661]
13662
13663[[package]]
13664name = "zed_actions"
13665version = "0.1.0"
13666dependencies = [
13667 "gpui",
13668 "serde",
13669]
13670
13671[[package]]
13672name = "zed_astro"
13673version = "0.1.0"
13674dependencies = [
13675 "serde",
13676 "zed_extension_api 0.0.6",
13677]
13678
13679[[package]]
13680name = "zed_clojure"
13681version = "0.0.3"
13682dependencies = [
13683 "zed_extension_api 0.0.6",
13684]
13685
13686[[package]]
13687name = "zed_csharp"
13688version = "0.0.2"
13689dependencies = [
13690 "zed_extension_api 0.0.6",
13691]
13692
13693[[package]]
13694name = "zed_dart"
13695version = "0.0.3"
13696dependencies = [
13697 "zed_extension_api 0.0.6",
13698]
13699
13700[[package]]
13701name = "zed_deno"
13702version = "0.0.2"
13703dependencies = [
13704 "zed_extension_api 0.0.6",
13705]
13706
13707[[package]]
13708name = "zed_elixir"
13709version = "0.0.6"
13710dependencies = [
13711 "zed_extension_api 0.0.6",
13712]
13713
13714[[package]]
13715name = "zed_elm"
13716version = "0.0.1"
13717dependencies = [
13718 "zed_extension_api 0.0.6",
13719]
13720
13721[[package]]
13722name = "zed_emmet"
13723version = "0.0.3"
13724dependencies = [
13725 "zed_extension_api 0.0.6",
13726]
13727
13728[[package]]
13729name = "zed_erlang"
13730version = "0.0.1"
13731dependencies = [
13732 "zed_extension_api 0.0.6",
13733]
13734
13735[[package]]
13736name = "zed_extension_api"
13737version = "0.0.4"
13738source = "registry+https://github.com/rust-lang/crates.io-index"
13739checksum = "d5c51cad4152bb5eb35b20dccdcbfb36f48d8952a2ed2d3e25b70361007d953b"
13740dependencies = [
13741 "wit-bindgen",
13742]
13743
13744[[package]]
13745name = "zed_extension_api"
13746version = "0.0.6"
13747source = "registry+https://github.com/rust-lang/crates.io-index"
13748checksum = "77ca8bcaea3feb2d2ce9dbeb061ee48365312a351faa7014c417b0365fe9e459"
13749dependencies = [
13750 "serde",
13751 "serde_json",
13752 "wit-bindgen",
13753]
13754
13755[[package]]
13756name = "zed_extension_api"
13757version = "0.0.7"
13758dependencies = [
13759 "serde",
13760 "serde_json",
13761 "wit-bindgen",
13762]
13763
13764[[package]]
13765name = "zed_gleam"
13766version = "0.1.3"
13767dependencies = [
13768 "html_to_markdown 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
13769 "zed_extension_api 0.0.7",
13770]
13771
13772[[package]]
13773name = "zed_glsl"
13774version = "0.1.0"
13775dependencies = [
13776 "zed_extension_api 0.0.6",
13777]
13778
13779[[package]]
13780name = "zed_haskell"
13781version = "0.1.0"
13782dependencies = [
13783 "zed_extension_api 0.0.6",
13784]
13785
13786[[package]]
13787name = "zed_html"
13788version = "0.1.1"
13789dependencies = [
13790 "zed_extension_api 0.0.6",
13791]
13792
13793[[package]]
13794name = "zed_lua"
13795version = "0.0.3"
13796dependencies = [
13797 "zed_extension_api 0.0.6",
13798]
13799
13800[[package]]
13801name = "zed_ocaml"
13802version = "0.0.2"
13803dependencies = [
13804 "zed_extension_api 0.0.6",
13805]
13806
13807[[package]]
13808name = "zed_php"
13809version = "0.1.2"
13810dependencies = [
13811 "zed_extension_api 0.0.6",
13812]
13813
13814[[package]]
13815name = "zed_prisma"
13816version = "0.0.3"
13817dependencies = [
13818 "zed_extension_api 0.0.6",
13819]
13820
13821[[package]]
13822name = "zed_purescript"
13823version = "0.0.1"
13824dependencies = [
13825 "zed_extension_api 0.0.6",
13826]
13827
13828[[package]]
13829name = "zed_ruby"
13830version = "0.0.8"
13831dependencies = [
13832 "zed_extension_api 0.0.6",
13833]
13834
13835[[package]]
13836name = "zed_ruff"
13837version = "0.0.2"
13838dependencies = [
13839 "zed_extension_api 0.0.6",
13840]
13841
13842[[package]]
13843name = "zed_snippets"
13844version = "0.0.5"
13845dependencies = [
13846 "serde_json",
13847 "zed_extension_api 0.0.6",
13848]
13849
13850[[package]]
13851name = "zed_svelte"
13852version = "0.0.3"
13853dependencies = [
13854 "zed_extension_api 0.0.6",
13855]
13856
13857[[package]]
13858name = "zed_terraform"
13859version = "0.0.4"
13860dependencies = [
13861 "zed_extension_api 0.0.6",
13862]
13863
13864[[package]]
13865name = "zed_test_extension"
13866version = "0.1.0"
13867dependencies = [
13868 "zed_extension_api 0.0.6",
13869]
13870
13871[[package]]
13872name = "zed_toml"
13873version = "0.1.1"
13874dependencies = [
13875 "zed_extension_api 0.0.6",
13876]
13877
13878[[package]]
13879name = "zed_uiua"
13880version = "0.0.1"
13881dependencies = [
13882 "zed_extension_api 0.0.4",
13883]
13884
13885[[package]]
13886name = "zed_vue"
13887version = "0.1.0"
13888dependencies = [
13889 "serde",
13890 "zed_extension_api 0.0.6",
13891]
13892
13893[[package]]
13894name = "zed_zig"
13895version = "0.1.5"
13896dependencies = [
13897 "zed_extension_api 0.0.6",
13898]
13899
13900[[package]]
13901name = "zeno"
13902version = "0.2.3"
13903source = "registry+https://github.com/rust-lang/crates.io-index"
13904checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
13905
13906[[package]]
13907name = "zerocopy"
13908version = "0.7.32"
13909source = "registry+https://github.com/rust-lang/crates.io-index"
13910checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
13911dependencies = [
13912 "zerocopy-derive",
13913]
13914
13915[[package]]
13916name = "zerocopy-derive"
13917version = "0.7.32"
13918source = "registry+https://github.com/rust-lang/crates.io-index"
13919checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
13920dependencies = [
13921 "proc-macro2",
13922 "quote",
13923 "syn 2.0.59",
13924]
13925
13926[[package]]
13927name = "zeroize"
13928version = "1.6.0"
13929source = "registry+https://github.com/rust-lang/crates.io-index"
13930checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
13931dependencies = [
13932 "zeroize_derive",
13933]
13934
13935[[package]]
13936name = "zeroize_derive"
13937version = "1.4.2"
13938source = "registry+https://github.com/rust-lang/crates.io-index"
13939checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
13940dependencies = [
13941 "proc-macro2",
13942 "quote",
13943 "syn 2.0.59",
13944]
13945
13946[[package]]
13947name = "zeromq"
13948version = "0.4.0"
13949source = "registry+https://github.com/rust-lang/crates.io-index"
13950checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
13951dependencies = [
13952 "async-dispatcher",
13953 "async-std",
13954 "async-trait",
13955 "asynchronous-codec",
13956 "bytes 1.5.0",
13957 "crossbeam-queue",
13958 "dashmap",
13959 "futures-channel",
13960 "futures-io",
13961 "futures-task",
13962 "futures-util",
13963 "log",
13964 "num-traits",
13965 "once_cell",
13966 "parking_lot",
13967 "rand 0.8.5",
13968 "regex",
13969 "thiserror",
13970 "uuid",
13971]
13972
13973[[package]]
13974name = "zstd"
13975version = "0.11.2+zstd.1.5.2"
13976source = "registry+https://github.com/rust-lang/crates.io-index"
13977checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
13978dependencies = [
13979 "zstd-safe",
13980]
13981
13982[[package]]
13983name = "zstd-safe"
13984version = "5.0.2+zstd.1.5.2"
13985source = "registry+https://github.com/rust-lang/crates.io-index"
13986checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
13987dependencies = [
13988 "libc",
13989 "zstd-sys",
13990]
13991
13992[[package]]
13993name = "zstd-sys"
13994version = "2.0.8+zstd.1.5.5"
13995source = "registry+https://github.com/rust-lang/crates.io-index"
13996checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
13997dependencies = [
13998 "cc",
13999 "libc",
14000 "pkg-config",
14001]
14002
14003[[package]]
14004name = "zune-core"
14005version = "0.4.12"
14006source = "registry+https://github.com/rust-lang/crates.io-index"
14007checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
14008
14009[[package]]
14010name = "zune-inflate"
14011version = "0.2.54"
14012source = "registry+https://github.com/rust-lang/crates.io-index"
14013checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
14014dependencies = [
14015 "simd-adler32",
14016]
14017
14018[[package]]
14019name = "zune-jpeg"
14020version = "0.4.11"
14021source = "registry+https://github.com/rust-lang/crates.io-index"
14022checksum = "ec866b44a2a1fd6133d363f073ca1b179f438f99e7e5bfb1e33f7181facfe448"
14023dependencies = [
14024 "zune-core",
14025]
14026
14027[[package]]
14028name = "zvariant"
14029version = "4.0.2"
14030source = "registry+https://github.com/rust-lang/crates.io-index"
14031checksum = "2c1b3ca6db667bfada0f1ebfc94b2b1759ba25472ee5373d4551bb892616389a"
14032dependencies = [
14033 "endi",
14034 "enumflags2",
14035 "serde",
14036 "static_assertions",
14037 "url",
14038 "zvariant_derive",
14039]
14040
14041[[package]]
14042name = "zvariant_derive"
14043version = "4.0.2"
14044source = "registry+https://github.com/rust-lang/crates.io-index"
14045checksum = "b7a4b236063316163b69039f77ce3117accb41a09567fd24c168e43491e521bc"
14046dependencies = [
14047 "proc-macro-crate 3.1.0",
14048 "proc-macro2",
14049 "quote",
14050 "syn 1.0.109",
14051 "zvariant_utils",
14052]
14053
14054[[package]]
14055name = "zvariant_utils"
14056version = "1.1.0"
14057source = "registry+https://github.com/rust-lang/crates.io-index"
14058checksum = "00bedb16a193cc12451873fee2a1bc6550225acece0e36f333e68326c73c8172"
14059dependencies = [
14060 "proc-macro2",
14061 "quote",
14062 "syn 1.0.109",
14063]