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