Cargo.lock

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