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