Cargo.lock

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