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