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.9.0"
  345source = "git+https://github.com/bilelmoussaoui/ashpd?rev=29f2e1a#29f2e1a6f4b0911f504658f5f4630c02e01b13f2"
  346dependencies = [
  347 "async-fs 2.1.1",
  348 "async-net 2.0.0",
  349 "enumflags2",
  350 "futures-channel",
  351 "futures-util",
  352 "rand 0.8.5",
  353 "serde",
  354 "serde_repr",
  355 "url",
  356 "zbus",
  357]
  358
  359[[package]]
  360name = "assets"
  361version = "0.1.0"
  362dependencies = [
  363 "anyhow",
  364 "gpui",
  365 "rust-embed",
  366]
  367
  368[[package]]
  369name = "assistant"
  370version = "0.1.0"
  371dependencies = [
  372 "anthropic",
  373 "anyhow",
  374 "assistant_slash_command",
  375 "async-watch",
  376 "breadcrumbs",
  377 "cargo_toml",
  378 "chrono",
  379 "client",
  380 "collections",
  381 "command_palette_hooks",
  382 "ctor",
  383 "editor",
  384 "env_logger",
  385 "feature_flags",
  386 "fs",
  387 "futures 0.3.28",
  388 "fuzzy",
  389 "gpui",
  390 "heed",
  391 "html_to_markdown 0.1.0",
  392 "http 0.1.0",
  393 "indexed_docs",
  394 "indoc",
  395 "language",
  396 "log",
  397 "menu",
  398 "multi_buffer",
  399 "ollama",
  400 "open_ai",
  401 "ordered-float 2.10.0",
  402 "parking_lot",
  403 "paths",
  404 "picker",
  405 "project",
  406 "rand 0.8.5",
  407 "regex",
  408 "rope",
  409 "schemars",
  410 "search",
  411 "semantic_index",
  412 "serde",
  413 "serde_json",
  414 "settings",
  415 "similar",
  416 "smol",
  417 "strsim 0.11.1",
  418 "strum",
  419 "telemetry_events",
  420 "terminal",
  421 "terminal_view",
  422 "theme",
  423 "tiktoken-rs",
  424 "toml 0.8.10",
  425 "ui",
  426 "unindent",
  427 "util",
  428 "uuid",
  429 "workspace",
  430]
  431
  432[[package]]
  433name = "assistant_slash_command"
  434version = "0.1.0"
  435dependencies = [
  436 "anyhow",
  437 "collections",
  438 "derive_more",
  439 "gpui",
  440 "language",
  441 "parking_lot",
  442 "serde",
  443 "workspace",
  444]
  445
  446[[package]]
  447name = "assistant_tooling"
  448version = "0.1.0"
  449dependencies = [
  450 "anyhow",
  451 "collections",
  452 "futures 0.3.28",
  453 "gpui",
  454 "log",
  455 "project",
  456 "repair_json",
  457 "schemars",
  458 "serde",
  459 "serde_json",
  460 "settings",
  461 "sum_tree",
  462 "ui",
  463 "unindent",
  464 "util",
  465]
  466
  467[[package]]
  468name = "async-attributes"
  469version = "1.1.2"
  470source = "registry+https://github.com/rust-lang/crates.io-index"
  471checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  472dependencies = [
  473 "quote",
  474 "syn 1.0.109",
  475]
  476
  477[[package]]
  478name = "async-broadcast"
  479version = "0.7.0"
  480source = "registry+https://github.com/rust-lang/crates.io-index"
  481checksum = "258b52a1aa741b9f09783b2d86cf0aeeb617bbf847f6933340a39644227acbdb"
  482dependencies = [
  483 "event-listener 5.1.0",
  484 "event-listener-strategy 0.5.0",
  485 "futures-core",
  486 "pin-project-lite",
  487]
  488
  489[[package]]
  490name = "async-channel"
  491version = "1.9.0"
  492source = "registry+https://github.com/rust-lang/crates.io-index"
  493checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  494dependencies = [
  495 "concurrent-queue",
  496 "event-listener 2.5.3",
  497 "futures-core",
  498]
  499
  500[[package]]
  501name = "async-channel"
  502version = "2.2.0"
  503source = "registry+https://github.com/rust-lang/crates.io-index"
  504checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3"
  505dependencies = [
  506 "concurrent-queue",
  507 "event-listener 5.1.0",
  508 "event-listener-strategy 0.5.0",
  509 "futures-core",
  510 "pin-project-lite",
  511]
  512
  513[[package]]
  514name = "async-compat"
  515version = "0.2.1"
  516source = "registry+https://github.com/rust-lang/crates.io-index"
  517checksum = "9b48b4ff0c2026db683dea961cd8ea874737f56cffca86fa84415eaddc51c00d"
  518dependencies = [
  519 "futures-core",
  520 "futures-io",
  521 "once_cell",
  522 "pin-project-lite",
  523 "tokio",
  524]
  525
  526[[package]]
  527name = "async-compression"
  528version = "0.4.6"
  529source = "registry+https://github.com/rust-lang/crates.io-index"
  530checksum = "a116f46a969224200a0a97f29cfd4c50e7534e4b4826bd23ea2c3c533039c82c"
  531dependencies = [
  532 "deflate64",
  533 "flate2",
  534 "futures-core",
  535 "futures-io",
  536 "memchr",
  537 "pin-project-lite",
  538]
  539
  540[[package]]
  541name = "async-dispatcher"
  542version = "0.1.2"
  543source = "registry+https://github.com/rust-lang/crates.io-index"
  544checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  545dependencies = [
  546 "async-task",
  547 "futures-lite 1.13.0",
  548]
  549
  550[[package]]
  551name = "async-executor"
  552version = "1.5.1"
  553source = "registry+https://github.com/rust-lang/crates.io-index"
  554checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"
  555dependencies = [
  556 "async-lock 2.8.0",
  557 "async-task",
  558 "concurrent-queue",
  559 "fastrand 1.9.0",
  560 "futures-lite 1.13.0",
  561 "slab",
  562]
  563
  564[[package]]
  565name = "async-fs"
  566version = "1.6.0"
  567source = "registry+https://github.com/rust-lang/crates.io-index"
  568checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
  569dependencies = [
  570 "async-lock 2.8.0",
  571 "autocfg",
  572 "blocking",
  573 "futures-lite 1.13.0",
  574]
  575
  576[[package]]
  577name = "async-fs"
  578version = "2.1.1"
  579source = "registry+https://github.com/rust-lang/crates.io-index"
  580checksum = "bc19683171f287921f2405677dd2ed2549c3b3bda697a563ebc3a121ace2aba1"
  581dependencies = [
  582 "async-lock 3.3.0",
  583 "blocking",
  584 "futures-lite 2.2.0",
  585]
  586
  587[[package]]
  588name = "async-global-executor"
  589version = "2.3.1"
  590source = "registry+https://github.com/rust-lang/crates.io-index"
  591checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
  592dependencies = [
  593 "async-channel 1.9.0",
  594 "async-executor",
  595 "async-io 1.13.0",
  596 "async-lock 2.8.0",
  597 "blocking",
  598 "futures-lite 1.13.0",
  599 "once_cell",
  600]
  601
  602[[package]]
  603name = "async-io"
  604version = "1.13.0"
  605source = "registry+https://github.com/rust-lang/crates.io-index"
  606checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
  607dependencies = [
  608 "async-lock 2.8.0",
  609 "autocfg",
  610 "cfg-if",
  611 "concurrent-queue",
  612 "futures-lite 1.13.0",
  613 "log",
  614 "parking",
  615 "polling 2.8.0",
  616 "rustix 0.37.23",
  617 "slab",
  618 "socket2 0.4.9",
  619 "waker-fn",
  620]
  621
  622[[package]]
  623name = "async-io"
  624version = "2.3.1"
  625source = "registry+https://github.com/rust-lang/crates.io-index"
  626checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65"
  627dependencies = [
  628 "async-lock 3.3.0",
  629 "cfg-if",
  630 "concurrent-queue",
  631 "futures-io",
  632 "futures-lite 2.2.0",
  633 "parking",
  634 "polling 3.3.2",
  635 "rustix 0.38.32",
  636 "slab",
  637 "tracing",
  638 "windows-sys 0.52.0",
  639]
  640
  641[[package]]
  642name = "async-lock"
  643version = "2.8.0"
  644source = "registry+https://github.com/rust-lang/crates.io-index"
  645checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  646dependencies = [
  647 "event-listener 2.5.3",
  648]
  649
  650[[package]]
  651name = "async-lock"
  652version = "3.3.0"
  653source = "registry+https://github.com/rust-lang/crates.io-index"
  654checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"
  655dependencies = [
  656 "event-listener 4.0.3",
  657 "event-listener-strategy 0.4.0",
  658 "pin-project-lite",
  659]
  660
  661[[package]]
  662name = "async-native-tls"
  663version = "0.3.3"
  664source = "registry+https://github.com/rust-lang/crates.io-index"
  665checksum = "9e9e7a929bd34c68a82d58a4de7f86fffdaf97fb2af850162a7bb19dd7269b33"
  666dependencies = [
  667 "async-std",
  668 "native-tls",
  669 "thiserror",
  670 "url",
  671]
  672
  673[[package]]
  674name = "async-native-tls"
  675version = "0.5.0"
  676source = "registry+https://github.com/rust-lang/crates.io-index"
  677checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
  678dependencies = [
  679 "futures-util",
  680 "native-tls",
  681 "thiserror",
  682 "url",
  683]
  684
  685[[package]]
  686name = "async-net"
  687version = "1.7.0"
  688source = "registry+https://github.com/rust-lang/crates.io-index"
  689checksum = "4051e67316bc7eff608fe723df5d32ed639946adcd69e07df41fd42a7b411f1f"
  690dependencies = [
  691 "async-io 1.13.0",
  692 "autocfg",
  693 "blocking",
  694 "futures-lite 1.13.0",
  695]
  696
  697[[package]]
  698name = "async-net"
  699version = "2.0.0"
  700source = "registry+https://github.com/rust-lang/crates.io-index"
  701checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  702dependencies = [
  703 "async-io 2.3.1",
  704 "blocking",
  705 "futures-lite 2.2.0",
  706]
  707
  708[[package]]
  709name = "async-pipe"
  710version = "0.1.3"
  711source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  712dependencies = [
  713 "futures 0.3.28",
  714 "log",
  715]
  716
  717[[package]]
  718name = "async-process"
  719version = "1.7.0"
  720source = "registry+https://github.com/rust-lang/crates.io-index"
  721checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9"
  722dependencies = [
  723 "async-io 1.13.0",
  724 "async-lock 2.8.0",
  725 "autocfg",
  726 "blocking",
  727 "cfg-if",
  728 "event-listener 2.5.3",
  729 "futures-lite 1.13.0",
  730 "rustix 0.37.23",
  731 "signal-hook",
  732 "windows-sys 0.48.0",
  733]
  734
  735[[package]]
  736name = "async-process"
  737version = "2.1.0"
  738source = "registry+https://github.com/rust-lang/crates.io-index"
  739checksum = "451e3cf68011bd56771c79db04a9e333095ab6349f7e47592b788e9b98720cc8"
  740dependencies = [
  741 "async-channel 2.2.0",
  742 "async-io 2.3.1",
  743 "async-lock 3.3.0",
  744 "async-signal",
  745 "blocking",
  746 "cfg-if",
  747 "event-listener 5.1.0",
  748 "futures-lite 2.2.0",
  749 "rustix 0.38.32",
  750 "windows-sys 0.52.0",
  751]
  752
  753[[package]]
  754name = "async-recursion"
  755version = "0.3.2"
  756source = "registry+https://github.com/rust-lang/crates.io-index"
  757checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
  758dependencies = [
  759 "proc-macro2",
  760 "quote",
  761 "syn 1.0.109",
  762]
  763
  764[[package]]
  765name = "async-recursion"
  766version = "1.0.5"
  767source = "registry+https://github.com/rust-lang/crates.io-index"
  768checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"
  769dependencies = [
  770 "proc-macro2",
  771 "quote",
  772 "syn 2.0.59",
  773]
  774
  775[[package]]
  776name = "async-signal"
  777version = "0.2.5"
  778source = "registry+https://github.com/rust-lang/crates.io-index"
  779checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"
  780dependencies = [
  781 "async-io 2.3.1",
  782 "async-lock 2.8.0",
  783 "atomic-waker",
  784 "cfg-if",
  785 "futures-core",
  786 "futures-io",
  787 "rustix 0.38.32",
  788 "signal-hook-registry",
  789 "slab",
  790 "windows-sys 0.48.0",
  791]
  792
  793[[package]]
  794name = "async-std"
  795version = "1.12.0"
  796source = "registry+https://github.com/rust-lang/crates.io-index"
  797checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
  798dependencies = [
  799 "async-attributes",
  800 "async-channel 1.9.0",
  801 "async-global-executor",
  802 "async-io 1.13.0",
  803 "async-lock 2.8.0",
  804 "async-process 1.7.0",
  805 "crossbeam-utils",
  806 "futures-channel",
  807 "futures-core",
  808 "futures-io",
  809 "futures-lite 1.13.0",
  810 "gloo-timers",
  811 "kv-log-macro",
  812 "log",
  813 "memchr",
  814 "once_cell",
  815 "pin-project-lite",
  816 "pin-utils",
  817 "slab",
  818 "wasm-bindgen-futures",
  819]
  820
  821[[package]]
  822name = "async-stream"
  823version = "0.3.5"
  824source = "registry+https://github.com/rust-lang/crates.io-index"
  825checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
  826dependencies = [
  827 "async-stream-impl",
  828 "futures-core",
  829 "pin-project-lite",
  830]
  831
  832[[package]]
  833name = "async-stream-impl"
  834version = "0.3.5"
  835source = "registry+https://github.com/rust-lang/crates.io-index"
  836checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
  837dependencies = [
  838 "proc-macro2",
  839 "quote",
  840 "syn 2.0.59",
  841]
  842
  843[[package]]
  844name = "async-tar"
  845version = "0.4.2"
  846source = "registry+https://github.com/rust-lang/crates.io-index"
  847checksum = "5c49359998a76e32ef6e870dbc079ebad8f1e53e8441c5dd39d27b44493fe331"
  848dependencies = [
  849 "async-std",
  850 "filetime",
  851 "libc",
  852 "pin-project",
  853 "redox_syscall 0.2.16",
  854 "xattr",
  855]
  856
  857[[package]]
  858name = "async-task"
  859version = "4.7.0"
  860source = "registry+https://github.com/rust-lang/crates.io-index"
  861checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799"
  862
  863[[package]]
  864name = "async-trait"
  865version = "0.1.77"
  866source = "registry+https://github.com/rust-lang/crates.io-index"
  867checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
  868dependencies = [
  869 "proc-macro2",
  870 "quote",
  871 "syn 2.0.59",
  872]
  873
  874[[package]]
  875name = "async-tungstenite"
  876version = "0.16.1"
  877source = "registry+https://github.com/rust-lang/crates.io-index"
  878checksum = "5682ea0913e5c20780fe5785abacb85a411e7437bf52a1bedb93ddb3972cb8dd"
  879dependencies = [
  880 "async-native-tls 0.3.3",
  881 "async-std",
  882 "futures-io",
  883 "futures-util",
  884 "log",
  885 "pin-project-lite",
  886 "tungstenite 0.16.0",
  887]
  888
  889[[package]]
  890name = "async-watch"
  891version = "0.3.1"
  892source = "registry+https://github.com/rust-lang/crates.io-index"
  893checksum = "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2"
  894dependencies = [
  895 "event-listener 2.5.3",
  896]
  897
  898[[package]]
  899name = "async_zip"
  900version = "0.0.17"
  901source = "registry+https://github.com/rust-lang/crates.io-index"
  902checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52"
  903dependencies = [
  904 "async-compression",
  905 "crc32fast",
  906 "futures-lite 2.2.0",
  907 "pin-project",
  908 "thiserror",
  909]
  910
  911[[package]]
  912name = "asynchronous-codec"
  913version = "0.7.0"
  914source = "registry+https://github.com/rust-lang/crates.io-index"
  915checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
  916dependencies = [
  917 "bytes 1.5.0",
  918 "futures-sink",
  919 "futures-util",
  920 "memchr",
  921 "pin-project-lite",
  922]
  923
  924[[package]]
  925name = "atoi"
  926version = "2.0.0"
  927source = "registry+https://github.com/rust-lang/crates.io-index"
  928checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
  929dependencies = [
  930 "num-traits",
  931]
  932
  933[[package]]
  934name = "atomic"
  935version = "0.5.3"
  936source = "registry+https://github.com/rust-lang/crates.io-index"
  937checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
  938
  939[[package]]
  940name = "atomic-waker"
  941version = "1.1.1"
  942source = "registry+https://github.com/rust-lang/crates.io-index"
  943checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
  944
  945[[package]]
  946name = "atty"
  947version = "0.2.14"
  948source = "registry+https://github.com/rust-lang/crates.io-index"
  949checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  950dependencies = [
  951 "hermit-abi 0.1.19",
  952 "libc",
  953 "winapi",
  954]
  955
  956[[package]]
  957name = "audio"
  958version = "0.1.0"
  959dependencies = [
  960 "anyhow",
  961 "collections",
  962 "derive_more",
  963 "gpui",
  964 "parking_lot",
  965 "rodio",
  966 "util",
  967]
  968
  969[[package]]
  970name = "auto_update"
  971version = "0.1.0"
  972dependencies = [
  973 "anyhow",
  974 "client",
  975 "db",
  976 "editor",
  977 "gpui",
  978 "http 0.1.0",
  979 "isahc",
  980 "log",
  981 "markdown_preview",
  982 "menu",
  983 "release_channel",
  984 "schemars",
  985 "serde",
  986 "serde_derive",
  987 "serde_json",
  988 "settings",
  989 "smol",
  990 "tempfile",
  991 "util",
  992 "workspace",
  993]
  994
  995[[package]]
  996name = "autocfg"
  997version = "1.1.0"
  998source = "registry+https://github.com/rust-lang/crates.io-index"
  999checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
 1000
 1001[[package]]
 1002name = "av1-grain"
 1003version = "0.2.3"
 1004source = "registry+https://github.com/rust-lang/crates.io-index"
 1005checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
 1006dependencies = [
 1007 "anyhow",
 1008 "arrayvec",
 1009 "log",
 1010 "nom",
 1011 "num-rational",
 1012 "v_frame",
 1013]
 1014
 1015[[package]]
 1016name = "avif-serialize"
 1017version = "0.8.1"
 1018source = "registry+https://github.com/rust-lang/crates.io-index"
 1019checksum = "876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2"
 1020dependencies = [
 1021 "arrayvec",
 1022]
 1023
 1024[[package]]
 1025name = "aws-config"
 1026version = "1.1.5"
 1027source = "registry+https://github.com/rust-lang/crates.io-index"
 1028checksum = "7af266887e24cd5f6d2ea7433cacd25dcd4773b7f70e488701968a7cdf51df57"
 1029dependencies = [
 1030 "aws-credential-types",
 1031 "aws-runtime",
 1032 "aws-sdk-sso",
 1033 "aws-sdk-ssooidc",
 1034 "aws-sdk-sts",
 1035 "aws-smithy-async",
 1036 "aws-smithy-http",
 1037 "aws-smithy-json",
 1038 "aws-smithy-runtime",
 1039 "aws-smithy-runtime-api",
 1040 "aws-smithy-types",
 1041 "aws-types",
 1042 "bytes 1.5.0",
 1043 "fastrand 2.0.0",
 1044 "hex",
 1045 "http 0.2.9",
 1046 "hyper",
 1047 "ring",
 1048 "time",
 1049 "tokio",
 1050 "tracing",
 1051 "zeroize",
 1052]
 1053
 1054[[package]]
 1055name = "aws-credential-types"
 1056version = "1.1.5"
 1057source = "registry+https://github.com/rust-lang/crates.io-index"
 1058checksum = "2d56f287a9e65e4914bfedb5b22c056b65e4c232fca512d5509a9df36386759f"
 1059dependencies = [
 1060 "aws-smithy-async",
 1061 "aws-smithy-runtime-api",
 1062 "aws-smithy-types",
 1063 "zeroize",
 1064]
 1065
 1066[[package]]
 1067name = "aws-runtime"
 1068version = "1.1.5"
 1069source = "registry+https://github.com/rust-lang/crates.io-index"
 1070checksum = "2d6a29eca8ea8982028a4df81883e7001e250a21d323b86418884b5345950a4b"
 1071dependencies = [
 1072 "aws-credential-types",
 1073 "aws-sigv4",
 1074 "aws-smithy-async",
 1075 "aws-smithy-eventstream",
 1076 "aws-smithy-http",
 1077 "aws-smithy-runtime-api",
 1078 "aws-smithy-types",
 1079 "aws-types",
 1080 "bytes 1.5.0",
 1081 "fastrand 2.0.0",
 1082 "http 0.2.9",
 1083 "http-body",
 1084 "percent-encoding",
 1085 "pin-project-lite",
 1086 "tracing",
 1087 "uuid",
 1088]
 1089
 1090[[package]]
 1091name = "aws-sdk-s3"
 1092version = "1.15.0"
 1093source = "registry+https://github.com/rust-lang/crates.io-index"
 1094checksum = "c977e92277652aefb9a76a0fca652b26757d6845dce0d7bf4426da80f13d85b0"
 1095dependencies = [
 1096 "aws-credential-types",
 1097 "aws-runtime",
 1098 "aws-sigv4",
 1099 "aws-smithy-async",
 1100 "aws-smithy-checksums",
 1101 "aws-smithy-eventstream",
 1102 "aws-smithy-http",
 1103 "aws-smithy-json",
 1104 "aws-smithy-runtime",
 1105 "aws-smithy-runtime-api",
 1106 "aws-smithy-types",
 1107 "aws-smithy-xml",
 1108 "aws-types",
 1109 "bytes 1.5.0",
 1110 "http 0.2.9",
 1111 "http-body",
 1112 "once_cell",
 1113 "percent-encoding",
 1114 "regex-lite",
 1115 "tracing",
 1116 "url",
 1117]
 1118
 1119[[package]]
 1120name = "aws-sdk-sso"
 1121version = "1.13.0"
 1122source = "registry+https://github.com/rust-lang/crates.io-index"
 1123checksum = "e2d7f527c7b28af1a641f7d89f9e6a4863e8ec00f39d2b731b056fc5ec5ce829"
 1124dependencies = [
 1125 "aws-credential-types",
 1126 "aws-runtime",
 1127 "aws-smithy-async",
 1128 "aws-smithy-http",
 1129 "aws-smithy-json",
 1130 "aws-smithy-runtime",
 1131 "aws-smithy-runtime-api",
 1132 "aws-smithy-types",
 1133 "aws-types",
 1134 "bytes 1.5.0",
 1135 "http 0.2.9",
 1136 "once_cell",
 1137 "regex-lite",
 1138 "tracing",
 1139]
 1140
 1141[[package]]
 1142name = "aws-sdk-ssooidc"
 1143version = "1.13.0"
 1144source = "registry+https://github.com/rust-lang/crates.io-index"
 1145checksum = "0d0be3224cd574ee8ab5fd7c32087876f25c134c27ac603fcb38669ed8d346b0"
 1146dependencies = [
 1147 "aws-credential-types",
 1148 "aws-runtime",
 1149 "aws-smithy-async",
 1150 "aws-smithy-http",
 1151 "aws-smithy-json",
 1152 "aws-smithy-runtime",
 1153 "aws-smithy-runtime-api",
 1154 "aws-smithy-types",
 1155 "aws-types",
 1156 "bytes 1.5.0",
 1157 "http 0.2.9",
 1158 "once_cell",
 1159 "regex-lite",
 1160 "tracing",
 1161]
 1162
 1163[[package]]
 1164name = "aws-sdk-sts"
 1165version = "1.13.0"
 1166source = "registry+https://github.com/rust-lang/crates.io-index"
 1167checksum = "5b3167c60d82a13bbaef569da06041644ff41e85c6377e5dad53fa2526ccfe9d"
 1168dependencies = [
 1169 "aws-credential-types",
 1170 "aws-runtime",
 1171 "aws-smithy-async",
 1172 "aws-smithy-http",
 1173 "aws-smithy-json",
 1174 "aws-smithy-query",
 1175 "aws-smithy-runtime",
 1176 "aws-smithy-runtime-api",
 1177 "aws-smithy-types",
 1178 "aws-smithy-xml",
 1179 "aws-types",
 1180 "http 0.2.9",
 1181 "once_cell",
 1182 "regex-lite",
 1183 "tracing",
 1184]
 1185
 1186[[package]]
 1187name = "aws-sigv4"
 1188version = "1.1.5"
 1189source = "registry+https://github.com/rust-lang/crates.io-index"
 1190checksum = "54b1cbe0eee57a213039088dbdeca7be9352f24e0d72332d961e8a1cb388f82d"
 1191dependencies = [
 1192 "aws-credential-types",
 1193 "aws-smithy-eventstream",
 1194 "aws-smithy-http",
 1195 "aws-smithy-runtime-api",
 1196 "aws-smithy-types",
 1197 "bytes 1.5.0",
 1198 "crypto-bigint 0.5.5",
 1199 "form_urlencoded",
 1200 "hex",
 1201 "hmac 0.12.1",
 1202 "http 0.2.9",
 1203 "http 1.0.0",
 1204 "once_cell",
 1205 "p256",
 1206 "percent-encoding",
 1207 "ring",
 1208 "sha2 0.10.7",
 1209 "subtle",
 1210 "time",
 1211 "tracing",
 1212 "zeroize",
 1213]
 1214
 1215[[package]]
 1216name = "aws-smithy-async"
 1217version = "1.1.5"
 1218source = "registry+https://github.com/rust-lang/crates.io-index"
 1219checksum = "426a5bc369ca7c8d3686439e46edc727f397a47ab3696b13f3ae8c81b3b36132"
 1220dependencies = [
 1221 "futures-util",
 1222 "pin-project-lite",
 1223 "tokio",
 1224]
 1225
 1226[[package]]
 1227name = "aws-smithy-checksums"
 1228version = "0.60.5"
 1229source = "registry+https://github.com/rust-lang/crates.io-index"
 1230checksum = "6ee554133eca2611b66d23548e48f9b44713befdb025ab76bc00185b878397a1"
 1231dependencies = [
 1232 "aws-smithy-http",
 1233 "aws-smithy-types",
 1234 "bytes 1.5.0",
 1235 "crc32c",
 1236 "crc32fast",
 1237 "hex",
 1238 "http 0.2.9",
 1239 "http-body",
 1240 "md-5",
 1241 "pin-project-lite",
 1242 "sha1",
 1243 "sha2 0.10.7",
 1244 "tracing",
 1245]
 1246
 1247[[package]]
 1248name = "aws-smithy-eventstream"
 1249version = "0.60.4"
 1250source = "registry+https://github.com/rust-lang/crates.io-index"
 1251checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858"
 1252dependencies = [
 1253 "aws-smithy-types",
 1254 "bytes 1.5.0",
 1255 "crc32fast",
 1256]
 1257
 1258[[package]]
 1259name = "aws-smithy-http"
 1260version = "0.60.5"
 1261source = "registry+https://github.com/rust-lang/crates.io-index"
 1262checksum = "85d6a0619f7b67183067fa3b558f94f90753da2df8c04aeb7336d673f804b0b8"
 1263dependencies = [
 1264 "aws-smithy-eventstream",
 1265 "aws-smithy-runtime-api",
 1266 "aws-smithy-types",
 1267 "bytes 1.5.0",
 1268 "bytes-utils",
 1269 "futures-core",
 1270 "http 0.2.9",
 1271 "http-body",
 1272 "once_cell",
 1273 "percent-encoding",
 1274 "pin-project-lite",
 1275 "pin-utils",
 1276 "tracing",
 1277]
 1278
 1279[[package]]
 1280name = "aws-smithy-json"
 1281version = "0.60.5"
 1282source = "registry+https://github.com/rust-lang/crates.io-index"
 1283checksum = "a1c1b5186b6f5c579bf0de1bcca9dd3d946d6d51361ea1d18131f6a0b64e13ae"
 1284dependencies = [
 1285 "aws-smithy-types",
 1286]
 1287
 1288[[package]]
 1289name = "aws-smithy-query"
 1290version = "0.60.5"
 1291source = "registry+https://github.com/rust-lang/crates.io-index"
 1292checksum = "1c0a2ce65882e788d2cf83ff28b9b16918de0460c47bf66c5da4f6c17b4c9694"
 1293dependencies = [
 1294 "aws-smithy-types",
 1295 "urlencoding",
 1296]
 1297
 1298[[package]]
 1299name = "aws-smithy-runtime"
 1300version = "1.1.5"
 1301source = "registry+https://github.com/rust-lang/crates.io-index"
 1302checksum = "b4cb6b3afa5fc9825a75675975dcc3e21764b5476bc91dbc63df4ea3d30a576e"
 1303dependencies = [
 1304 "aws-smithy-async",
 1305 "aws-smithy-http",
 1306 "aws-smithy-runtime-api",
 1307 "aws-smithy-types",
 1308 "bytes 1.5.0",
 1309 "fastrand 2.0.0",
 1310 "h2",
 1311 "http 0.2.9",
 1312 "http-body",
 1313 "hyper",
 1314 "hyper-rustls",
 1315 "once_cell",
 1316 "pin-project-lite",
 1317 "pin-utils",
 1318 "rustls",
 1319 "tokio",
 1320 "tracing",
 1321]
 1322
 1323[[package]]
 1324name = "aws-smithy-runtime-api"
 1325version = "1.1.5"
 1326source = "registry+https://github.com/rust-lang/crates.io-index"
 1327checksum = "23165433e80c04e8c09cee66d171292ae7234bae05fa9d5636e33095eae416b2"
 1328dependencies = [
 1329 "aws-smithy-async",
 1330 "aws-smithy-types",
 1331 "bytes 1.5.0",
 1332 "http 0.2.9",
 1333 "pin-project-lite",
 1334 "tokio",
 1335 "tracing",
 1336 "zeroize",
 1337]
 1338
 1339[[package]]
 1340name = "aws-smithy-types"
 1341version = "1.1.5"
 1342source = "registry+https://github.com/rust-lang/crates.io-index"
 1343checksum = "c94a5bec34850b92c9a054dad57b95c1d47f25125f55973e19f6ad788f0381ff"
 1344dependencies = [
 1345 "base64-simd",
 1346 "bytes 1.5.0",
 1347 "bytes-utils",
 1348 "futures-core",
 1349 "http 0.2.9",
 1350 "http-body",
 1351 "itoa",
 1352 "num-integer",
 1353 "pin-project-lite",
 1354 "pin-utils",
 1355 "ryu",
 1356 "serde",
 1357 "time",
 1358 "tokio",
 1359 "tokio-util",
 1360]
 1361
 1362[[package]]
 1363name = "aws-smithy-xml"
 1364version = "0.60.5"
 1365source = "registry+https://github.com/rust-lang/crates.io-index"
 1366checksum = "d16f94c9673412b7a72e3c3efec8de89081c320bf59ea12eed34c417a62ad600"
 1367dependencies = [
 1368 "xmlparser",
 1369]
 1370
 1371[[package]]
 1372name = "aws-types"
 1373version = "1.1.5"
 1374source = "registry+https://github.com/rust-lang/crates.io-index"
 1375checksum = "0ff7e122ee50ca962e9de91f5850cc37e2184b1219611eef6d44aa85929b54f6"
 1376dependencies = [
 1377 "aws-credential-types",
 1378 "aws-smithy-async",
 1379 "aws-smithy-runtime-api",
 1380 "aws-smithy-types",
 1381 "http 0.2.9",
 1382 "rustc_version",
 1383 "tracing",
 1384]
 1385
 1386[[package]]
 1387name = "axum"
 1388version = "0.6.20"
 1389source = "registry+https://github.com/rust-lang/crates.io-index"
 1390checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1391dependencies = [
 1392 "async-trait",
 1393 "axum-core",
 1394 "base64 0.21.7",
 1395 "bitflags 1.3.2",
 1396 "bytes 1.5.0",
 1397 "futures-util",
 1398 "headers",
 1399 "http 0.2.9",
 1400 "http-body",
 1401 "hyper",
 1402 "itoa",
 1403 "matchit",
 1404 "memchr",
 1405 "mime",
 1406 "percent-encoding",
 1407 "pin-project-lite",
 1408 "rustversion",
 1409 "serde",
 1410 "serde_json",
 1411 "serde_path_to_error",
 1412 "serde_urlencoded",
 1413 "sha1",
 1414 "sync_wrapper",
 1415 "tokio",
 1416 "tokio-tungstenite",
 1417 "tower",
 1418 "tower-layer",
 1419 "tower-service",
 1420]
 1421
 1422[[package]]
 1423name = "axum-core"
 1424version = "0.3.4"
 1425source = "registry+https://github.com/rust-lang/crates.io-index"
 1426checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1427dependencies = [
 1428 "async-trait",
 1429 "bytes 1.5.0",
 1430 "futures-util",
 1431 "http 0.2.9",
 1432 "http-body",
 1433 "mime",
 1434 "rustversion",
 1435 "tower-layer",
 1436 "tower-service",
 1437]
 1438
 1439[[package]]
 1440name = "axum-extra"
 1441version = "0.4.2"
 1442source = "registry+https://github.com/rust-lang/crates.io-index"
 1443checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
 1444dependencies = [
 1445 "axum",
 1446 "bytes 1.5.0",
 1447 "futures-util",
 1448 "http 0.2.9",
 1449 "mime",
 1450 "pin-project-lite",
 1451 "serde",
 1452 "serde_json",
 1453 "tokio",
 1454 "tower",
 1455 "tower-http 0.3.5",
 1456 "tower-layer",
 1457 "tower-service",
 1458]
 1459
 1460[[package]]
 1461name = "backtrace"
 1462version = "0.3.69"
 1463source = "registry+https://github.com/rust-lang/crates.io-index"
 1464checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
 1465dependencies = [
 1466 "addr2line",
 1467 "cc",
 1468 "cfg-if",
 1469 "libc",
 1470 "miniz_oxide",
 1471 "object",
 1472 "rustc-demangle",
 1473]
 1474
 1475[[package]]
 1476name = "base16ct"
 1477version = "0.1.1"
 1478source = "registry+https://github.com/rust-lang/crates.io-index"
 1479checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1480
 1481[[package]]
 1482name = "base64"
 1483version = "0.13.1"
 1484source = "registry+https://github.com/rust-lang/crates.io-index"
 1485checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 1486
 1487[[package]]
 1488name = "base64"
 1489version = "0.21.7"
 1490source = "registry+https://github.com/rust-lang/crates.io-index"
 1491checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1492
 1493[[package]]
 1494name = "base64"
 1495version = "0.22.0"
 1496source = "registry+https://github.com/rust-lang/crates.io-index"
 1497checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
 1498
 1499[[package]]
 1500name = "base64-simd"
 1501version = "0.8.0"
 1502source = "registry+https://github.com/rust-lang/crates.io-index"
 1503checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1504dependencies = [
 1505 "outref",
 1506 "vsimd",
 1507]
 1508
 1509[[package]]
 1510name = "base64ct"
 1511version = "1.6.0"
 1512source = "registry+https://github.com/rust-lang/crates.io-index"
 1513checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 1514
 1515[[package]]
 1516name = "bigdecimal"
 1517version = "0.3.1"
 1518source = "registry+https://github.com/rust-lang/crates.io-index"
 1519checksum = "a6773ddc0eafc0e509fb60e48dff7f450f8e674a0686ae8605e8d9901bd5eefa"
 1520dependencies = [
 1521 "num-bigint",
 1522 "num-integer",
 1523 "num-traits",
 1524]
 1525
 1526[[package]]
 1527name = "bincode"
 1528version = "1.3.3"
 1529source = "registry+https://github.com/rust-lang/crates.io-index"
 1530checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1531dependencies = [
 1532 "serde",
 1533]
 1534
 1535[[package]]
 1536name = "bindgen"
 1537version = "0.64.0"
 1538source = "registry+https://github.com/rust-lang/crates.io-index"
 1539checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"
 1540dependencies = [
 1541 "bitflags 1.3.2",
 1542 "cexpr",
 1543 "clang-sys",
 1544 "lazy_static",
 1545 "lazycell",
 1546 "peeking_take_while",
 1547 "proc-macro2",
 1548 "quote",
 1549 "regex",
 1550 "rustc-hash",
 1551 "shlex",
 1552 "syn 1.0.109",
 1553]
 1554
 1555[[package]]
 1556name = "bindgen"
 1557version = "0.65.1"
 1558source = "registry+https://github.com/rust-lang/crates.io-index"
 1559checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"
 1560dependencies = [
 1561 "bitflags 1.3.2",
 1562 "cexpr",
 1563 "clang-sys",
 1564 "lazy_static",
 1565 "lazycell",
 1566 "log",
 1567 "peeking_take_while",
 1568 "prettyplease",
 1569 "proc-macro2",
 1570 "quote",
 1571 "regex",
 1572 "rustc-hash",
 1573 "shlex",
 1574 "syn 2.0.59",
 1575 "which 4.4.2",
 1576]
 1577
 1578[[package]]
 1579name = "bit-set"
 1580version = "0.5.3"
 1581source = "registry+https://github.com/rust-lang/crates.io-index"
 1582checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
 1583dependencies = [
 1584 "bit-vec",
 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 "indexed_docs",
 3920 "isahc",
 3921 "language",
 3922 "log",
 3923 "lsp",
 3924 "node_runtime",
 3925 "parking_lot",
 3926 "paths",
 3927 "project",
 3928 "release_channel",
 3929 "schemars",
 3930 "semantic_version",
 3931 "serde",
 3932 "serde_json",
 3933 "serde_json_lenient",
 3934 "settings",
 3935 "task",
 3936 "theme",
 3937 "toml 0.8.10",
 3938 "ui",
 3939 "url",
 3940 "util",
 3941 "wasm-encoder",
 3942 "wasmparser",
 3943 "wasmtime",
 3944 "wasmtime-wasi",
 3945 "wit-component",
 3946 "workspace",
 3947]
 3948
 3949[[package]]
 3950name = "extension_cli"
 3951version = "0.1.0"
 3952dependencies = [
 3953 "anyhow",
 3954 "clap 4.4.4",
 3955 "env_logger",
 3956 "extension",
 3957 "fs",
 3958 "language",
 3959 "log",
 3960 "rpc",
 3961 "serde",
 3962 "serde_json",
 3963 "theme",
 3964 "tokio",
 3965 "toml 0.8.10",
 3966 "tree-sitter",
 3967 "wasmtime",
 3968]
 3969
 3970[[package]]
 3971name = "extensions_ui"
 3972version = "0.1.0"
 3973dependencies = [
 3974 "anyhow",
 3975 "client",
 3976 "db",
 3977 "editor",
 3978 "extension",
 3979 "fs",
 3980 "fuzzy",
 3981 "gpui",
 3982 "language",
 3983 "num-format",
 3984 "picker",
 3985 "project",
 3986 "release_channel",
 3987 "semantic_version",
 3988 "serde",
 3989 "settings",
 3990 "smallvec",
 3991 "theme",
 3992 "theme_selector",
 3993 "ui",
 3994 "util",
 3995 "workspace",
 3996]
 3997
 3998[[package]]
 3999name = "fallible-iterator"
 4000version = "0.3.0"
 4001source = "registry+https://github.com/rust-lang/crates.io-index"
 4002checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 4003
 4004[[package]]
 4005name = "fancy-regex"
 4006version = "0.12.0"
 4007source = "registry+https://github.com/rust-lang/crates.io-index"
 4008checksum = "7493d4c459da9f84325ad297371a6b2b8a162800873a22e3b6b6512e61d18c05"
 4009dependencies = [
 4010 "bit-set",
 4011 "regex",
 4012]
 4013
 4014[[package]]
 4015name = "fast-srgb8"
 4016version = "1.0.0"
 4017source = "registry+https://github.com/rust-lang/crates.io-index"
 4018checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 4019
 4020[[package]]
 4021name = "fastrand"
 4022version = "1.9.0"
 4023source = "registry+https://github.com/rust-lang/crates.io-index"
 4024checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 4025dependencies = [
 4026 "instant",
 4027]
 4028
 4029[[package]]
 4030name = "fastrand"
 4031version = "2.0.0"
 4032source = "registry+https://github.com/rust-lang/crates.io-index"
 4033checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
 4034
 4035[[package]]
 4036name = "fd-lock"
 4037version = "4.0.2"
 4038source = "registry+https://github.com/rust-lang/crates.io-index"
 4039checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
 4040dependencies = [
 4041 "cfg-if",
 4042 "rustix 0.38.32",
 4043 "windows-sys 0.52.0",
 4044]
 4045
 4046[[package]]
 4047name = "fdeflate"
 4048version = "0.3.4"
 4049source = "registry+https://github.com/rust-lang/crates.io-index"
 4050checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
 4051dependencies = [
 4052 "simd-adler32",
 4053]
 4054
 4055[[package]]
 4056name = "feature_flags"
 4057version = "0.1.0"
 4058dependencies = [
 4059 "gpui",
 4060]
 4061
 4062[[package]]
 4063name = "feedback"
 4064version = "0.1.0"
 4065dependencies = [
 4066 "anyhow",
 4067 "bitflags 2.4.2",
 4068 "client",
 4069 "db",
 4070 "editor",
 4071 "futures 0.3.28",
 4072 "gpui",
 4073 "http 0.1.0",
 4074 "human_bytes",
 4075 "isahc",
 4076 "language",
 4077 "log",
 4078 "menu",
 4079 "project",
 4080 "regex",
 4081 "release_channel",
 4082 "serde",
 4083 "serde_derive",
 4084 "serde_json",
 4085 "smol",
 4086 "sysinfo",
 4087 "ui",
 4088 "urlencoding",
 4089 "util",
 4090 "workspace",
 4091]
 4092
 4093[[package]]
 4094name = "ff"
 4095version = "0.12.1"
 4096source = "registry+https://github.com/rust-lang/crates.io-index"
 4097checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 4098dependencies = [
 4099 "rand_core 0.6.4",
 4100 "subtle",
 4101]
 4102
 4103[[package]]
 4104name = "file_finder"
 4105version = "0.1.0"
 4106dependencies = [
 4107 "anyhow",
 4108 "collections",
 4109 "ctor",
 4110 "editor",
 4111 "env_logger",
 4112 "futures 0.3.28",
 4113 "fuzzy",
 4114 "gpui",
 4115 "itertools 0.11.0",
 4116 "language",
 4117 "menu",
 4118 "picker",
 4119 "project",
 4120 "serde",
 4121 "serde_json",
 4122 "settings",
 4123 "text",
 4124 "theme",
 4125 "ui",
 4126 "util",
 4127 "workspace",
 4128]
 4129
 4130[[package]]
 4131name = "file_icons"
 4132version = "0.1.0"
 4133dependencies = [
 4134 "collections",
 4135 "gpui",
 4136 "serde",
 4137 "serde_derive",
 4138 "serde_json",
 4139 "util",
 4140]
 4141
 4142[[package]]
 4143name = "filedescriptor"
 4144version = "0.8.2"
 4145source = "registry+https://github.com/rust-lang/crates.io-index"
 4146checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
 4147dependencies = [
 4148 "libc",
 4149 "thiserror",
 4150 "winapi",
 4151]
 4152
 4153[[package]]
 4154name = "filetime"
 4155version = "0.2.22"
 4156source = "registry+https://github.com/rust-lang/crates.io-index"
 4157checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
 4158dependencies = [
 4159 "cfg-if",
 4160 "libc",
 4161 "redox_syscall 0.3.5",
 4162 "windows-sys 0.48.0",
 4163]
 4164
 4165[[package]]
 4166name = "finl_unicode"
 4167version = "1.2.0"
 4168source = "registry+https://github.com/rust-lang/crates.io-index"
 4169checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
 4170
 4171[[package]]
 4172name = "fixedbitset"
 4173version = "0.4.2"
 4174source = "registry+https://github.com/rust-lang/crates.io-index"
 4175checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 4176
 4177[[package]]
 4178name = "flate2"
 4179version = "1.0.27"
 4180source = "registry+https://github.com/rust-lang/crates.io-index"
 4181checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
 4182dependencies = [
 4183 "crc32fast",
 4184 "miniz_oxide",
 4185]
 4186
 4187[[package]]
 4188name = "float-cmp"
 4189version = "0.9.0"
 4190source = "registry+https://github.com/rust-lang/crates.io-index"
 4191checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 4192
 4193[[package]]
 4194name = "float-ord"
 4195version = "0.2.0"
 4196source = "registry+https://github.com/rust-lang/crates.io-index"
 4197checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e"
 4198
 4199[[package]]
 4200name = "flume"
 4201version = "0.11.0"
 4202source = "registry+https://github.com/rust-lang/crates.io-index"
 4203checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
 4204dependencies = [
 4205 "futures-core",
 4206 "futures-sink",
 4207 "nanorand",
 4208 "spin 0.9.8",
 4209]
 4210
 4211[[package]]
 4212name = "fnv"
 4213version = "1.0.7"
 4214source = "registry+https://github.com/rust-lang/crates.io-index"
 4215checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 4216
 4217[[package]]
 4218name = "font-kit"
 4219version = "0.11.0"
 4220source = "git+https://github.com/zed-industries/font-kit?rev=5a5c4d4#5a5c4d4ca395c74eb0abde38508e170ce0fd761a"
 4221dependencies = [
 4222 "bitflags 1.3.2",
 4223 "byteorder",
 4224 "core-foundation",
 4225 "core-graphics",
 4226 "core-text",
 4227 "dirs-next",
 4228 "dwrote",
 4229 "float-ord",
 4230 "freetype",
 4231 "lazy_static",
 4232 "libc",
 4233 "log",
 4234 "pathfinder_geometry",
 4235 "pathfinder_simd",
 4236 "walkdir",
 4237 "winapi",
 4238 "yeslogic-fontconfig-sys",
 4239]
 4240
 4241[[package]]
 4242name = "font-types"
 4243version = "0.5.5"
 4244source = "registry+https://github.com/rust-lang/crates.io-index"
 4245checksum = "34fd7136aca682873d859ef34494ab1a7d3f57ecd485ed40eb6437ee8c85aa29"
 4246dependencies = [
 4247 "bytemuck",
 4248]
 4249
 4250[[package]]
 4251name = "fontconfig-parser"
 4252version = "0.5.6"
 4253source = "registry+https://github.com/rust-lang/crates.io-index"
 4254checksum = "6a595cb550439a117696039dfc69830492058211b771a2a165379f2a1a53d84d"
 4255dependencies = [
 4256 "roxmltree",
 4257]
 4258
 4259[[package]]
 4260name = "fontdb"
 4261version = "0.18.0"
 4262source = "registry+https://github.com/rust-lang/crates.io-index"
 4263checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
 4264dependencies = [
 4265 "fontconfig-parser",
 4266 "log",
 4267 "memmap2 0.9.4",
 4268 "slotmap",
 4269 "tinyvec",
 4270 "ttf-parser",
 4271]
 4272
 4273[[package]]
 4274name = "foreign-types"
 4275version = "0.3.2"
 4276source = "registry+https://github.com/rust-lang/crates.io-index"
 4277checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 4278dependencies = [
 4279 "foreign-types-shared 0.1.1",
 4280]
 4281
 4282[[package]]
 4283name = "foreign-types"
 4284version = "0.5.0"
 4285source = "registry+https://github.com/rust-lang/crates.io-index"
 4286checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 4287dependencies = [
 4288 "foreign-types-macros",
 4289 "foreign-types-shared 0.3.1",
 4290]
 4291
 4292[[package]]
 4293name = "foreign-types-macros"
 4294version = "0.2.3"
 4295source = "registry+https://github.com/rust-lang/crates.io-index"
 4296checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 4297dependencies = [
 4298 "proc-macro2",
 4299 "quote",
 4300 "syn 2.0.59",
 4301]
 4302
 4303[[package]]
 4304name = "foreign-types-shared"
 4305version = "0.1.1"
 4306source = "registry+https://github.com/rust-lang/crates.io-index"
 4307checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 4308
 4309[[package]]
 4310name = "foreign-types-shared"
 4311version = "0.3.1"
 4312source = "registry+https://github.com/rust-lang/crates.io-index"
 4313checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 4314
 4315[[package]]
 4316name = "fork"
 4317version = "0.1.23"
 4318source = "registry+https://github.com/rust-lang/crates.io-index"
 4319checksum = "60e74d3423998a57e9d906e49252fb79eb4a04d5cdfe188fb1b7ff9fc076a8ed"
 4320dependencies = [
 4321 "libc",
 4322]
 4323
 4324[[package]]
 4325name = "form_urlencoded"
 4326version = "1.2.1"
 4327source = "registry+https://github.com/rust-lang/crates.io-index"
 4328checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 4329dependencies = [
 4330 "percent-encoding",
 4331]
 4332
 4333[[package]]
 4334name = "freetype"
 4335version = "0.7.0"
 4336source = "registry+https://github.com/rust-lang/crates.io-index"
 4337checksum = "bee38378a9e3db1cc693b4f88d166ae375338a0ff75cb8263e1c601d51f35dc6"
 4338dependencies = [
 4339 "freetype-sys",
 4340 "libc",
 4341]
 4342
 4343[[package]]
 4344name = "freetype-sys"
 4345version = "0.13.1"
 4346source = "registry+https://github.com/rust-lang/crates.io-index"
 4347checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
 4348dependencies = [
 4349 "cmake",
 4350 "libc",
 4351 "pkg-config",
 4352]
 4353
 4354[[package]]
 4355name = "fs"
 4356version = "0.1.0"
 4357dependencies = [
 4358 "anyhow",
 4359 "ashpd",
 4360 "async-tar",
 4361 "async-trait",
 4362 "cocoa",
 4363 "collections",
 4364 "fsevent",
 4365 "futures 0.3.28",
 4366 "git",
 4367 "git2",
 4368 "gpui",
 4369 "lazy_static",
 4370 "libc",
 4371 "notify",
 4372 "objc",
 4373 "parking_lot",
 4374 "paths",
 4375 "rope",
 4376 "serde",
 4377 "serde_json",
 4378 "smol",
 4379 "tempfile",
 4380 "text",
 4381 "time",
 4382 "util",
 4383 "windows 0.57.0",
 4384]
 4385
 4386[[package]]
 4387name = "fs-set-times"
 4388version = "0.20.1"
 4389source = "registry+https://github.com/rust-lang/crates.io-index"
 4390checksum = "033b337d725b97690d86893f9de22b67b80dcc4e9ad815f348254c38119db8fb"
 4391dependencies = [
 4392 "io-lifetimes 2.0.3",
 4393 "rustix 0.38.32",
 4394 "windows-sys 0.52.0",
 4395]
 4396
 4397[[package]]
 4398name = "fsevent"
 4399version = "0.1.0"
 4400dependencies = [
 4401 "bitflags 2.4.2",
 4402 "core-foundation",
 4403 "fsevent-sys 3.1.0",
 4404 "parking_lot",
 4405 "tempfile",
 4406]
 4407
 4408[[package]]
 4409name = "fsevent-sys"
 4410version = "3.1.0"
 4411source = "registry+https://github.com/rust-lang/crates.io-index"
 4412checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
 4413dependencies = [
 4414 "libc",
 4415]
 4416
 4417[[package]]
 4418name = "fsevent-sys"
 4419version = "4.1.0"
 4420source = "registry+https://github.com/rust-lang/crates.io-index"
 4421checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 4422dependencies = [
 4423 "libc",
 4424]
 4425
 4426[[package]]
 4427name = "funty"
 4428version = "2.0.0"
 4429source = "registry+https://github.com/rust-lang/crates.io-index"
 4430checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 4431
 4432[[package]]
 4433name = "futf"
 4434version = "0.1.5"
 4435source = "registry+https://github.com/rust-lang/crates.io-index"
 4436checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 4437dependencies = [
 4438 "mac",
 4439 "new_debug_unreachable",
 4440]
 4441
 4442[[package]]
 4443name = "futures"
 4444version = "0.1.31"
 4445source = "registry+https://github.com/rust-lang/crates.io-index"
 4446checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 4447
 4448[[package]]
 4449name = "futures"
 4450version = "0.3.28"
 4451source = "registry+https://github.com/rust-lang/crates.io-index"
 4452checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
 4453dependencies = [
 4454 "futures-channel",
 4455 "futures-core",
 4456 "futures-executor",
 4457 "futures-io",
 4458 "futures-sink",
 4459 "futures-task",
 4460 "futures-util",
 4461]
 4462
 4463[[package]]
 4464name = "futures-batch"
 4465version = "0.6.1"
 4466source = "registry+https://github.com/rust-lang/crates.io-index"
 4467checksum = "6f444c45a1cb86f2a7e301469fd50a82084a60dadc25d94529a8312276ecb71a"
 4468dependencies = [
 4469 "futures 0.3.28",
 4470 "futures-timer",
 4471 "pin-utils",
 4472]
 4473
 4474[[package]]
 4475name = "futures-channel"
 4476version = "0.3.30"
 4477source = "registry+https://github.com/rust-lang/crates.io-index"
 4478checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
 4479dependencies = [
 4480 "futures-core",
 4481 "futures-sink",
 4482]
 4483
 4484[[package]]
 4485name = "futures-core"
 4486version = "0.3.30"
 4487source = "registry+https://github.com/rust-lang/crates.io-index"
 4488checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
 4489
 4490[[package]]
 4491name = "futures-executor"
 4492version = "0.3.28"
 4493source = "registry+https://github.com/rust-lang/crates.io-index"
 4494checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
 4495dependencies = [
 4496 "futures-core",
 4497 "futures-task",
 4498 "futures-util",
 4499]
 4500
 4501[[package]]
 4502name = "futures-intrusive"
 4503version = "0.5.0"
 4504source = "registry+https://github.com/rust-lang/crates.io-index"
 4505checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 4506dependencies = [
 4507 "futures-core",
 4508 "lock_api",
 4509 "parking_lot",
 4510]
 4511
 4512[[package]]
 4513name = "futures-io"
 4514version = "0.3.30"
 4515source = "registry+https://github.com/rust-lang/crates.io-index"
 4516checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
 4517
 4518[[package]]
 4519name = "futures-lite"
 4520version = "1.13.0"
 4521source = "registry+https://github.com/rust-lang/crates.io-index"
 4522checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 4523dependencies = [
 4524 "fastrand 1.9.0",
 4525 "futures-core",
 4526 "futures-io",
 4527 "memchr",
 4528 "parking",
 4529 "pin-project-lite",
 4530 "waker-fn",
 4531]
 4532
 4533[[package]]
 4534name = "futures-lite"
 4535version = "2.2.0"
 4536source = "registry+https://github.com/rust-lang/crates.io-index"
 4537checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba"
 4538dependencies = [
 4539 "fastrand 2.0.0",
 4540 "futures-core",
 4541 "futures-io",
 4542 "parking",
 4543 "pin-project-lite",
 4544]
 4545
 4546[[package]]
 4547name = "futures-macro"
 4548version = "0.3.30"
 4549source = "registry+https://github.com/rust-lang/crates.io-index"
 4550checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
 4551dependencies = [
 4552 "proc-macro2",
 4553 "quote",
 4554 "syn 2.0.59",
 4555]
 4556
 4557[[package]]
 4558name = "futures-sink"
 4559version = "0.3.30"
 4560source = "registry+https://github.com/rust-lang/crates.io-index"
 4561checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
 4562
 4563[[package]]
 4564name = "futures-task"
 4565version = "0.3.30"
 4566source = "registry+https://github.com/rust-lang/crates.io-index"
 4567checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
 4568
 4569[[package]]
 4570name = "futures-timer"
 4571version = "3.0.3"
 4572source = "registry+https://github.com/rust-lang/crates.io-index"
 4573checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
 4574
 4575[[package]]
 4576name = "futures-util"
 4577version = "0.3.30"
 4578source = "registry+https://github.com/rust-lang/crates.io-index"
 4579checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
 4580dependencies = [
 4581 "futures 0.1.31",
 4582 "futures-channel",
 4583 "futures-core",
 4584 "futures-io",
 4585 "futures-macro",
 4586 "futures-sink",
 4587 "futures-task",
 4588 "memchr",
 4589 "pin-project-lite",
 4590 "pin-utils",
 4591 "slab",
 4592 "tokio-io",
 4593]
 4594
 4595[[package]]
 4596name = "fuzzy"
 4597version = "0.1.0"
 4598dependencies = [
 4599 "gpui",
 4600 "util",
 4601]
 4602
 4603[[package]]
 4604name = "fuzzy-matcher"
 4605version = "0.3.7"
 4606source = "registry+https://github.com/rust-lang/crates.io-index"
 4607checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 4608dependencies = [
 4609 "thread_local",
 4610]
 4611
 4612[[package]]
 4613name = "generic-array"
 4614version = "0.14.7"
 4615source = "registry+https://github.com/rust-lang/crates.io-index"
 4616checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 4617dependencies = [
 4618 "typenum",
 4619 "version_check",
 4620]
 4621
 4622[[package]]
 4623name = "gethostname"
 4624version = "0.4.3"
 4625source = "registry+https://github.com/rust-lang/crates.io-index"
 4626checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 4627dependencies = [
 4628 "libc",
 4629 "windows-targets 0.48.5",
 4630]
 4631
 4632[[package]]
 4633name = "getrandom"
 4634version = "0.1.16"
 4635source = "registry+https://github.com/rust-lang/crates.io-index"
 4636checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 4637dependencies = [
 4638 "cfg-if",
 4639 "libc",
 4640 "wasi 0.9.0+wasi-snapshot-preview1",
 4641]
 4642
 4643[[package]]
 4644name = "getrandom"
 4645version = "0.2.10"
 4646source = "registry+https://github.com/rust-lang/crates.io-index"
 4647checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
 4648dependencies = [
 4649 "cfg-if",
 4650 "js-sys",
 4651 "libc",
 4652 "wasi 0.11.0+wasi-snapshot-preview1",
 4653 "wasm-bindgen",
 4654]
 4655
 4656[[package]]
 4657name = "gif"
 4658version = "0.13.1"
 4659source = "registry+https://github.com/rust-lang/crates.io-index"
 4660checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
 4661dependencies = [
 4662 "color_quant",
 4663 "weezl",
 4664]
 4665
 4666[[package]]
 4667name = "gimli"
 4668version = "0.28.0"
 4669source = "registry+https://github.com/rust-lang/crates.io-index"
 4670checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
 4671dependencies = [
 4672 "fallible-iterator",
 4673 "indexmap 2.2.6",
 4674 "stable_deref_trait",
 4675]
 4676
 4677[[package]]
 4678name = "git"
 4679version = "0.1.0"
 4680dependencies = [
 4681 "anyhow",
 4682 "async-trait",
 4683 "clock",
 4684 "collections",
 4685 "derive_more",
 4686 "git2",
 4687 "gpui",
 4688 "http 0.1.0",
 4689 "lazy_static",
 4690 "log",
 4691 "parking_lot",
 4692 "pretty_assertions",
 4693 "rope",
 4694 "serde",
 4695 "serde_json",
 4696 "smol",
 4697 "sum_tree",
 4698 "text",
 4699 "time",
 4700 "unindent",
 4701 "url",
 4702 "util",
 4703 "windows 0.57.0",
 4704]
 4705
 4706[[package]]
 4707name = "git2"
 4708version = "0.19.0"
 4709source = "registry+https://github.com/rust-lang/crates.io-index"
 4710checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
 4711dependencies = [
 4712 "bitflags 2.4.2",
 4713 "libc",
 4714 "libgit2-sys",
 4715 "log",
 4716 "url",
 4717]
 4718
 4719[[package]]
 4720name = "git_hosting_providers"
 4721version = "0.1.0"
 4722dependencies = [
 4723 "anyhow",
 4724 "async-trait",
 4725 "futures 0.3.28",
 4726 "git",
 4727 "gpui",
 4728 "http 0.1.0",
 4729 "isahc",
 4730 "pretty_assertions",
 4731 "regex",
 4732 "serde",
 4733 "serde_json",
 4734 "unindent",
 4735 "url",
 4736]
 4737
 4738[[package]]
 4739name = "glob"
 4740version = "0.3.1"
 4741source = "registry+https://github.com/rust-lang/crates.io-index"
 4742checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 4743
 4744[[package]]
 4745name = "globset"
 4746version = "0.4.14"
 4747source = "registry+https://github.com/rust-lang/crates.io-index"
 4748checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
 4749dependencies = [
 4750 "aho-corasick",
 4751 "bstr",
 4752 "log",
 4753 "regex-automata 0.4.5",
 4754 "regex-syntax 0.8.2",
 4755]
 4756
 4757[[package]]
 4758name = "gloo-timers"
 4759version = "0.2.6"
 4760source = "registry+https://github.com/rust-lang/crates.io-index"
 4761checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
 4762dependencies = [
 4763 "futures-channel",
 4764 "futures-core",
 4765 "js-sys",
 4766 "wasm-bindgen",
 4767]
 4768
 4769[[package]]
 4770name = "glow"
 4771version = "0.13.1"
 4772source = "registry+https://github.com/rust-lang/crates.io-index"
 4773checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1"
 4774dependencies = [
 4775 "js-sys",
 4776 "slotmap",
 4777 "wasm-bindgen",
 4778 "web-sys",
 4779]
 4780
 4781[[package]]
 4782name = "go_to_line"
 4783version = "0.1.0"
 4784dependencies = [
 4785 "anyhow",
 4786 "editor",
 4787 "gpui",
 4788 "indoc",
 4789 "language",
 4790 "menu",
 4791 "project",
 4792 "rope",
 4793 "schemars",
 4794 "serde",
 4795 "serde_json",
 4796 "settings",
 4797 "text",
 4798 "theme",
 4799 "tree-sitter-rust",
 4800 "tree-sitter-typescript",
 4801 "ui",
 4802 "util",
 4803 "workspace",
 4804]
 4805
 4806[[package]]
 4807name = "google_ai"
 4808version = "0.1.0"
 4809dependencies = [
 4810 "anyhow",
 4811 "futures 0.3.28",
 4812 "http 0.1.0",
 4813 "serde",
 4814 "serde_json",
 4815]
 4816
 4817[[package]]
 4818name = "gpu-alloc"
 4819version = "0.6.0"
 4820source = "registry+https://github.com/rust-lang/crates.io-index"
 4821checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
 4822dependencies = [
 4823 "bitflags 2.4.2",
 4824 "gpu-alloc-types",
 4825]
 4826
 4827[[package]]
 4828name = "gpu-alloc-ash"
 4829version = "0.7.0"
 4830source = "registry+https://github.com/rust-lang/crates.io-index"
 4831checksum = "cbda7a18a29bc98c2e0de0435c347df935bf59489935d0cbd0b73f1679b6f79a"
 4832dependencies = [
 4833 "ash",
 4834 "gpu-alloc-types",
 4835 "tinyvec",
 4836]
 4837
 4838[[package]]
 4839name = "gpu-alloc-types"
 4840version = "0.3.0"
 4841source = "registry+https://github.com/rust-lang/crates.io-index"
 4842checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
 4843dependencies = [
 4844 "bitflags 2.4.2",
 4845]
 4846
 4847[[package]]
 4848name = "gpui"
 4849version = "0.1.0"
 4850dependencies = [
 4851 "anyhow",
 4852 "as-raw-xcb-connection",
 4853 "ashpd",
 4854 "async-task",
 4855 "backtrace",
 4856 "bindgen 0.65.1",
 4857 "blade-graphics",
 4858 "blade-macros",
 4859 "blade-util",
 4860 "block",
 4861 "bytemuck",
 4862 "calloop",
 4863 "calloop-wayland-source",
 4864 "cbindgen",
 4865 "clipboard-win",
 4866 "cocoa",
 4867 "collections",
 4868 "core-foundation",
 4869 "core-graphics",
 4870 "core-text",
 4871 "cosmic-text",
 4872 "ctor",
 4873 "derive_more",
 4874 "embed-resource",
 4875 "env_logger",
 4876 "etagere",
 4877 "filedescriptor",
 4878 "flume",
 4879 "font-kit",
 4880 "foreign-types 0.5.0",
 4881 "futures 0.3.28",
 4882 "gpui_macros",
 4883 "http 0.1.0",
 4884 "image",
 4885 "itertools 0.11.0",
 4886 "lazy_static",
 4887 "linkme",
 4888 "log",
 4889 "media",
 4890 "metal",
 4891 "num_cpus",
 4892 "objc",
 4893 "oo7",
 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.9"
 5145source = "registry+https://github.com/rust-lang/crates.io-index"
 5146checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 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 = "html_to_markdown"
 5242version = "0.1.0"
 5243source = "registry+https://github.com/rust-lang/crates.io-index"
 5244checksum = "e608e8dd0939bfb6b516d96a5919751b835297a02230aecb88d2fc84ebebaa8a"
 5245dependencies = [
 5246 "anyhow",
 5247 "html5ever",
 5248 "markup5ever_rcdom",
 5249 "regex",
 5250]
 5251
 5252[[package]]
 5253name = "http"
 5254version = "0.1.0"
 5255dependencies = [
 5256 "anyhow",
 5257 "futures 0.3.28",
 5258 "futures-lite 1.13.0",
 5259 "isahc",
 5260 "log",
 5261 "serde",
 5262 "serde_json",
 5263 "url",
 5264]
 5265
 5266[[package]]
 5267name = "http"
 5268version = "0.2.9"
 5269source = "registry+https://github.com/rust-lang/crates.io-index"
 5270checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
 5271dependencies = [
 5272 "bytes 1.5.0",
 5273 "fnv",
 5274 "itoa",
 5275]
 5276
 5277[[package]]
 5278name = "http"
 5279version = "1.0.0"
 5280source = "registry+https://github.com/rust-lang/crates.io-index"
 5281checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea"
 5282dependencies = [
 5283 "bytes 1.5.0",
 5284 "fnv",
 5285 "itoa",
 5286]
 5287
 5288[[package]]
 5289name = "http-body"
 5290version = "0.4.5"
 5291source = "registry+https://github.com/rust-lang/crates.io-index"
 5292checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
 5293dependencies = [
 5294 "bytes 1.5.0",
 5295 "http 0.2.9",
 5296 "pin-project-lite",
 5297]
 5298
 5299[[package]]
 5300name = "http-range-header"
 5301version = "0.3.1"
 5302source = "registry+https://github.com/rust-lang/crates.io-index"
 5303checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 5304
 5305[[package]]
 5306name = "httparse"
 5307version = "1.8.0"
 5308source = "registry+https://github.com/rust-lang/crates.io-index"
 5309checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
 5310
 5311[[package]]
 5312name = "httpdate"
 5313version = "1.0.3"
 5314source = "registry+https://github.com/rust-lang/crates.io-index"
 5315checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 5316
 5317[[package]]
 5318name = "human_bytes"
 5319version = "0.4.3"
 5320source = "registry+https://github.com/rust-lang/crates.io-index"
 5321checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 5322
 5323[[package]]
 5324name = "humantime"
 5325version = "2.1.0"
 5326source = "registry+https://github.com/rust-lang/crates.io-index"
 5327checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 5328
 5329[[package]]
 5330name = "hyper"
 5331version = "0.14.27"
 5332source = "registry+https://github.com/rust-lang/crates.io-index"
 5333checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
 5334dependencies = [
 5335 "bytes 1.5.0",
 5336 "futures-channel",
 5337 "futures-core",
 5338 "futures-util",
 5339 "h2",
 5340 "http 0.2.9",
 5341 "http-body",
 5342 "httparse",
 5343 "httpdate",
 5344 "itoa",
 5345 "pin-project-lite",
 5346 "socket2 0.4.9",
 5347 "tokio",
 5348 "tower-service",
 5349 "tracing",
 5350 "want",
 5351]
 5352
 5353[[package]]
 5354name = "hyper-rustls"
 5355version = "0.24.2"
 5356source = "registry+https://github.com/rust-lang/crates.io-index"
 5357checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 5358dependencies = [
 5359 "futures-util",
 5360 "http 0.2.9",
 5361 "hyper",
 5362 "log",
 5363 "rustls",
 5364 "rustls-native-certs",
 5365 "tokio",
 5366 "tokio-rustls",
 5367]
 5368
 5369[[package]]
 5370name = "hyper-tls"
 5371version = "0.5.0"
 5372source = "registry+https://github.com/rust-lang/crates.io-index"
 5373checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 5374dependencies = [
 5375 "bytes 1.5.0",
 5376 "hyper",
 5377 "native-tls",
 5378 "tokio",
 5379 "tokio-native-tls",
 5380]
 5381
 5382[[package]]
 5383name = "iana-time-zone"
 5384version = "0.1.57"
 5385source = "registry+https://github.com/rust-lang/crates.io-index"
 5386checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
 5387dependencies = [
 5388 "android_system_properties",
 5389 "core-foundation-sys 0.8.6",
 5390 "iana-time-zone-haiku",
 5391 "js-sys",
 5392 "wasm-bindgen",
 5393 "windows 0.48.0",
 5394]
 5395
 5396[[package]]
 5397name = "iana-time-zone-haiku"
 5398version = "0.1.2"
 5399source = "registry+https://github.com/rust-lang/crates.io-index"
 5400checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 5401dependencies = [
 5402 "cc",
 5403]
 5404
 5405[[package]]
 5406name = "id-arena"
 5407version = "2.2.1"
 5408source = "registry+https://github.com/rust-lang/crates.io-index"
 5409checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 5410
 5411[[package]]
 5412name = "idna"
 5413version = "0.5.0"
 5414source = "registry+https://github.com/rust-lang/crates.io-index"
 5415checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
 5416dependencies = [
 5417 "unicode-bidi",
 5418 "unicode-normalization",
 5419]
 5420
 5421[[package]]
 5422name = "ignore"
 5423version = "0.4.22"
 5424source = "registry+https://github.com/rust-lang/crates.io-index"
 5425checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
 5426dependencies = [
 5427 "crossbeam-deque",
 5428 "globset",
 5429 "log",
 5430 "memchr",
 5431 "regex-automata 0.4.5",
 5432 "same-file",
 5433 "walkdir",
 5434 "winapi-util",
 5435]
 5436
 5437[[package]]
 5438name = "image"
 5439version = "0.25.1"
 5440source = "registry+https://github.com/rust-lang/crates.io-index"
 5441checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11"
 5442dependencies = [
 5443 "bytemuck",
 5444 "byteorder",
 5445 "color_quant",
 5446 "exr",
 5447 "gif",
 5448 "image-webp",
 5449 "num-traits",
 5450 "png",
 5451 "qoi",
 5452 "ravif",
 5453 "rayon",
 5454 "rgb",
 5455 "tiff",
 5456 "zune-core",
 5457 "zune-jpeg",
 5458]
 5459
 5460[[package]]
 5461name = "image-webp"
 5462version = "0.1.2"
 5463source = "registry+https://github.com/rust-lang/crates.io-index"
 5464checksum = "d730b085583c4d789dfd07fdcf185be59501666a90c97c40162b37e4fdad272d"
 5465dependencies = [
 5466 "byteorder-lite",
 5467 "thiserror",
 5468]
 5469
 5470[[package]]
 5471name = "image_viewer"
 5472version = "0.1.0"
 5473dependencies = [
 5474 "anyhow",
 5475 "db",
 5476 "gpui",
 5477 "project",
 5478 "ui",
 5479 "util",
 5480 "workspace",
 5481]
 5482
 5483[[package]]
 5484name = "imagesize"
 5485version = "0.12.0"
 5486source = "registry+https://github.com/rust-lang/crates.io-index"
 5487checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
 5488
 5489[[package]]
 5490name = "imgref"
 5491version = "1.10.1"
 5492source = "registry+https://github.com/rust-lang/crates.io-index"
 5493checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
 5494
 5495[[package]]
 5496name = "indexed_docs"
 5497version = "0.1.0"
 5498dependencies = [
 5499 "anyhow",
 5500 "async-trait",
 5501 "collections",
 5502 "derive_more",
 5503 "fs",
 5504 "futures 0.3.28",
 5505 "fuzzy",
 5506 "gpui",
 5507 "heed",
 5508 "html_to_markdown 0.1.0",
 5509 "http 0.1.0",
 5510 "indexmap 1.9.3",
 5511 "indoc",
 5512 "parking_lot",
 5513 "paths",
 5514 "pretty_assertions",
 5515 "serde",
 5516 "strum",
 5517 "util",
 5518]
 5519
 5520[[package]]
 5521name = "indexmap"
 5522version = "1.9.3"
 5523source = "registry+https://github.com/rust-lang/crates.io-index"
 5524checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
 5525dependencies = [
 5526 "autocfg",
 5527 "hashbrown 0.12.3",
 5528 "serde",
 5529]
 5530
 5531[[package]]
 5532name = "indexmap"
 5533version = "2.2.6"
 5534source = "registry+https://github.com/rust-lang/crates.io-index"
 5535checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
 5536dependencies = [
 5537 "equivalent",
 5538 "hashbrown 0.14.5",
 5539 "serde",
 5540]
 5541
 5542[[package]]
 5543name = "indoc"
 5544version = "1.0.9"
 5545source = "registry+https://github.com/rust-lang/crates.io-index"
 5546checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
 5547
 5548[[package]]
 5549name = "inherent"
 5550version = "1.0.10"
 5551source = "registry+https://github.com/rust-lang/crates.io-index"
 5552checksum = "ce243b1bfa62ffc028f1cc3b6034ec63d649f3031bc8a4fbbb004e1ac17d1f68"
 5553dependencies = [
 5554 "proc-macro2",
 5555 "quote",
 5556 "syn 2.0.59",
 5557]
 5558
 5559[[package]]
 5560name = "inline_completion_button"
 5561version = "0.1.0"
 5562dependencies = [
 5563 "anyhow",
 5564 "copilot",
 5565 "editor",
 5566 "fs",
 5567 "futures 0.3.28",
 5568 "gpui",
 5569 "indoc",
 5570 "language",
 5571 "lsp",
 5572 "paths",
 5573 "project",
 5574 "serde_json",
 5575 "settings",
 5576 "supermaven",
 5577 "theme",
 5578 "ui",
 5579 "util",
 5580 "workspace",
 5581 "zed_actions",
 5582]
 5583
 5584[[package]]
 5585name = "inotify"
 5586version = "0.9.6"
 5587source = "registry+https://github.com/rust-lang/crates.io-index"
 5588checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 5589dependencies = [
 5590 "bitflags 1.3.2",
 5591 "inotify-sys",
 5592 "libc",
 5593]
 5594
 5595[[package]]
 5596name = "inotify-sys"
 5597version = "0.1.5"
 5598source = "registry+https://github.com/rust-lang/crates.io-index"
 5599checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 5600dependencies = [
 5601 "libc",
 5602]
 5603
 5604[[package]]
 5605name = "inout"
 5606version = "0.1.3"
 5607source = "registry+https://github.com/rust-lang/crates.io-index"
 5608checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 5609dependencies = [
 5610 "block-padding",
 5611 "generic-array",
 5612]
 5613
 5614[[package]]
 5615name = "install_cli"
 5616version = "0.1.0"
 5617dependencies = [
 5618 "anyhow",
 5619 "gpui",
 5620 "smol",
 5621 "util",
 5622]
 5623
 5624[[package]]
 5625name = "instant"
 5626version = "0.1.12"
 5627source = "registry+https://github.com/rust-lang/crates.io-index"
 5628checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
 5629dependencies = [
 5630 "cfg-if",
 5631]
 5632
 5633[[package]]
 5634name = "interpolate_name"
 5635version = "0.2.4"
 5636source = "registry+https://github.com/rust-lang/crates.io-index"
 5637checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 5638dependencies = [
 5639 "proc-macro2",
 5640 "quote",
 5641 "syn 2.0.59",
 5642]
 5643
 5644[[package]]
 5645name = "io-extras"
 5646version = "0.18.1"
 5647source = "registry+https://github.com/rust-lang/crates.io-index"
 5648checksum = "c301e73fb90e8a29e600a9f402d095765f74310d582916a952f618836a1bd1ed"
 5649dependencies = [
 5650 "io-lifetimes 2.0.3",
 5651 "windows-sys 0.52.0",
 5652]
 5653
 5654[[package]]
 5655name = "io-lifetimes"
 5656version = "1.0.11"
 5657source = "registry+https://github.com/rust-lang/crates.io-index"
 5658checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
 5659dependencies = [
 5660 "hermit-abi 0.3.9",
 5661 "libc",
 5662 "windows-sys 0.48.0",
 5663]
 5664
 5665[[package]]
 5666name = "io-lifetimes"
 5667version = "2.0.3"
 5668source = "registry+https://github.com/rust-lang/crates.io-index"
 5669checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
 5670
 5671[[package]]
 5672name = "iovec"
 5673version = "0.1.4"
 5674source = "registry+https://github.com/rust-lang/crates.io-index"
 5675checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 5676dependencies = [
 5677 "libc",
 5678]
 5679
 5680[[package]]
 5681name = "ipc-channel"
 5682version = "0.18.0"
 5683source = "registry+https://github.com/rust-lang/crates.io-index"
 5684checksum = "7ab3a34c91b7e84a72643bd75d1bac3afd241f78f9859fe0b5e5b2a6a75732c2"
 5685dependencies = [
 5686 "bincode",
 5687 "crossbeam-channel",
 5688 "fnv",
 5689 "lazy_static",
 5690 "libc",
 5691 "mio",
 5692 "rand 0.8.5",
 5693 "serde",
 5694 "tempfile",
 5695 "uuid",
 5696 "windows 0.48.0",
 5697]
 5698
 5699[[package]]
 5700name = "ipnet"
 5701version = "2.8.0"
 5702source = "registry+https://github.com/rust-lang/crates.io-index"
 5703checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
 5704
 5705[[package]]
 5706name = "isahc"
 5707version = "1.7.2"
 5708source = "registry+https://github.com/rust-lang/crates.io-index"
 5709checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
 5710dependencies = [
 5711 "async-channel 1.9.0",
 5712 "castaway",
 5713 "crossbeam-utils",
 5714 "curl",
 5715 "curl-sys",
 5716 "encoding_rs",
 5717 "event-listener 2.5.3",
 5718 "futures-lite 1.13.0",
 5719 "http 0.2.9",
 5720 "log",
 5721 "mime",
 5722 "once_cell",
 5723 "polling 2.8.0",
 5724 "slab",
 5725 "sluice",
 5726 "tracing",
 5727 "tracing-futures",
 5728 "url",
 5729 "waker-fn",
 5730]
 5731
 5732[[package]]
 5733name = "itertools"
 5734version = "0.10.5"
 5735source = "registry+https://github.com/rust-lang/crates.io-index"
 5736checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 5737dependencies = [
 5738 "either",
 5739]
 5740
 5741[[package]]
 5742name = "itertools"
 5743version = "0.11.0"
 5744source = "registry+https://github.com/rust-lang/crates.io-index"
 5745checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 5746dependencies = [
 5747 "either",
 5748]
 5749
 5750[[package]]
 5751name = "itertools"
 5752version = "0.12.1"
 5753source = "registry+https://github.com/rust-lang/crates.io-index"
 5754checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 5755dependencies = [
 5756 "either",
 5757]
 5758
 5759[[package]]
 5760name = "itoa"
 5761version = "1.0.11"
 5762source = "registry+https://github.com/rust-lang/crates.io-index"
 5763checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
 5764
 5765[[package]]
 5766name = "jni"
 5767version = "0.19.0"
 5768source = "registry+https://github.com/rust-lang/crates.io-index"
 5769checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
 5770dependencies = [
 5771 "cesu8",
 5772 "combine",
 5773 "jni-sys",
 5774 "log",
 5775 "thiserror",
 5776 "walkdir",
 5777]
 5778
 5779[[package]]
 5780name = "jni"
 5781version = "0.20.0"
 5782source = "registry+https://github.com/rust-lang/crates.io-index"
 5783checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c"
 5784dependencies = [
 5785 "cesu8",
 5786 "combine",
 5787 "jni-sys",
 5788 "log",
 5789 "thiserror",
 5790 "walkdir",
 5791]
 5792
 5793[[package]]
 5794name = "jni-sys"
 5795version = "0.3.0"
 5796source = "registry+https://github.com/rust-lang/crates.io-index"
 5797checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 5798
 5799[[package]]
 5800name = "jobserver"
 5801version = "0.1.28"
 5802source = "registry+https://github.com/rust-lang/crates.io-index"
 5803checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6"
 5804dependencies = [
 5805 "libc",
 5806]
 5807
 5808[[package]]
 5809name = "journal"
 5810version = "0.1.0"
 5811dependencies = [
 5812 "anyhow",
 5813 "chrono",
 5814 "editor",
 5815 "gpui",
 5816 "log",
 5817 "schemars",
 5818 "serde",
 5819 "settings",
 5820 "shellexpand 2.1.2",
 5821 "workspace",
 5822]
 5823
 5824[[package]]
 5825name = "jpeg-decoder"
 5826version = "0.3.1"
 5827source = "registry+https://github.com/rust-lang/crates.io-index"
 5828checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
 5829
 5830[[package]]
 5831name = "js-sys"
 5832version = "0.3.64"
 5833source = "registry+https://github.com/rust-lang/crates.io-index"
 5834checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
 5835dependencies = [
 5836 "wasm-bindgen",
 5837]
 5838
 5839[[package]]
 5840name = "jwt"
 5841version = "0.16.0"
 5842source = "registry+https://github.com/rust-lang/crates.io-index"
 5843checksum = "6204285f77fe7d9784db3fdc449ecce1a0114927a51d5a41c4c7a292011c015f"
 5844dependencies = [
 5845 "base64 0.13.1",
 5846 "crypto-common",
 5847 "digest 0.10.7",
 5848 "hmac 0.12.1",
 5849 "serde",
 5850 "serde_json",
 5851 "sha2 0.10.7",
 5852]
 5853
 5854[[package]]
 5855name = "khronos-egl"
 5856version = "5.0.0"
 5857source = "registry+https://github.com/rust-lang/crates.io-index"
 5858checksum = "d1382b16c04aeb821453d6215a3c80ba78f24c6595c5aa85653378aabe0c83e3"
 5859dependencies = [
 5860 "libc",
 5861 "libloading 0.8.0",
 5862]
 5863
 5864[[package]]
 5865name = "kqueue"
 5866version = "1.0.8"
 5867source = "registry+https://github.com/rust-lang/crates.io-index"
 5868checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
 5869dependencies = [
 5870 "kqueue-sys",
 5871 "libc",
 5872]
 5873
 5874[[package]]
 5875name = "kqueue-sys"
 5876version = "1.0.4"
 5877source = "registry+https://github.com/rust-lang/crates.io-index"
 5878checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 5879dependencies = [
 5880 "bitflags 1.3.2",
 5881 "libc",
 5882]
 5883
 5884[[package]]
 5885name = "kurbo"
 5886version = "0.11.0"
 5887source = "registry+https://github.com/rust-lang/crates.io-index"
 5888checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
 5889dependencies = [
 5890 "arrayvec",
 5891 "smallvec",
 5892]
 5893
 5894[[package]]
 5895name = "kv-log-macro"
 5896version = "1.0.7"
 5897source = "registry+https://github.com/rust-lang/crates.io-index"
 5898checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 5899dependencies = [
 5900 "log",
 5901]
 5902
 5903[[package]]
 5904name = "language"
 5905version = "0.1.0"
 5906dependencies = [
 5907 "anyhow",
 5908 "async-trait",
 5909 "clock",
 5910 "collections",
 5911 "ctor",
 5912 "env_logger",
 5913 "futures 0.3.28",
 5914 "fuzzy",
 5915 "git",
 5916 "globset",
 5917 "gpui",
 5918 "http 0.1.0",
 5919 "indoc",
 5920 "itertools 0.11.0",
 5921 "lazy_static",
 5922 "log",
 5923 "lsp",
 5924 "parking_lot",
 5925 "postage",
 5926 "pulldown-cmark",
 5927 "rand 0.8.5",
 5928 "regex",
 5929 "rpc",
 5930 "schemars",
 5931 "serde",
 5932 "serde_json",
 5933 "settings",
 5934 "similar",
 5935 "smallvec",
 5936 "smol",
 5937 "sum_tree",
 5938 "task",
 5939 "text",
 5940 "theme",
 5941 "tree-sitter",
 5942 "tree-sitter-elixir",
 5943 "tree-sitter-embedded-template",
 5944 "tree-sitter-heex",
 5945 "tree-sitter-html",
 5946 "tree-sitter-json",
 5947 "tree-sitter-markdown",
 5948 "tree-sitter-ruby",
 5949 "tree-sitter-rust",
 5950 "tree-sitter-typescript",
 5951 "unicase",
 5952 "unindent",
 5953 "util",
 5954]
 5955
 5956[[package]]
 5957name = "language_selector"
 5958version = "0.1.0"
 5959dependencies = [
 5960 "anyhow",
 5961 "editor",
 5962 "fuzzy",
 5963 "gpui",
 5964 "language",
 5965 "picker",
 5966 "project",
 5967 "ui",
 5968 "util",
 5969 "workspace",
 5970]
 5971
 5972[[package]]
 5973name = "language_tools"
 5974version = "0.1.0"
 5975dependencies = [
 5976 "anyhow",
 5977 "client",
 5978 "collections",
 5979 "copilot",
 5980 "editor",
 5981 "env_logger",
 5982 "futures 0.3.28",
 5983 "gpui",
 5984 "language",
 5985 "lsp",
 5986 "project",
 5987 "release_channel",
 5988 "serde_json",
 5989 "settings",
 5990 "theme",
 5991 "tree-sitter",
 5992 "ui",
 5993 "util",
 5994 "workspace",
 5995]
 5996
 5997[[package]]
 5998name = "languages"
 5999version = "0.1.0"
 6000dependencies = [
 6001 "anyhow",
 6002 "async-compression",
 6003 "async-tar",
 6004 "async-trait",
 6005 "collections",
 6006 "feature_flags",
 6007 "futures 0.3.28",
 6008 "gpui",
 6009 "http 0.1.0",
 6010 "language",
 6011 "lazy_static",
 6012 "log",
 6013 "lsp",
 6014 "node_runtime",
 6015 "paths",
 6016 "project",
 6017 "regex",
 6018 "rope",
 6019 "rust-embed",
 6020 "serde",
 6021 "serde_json",
 6022 "settings",
 6023 "smol",
 6024 "task",
 6025 "text",
 6026 "theme",
 6027 "toml 0.8.10",
 6028 "tree-sitter",
 6029 "tree-sitter-bash",
 6030 "tree-sitter-c",
 6031 "tree-sitter-cpp",
 6032 "tree-sitter-css",
 6033 "tree-sitter-go",
 6034 "tree-sitter-gomod",
 6035 "tree-sitter-gowork",
 6036 "tree-sitter-jsdoc",
 6037 "tree-sitter-json",
 6038 "tree-sitter-markdown",
 6039 "tree-sitter-proto",
 6040 "tree-sitter-python",
 6041 "tree-sitter-regex",
 6042 "tree-sitter-rust",
 6043 "tree-sitter-typescript",
 6044 "tree-sitter-yaml",
 6045 "unindent",
 6046 "util",
 6047 "workspace",
 6048]
 6049
 6050[[package]]
 6051name = "lazy-bytes-cast"
 6052version = "5.0.1"
 6053source = "registry+https://github.com/rust-lang/crates.io-index"
 6054checksum = "10257499f089cd156ad82d0a9cd57d9501fa2c989068992a97eb3c27836f206b"
 6055
 6056[[package]]
 6057name = "lazy_static"
 6058version = "1.4.0"
 6059source = "registry+https://github.com/rust-lang/crates.io-index"
 6060checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
 6061dependencies = [
 6062 "spin 0.5.2",
 6063]
 6064
 6065[[package]]
 6066name = "lazycell"
 6067version = "1.3.0"
 6068source = "registry+https://github.com/rust-lang/crates.io-index"
 6069checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 6070
 6071[[package]]
 6072name = "leb128"
 6073version = "0.2.5"
 6074source = "registry+https://github.com/rust-lang/crates.io-index"
 6075checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 6076
 6077[[package]]
 6078name = "lebe"
 6079version = "0.5.2"
 6080source = "registry+https://github.com/rust-lang/crates.io-index"
 6081checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
 6082
 6083[[package]]
 6084name = "libc"
 6085version = "0.2.153"
 6086source = "registry+https://github.com/rust-lang/crates.io-index"
 6087checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
 6088
 6089[[package]]
 6090name = "libfuzzer-sys"
 6091version = "0.4.7"
 6092source = "registry+https://github.com/rust-lang/crates.io-index"
 6093checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
 6094dependencies = [
 6095 "arbitrary",
 6096 "cc",
 6097 "once_cell",
 6098]
 6099
 6100[[package]]
 6101name = "libgit2-sys"
 6102version = "0.17.0+1.8.1"
 6103source = "registry+https://github.com/rust-lang/crates.io-index"
 6104checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
 6105dependencies = [
 6106 "cc",
 6107 "libc",
 6108 "libz-sys",
 6109 "pkg-config",
 6110]
 6111
 6112[[package]]
 6113name = "libloading"
 6114version = "0.7.4"
 6115source = "registry+https://github.com/rust-lang/crates.io-index"
 6116checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
 6117dependencies = [
 6118 "cfg-if",
 6119 "winapi",
 6120]
 6121
 6122[[package]]
 6123name = "libloading"
 6124version = "0.8.0"
 6125source = "registry+https://github.com/rust-lang/crates.io-index"
 6126checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb"
 6127dependencies = [
 6128 "cfg-if",
 6129 "windows-sys 0.48.0",
 6130]
 6131
 6132[[package]]
 6133name = "libm"
 6134version = "0.2.8"
 6135source = "registry+https://github.com/rust-lang/crates.io-index"
 6136checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
 6137
 6138[[package]]
 6139name = "libmimalloc-sys"
 6140version = "0.1.37"
 6141source = "registry+https://github.com/rust-lang/crates.io-index"
 6142checksum = "81eb4061c0582dedea1cbc7aff2240300dd6982e0239d1c99e65c1dbf4a30ba7"
 6143dependencies = [
 6144 "cc",
 6145 "libc",
 6146]
 6147
 6148[[package]]
 6149name = "libsqlite3-sys"
 6150version = "0.26.0"
 6151source = "registry+https://github.com/rust-lang/crates.io-index"
 6152checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
 6153dependencies = [
 6154 "cc",
 6155 "pkg-config",
 6156 "vcpkg",
 6157]
 6158
 6159[[package]]
 6160name = "libz-sys"
 6161version = "1.1.12"
 6162source = "registry+https://github.com/rust-lang/crates.io-index"
 6163checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
 6164dependencies = [
 6165 "cc",
 6166 "libc",
 6167 "pkg-config",
 6168 "vcpkg",
 6169]
 6170
 6171[[package]]
 6172name = "line-wrap"
 6173version = "0.1.1"
 6174source = "registry+https://github.com/rust-lang/crates.io-index"
 6175checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
 6176dependencies = [
 6177 "safemem",
 6178]
 6179
 6180[[package]]
 6181name = "linkify"
 6182version = "0.10.0"
 6183source = "registry+https://github.com/rust-lang/crates.io-index"
 6184checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 6185dependencies = [
 6186 "memchr",
 6187]
 6188
 6189[[package]]
 6190name = "linkme"
 6191version = "0.3.17"
 6192source = "registry+https://github.com/rust-lang/crates.io-index"
 6193checksum = "91ed2ee9464ff9707af8e9ad834cffa4802f072caad90639c583dd3c62e6e608"
 6194dependencies = [
 6195 "linkme-impl",
 6196]
 6197
 6198[[package]]
 6199name = "linkme-impl"
 6200version = "0.3.17"
 6201source = "registry+https://github.com/rust-lang/crates.io-index"
 6202checksum = "ba125974b109d512fccbc6c0244e7580143e460895dfd6ea7f8bbb692fd94396"
 6203dependencies = [
 6204 "proc-macro2",
 6205 "quote",
 6206 "syn 2.0.59",
 6207]
 6208
 6209[[package]]
 6210name = "linux-raw-sys"
 6211version = "0.3.8"
 6212source = "registry+https://github.com/rust-lang/crates.io-index"
 6213checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
 6214
 6215[[package]]
 6216name = "linux-raw-sys"
 6217version = "0.4.12"
 6218source = "registry+https://github.com/rust-lang/crates.io-index"
 6219checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
 6220
 6221[[package]]
 6222name = "live_kit_client"
 6223version = "0.1.0"
 6224dependencies = [
 6225 "anyhow",
 6226 "async-broadcast",
 6227 "async-trait",
 6228 "collections",
 6229 "core-foundation",
 6230 "futures 0.3.28",
 6231 "gpui",
 6232 "live_kit_server",
 6233 "log",
 6234 "media",
 6235 "nanoid",
 6236 "parking_lot",
 6237 "postage",
 6238 "serde",
 6239 "serde_json",
 6240 "sha2 0.10.7",
 6241 "simplelog",
 6242]
 6243
 6244[[package]]
 6245name = "live_kit_server"
 6246version = "0.1.0"
 6247dependencies = [
 6248 "anyhow",
 6249 "async-trait",
 6250 "hmac 0.12.1",
 6251 "jwt",
 6252 "log",
 6253 "prost",
 6254 "prost-build",
 6255 "prost-types",
 6256 "reqwest",
 6257 "serde",
 6258 "sha2 0.10.7",
 6259]
 6260
 6261[[package]]
 6262name = "lmdb-master-sys"
 6263version = "0.2.0"
 6264source = "registry+https://github.com/rust-lang/crates.io-index"
 6265checksum = "dc9048db3a58c0732d7236abc4909058f9d2708cfb6d7d047eb895fddec6419a"
 6266dependencies = [
 6267 "cc",
 6268 "doxygen-rs",
 6269 "libc",
 6270]
 6271
 6272[[package]]
 6273name = "lock_api"
 6274version = "0.4.10"
 6275source = "registry+https://github.com/rust-lang/crates.io-index"
 6276checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
 6277dependencies = [
 6278 "autocfg",
 6279 "scopeguard",
 6280]
 6281
 6282[[package]]
 6283name = "log"
 6284version = "0.4.21"
 6285source = "registry+https://github.com/rust-lang/crates.io-index"
 6286checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
 6287dependencies = [
 6288 "serde",
 6289 "value-bag",
 6290]
 6291
 6292[[package]]
 6293name = "loop9"
 6294version = "0.1.5"
 6295source = "registry+https://github.com/rust-lang/crates.io-index"
 6296checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 6297dependencies = [
 6298 "imgref",
 6299]
 6300
 6301[[package]]
 6302name = "lsp"
 6303version = "0.1.0"
 6304dependencies = [
 6305 "anyhow",
 6306 "async-pipe",
 6307 "collections",
 6308 "ctor",
 6309 "env_logger",
 6310 "futures 0.3.28",
 6311 "gpui",
 6312 "log",
 6313 "lsp-types",
 6314 "parking_lot",
 6315 "postage",
 6316 "release_channel",
 6317 "serde",
 6318 "serde_json",
 6319 "smol",
 6320 "util",
 6321 "windows 0.57.0",
 6322]
 6323
 6324[[package]]
 6325name = "lsp-types"
 6326version = "0.95.1"
 6327source = "git+https://github.com/zed-industries/lsp-types?rev=72357d6f6d212bdffba3b5ef4b31d8ca856058e7#72357d6f6d212bdffba3b5ef4b31d8ca856058e7"
 6328dependencies = [
 6329 "bitflags 1.3.2",
 6330 "serde",
 6331 "serde_json",
 6332 "serde_repr",
 6333 "url",
 6334]
 6335
 6336[[package]]
 6337name = "lz4"
 6338version = "1.24.0"
 6339source = "registry+https://github.com/rust-lang/crates.io-index"
 6340checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"
 6341dependencies = [
 6342 "libc",
 6343 "lz4-sys",
 6344]
 6345
 6346[[package]]
 6347name = "lz4-sys"
 6348version = "1.9.4"
 6349source = "registry+https://github.com/rust-lang/crates.io-index"
 6350checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"
 6351dependencies = [
 6352 "cc",
 6353 "libc",
 6354]
 6355
 6356[[package]]
 6357name = "mac"
 6358version = "0.1.1"
 6359source = "registry+https://github.com/rust-lang/crates.io-index"
 6360checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 6361
 6362[[package]]
 6363name = "mach"
 6364version = "0.3.2"
 6365source = "registry+https://github.com/rust-lang/crates.io-index"
 6366checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
 6367dependencies = [
 6368 "libc",
 6369]
 6370
 6371[[package]]
 6372name = "mach2"
 6373version = "0.4.1"
 6374source = "registry+https://github.com/rust-lang/crates.io-index"
 6375checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8"
 6376dependencies = [
 6377 "libc",
 6378]
 6379
 6380[[package]]
 6381name = "malloc_buf"
 6382version = "0.0.6"
 6383source = "registry+https://github.com/rust-lang/crates.io-index"
 6384checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 6385dependencies = [
 6386 "libc",
 6387]
 6388
 6389[[package]]
 6390name = "markdown"
 6391version = "0.1.0"
 6392dependencies = [
 6393 "anyhow",
 6394 "assets",
 6395 "env_logger",
 6396 "futures 0.3.28",
 6397 "gpui",
 6398 "language",
 6399 "languages",
 6400 "linkify",
 6401 "log",
 6402 "node_runtime",
 6403 "pulldown-cmark",
 6404 "settings",
 6405 "theme",
 6406 "ui",
 6407 "util",
 6408]
 6409
 6410[[package]]
 6411name = "markdown_preview"
 6412version = "0.1.0"
 6413dependencies = [
 6414 "anyhow",
 6415 "async-recursion 1.0.5",
 6416 "collections",
 6417 "editor",
 6418 "gpui",
 6419 "language",
 6420 "linkify",
 6421 "log",
 6422 "pretty_assertions",
 6423 "pulldown-cmark",
 6424 "theme",
 6425 "ui",
 6426 "workspace",
 6427]
 6428
 6429[[package]]
 6430name = "markup5ever"
 6431version = "0.12.1"
 6432source = "registry+https://github.com/rust-lang/crates.io-index"
 6433checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
 6434dependencies = [
 6435 "log",
 6436 "phf",
 6437 "phf_codegen",
 6438 "string_cache",
 6439 "string_cache_codegen",
 6440 "tendril",
 6441]
 6442
 6443[[package]]
 6444name = "markup5ever_rcdom"
 6445version = "0.3.0"
 6446source = "registry+https://github.com/rust-lang/crates.io-index"
 6447checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
 6448dependencies = [
 6449 "html5ever",
 6450 "markup5ever",
 6451 "tendril",
 6452 "xml5ever",
 6453]
 6454
 6455[[package]]
 6456name = "matchers"
 6457version = "0.1.0"
 6458source = "registry+https://github.com/rust-lang/crates.io-index"
 6459checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 6460dependencies = [
 6461 "regex-automata 0.1.10",
 6462]
 6463
 6464[[package]]
 6465name = "matchit"
 6466version = "0.7.3"
 6467source = "registry+https://github.com/rust-lang/crates.io-index"
 6468checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
 6469
 6470[[package]]
 6471name = "maybe-owned"
 6472version = "0.3.4"
 6473source = "registry+https://github.com/rust-lang/crates.io-index"
 6474checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
 6475
 6476[[package]]
 6477name = "maybe-rayon"
 6478version = "0.1.1"
 6479source = "registry+https://github.com/rust-lang/crates.io-index"
 6480checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
 6481dependencies = [
 6482 "cfg-if",
 6483 "rayon",
 6484]
 6485
 6486[[package]]
 6487name = "md-5"
 6488version = "0.10.5"
 6489source = "registry+https://github.com/rust-lang/crates.io-index"
 6490checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
 6491dependencies = [
 6492 "digest 0.10.7",
 6493]
 6494
 6495[[package]]
 6496name = "media"
 6497version = "0.1.0"
 6498dependencies = [
 6499 "anyhow",
 6500 "bindgen 0.65.1",
 6501 "core-foundation",
 6502 "foreign-types 0.5.0",
 6503 "metal",
 6504 "objc",
 6505]
 6506
 6507[[package]]
 6508name = "memchr"
 6509version = "2.7.2"
 6510source = "registry+https://github.com/rust-lang/crates.io-index"
 6511checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
 6512
 6513[[package]]
 6514name = "memfd"
 6515version = "0.6.4"
 6516source = "registry+https://github.com/rust-lang/crates.io-index"
 6517checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
 6518dependencies = [
 6519 "rustix 0.38.32",
 6520]
 6521
 6522[[package]]
 6523name = "memmap2"
 6524version = "0.8.0"
 6525source = "registry+https://github.com/rust-lang/crates.io-index"
 6526checksum = "43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed"
 6527dependencies = [
 6528 "libc",
 6529]
 6530
 6531[[package]]
 6532name = "memmap2"
 6533version = "0.9.4"
 6534source = "registry+https://github.com/rust-lang/crates.io-index"
 6535checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
 6536dependencies = [
 6537 "libc",
 6538]
 6539
 6540[[package]]
 6541name = "memoffset"
 6542version = "0.9.0"
 6543source = "registry+https://github.com/rust-lang/crates.io-index"
 6544checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
 6545dependencies = [
 6546 "autocfg",
 6547]
 6548
 6549[[package]]
 6550name = "menu"
 6551version = "0.1.0"
 6552dependencies = [
 6553 "gpui",
 6554 "serde",
 6555]
 6556
 6557[[package]]
 6558name = "metal"
 6559version = "0.25.0"
 6560source = "registry+https://github.com/rust-lang/crates.io-index"
 6561checksum = "550b24b0cd4cf923f36bae78eca457b3a10d8a6a14a9c84cb2687b527e6a84af"
 6562dependencies = [
 6563 "bitflags 1.3.2",
 6564 "block",
 6565 "core-graphics-types",
 6566 "foreign-types 0.5.0",
 6567 "log",
 6568 "objc",
 6569 "paste",
 6570]
 6571
 6572[[package]]
 6573name = "mimalloc"
 6574version = "0.1.41"
 6575source = "registry+https://github.com/rust-lang/crates.io-index"
 6576checksum = "9f41a2280ded0da56c8cf898babb86e8f10651a34adcfff190ae9a1159c6908d"
 6577dependencies = [
 6578 "libmimalloc-sys",
 6579]
 6580
 6581[[package]]
 6582name = "mime"
 6583version = "0.3.17"
 6584source = "registry+https://github.com/rust-lang/crates.io-index"
 6585checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 6586
 6587[[package]]
 6588name = "minimal-lexical"
 6589version = "0.2.1"
 6590source = "registry+https://github.com/rust-lang/crates.io-index"
 6591checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 6592
 6593[[package]]
 6594name = "miniz_oxide"
 6595version = "0.7.1"
 6596source = "registry+https://github.com/rust-lang/crates.io-index"
 6597checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
 6598dependencies = [
 6599 "adler",
 6600 "simd-adler32",
 6601]
 6602
 6603[[package]]
 6604name = "mint"
 6605version = "0.5.9"
 6606source = "registry+https://github.com/rust-lang/crates.io-index"
 6607checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
 6608
 6609[[package]]
 6610name = "mio"
 6611version = "0.8.11"
 6612source = "registry+https://github.com/rust-lang/crates.io-index"
 6613checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
 6614dependencies = [
 6615 "libc",
 6616 "log",
 6617 "wasi 0.11.0+wasi-snapshot-preview1",
 6618 "windows-sys 0.48.0",
 6619]
 6620
 6621[[package]]
 6622name = "miow"
 6623version = "0.6.0"
 6624source = "registry+https://github.com/rust-lang/crates.io-index"
 6625checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
 6626dependencies = [
 6627 "windows-sys 0.48.0",
 6628]
 6629
 6630[[package]]
 6631name = "multi_buffer"
 6632version = "0.1.0"
 6633dependencies = [
 6634 "anyhow",
 6635 "clock",
 6636 "collections",
 6637 "ctor",
 6638 "env_logger",
 6639 "futures 0.3.28",
 6640 "git",
 6641 "gpui",
 6642 "itertools 0.11.0",
 6643 "language",
 6644 "log",
 6645 "parking_lot",
 6646 "rand 0.8.5",
 6647 "serde",
 6648 "settings",
 6649 "smallvec",
 6650 "sum_tree",
 6651 "text",
 6652 "theme",
 6653 "util",
 6654]
 6655
 6656[[package]]
 6657name = "multimap"
 6658version = "0.8.3"
 6659source = "registry+https://github.com/rust-lang/crates.io-index"
 6660checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
 6661
 6662[[package]]
 6663name = "naga"
 6664version = "0.14.2"
 6665source = "registry+https://github.com/rust-lang/crates.io-index"
 6666checksum = "ae585df4b6514cf8842ac0f1ab4992edc975892704835b549cf818dc0191249e"
 6667dependencies = [
 6668 "bit-set",
 6669 "bitflags 2.4.2",
 6670 "codespan-reporting",
 6671 "hexf-parse",
 6672 "indexmap 2.2.6",
 6673 "log",
 6674 "num-traits",
 6675 "rustc-hash",
 6676 "spirv",
 6677 "termcolor",
 6678 "thiserror",
 6679 "unicode-xid",
 6680]
 6681
 6682[[package]]
 6683name = "nanoid"
 6684version = "0.4.0"
 6685source = "registry+https://github.com/rust-lang/crates.io-index"
 6686checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
 6687dependencies = [
 6688 "rand 0.8.5",
 6689]
 6690
 6691[[package]]
 6692name = "nanorand"
 6693version = "0.7.0"
 6694source = "registry+https://github.com/rust-lang/crates.io-index"
 6695checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
 6696dependencies = [
 6697 "getrandom 0.2.10",
 6698]
 6699
 6700[[package]]
 6701name = "native-tls"
 6702version = "0.2.11"
 6703source = "registry+https://github.com/rust-lang/crates.io-index"
 6704checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
 6705dependencies = [
 6706 "lazy_static",
 6707 "libc",
 6708 "log",
 6709 "openssl",
 6710 "openssl-probe",
 6711 "openssl-sys",
 6712 "schannel",
 6713 "security-framework",
 6714 "security-framework-sys",
 6715 "tempfile",
 6716]
 6717
 6718[[package]]
 6719name = "ndk"
 6720version = "0.7.0"
 6721source = "registry+https://github.com/rust-lang/crates.io-index"
 6722checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
 6723dependencies = [
 6724 "bitflags 1.3.2",
 6725 "jni-sys",
 6726 "ndk-sys",
 6727 "num_enum",
 6728 "raw-window-handle 0.5.2",
 6729 "thiserror",
 6730]
 6731
 6732[[package]]
 6733name = "ndk-context"
 6734version = "0.1.1"
 6735source = "registry+https://github.com/rust-lang/crates.io-index"
 6736checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 6737
 6738[[package]]
 6739name = "ndk-sys"
 6740version = "0.4.1+23.1.7779620"
 6741source = "registry+https://github.com/rust-lang/crates.io-index"
 6742checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
 6743dependencies = [
 6744 "jni-sys",
 6745]
 6746
 6747[[package]]
 6748name = "new_debug_unreachable"
 6749version = "1.0.4"
 6750source = "registry+https://github.com/rust-lang/crates.io-index"
 6751checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
 6752
 6753[[package]]
 6754name = "nix"
 6755version = "0.24.3"
 6756source = "registry+https://github.com/rust-lang/crates.io-index"
 6757checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
 6758dependencies = [
 6759 "bitflags 1.3.2",
 6760 "cfg-if",
 6761 "libc",
 6762]
 6763
 6764[[package]]
 6765name = "nix"
 6766version = "0.27.1"
 6767source = "registry+https://github.com/rust-lang/crates.io-index"
 6768checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
 6769dependencies = [
 6770 "bitflags 2.4.2",
 6771 "cfg-if",
 6772 "libc",
 6773 "memoffset",
 6774]
 6775
 6776[[package]]
 6777name = "nix"
 6778version = "0.28.0"
 6779source = "registry+https://github.com/rust-lang/crates.io-index"
 6780checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
 6781dependencies = [
 6782 "bitflags 2.4.2",
 6783 "cfg-if",
 6784 "cfg_aliases",
 6785 "libc",
 6786]
 6787
 6788[[package]]
 6789name = "node_runtime"
 6790version = "0.1.0"
 6791dependencies = [
 6792 "anyhow",
 6793 "async-compression",
 6794 "async-std",
 6795 "async-tar",
 6796 "async-trait",
 6797 "async_zip",
 6798 "futures 0.3.28",
 6799 "http 0.1.0",
 6800 "log",
 6801 "paths",
 6802 "semver",
 6803 "serde",
 6804 "serde_json",
 6805 "smol",
 6806 "tempfile",
 6807 "util",
 6808 "walkdir",
 6809 "windows 0.57.0",
 6810]
 6811
 6812[[package]]
 6813name = "nom"
 6814version = "7.1.3"
 6815source = "registry+https://github.com/rust-lang/crates.io-index"
 6816checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 6817dependencies = [
 6818 "memchr",
 6819 "minimal-lexical",
 6820]
 6821
 6822[[package]]
 6823name = "noop_proc_macro"
 6824version = "0.3.0"
 6825source = "registry+https://github.com/rust-lang/crates.io-index"
 6826checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
 6827
 6828[[package]]
 6829name = "notifications"
 6830version = "0.1.0"
 6831dependencies = [
 6832 "anyhow",
 6833 "channel",
 6834 "client",
 6835 "collections",
 6836 "db",
 6837 "gpui",
 6838 "rpc",
 6839 "settings",
 6840 "sum_tree",
 6841 "time",
 6842 "util",
 6843]
 6844
 6845[[package]]
 6846name = "notify"
 6847version = "6.1.1"
 6848source = "registry+https://github.com/rust-lang/crates.io-index"
 6849checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
 6850dependencies = [
 6851 "bitflags 2.4.2",
 6852 "crossbeam-channel",
 6853 "filetime",
 6854 "fsevent-sys 4.1.0",
 6855 "inotify",
 6856 "kqueue",
 6857 "libc",
 6858 "log",
 6859 "mio",
 6860 "walkdir",
 6861 "windows-sys 0.48.0",
 6862]
 6863
 6864[[package]]
 6865name = "ntapi"
 6866version = "0.4.1"
 6867source = "registry+https://github.com/rust-lang/crates.io-index"
 6868checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 6869dependencies = [
 6870 "winapi",
 6871]
 6872
 6873[[package]]
 6874name = "nu-ansi-term"
 6875version = "0.46.0"
 6876source = "registry+https://github.com/rust-lang/crates.io-index"
 6877checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 6878dependencies = [
 6879 "overload",
 6880 "winapi",
 6881]
 6882
 6883[[package]]
 6884name = "num"
 6885version = "0.4.1"
 6886source = "registry+https://github.com/rust-lang/crates.io-index"
 6887checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af"
 6888dependencies = [
 6889 "num-bigint",
 6890 "num-complex",
 6891 "num-integer",
 6892 "num-iter",
 6893 "num-rational",
 6894 "num-traits",
 6895]
 6896
 6897[[package]]
 6898name = "num-bigint"
 6899version = "0.4.4"
 6900source = "registry+https://github.com/rust-lang/crates.io-index"
 6901checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
 6902dependencies = [
 6903 "autocfg",
 6904 "num-integer",
 6905 "num-traits",
 6906]
 6907
 6908[[package]]
 6909name = "num-bigint-dig"
 6910version = "0.7.1"
 6911source = "registry+https://github.com/rust-lang/crates.io-index"
 6912checksum = "f9bc3e36fd683e004fd59c64a425e0e991616f5a8b617c3b9a933a93c168facc"
 6913dependencies = [
 6914 "byteorder",
 6915 "lazy_static",
 6916 "libm",
 6917 "num-integer",
 6918 "num-iter",
 6919 "num-traits",
 6920 "rand 0.8.5",
 6921 "smallvec",
 6922 "zeroize",
 6923]
 6924
 6925[[package]]
 6926name = "num-bigint-dig"
 6927version = "0.8.4"
 6928source = "registry+https://github.com/rust-lang/crates.io-index"
 6929checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
 6930dependencies = [
 6931 "byteorder",
 6932 "lazy_static",
 6933 "libm",
 6934 "num-integer",
 6935 "num-iter",
 6936 "num-traits",
 6937 "rand 0.8.5",
 6938 "serde",
 6939 "smallvec",
 6940 "zeroize",
 6941]
 6942
 6943[[package]]
 6944name = "num-complex"
 6945version = "0.4.4"
 6946source = "registry+https://github.com/rust-lang/crates.io-index"
 6947checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"
 6948dependencies = [
 6949 "num-traits",
 6950]
 6951
 6952[[package]]
 6953name = "num-conv"
 6954version = "0.1.0"
 6955source = "registry+https://github.com/rust-lang/crates.io-index"
 6956checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 6957
 6958[[package]]
 6959name = "num-derive"
 6960version = "0.3.3"
 6961source = "registry+https://github.com/rust-lang/crates.io-index"
 6962checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
 6963dependencies = [
 6964 "proc-macro2",
 6965 "quote",
 6966 "syn 1.0.109",
 6967]
 6968
 6969[[package]]
 6970name = "num-derive"
 6971version = "0.4.2"
 6972source = "registry+https://github.com/rust-lang/crates.io-index"
 6973checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
 6974dependencies = [
 6975 "proc-macro2",
 6976 "quote",
 6977 "syn 2.0.59",
 6978]
 6979
 6980[[package]]
 6981name = "num-format"
 6982version = "0.4.4"
 6983source = "registry+https://github.com/rust-lang/crates.io-index"
 6984checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 6985dependencies = [
 6986 "arrayvec",
 6987 "itoa",
 6988]
 6989
 6990[[package]]
 6991name = "num-integer"
 6992version = "0.1.45"
 6993source = "registry+https://github.com/rust-lang/crates.io-index"
 6994checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
 6995dependencies = [
 6996 "autocfg",
 6997 "num-traits",
 6998]
 6999
 7000[[package]]
 7001name = "num-iter"
 7002version = "0.1.43"
 7003source = "registry+https://github.com/rust-lang/crates.io-index"
 7004checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
 7005dependencies = [
 7006 "autocfg",
 7007 "num-integer",
 7008 "num-traits",
 7009]
 7010
 7011[[package]]
 7012name = "num-rational"
 7013version = "0.4.1"
 7014source = "registry+https://github.com/rust-lang/crates.io-index"
 7015checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
 7016dependencies = [
 7017 "autocfg",
 7018 "num-bigint",
 7019 "num-integer",
 7020 "num-traits",
 7021]
 7022
 7023[[package]]
 7024name = "num-traits"
 7025version = "0.2.16"
 7026source = "registry+https://github.com/rust-lang/crates.io-index"
 7027checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
 7028dependencies = [
 7029 "autocfg",
 7030 "libm",
 7031]
 7032
 7033[[package]]
 7034name = "num_cpus"
 7035version = "1.16.0"
 7036source = "registry+https://github.com/rust-lang/crates.io-index"
 7037checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 7038dependencies = [
 7039 "hermit-abi 0.3.9",
 7040 "libc",
 7041]
 7042
 7043[[package]]
 7044name = "num_enum"
 7045version = "0.5.11"
 7046source = "registry+https://github.com/rust-lang/crates.io-index"
 7047checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
 7048dependencies = [
 7049 "num_enum_derive",
 7050]
 7051
 7052[[package]]
 7053name = "num_enum_derive"
 7054version = "0.5.11"
 7055source = "registry+https://github.com/rust-lang/crates.io-index"
 7056checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
 7057dependencies = [
 7058 "proc-macro-crate 1.3.1",
 7059 "proc-macro2",
 7060 "quote",
 7061 "syn 1.0.109",
 7062]
 7063
 7064[[package]]
 7065name = "nvim-rs"
 7066version = "0.6.0-pre"
 7067source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#0d2b1c884f3c39a76b5b7aac0b429f4624843954"
 7068dependencies = [
 7069 "async-trait",
 7070 "futures 0.3.28",
 7071 "log",
 7072 "parity-tokio-ipc",
 7073 "rmp",
 7074 "rmpv",
 7075 "tokio",
 7076 "tokio-util",
 7077]
 7078
 7079[[package]]
 7080name = "objc"
 7081version = "0.2.7"
 7082source = "registry+https://github.com/rust-lang/crates.io-index"
 7083checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 7084dependencies = [
 7085 "malloc_buf",
 7086 "objc_exception",
 7087]
 7088
 7089[[package]]
 7090name = "objc_exception"
 7091version = "0.1.2"
 7092source = "registry+https://github.com/rust-lang/crates.io-index"
 7093checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
 7094dependencies = [
 7095 "cc",
 7096]
 7097
 7098[[package]]
 7099name = "object"
 7100version = "0.32.1"
 7101source = "registry+https://github.com/rust-lang/crates.io-index"
 7102checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
 7103dependencies = [
 7104 "crc32fast",
 7105 "hashbrown 0.14.5",
 7106 "indexmap 2.2.6",
 7107 "memchr",
 7108]
 7109
 7110[[package]]
 7111name = "oboe"
 7112version = "0.5.0"
 7113source = "registry+https://github.com/rust-lang/crates.io-index"
 7114checksum = "8868cc237ee02e2d9618539a23a8d228b9bb3fc2e7a5b11eed3831de77c395d0"
 7115dependencies = [
 7116 "jni 0.20.0",
 7117 "ndk",
 7118 "ndk-context",
 7119 "num-derive 0.3.3",
 7120 "num-traits",
 7121 "oboe-sys",
 7122]
 7123
 7124[[package]]
 7125name = "oboe-sys"
 7126version = "0.5.0"
 7127source = "registry+https://github.com/rust-lang/crates.io-index"
 7128checksum = "7f44155e7fb718d3cfddcf70690b2b51ac4412f347cd9e4fbe511abe9cd7b5f2"
 7129dependencies = [
 7130 "cc",
 7131]
 7132
 7133[[package]]
 7134name = "ollama"
 7135version = "0.1.0"
 7136dependencies = [
 7137 "anyhow",
 7138 "futures 0.3.28",
 7139 "http 0.1.0",
 7140 "isahc",
 7141 "schemars",
 7142 "serde",
 7143 "serde_json",
 7144]
 7145
 7146[[package]]
 7147name = "once_cell"
 7148version = "1.19.0"
 7149source = "registry+https://github.com/rust-lang/crates.io-index"
 7150checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
 7151
 7152[[package]]
 7153name = "oo7"
 7154version = "0.3.0"
 7155source = "registry+https://github.com/rust-lang/crates.io-index"
 7156checksum = "37558cac1af63a81fd2ff7f3469c02a4da06b163c5671791553b8dac10f07c82"
 7157dependencies = [
 7158 "aes",
 7159 "async-fs 2.1.1",
 7160 "async-io 2.3.1",
 7161 "async-lock 3.3.0",
 7162 "blocking",
 7163 "cbc",
 7164 "cipher 0.4.4",
 7165 "digest 0.10.7",
 7166 "futures-lite 2.2.0",
 7167 "futures-util",
 7168 "hkdf",
 7169 "hmac 0.12.1",
 7170 "num",
 7171 "num-bigint-dig 0.8.4",
 7172 "pbkdf2 0.12.2",
 7173 "rand 0.8.5",
 7174 "serde",
 7175 "sha2 0.10.7",
 7176 "zbus",
 7177 "zeroize",
 7178 "zvariant",
 7179]
 7180
 7181[[package]]
 7182name = "oorandom"
 7183version = "11.1.3"
 7184source = "registry+https://github.com/rust-lang/crates.io-index"
 7185checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
 7186
 7187[[package]]
 7188name = "opaque-debug"
 7189version = "0.3.0"
 7190source = "registry+https://github.com/rust-lang/crates.io-index"
 7191checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
 7192
 7193[[package]]
 7194name = "open_ai"
 7195version = "0.1.0"
 7196dependencies = [
 7197 "anyhow",
 7198 "futures 0.3.28",
 7199 "http 0.1.0",
 7200 "isahc",
 7201 "schemars",
 7202 "serde",
 7203 "serde_json",
 7204 "strum",
 7205]
 7206
 7207[[package]]
 7208name = "openssl"
 7209version = "0.10.57"
 7210source = "registry+https://github.com/rust-lang/crates.io-index"
 7211checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c"
 7212dependencies = [
 7213 "bitflags 2.4.2",
 7214 "cfg-if",
 7215 "foreign-types 0.3.2",
 7216 "libc",
 7217 "once_cell",
 7218 "openssl-macros",
 7219 "openssl-sys",
 7220]
 7221
 7222[[package]]
 7223name = "openssl-macros"
 7224version = "0.1.1"
 7225source = "registry+https://github.com/rust-lang/crates.io-index"
 7226checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
 7227dependencies = [
 7228 "proc-macro2",
 7229 "quote",
 7230 "syn 2.0.59",
 7231]
 7232
 7233[[package]]
 7234name = "openssl-probe"
 7235version = "0.1.5"
 7236source = "registry+https://github.com/rust-lang/crates.io-index"
 7237checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 7238
 7239[[package]]
 7240name = "openssl-src"
 7241version = "300.3.0+3.3.0"
 7242source = "registry+https://github.com/rust-lang/crates.io-index"
 7243checksum = "eba8804a1c5765b18c4b3f907e6897ebabeedebc9830e1a0046c4a4cf44663e1"
 7244dependencies = [
 7245 "cc",
 7246]
 7247
 7248[[package]]
 7249name = "openssl-sys"
 7250version = "0.9.93"
 7251source = "registry+https://github.com/rust-lang/crates.io-index"
 7252checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d"
 7253dependencies = [
 7254 "cc",
 7255 "libc",
 7256 "openssl-src",
 7257 "pkg-config",
 7258 "vcpkg",
 7259]
 7260
 7261[[package]]
 7262name = "option-ext"
 7263version = "0.2.0"
 7264source = "registry+https://github.com/rust-lang/crates.io-index"
 7265checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
 7266
 7267[[package]]
 7268name = "ordered-float"
 7269version = "2.10.0"
 7270source = "registry+https://github.com/rust-lang/crates.io-index"
 7271checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
 7272dependencies = [
 7273 "num-traits",
 7274]
 7275
 7276[[package]]
 7277name = "ordered-float"
 7278version = "3.9.1"
 7279source = "registry+https://github.com/rust-lang/crates.io-index"
 7280checksum = "2a54938017eacd63036332b4ae5c8a49fc8c0c1d6d629893057e4f13609edd06"
 7281dependencies = [
 7282 "num-traits",
 7283]
 7284
 7285[[package]]
 7286name = "ordered-stream"
 7287version = "0.2.0"
 7288source = "registry+https://github.com/rust-lang/crates.io-index"
 7289checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 7290dependencies = [
 7291 "futures-core",
 7292 "pin-project-lite",
 7293]
 7294
 7295[[package]]
 7296name = "os_str_bytes"
 7297version = "6.5.1"
 7298source = "registry+https://github.com/rust-lang/crates.io-index"
 7299checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac"
 7300
 7301[[package]]
 7302name = "ouroboros"
 7303version = "0.17.2"
 7304source = "registry+https://github.com/rust-lang/crates.io-index"
 7305checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
 7306dependencies = [
 7307 "aliasable",
 7308 "ouroboros_macro",
 7309 "static_assertions",
 7310]
 7311
 7312[[package]]
 7313name = "ouroboros_macro"
 7314version = "0.17.2"
 7315source = "registry+https://github.com/rust-lang/crates.io-index"
 7316checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
 7317dependencies = [
 7318 "heck 0.4.1",
 7319 "proc-macro-error",
 7320 "proc-macro2",
 7321 "quote",
 7322 "syn 2.0.59",
 7323]
 7324
 7325[[package]]
 7326name = "outline"
 7327version = "0.1.0"
 7328dependencies = [
 7329 "editor",
 7330 "fuzzy",
 7331 "gpui",
 7332 "indoc",
 7333 "language",
 7334 "menu",
 7335 "ordered-float 2.10.0",
 7336 "picker",
 7337 "project",
 7338 "rope",
 7339 "serde_json",
 7340 "smol",
 7341 "theme",
 7342 "tree-sitter-rust",
 7343 "tree-sitter-typescript",
 7344 "ui",
 7345 "util",
 7346 "workspace",
 7347]
 7348
 7349[[package]]
 7350name = "outline_panel"
 7351version = "0.1.0"
 7352dependencies = [
 7353 "anyhow",
 7354 "collections",
 7355 "db",
 7356 "editor",
 7357 "file_icons",
 7358 "fuzzy",
 7359 "gpui",
 7360 "itertools 0.11.0",
 7361 "language",
 7362 "log",
 7363 "menu",
 7364 "project",
 7365 "schemars",
 7366 "serde",
 7367 "serde_json",
 7368 "settings",
 7369 "util",
 7370 "workspace",
 7371 "worktree",
 7372]
 7373
 7374[[package]]
 7375name = "outref"
 7376version = "0.5.1"
 7377source = "registry+https://github.com/rust-lang/crates.io-index"
 7378checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 7379
 7380[[package]]
 7381name = "overload"
 7382version = "0.1.1"
 7383source = "registry+https://github.com/rust-lang/crates.io-index"
 7384checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 7385
 7386[[package]]
 7387name = "p256"
 7388version = "0.11.1"
 7389source = "registry+https://github.com/rust-lang/crates.io-index"
 7390checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 7391dependencies = [
 7392 "ecdsa",
 7393 "elliptic-curve",
 7394 "sha2 0.10.7",
 7395]
 7396
 7397[[package]]
 7398name = "page_size"
 7399version = "0.6.0"
 7400source = "registry+https://github.com/rust-lang/crates.io-index"
 7401checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 7402dependencies = [
 7403 "libc",
 7404 "winapi",
 7405]
 7406
 7407[[package]]
 7408name = "palette"
 7409version = "0.7.5"
 7410source = "registry+https://github.com/rust-lang/crates.io-index"
 7411checksum = "ebfc23a4b76642983d57e4ad00bb4504eb30a8ce3c70f4aee1f725610e36d97a"
 7412dependencies = [
 7413 "approx",
 7414 "fast-srgb8",
 7415 "palette_derive",
 7416]
 7417
 7418[[package]]
 7419name = "palette_derive"
 7420version = "0.7.5"
 7421source = "registry+https://github.com/rust-lang/crates.io-index"
 7422checksum = "e8890702dbec0bad9116041ae586f84805b13eecd1d8b1df27c29998a9969d6d"
 7423dependencies = [
 7424 "proc-macro2",
 7425 "quote",
 7426 "syn 2.0.59",
 7427]
 7428
 7429[[package]]
 7430name = "parity-tokio-ipc"
 7431version = "0.9.0"
 7432source = "registry+https://github.com/rust-lang/crates.io-index"
 7433checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 7434dependencies = [
 7435 "futures 0.3.28",
 7436 "libc",
 7437 "log",
 7438 "rand 0.7.3",
 7439 "tokio",
 7440 "winapi",
 7441]
 7442
 7443[[package]]
 7444name = "parking"
 7445version = "2.2.0"
 7446source = "registry+https://github.com/rust-lang/crates.io-index"
 7447checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
 7448
 7449[[package]]
 7450name = "parking_lot"
 7451version = "0.12.1"
 7452source = "registry+https://github.com/rust-lang/crates.io-index"
 7453checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
 7454dependencies = [
 7455 "lock_api",
 7456 "parking_lot_core",
 7457]
 7458
 7459[[package]]
 7460name = "parking_lot_core"
 7461version = "0.9.8"
 7462source = "registry+https://github.com/rust-lang/crates.io-index"
 7463checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
 7464dependencies = [
 7465 "cfg-if",
 7466 "libc",
 7467 "redox_syscall 0.3.5",
 7468 "smallvec",
 7469 "windows-targets 0.48.5",
 7470]
 7471
 7472[[package]]
 7473name = "password-hash"
 7474version = "0.2.1"
 7475source = "registry+https://github.com/rust-lang/crates.io-index"
 7476checksum = "c1a5d4e9c205d2c1ae73b84aab6240e98218c0e72e63b50422cfb2d1ca952282"
 7477dependencies = [
 7478 "base64ct",
 7479 "rand_core 0.6.4",
 7480 "subtle",
 7481]
 7482
 7483[[package]]
 7484name = "paste"
 7485version = "1.0.14"
 7486source = "registry+https://github.com/rust-lang/crates.io-index"
 7487checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
 7488
 7489[[package]]
 7490name = "pathdiff"
 7491version = "0.2.1"
 7492source = "registry+https://github.com/rust-lang/crates.io-index"
 7493checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
 7494
 7495[[package]]
 7496name = "pathfinder_geometry"
 7497version = "0.5.1"
 7498source = "registry+https://github.com/rust-lang/crates.io-index"
 7499checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 7500dependencies = [
 7501 "log",
 7502 "pathfinder_simd",
 7503]
 7504
 7505[[package]]
 7506name = "pathfinder_simd"
 7507version = "0.5.3"
 7508source = "git+https://github.com/servo/pathfinder.git?rev=4968e819c0d9b015437ffc694511e175801a17c7#4968e819c0d9b015437ffc694511e175801a17c7"
 7509dependencies = [
 7510 "rustc_version",
 7511]
 7512
 7513[[package]]
 7514name = "paths"
 7515version = "0.1.0"
 7516dependencies = [
 7517 "dirs 4.0.0",
 7518 "util",
 7519]
 7520
 7521[[package]]
 7522name = "pbkdf2"
 7523version = "0.8.0"
 7524source = "registry+https://github.com/rust-lang/crates.io-index"
 7525checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
 7526dependencies = [
 7527 "crypto-mac",
 7528]
 7529
 7530[[package]]
 7531name = "pbkdf2"
 7532version = "0.12.2"
 7533source = "registry+https://github.com/rust-lang/crates.io-index"
 7534checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 7535dependencies = [
 7536 "digest 0.10.7",
 7537 "hmac 0.12.1",
 7538]
 7539
 7540[[package]]
 7541name = "peeking_take_while"
 7542version = "0.1.2"
 7543source = "registry+https://github.com/rust-lang/crates.io-index"
 7544checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
 7545
 7546[[package]]
 7547name = "pem"
 7548version = "0.8.3"
 7549source = "registry+https://github.com/rust-lang/crates.io-index"
 7550checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
 7551dependencies = [
 7552 "base64 0.13.1",
 7553 "once_cell",
 7554 "regex",
 7555]
 7556
 7557[[package]]
 7558name = "pem-rfc7468"
 7559version = "0.7.0"
 7560source = "registry+https://github.com/rust-lang/crates.io-index"
 7561checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 7562dependencies = [
 7563 "base64ct",
 7564]
 7565
 7566[[package]]
 7567name = "percent-encoding"
 7568version = "2.3.1"
 7569source = "registry+https://github.com/rust-lang/crates.io-index"
 7570checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 7571
 7572[[package]]
 7573name = "petgraph"
 7574version = "0.6.4"
 7575source = "registry+https://github.com/rust-lang/crates.io-index"
 7576checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
 7577dependencies = [
 7578 "fixedbitset",
 7579 "indexmap 2.2.6",
 7580]
 7581
 7582[[package]]
 7583name = "phf"
 7584version = "0.11.2"
 7585source = "registry+https://github.com/rust-lang/crates.io-index"
 7586checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
 7587dependencies = [
 7588 "phf_macros",
 7589 "phf_shared 0.11.2",
 7590]
 7591
 7592[[package]]
 7593name = "phf_codegen"
 7594version = "0.11.2"
 7595source = "registry+https://github.com/rust-lang/crates.io-index"
 7596checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
 7597dependencies = [
 7598 "phf_generator 0.11.2",
 7599 "phf_shared 0.11.2",
 7600]
 7601
 7602[[package]]
 7603name = "phf_generator"
 7604version = "0.10.0"
 7605source = "registry+https://github.com/rust-lang/crates.io-index"
 7606checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
 7607dependencies = [
 7608 "phf_shared 0.10.0",
 7609 "rand 0.8.5",
 7610]
 7611
 7612[[package]]
 7613name = "phf_generator"
 7614version = "0.11.2"
 7615source = "registry+https://github.com/rust-lang/crates.io-index"
 7616checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
 7617dependencies = [
 7618 "phf_shared 0.11.2",
 7619 "rand 0.8.5",
 7620]
 7621
 7622[[package]]
 7623name = "phf_macros"
 7624version = "0.11.2"
 7625source = "registry+https://github.com/rust-lang/crates.io-index"
 7626checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
 7627dependencies = [
 7628 "phf_generator 0.11.2",
 7629 "phf_shared 0.11.2",
 7630 "proc-macro2",
 7631 "quote",
 7632 "syn 2.0.59",
 7633]
 7634
 7635[[package]]
 7636name = "phf_shared"
 7637version = "0.10.0"
 7638source = "registry+https://github.com/rust-lang/crates.io-index"
 7639checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
 7640dependencies = [
 7641 "siphasher 0.3.11",
 7642]
 7643
 7644[[package]]
 7645name = "phf_shared"
 7646version = "0.11.2"
 7647source = "registry+https://github.com/rust-lang/crates.io-index"
 7648checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
 7649dependencies = [
 7650 "siphasher 0.3.11",
 7651]
 7652
 7653[[package]]
 7654name = "picker"
 7655version = "0.1.0"
 7656dependencies = [
 7657 "anyhow",
 7658 "ctor",
 7659 "editor",
 7660 "env_logger",
 7661 "gpui",
 7662 "menu",
 7663 "serde",
 7664 "serde_json",
 7665 "ui",
 7666 "workspace",
 7667]
 7668
 7669[[package]]
 7670name = "pico-args"
 7671version = "0.5.0"
 7672source = "registry+https://github.com/rust-lang/crates.io-index"
 7673checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
 7674
 7675[[package]]
 7676name = "pin-project"
 7677version = "1.1.3"
 7678source = "registry+https://github.com/rust-lang/crates.io-index"
 7679checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
 7680dependencies = [
 7681 "pin-project-internal",
 7682]
 7683
 7684[[package]]
 7685name = "pin-project-internal"
 7686version = "1.1.3"
 7687source = "registry+https://github.com/rust-lang/crates.io-index"
 7688checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
 7689dependencies = [
 7690 "proc-macro2",
 7691 "quote",
 7692 "syn 2.0.59",
 7693]
 7694
 7695[[package]]
 7696name = "pin-project-lite"
 7697version = "0.2.13"
 7698source = "registry+https://github.com/rust-lang/crates.io-index"
 7699checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
 7700
 7701[[package]]
 7702name = "pin-utils"
 7703version = "0.1.0"
 7704source = "registry+https://github.com/rust-lang/crates.io-index"
 7705checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
 7706
 7707[[package]]
 7708name = "piper"
 7709version = "0.2.1"
 7710source = "registry+https://github.com/rust-lang/crates.io-index"
 7711checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
 7712dependencies = [
 7713 "atomic-waker",
 7714 "fastrand 2.0.0",
 7715 "futures-io",
 7716]
 7717
 7718[[package]]
 7719name = "pkcs1"
 7720version = "0.7.5"
 7721source = "registry+https://github.com/rust-lang/crates.io-index"
 7722checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
 7723dependencies = [
 7724 "der 0.7.8",
 7725 "pkcs8 0.10.2",
 7726 "spki 0.7.2",
 7727]
 7728
 7729[[package]]
 7730name = "pkcs8"
 7731version = "0.9.0"
 7732source = "registry+https://github.com/rust-lang/crates.io-index"
 7733checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
 7734dependencies = [
 7735 "der 0.6.1",
 7736 "spki 0.6.0",
 7737]
 7738
 7739[[package]]
 7740name = "pkcs8"
 7741version = "0.10.2"
 7742source = "registry+https://github.com/rust-lang/crates.io-index"
 7743checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
 7744dependencies = [
 7745 "der 0.7.8",
 7746 "spki 0.7.2",
 7747]
 7748
 7749[[package]]
 7750name = "pkg-config"
 7751version = "0.3.27"
 7752source = "registry+https://github.com/rust-lang/crates.io-index"
 7753checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
 7754
 7755[[package]]
 7756name = "plist"
 7757version = "1.5.1"
 7758source = "registry+https://github.com/rust-lang/crates.io-index"
 7759checksum = "9a4a0cfc5fb21a09dc6af4bf834cf10d4a32fccd9e2ea468c4b1751a097487aa"
 7760dependencies = [
 7761 "base64 0.21.7",
 7762 "indexmap 1.9.3",
 7763 "line-wrap",
 7764 "quick-xml 0.30.0",
 7765 "serde",
 7766 "time",
 7767]
 7768
 7769[[package]]
 7770name = "plotters"
 7771version = "0.3.5"
 7772source = "registry+https://github.com/rust-lang/crates.io-index"
 7773checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
 7774dependencies = [
 7775 "num-traits",
 7776 "plotters-backend",
 7777 "plotters-svg",
 7778 "wasm-bindgen",
 7779 "web-sys",
 7780]
 7781
 7782[[package]]
 7783name = "plotters-backend"
 7784version = "0.3.5"
 7785source = "registry+https://github.com/rust-lang/crates.io-index"
 7786checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
 7787
 7788[[package]]
 7789name = "plotters-svg"
 7790version = "0.3.5"
 7791source = "registry+https://github.com/rust-lang/crates.io-index"
 7792checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
 7793dependencies = [
 7794 "plotters-backend",
 7795]
 7796
 7797[[package]]
 7798name = "png"
 7799version = "0.17.13"
 7800source = "registry+https://github.com/rust-lang/crates.io-index"
 7801checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
 7802dependencies = [
 7803 "bitflags 1.3.2",
 7804 "crc32fast",
 7805 "fdeflate",
 7806 "flate2",
 7807 "miniz_oxide",
 7808]
 7809
 7810[[package]]
 7811name = "polling"
 7812version = "2.8.0"
 7813source = "registry+https://github.com/rust-lang/crates.io-index"
 7814checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
 7815dependencies = [
 7816 "autocfg",
 7817 "bitflags 1.3.2",
 7818 "cfg-if",
 7819 "concurrent-queue",
 7820 "libc",
 7821 "log",
 7822 "pin-project-lite",
 7823 "windows-sys 0.48.0",
 7824]
 7825
 7826[[package]]
 7827name = "polling"
 7828version = "3.3.2"
 7829source = "registry+https://github.com/rust-lang/crates.io-index"
 7830checksum = "545c980a3880efd47b2e262f6a4bb6daad6555cf3367aa9c4e52895f69537a41"
 7831dependencies = [
 7832 "cfg-if",
 7833 "concurrent-queue",
 7834 "pin-project-lite",
 7835 "rustix 0.38.32",
 7836 "tracing",
 7837 "windows-sys 0.52.0",
 7838]
 7839
 7840[[package]]
 7841name = "pollster"
 7842version = "0.2.5"
 7843source = "registry+https://github.com/rust-lang/crates.io-index"
 7844checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
 7845
 7846[[package]]
 7847name = "postage"
 7848version = "0.5.0"
 7849source = "registry+https://github.com/rust-lang/crates.io-index"
 7850checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
 7851dependencies = [
 7852 "atomic",
 7853 "crossbeam-queue",
 7854 "futures 0.3.28",
 7855 "log",
 7856 "parking_lot",
 7857 "pin-project",
 7858 "pollster",
 7859 "static_assertions",
 7860 "thiserror",
 7861]
 7862
 7863[[package]]
 7864name = "powerfmt"
 7865version = "0.2.0"
 7866source = "registry+https://github.com/rust-lang/crates.io-index"
 7867checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
 7868
 7869[[package]]
 7870name = "ppv-lite86"
 7871version = "0.2.17"
 7872source = "registry+https://github.com/rust-lang/crates.io-index"
 7873checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
 7874
 7875[[package]]
 7876name = "precomputed-hash"
 7877version = "0.1.1"
 7878source = "registry+https://github.com/rust-lang/crates.io-index"
 7879checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
 7880
 7881[[package]]
 7882name = "prettier"
 7883version = "0.1.0"
 7884dependencies = [
 7885 "anyhow",
 7886 "collections",
 7887 "fs",
 7888 "gpui",
 7889 "language",
 7890 "log",
 7891 "lsp",
 7892 "node_runtime",
 7893 "parking_lot",
 7894 "paths",
 7895 "serde",
 7896 "serde_json",
 7897 "util",
 7898]
 7899
 7900[[package]]
 7901name = "pretty_assertions"
 7902version = "1.4.0"
 7903source = "registry+https://github.com/rust-lang/crates.io-index"
 7904checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
 7905dependencies = [
 7906 "diff",
 7907 "yansi",
 7908]
 7909
 7910[[package]]
 7911name = "prettyplease"
 7912version = "0.2.15"
 7913source = "registry+https://github.com/rust-lang/crates.io-index"
 7914checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
 7915dependencies = [
 7916 "proc-macro2",
 7917 "syn 2.0.59",
 7918]
 7919
 7920[[package]]
 7921name = "proc-macro-crate"
 7922version = "0.1.5"
 7923source = "registry+https://github.com/rust-lang/crates.io-index"
 7924checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
 7925dependencies = [
 7926 "toml 0.5.11",
 7927]
 7928
 7929[[package]]
 7930name = "proc-macro-crate"
 7931version = "1.3.1"
 7932source = "registry+https://github.com/rust-lang/crates.io-index"
 7933checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
 7934dependencies = [
 7935 "once_cell",
 7936 "toml_edit 0.19.15",
 7937]
 7938
 7939[[package]]
 7940name = "proc-macro-crate"
 7941version = "3.1.0"
 7942source = "registry+https://github.com/rust-lang/crates.io-index"
 7943checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
 7944dependencies = [
 7945 "toml_edit 0.21.1",
 7946]
 7947
 7948[[package]]
 7949name = "proc-macro-error"
 7950version = "1.0.4"
 7951source = "registry+https://github.com/rust-lang/crates.io-index"
 7952checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
 7953dependencies = [
 7954 "proc-macro-error-attr",
 7955 "proc-macro2",
 7956 "quote",
 7957 "syn 1.0.109",
 7958 "version_check",
 7959]
 7960
 7961[[package]]
 7962name = "proc-macro-error-attr"
 7963version = "1.0.4"
 7964source = "registry+https://github.com/rust-lang/crates.io-index"
 7965checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
 7966dependencies = [
 7967 "proc-macro2",
 7968 "quote",
 7969 "version_check",
 7970]
 7971
 7972[[package]]
 7973name = "proc-macro2"
 7974version = "1.0.81"
 7975source = "registry+https://github.com/rust-lang/crates.io-index"
 7976checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
 7977dependencies = [
 7978 "unicode-ident",
 7979]
 7980
 7981[[package]]
 7982name = "profiling"
 7983version = "1.0.15"
 7984source = "registry+https://github.com/rust-lang/crates.io-index"
 7985checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
 7986dependencies = [
 7987 "profiling-procmacros",
 7988]
 7989
 7990[[package]]
 7991name = "profiling-procmacros"
 7992version = "1.0.15"
 7993source = "registry+https://github.com/rust-lang/crates.io-index"
 7994checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
 7995dependencies = [
 7996 "quote",
 7997 "syn 2.0.59",
 7998]
 7999
 8000[[package]]
 8001name = "project"
 8002version = "0.1.0"
 8003dependencies = [
 8004 "aho-corasick",
 8005 "anyhow",
 8006 "async-trait",
 8007 "client",
 8008 "clock",
 8009 "collections",
 8010 "dev_server_projects",
 8011 "env_logger",
 8012 "fs",
 8013 "futures 0.3.28",
 8014 "fuzzy",
 8015 "git",
 8016 "git2",
 8017 "globset",
 8018 "gpui",
 8019 "http 0.1.0",
 8020 "itertools 0.11.0",
 8021 "language",
 8022 "log",
 8023 "lsp",
 8024 "node_runtime",
 8025 "parking_lot",
 8026 "pathdiff",
 8027 "paths",
 8028 "postage",
 8029 "prettier",
 8030 "pretty_assertions",
 8031 "rand 0.8.5",
 8032 "regex",
 8033 "release_channel",
 8034 "rpc",
 8035 "schemars",
 8036 "serde",
 8037 "serde_json",
 8038 "settings",
 8039 "sha2 0.10.7",
 8040 "shlex",
 8041 "similar",
 8042 "smol",
 8043 "snippet",
 8044 "snippet_provider",
 8045 "task",
 8046 "tempfile",
 8047 "terminal",
 8048 "text",
 8049 "unicase",
 8050 "unindent",
 8051 "util",
 8052 "which 6.0.0",
 8053 "worktree",
 8054]
 8055
 8056[[package]]
 8057name = "project_panel"
 8058version = "0.1.0"
 8059dependencies = [
 8060 "anyhow",
 8061 "client",
 8062 "collections",
 8063 "db",
 8064 "editor",
 8065 "file_icons",
 8066 "git",
 8067 "gpui",
 8068 "language",
 8069 "menu",
 8070 "pretty_assertions",
 8071 "project",
 8072 "schemars",
 8073 "search",
 8074 "serde",
 8075 "serde_derive",
 8076 "serde_json",
 8077 "settings",
 8078 "theme",
 8079 "ui",
 8080 "util",
 8081 "workspace",
 8082 "worktree",
 8083]
 8084
 8085[[package]]
 8086name = "project_symbols"
 8087version = "0.1.0"
 8088dependencies = [
 8089 "anyhow",
 8090 "editor",
 8091 "futures 0.3.28",
 8092 "fuzzy",
 8093 "gpui",
 8094 "language",
 8095 "lsp",
 8096 "ordered-float 2.10.0",
 8097 "picker",
 8098 "project",
 8099 "release_channel",
 8100 "serde_json",
 8101 "settings",
 8102 "theme",
 8103 "util",
 8104 "workspace",
 8105]
 8106
 8107[[package]]
 8108name = "prometheus"
 8109version = "0.13.3"
 8110source = "registry+https://github.com/rust-lang/crates.io-index"
 8111checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
 8112dependencies = [
 8113 "cfg-if",
 8114 "fnv",
 8115 "lazy_static",
 8116 "memchr",
 8117 "parking_lot",
 8118 "protobuf",
 8119 "thiserror",
 8120]
 8121
 8122[[package]]
 8123name = "prost"
 8124version = "0.9.0"
 8125source = "registry+https://github.com/rust-lang/crates.io-index"
 8126checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
 8127dependencies = [
 8128 "bytes 1.5.0",
 8129 "prost-derive",
 8130]
 8131
 8132[[package]]
 8133name = "prost-build"
 8134version = "0.9.0"
 8135source = "registry+https://github.com/rust-lang/crates.io-index"
 8136checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
 8137dependencies = [
 8138 "bytes 1.5.0",
 8139 "heck 0.3.3",
 8140 "itertools 0.10.5",
 8141 "lazy_static",
 8142 "log",
 8143 "multimap",
 8144 "petgraph",
 8145 "prost",
 8146 "prost-types",
 8147 "regex",
 8148 "tempfile",
 8149 "which 4.4.2",
 8150]
 8151
 8152[[package]]
 8153name = "prost-derive"
 8154version = "0.9.0"
 8155source = "registry+https://github.com/rust-lang/crates.io-index"
 8156checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
 8157dependencies = [
 8158 "anyhow",
 8159 "itertools 0.10.5",
 8160 "proc-macro2",
 8161 "quote",
 8162 "syn 1.0.109",
 8163]
 8164
 8165[[package]]
 8166name = "prost-types"
 8167version = "0.9.0"
 8168source = "registry+https://github.com/rust-lang/crates.io-index"
 8169checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
 8170dependencies = [
 8171 "bytes 1.5.0",
 8172 "prost",
 8173]
 8174
 8175[[package]]
 8176name = "proto"
 8177version = "0.1.0"
 8178dependencies = [
 8179 "anyhow",
 8180 "collections",
 8181 "prost",
 8182 "prost-build",
 8183 "serde",
 8184]
 8185
 8186[[package]]
 8187name = "protobuf"
 8188version = "2.28.0"
 8189source = "registry+https://github.com/rust-lang/crates.io-index"
 8190checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
 8191
 8192[[package]]
 8193name = "psm"
 8194version = "0.1.21"
 8195source = "registry+https://github.com/rust-lang/crates.io-index"
 8196checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
 8197dependencies = [
 8198 "cc",
 8199]
 8200
 8201[[package]]
 8202name = "ptr_meta"
 8203version = "0.1.4"
 8204source = "registry+https://github.com/rust-lang/crates.io-index"
 8205checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
 8206dependencies = [
 8207 "ptr_meta_derive",
 8208]
 8209
 8210[[package]]
 8211name = "ptr_meta_derive"
 8212version = "0.1.4"
 8213source = "registry+https://github.com/rust-lang/crates.io-index"
 8214checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
 8215dependencies = [
 8216 "proc-macro2",
 8217 "quote",
 8218 "syn 1.0.109",
 8219]
 8220
 8221[[package]]
 8222name = "pulldown-cmark"
 8223version = "0.10.0"
 8224source = "registry+https://github.com/rust-lang/crates.io-index"
 8225checksum = "dce76ce678ffc8e5675b22aa1405de0b7037e2fdf8913fea40d1926c6fe1e6e7"
 8226dependencies = [
 8227 "bitflags 2.4.2",
 8228 "memchr",
 8229 "unicase",
 8230]
 8231
 8232[[package]]
 8233name = "qoi"
 8234version = "0.4.1"
 8235source = "registry+https://github.com/rust-lang/crates.io-index"
 8236checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
 8237dependencies = [
 8238 "bytemuck",
 8239]
 8240
 8241[[package]]
 8242name = "quick-error"
 8243version = "2.0.1"
 8244source = "registry+https://github.com/rust-lang/crates.io-index"
 8245checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
 8246
 8247[[package]]
 8248name = "quick-xml"
 8249version = "0.30.0"
 8250source = "registry+https://github.com/rust-lang/crates.io-index"
 8251checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
 8252dependencies = [
 8253 "memchr",
 8254]
 8255
 8256[[package]]
 8257name = "quick-xml"
 8258version = "0.31.0"
 8259source = "registry+https://github.com/rust-lang/crates.io-index"
 8260checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
 8261dependencies = [
 8262 "memchr",
 8263]
 8264
 8265[[package]]
 8266name = "quick_action_bar"
 8267version = "0.1.0"
 8268dependencies = [
 8269 "assistant",
 8270 "editor",
 8271 "gpui",
 8272 "search",
 8273 "settings",
 8274 "ui",
 8275 "workspace",
 8276]
 8277
 8278[[package]]
 8279name = "quote"
 8280version = "1.0.35"
 8281source = "registry+https://github.com/rust-lang/crates.io-index"
 8282checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
 8283dependencies = [
 8284 "proc-macro2",
 8285]
 8286
 8287[[package]]
 8288name = "radium"
 8289version = "0.7.0"
 8290source = "registry+https://github.com/rust-lang/crates.io-index"
 8291checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
 8292
 8293[[package]]
 8294name = "rand"
 8295version = "0.7.3"
 8296source = "registry+https://github.com/rust-lang/crates.io-index"
 8297checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
 8298dependencies = [
 8299 "getrandom 0.1.16",
 8300 "libc",
 8301 "rand_chacha 0.2.2",
 8302 "rand_core 0.5.1",
 8303 "rand_hc",
 8304]
 8305
 8306[[package]]
 8307name = "rand"
 8308version = "0.8.5"
 8309source = "registry+https://github.com/rust-lang/crates.io-index"
 8310checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
 8311dependencies = [
 8312 "libc",
 8313 "rand_chacha 0.3.1",
 8314 "rand_core 0.6.4",
 8315]
 8316
 8317[[package]]
 8318name = "rand_chacha"
 8319version = "0.2.2"
 8320source = "registry+https://github.com/rust-lang/crates.io-index"
 8321checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
 8322dependencies = [
 8323 "ppv-lite86",
 8324 "rand_core 0.5.1",
 8325]
 8326
 8327[[package]]
 8328name = "rand_chacha"
 8329version = "0.3.1"
 8330source = "registry+https://github.com/rust-lang/crates.io-index"
 8331checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
 8332dependencies = [
 8333 "ppv-lite86",
 8334 "rand_core 0.6.4",
 8335]
 8336
 8337[[package]]
 8338name = "rand_core"
 8339version = "0.5.1"
 8340source = "registry+https://github.com/rust-lang/crates.io-index"
 8341checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
 8342dependencies = [
 8343 "getrandom 0.1.16",
 8344]
 8345
 8346[[package]]
 8347name = "rand_core"
 8348version = "0.6.4"
 8349source = "registry+https://github.com/rust-lang/crates.io-index"
 8350checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
 8351dependencies = [
 8352 "getrandom 0.2.10",
 8353]
 8354
 8355[[package]]
 8356name = "rand_hc"
 8357version = "0.2.0"
 8358source = "registry+https://github.com/rust-lang/crates.io-index"
 8359checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
 8360dependencies = [
 8361 "rand_core 0.5.1",
 8362]
 8363
 8364[[package]]
 8365name = "rangemap"
 8366version = "1.4.0"
 8367source = "registry+https://github.com/rust-lang/crates.io-index"
 8368checksum = "977b1e897f9d764566891689e642653e5ed90c6895106acd005eb4c1d0203991"
 8369
 8370[[package]]
 8371name = "rav1e"
 8372version = "0.7.1"
 8373source = "registry+https://github.com/rust-lang/crates.io-index"
 8374checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
 8375dependencies = [
 8376 "arbitrary",
 8377 "arg_enum_proc_macro",
 8378 "arrayvec",
 8379 "av1-grain",
 8380 "bitstream-io",
 8381 "built",
 8382 "cfg-if",
 8383 "interpolate_name",
 8384 "itertools 0.12.1",
 8385 "libc",
 8386 "libfuzzer-sys",
 8387 "log",
 8388 "maybe-rayon",
 8389 "new_debug_unreachable",
 8390 "noop_proc_macro",
 8391 "num-derive 0.4.2",
 8392 "num-traits",
 8393 "once_cell",
 8394 "paste",
 8395 "profiling",
 8396 "rand 0.8.5",
 8397 "rand_chacha 0.3.1",
 8398 "simd_helpers",
 8399 "system-deps",
 8400 "thiserror",
 8401 "v_frame",
 8402 "wasm-bindgen",
 8403]
 8404
 8405[[package]]
 8406name = "ravif"
 8407version = "0.11.5"
 8408source = "registry+https://github.com/rust-lang/crates.io-index"
 8409checksum = "bc13288f5ab39e6d7c9d501759712e6969fcc9734220846fc9ed26cae2cc4234"
 8410dependencies = [
 8411 "avif-serialize",
 8412 "imgref",
 8413 "loop9",
 8414 "quick-error",
 8415 "rav1e",
 8416 "rayon",
 8417 "rgb",
 8418]
 8419
 8420[[package]]
 8421name = "raw-window-handle"
 8422version = "0.5.2"
 8423source = "registry+https://github.com/rust-lang/crates.io-index"
 8424checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
 8425
 8426[[package]]
 8427name = "raw-window-handle"
 8428version = "0.6.0"
 8429source = "registry+https://github.com/rust-lang/crates.io-index"
 8430checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544"
 8431
 8432[[package]]
 8433name = "raw-window-metal"
 8434version = "0.4.0"
 8435source = "registry+https://github.com/rust-lang/crates.io-index"
 8436checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
 8437dependencies = [
 8438 "cocoa",
 8439 "core-graphics",
 8440 "objc",
 8441 "raw-window-handle 0.6.0",
 8442]
 8443
 8444[[package]]
 8445name = "rayon"
 8446version = "1.8.0"
 8447source = "registry+https://github.com/rust-lang/crates.io-index"
 8448checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
 8449dependencies = [
 8450 "either",
 8451 "rayon-core",
 8452]
 8453
 8454[[package]]
 8455name = "rayon-core"
 8456version = "1.12.0"
 8457source = "registry+https://github.com/rust-lang/crates.io-index"
 8458checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
 8459dependencies = [
 8460 "crossbeam-deque",
 8461 "crossbeam-utils",
 8462]
 8463
 8464[[package]]
 8465name = "read-fonts"
 8466version = "0.19.3"
 8467source = "registry+https://github.com/rust-lang/crates.io-index"
 8468checksum = "e8b8af39d1f23869711ad4cea5e7835a20daa987f80232f7f2a2374d648ca64d"
 8469dependencies = [
 8470 "bytemuck",
 8471 "font-types",
 8472]
 8473
 8474[[package]]
 8475name = "recent_projects"
 8476version = "0.1.0"
 8477dependencies = [
 8478 "anyhow",
 8479 "client",
 8480 "dev_server_projects",
 8481 "editor",
 8482 "feature_flags",
 8483 "fuzzy",
 8484 "gpui",
 8485 "language",
 8486 "markdown",
 8487 "menu",
 8488 "ordered-float 2.10.0",
 8489 "picker",
 8490 "project",
 8491 "rpc",
 8492 "serde",
 8493 "serde_json",
 8494 "smol",
 8495 "task",
 8496 "terminal_view",
 8497 "ui",
 8498 "ui_input",
 8499 "util",
 8500 "workspace",
 8501]
 8502
 8503[[package]]
 8504name = "redox_syscall"
 8505version = "0.2.16"
 8506source = "registry+https://github.com/rust-lang/crates.io-index"
 8507checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
 8508dependencies = [
 8509 "bitflags 1.3.2",
 8510]
 8511
 8512[[package]]
 8513name = "redox_syscall"
 8514version = "0.3.5"
 8515source = "registry+https://github.com/rust-lang/crates.io-index"
 8516checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
 8517dependencies = [
 8518 "bitflags 1.3.2",
 8519]
 8520
 8521[[package]]
 8522name = "redox_syscall"
 8523version = "0.4.1"
 8524source = "registry+https://github.com/rust-lang/crates.io-index"
 8525checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
 8526dependencies = [
 8527 "bitflags 1.3.2",
 8528]
 8529
 8530[[package]]
 8531name = "redox_users"
 8532version = "0.4.3"
 8533source = "registry+https://github.com/rust-lang/crates.io-index"
 8534checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
 8535dependencies = [
 8536 "getrandom 0.2.10",
 8537 "redox_syscall 0.2.16",
 8538 "thiserror",
 8539]
 8540
 8541[[package]]
 8542name = "refineable"
 8543version = "0.1.0"
 8544dependencies = [
 8545 "derive_refineable",
 8546]
 8547
 8548[[package]]
 8549name = "regalloc2"
 8550version = "0.9.3"
 8551source = "registry+https://github.com/rust-lang/crates.io-index"
 8552checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
 8553dependencies = [
 8554 "hashbrown 0.13.2",
 8555 "log",
 8556 "rustc-hash",
 8557 "slice-group-by",
 8558 "smallvec",
 8559]
 8560
 8561[[package]]
 8562name = "regex"
 8563version = "1.10.3"
 8564source = "registry+https://github.com/rust-lang/crates.io-index"
 8565checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
 8566dependencies = [
 8567 "aho-corasick",
 8568 "memchr",
 8569 "regex-automata 0.4.5",
 8570 "regex-syntax 0.8.2",
 8571]
 8572
 8573[[package]]
 8574name = "regex-automata"
 8575version = "0.1.10"
 8576source = "registry+https://github.com/rust-lang/crates.io-index"
 8577checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
 8578dependencies = [
 8579 "regex-syntax 0.6.29",
 8580]
 8581
 8582[[package]]
 8583name = "regex-automata"
 8584version = "0.3.9"
 8585source = "registry+https://github.com/rust-lang/crates.io-index"
 8586checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
 8587
 8588[[package]]
 8589name = "regex-automata"
 8590version = "0.4.5"
 8591source = "registry+https://github.com/rust-lang/crates.io-index"
 8592checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
 8593dependencies = [
 8594 "aho-corasick",
 8595 "memchr",
 8596 "regex-syntax 0.8.2",
 8597]
 8598
 8599[[package]]
 8600name = "regex-lite"
 8601version = "0.1.5"
 8602source = "registry+https://github.com/rust-lang/crates.io-index"
 8603checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
 8604
 8605[[package]]
 8606name = "regex-syntax"
 8607version = "0.6.29"
 8608source = "registry+https://github.com/rust-lang/crates.io-index"
 8609checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
 8610
 8611[[package]]
 8612name = "regex-syntax"
 8613version = "0.8.2"
 8614source = "registry+https://github.com/rust-lang/crates.io-index"
 8615checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
 8616
 8617[[package]]
 8618name = "release_channel"
 8619version = "0.1.0"
 8620dependencies = [
 8621 "gpui",
 8622 "once_cell",
 8623]
 8624
 8625[[package]]
 8626name = "rend"
 8627version = "0.4.0"
 8628source = "registry+https://github.com/rust-lang/crates.io-index"
 8629checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
 8630dependencies = [
 8631 "bytecheck",
 8632]
 8633
 8634[[package]]
 8635name = "repair_json"
 8636version = "0.1.0"
 8637source = "registry+https://github.com/rust-lang/crates.io-index"
 8638checksum = "5ee191e184125fe72cb59b74160e25584e3908f2aaa84cbda1e161347102aa15"
 8639dependencies = [
 8640 "thiserror",
 8641]
 8642
 8643[[package]]
 8644name = "repl"
 8645version = "0.1.0"
 8646dependencies = [
 8647 "alacritty_terminal 0.23.0",
 8648 "anyhow",
 8649 "async-dispatcher",
 8650 "base64 0.13.1",
 8651 "collections",
 8652 "editor",
 8653 "env_logger",
 8654 "futures 0.3.28",
 8655 "gpui",
 8656 "http 0.1.0",
 8657 "image",
 8658 "language",
 8659 "log",
 8660 "project",
 8661 "runtimelib",
 8662 "schemars",
 8663 "serde",
 8664 "serde_json",
 8665 "settings",
 8666 "smol",
 8667 "terminal_view",
 8668 "theme",
 8669 "ui",
 8670 "util",
 8671 "uuid",
 8672 "workspace",
 8673]
 8674
 8675[[package]]
 8676name = "reqwest"
 8677version = "0.11.20"
 8678source = "registry+https://github.com/rust-lang/crates.io-index"
 8679checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
 8680dependencies = [
 8681 "base64 0.21.7",
 8682 "bytes 1.5.0",
 8683 "encoding_rs",
 8684 "futures-core",
 8685 "futures-util",
 8686 "h2",
 8687 "http 0.2.9",
 8688 "http-body",
 8689 "hyper",
 8690 "hyper-tls",
 8691 "ipnet",
 8692 "js-sys",
 8693 "log",
 8694 "mime",
 8695 "native-tls",
 8696 "once_cell",
 8697 "percent-encoding",
 8698 "pin-project-lite",
 8699 "serde",
 8700 "serde_json",
 8701 "serde_urlencoded",
 8702 "tokio",
 8703 "tokio-native-tls",
 8704 "tower-service",
 8705 "url",
 8706 "wasm-bindgen",
 8707 "wasm-bindgen-futures",
 8708 "web-sys",
 8709 "winreg 0.50.0",
 8710]
 8711
 8712[[package]]
 8713name = "resvg"
 8714version = "0.41.0"
 8715source = "registry+https://github.com/rust-lang/crates.io-index"
 8716checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
 8717dependencies = [
 8718 "log",
 8719 "pico-args",
 8720 "rgb",
 8721 "svgtypes",
 8722 "tiny-skia",
 8723 "usvg",
 8724]
 8725
 8726[[package]]
 8727name = "rfc6979"
 8728version = "0.3.1"
 8729source = "registry+https://github.com/rust-lang/crates.io-index"
 8730checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
 8731dependencies = [
 8732 "crypto-bigint 0.4.9",
 8733 "hmac 0.12.1",
 8734 "zeroize",
 8735]
 8736
 8737[[package]]
 8738name = "rgb"
 8739version = "0.8.36"
 8740source = "registry+https://github.com/rust-lang/crates.io-index"
 8741checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
 8742dependencies = [
 8743 "bytemuck",
 8744]
 8745
 8746[[package]]
 8747name = "rich_text"
 8748version = "0.1.0"
 8749dependencies = [
 8750 "futures 0.3.28",
 8751 "gpui",
 8752 "language",
 8753 "linkify",
 8754 "pulldown-cmark",
 8755 "theme",
 8756 "ui",
 8757 "util",
 8758]
 8759
 8760[[package]]
 8761name = "ring"
 8762version = "0.17.7"
 8763source = "registry+https://github.com/rust-lang/crates.io-index"
 8764checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
 8765dependencies = [
 8766 "cc",
 8767 "getrandom 0.2.10",
 8768 "libc",
 8769 "spin 0.9.8",
 8770 "untrusted",
 8771 "windows-sys 0.48.0",
 8772]
 8773
 8774[[package]]
 8775name = "rkyv"
 8776version = "0.7.42"
 8777source = "registry+https://github.com/rust-lang/crates.io-index"
 8778checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58"
 8779dependencies = [
 8780 "bitvec",
 8781 "bytecheck",
 8782 "hashbrown 0.12.3",
 8783 "ptr_meta",
 8784 "rend",
 8785 "rkyv_derive",
 8786 "seahash",
 8787 "tinyvec",
 8788 "uuid",
 8789]
 8790
 8791[[package]]
 8792name = "rkyv_derive"
 8793version = "0.7.42"
 8794source = "registry+https://github.com/rust-lang/crates.io-index"
 8795checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d"
 8796dependencies = [
 8797 "proc-macro2",
 8798 "quote",
 8799 "syn 1.0.109",
 8800]
 8801
 8802[[package]]
 8803name = "rmp"
 8804version = "0.8.12"
 8805source = "registry+https://github.com/rust-lang/crates.io-index"
 8806checksum = "7f9860a6cc38ed1da53456442089b4dfa35e7cedaa326df63017af88385e6b20"
 8807dependencies = [
 8808 "byteorder",
 8809 "num-traits",
 8810 "paste",
 8811]
 8812
 8813[[package]]
 8814name = "rmpv"
 8815version = "1.0.1"
 8816source = "registry+https://github.com/rust-lang/crates.io-index"
 8817checksum = "2e0e0214a4a2b444ecce41a4025792fc31f77c7bb89c46d253953ea8c65701ec"
 8818dependencies = [
 8819 "num-traits",
 8820 "rmp",
 8821]
 8822
 8823[[package]]
 8824name = "rodio"
 8825version = "0.17.1"
 8826source = "registry+https://github.com/rust-lang/crates.io-index"
 8827checksum = "bdf1d4dea18dff2e9eb6dca123724f8b60ef44ad74a9ad283cdfe025df7e73fa"
 8828dependencies = [
 8829 "cpal",
 8830 "hound",
 8831]
 8832
 8833[[package]]
 8834name = "rope"
 8835version = "0.1.0"
 8836dependencies = [
 8837 "arrayvec",
 8838 "criterion",
 8839 "gpui",
 8840 "log",
 8841 "rand 0.8.5",
 8842 "smallvec",
 8843 "sum_tree",
 8844 "unicode-segmentation",
 8845 "util",
 8846]
 8847
 8848[[package]]
 8849name = "roxmltree"
 8850version = "0.19.0"
 8851source = "registry+https://github.com/rust-lang/crates.io-index"
 8852checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
 8853
 8854[[package]]
 8855name = "rpc"
 8856version = "0.1.0"
 8857dependencies = [
 8858 "anyhow",
 8859 "async-tungstenite",
 8860 "base64 0.13.1",
 8861 "chrono",
 8862 "collections",
 8863 "env_logger",
 8864 "futures 0.3.28",
 8865 "gpui",
 8866 "parking_lot",
 8867 "proto",
 8868 "rand 0.8.5",
 8869 "rsa 0.4.0",
 8870 "serde",
 8871 "serde_json",
 8872 "strum",
 8873 "tracing",
 8874 "util",
 8875 "zstd",
 8876]
 8877
 8878[[package]]
 8879name = "rsa"
 8880version = "0.4.0"
 8881source = "registry+https://github.com/rust-lang/crates.io-index"
 8882checksum = "68ef841a26fc5d040ced0417c6c6a64ee851f42489df11cdf0218e545b6f8d28"
 8883dependencies = [
 8884 "byteorder",
 8885 "digest 0.9.0",
 8886 "lazy_static",
 8887 "num-bigint-dig 0.7.1",
 8888 "num-integer",
 8889 "num-iter",
 8890 "num-traits",
 8891 "pem",
 8892 "rand 0.8.5",
 8893 "simple_asn1",
 8894 "subtle",
 8895 "zeroize",
 8896]
 8897
 8898[[package]]
 8899name = "rsa"
 8900version = "0.9.2"
 8901source = "registry+https://github.com/rust-lang/crates.io-index"
 8902checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8"
 8903dependencies = [
 8904 "byteorder",
 8905 "const-oid",
 8906 "digest 0.10.7",
 8907 "num-bigint-dig 0.8.4",
 8908 "num-integer",
 8909 "num-iter",
 8910 "num-traits",
 8911 "pkcs1",
 8912 "pkcs8 0.10.2",
 8913 "rand_core 0.6.4",
 8914 "signature 2.1.0",
 8915 "spki 0.7.2",
 8916 "subtle",
 8917 "zeroize",
 8918]
 8919
 8920[[package]]
 8921name = "runtimelib"
 8922version = "0.12.0"
 8923source = "registry+https://github.com/rust-lang/crates.io-index"
 8924checksum = "10a4a788465cf51b7ac8f36e4e4ca3dd26013dcddd5ba8376f98752278244294"
 8925dependencies = [
 8926 "anyhow",
 8927 "async-dispatcher",
 8928 "async-std",
 8929 "base64 0.22.0",
 8930 "bytes 1.5.0",
 8931 "chrono",
 8932 "data-encoding",
 8933 "dirs 5.0.1",
 8934 "futures 0.3.28",
 8935 "glob",
 8936 "rand 0.8.5",
 8937 "ring",
 8938 "serde",
 8939 "serde_json",
 8940 "shellexpand 3.1.0",
 8941 "smol",
 8942 "uuid",
 8943 "zeromq",
 8944]
 8945
 8946[[package]]
 8947name = "rust-embed"
 8948version = "8.4.0"
 8949source = "registry+https://github.com/rust-lang/crates.io-index"
 8950checksum = "19549741604902eb99a7ed0ee177a0663ee1eda51a29f71401f166e47e77806a"
 8951dependencies = [
 8952 "rust-embed-impl",
 8953 "rust-embed-utils",
 8954 "walkdir",
 8955]
 8956
 8957[[package]]
 8958name = "rust-embed-impl"
 8959version = "8.4.0"
 8960source = "registry+https://github.com/rust-lang/crates.io-index"
 8961checksum = "cb9f96e283ec64401f30d3df8ee2aaeb2561f34c824381efa24a35f79bf40ee4"
 8962dependencies = [
 8963 "proc-macro2",
 8964 "quote",
 8965 "rust-embed-utils",
 8966 "syn 2.0.59",
 8967 "walkdir",
 8968]
 8969
 8970[[package]]
 8971name = "rust-embed-utils"
 8972version = "8.4.0"
 8973source = "registry+https://github.com/rust-lang/crates.io-index"
 8974checksum = "38c74a686185620830701348de757fd36bef4aa9680fd23c49fc539ddcc1af32"
 8975dependencies = [
 8976 "globset",
 8977 "sha2 0.10.7",
 8978 "walkdir",
 8979]
 8980
 8981[[package]]
 8982name = "rust_decimal"
 8983version = "1.32.0"
 8984source = "registry+https://github.com/rust-lang/crates.io-index"
 8985checksum = "a4c4216490d5a413bc6d10fa4742bd7d4955941d062c0ef873141d6b0e7b30fd"
 8986dependencies = [
 8987 "arrayvec",
 8988 "borsh",
 8989 "bytes 1.5.0",
 8990 "num-traits",
 8991 "rand 0.8.5",
 8992 "rkyv",
 8993 "serde",
 8994 "serde_json",
 8995]
 8996
 8997[[package]]
 8998name = "rustc-demangle"
 8999version = "0.1.23"
 9000source = "registry+https://github.com/rust-lang/crates.io-index"
 9001checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
 9002
 9003[[package]]
 9004name = "rustc-hash"
 9005version = "1.1.0"
 9006source = "registry+https://github.com/rust-lang/crates.io-index"
 9007checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
 9008
 9009[[package]]
 9010name = "rustc_version"
 9011version = "0.4.0"
 9012source = "registry+https://github.com/rust-lang/crates.io-index"
 9013checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
 9014dependencies = [
 9015 "semver",
 9016]
 9017
 9018[[package]]
 9019name = "rustix"
 9020version = "0.37.23"
 9021source = "registry+https://github.com/rust-lang/crates.io-index"
 9022checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
 9023dependencies = [
 9024 "bitflags 1.3.2",
 9025 "errno 0.3.8",
 9026 "io-lifetimes 1.0.11",
 9027 "libc",
 9028 "linux-raw-sys 0.3.8",
 9029 "windows-sys 0.48.0",
 9030]
 9031
 9032[[package]]
 9033name = "rustix"
 9034version = "0.38.32"
 9035source = "registry+https://github.com/rust-lang/crates.io-index"
 9036checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
 9037dependencies = [
 9038 "bitflags 2.4.2",
 9039 "errno 0.3.8",
 9040 "itoa",
 9041 "libc",
 9042 "linux-raw-sys 0.4.12",
 9043 "once_cell",
 9044 "windows-sys 0.52.0",
 9045]
 9046
 9047[[package]]
 9048name = "rustix-openpty"
 9049version = "0.1.1"
 9050source = "registry+https://github.com/rust-lang/crates.io-index"
 9051checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
 9052dependencies = [
 9053 "errno 0.3.8",
 9054 "libc",
 9055 "rustix 0.38.32",
 9056]
 9057
 9058[[package]]
 9059name = "rustls"
 9060version = "0.21.12"
 9061source = "registry+https://github.com/rust-lang/crates.io-index"
 9062checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
 9063dependencies = [
 9064 "log",
 9065 "ring",
 9066 "rustls-webpki",
 9067 "sct",
 9068]
 9069
 9070[[package]]
 9071name = "rustls-native-certs"
 9072version = "0.6.3"
 9073source = "registry+https://github.com/rust-lang/crates.io-index"
 9074checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
 9075dependencies = [
 9076 "openssl-probe",
 9077 "rustls-pemfile",
 9078 "schannel",
 9079 "security-framework",
 9080]
 9081
 9082[[package]]
 9083name = "rustls-pemfile"
 9084version = "1.0.3"
 9085source = "registry+https://github.com/rust-lang/crates.io-index"
 9086checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
 9087dependencies = [
 9088 "base64 0.21.7",
 9089]
 9090
 9091[[package]]
 9092name = "rustls-webpki"
 9093version = "0.101.7"
 9094source = "registry+https://github.com/rust-lang/crates.io-index"
 9095checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
 9096dependencies = [
 9097 "ring",
 9098 "untrusted",
 9099]
 9100
 9101[[package]]
 9102name = "rustversion"
 9103version = "1.0.14"
 9104source = "registry+https://github.com/rust-lang/crates.io-index"
 9105checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
 9106
 9107[[package]]
 9108name = "rustybuzz"
 9109version = "0.14.1"
 9110source = "registry+https://github.com/rust-lang/crates.io-index"
 9111checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
 9112dependencies = [
 9113 "bitflags 2.4.2",
 9114 "bytemuck",
 9115 "libm",
 9116 "smallvec",
 9117 "ttf-parser",
 9118 "unicode-bidi-mirroring",
 9119 "unicode-ccc",
 9120 "unicode-properties",
 9121 "unicode-script",
 9122]
 9123
 9124[[package]]
 9125name = "ryu"
 9126version = "1.0.18"
 9127source = "registry+https://github.com/rust-lang/crates.io-index"
 9128checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
 9129
 9130[[package]]
 9131name = "safemem"
 9132version = "0.3.3"
 9133source = "registry+https://github.com/rust-lang/crates.io-index"
 9134checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
 9135
 9136[[package]]
 9137name = "salsa20"
 9138version = "0.8.1"
 9139source = "registry+https://github.com/rust-lang/crates.io-index"
 9140checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"
 9141dependencies = [
 9142 "cipher 0.3.0",
 9143]
 9144
 9145[[package]]
 9146name = "same-file"
 9147version = "1.0.6"
 9148source = "registry+https://github.com/rust-lang/crates.io-index"
 9149checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
 9150dependencies = [
 9151 "winapi-util",
 9152]
 9153
 9154[[package]]
 9155name = "schannel"
 9156version = "0.1.22"
 9157source = "registry+https://github.com/rust-lang/crates.io-index"
 9158checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
 9159dependencies = [
 9160 "windows-sys 0.48.0",
 9161]
 9162
 9163[[package]]
 9164name = "schemars"
 9165version = "0.8.15"
 9166source = "registry+https://github.com/rust-lang/crates.io-index"
 9167checksum = "1f7b0ce13155372a76ee2e1c5ffba1fe61ede73fbea5630d61eee6fac4929c0c"
 9168dependencies = [
 9169 "dyn-clone",
 9170 "indexmap 1.9.3",
 9171 "schemars_derive",
 9172 "serde",
 9173 "serde_json",
 9174]
 9175
 9176[[package]]
 9177name = "schemars_derive"
 9178version = "0.8.15"
 9179source = "registry+https://github.com/rust-lang/crates.io-index"
 9180checksum = "e85e2a16b12bdb763244c69ab79363d71db2b4b918a2def53f80b02e0574b13c"
 9181dependencies = [
 9182 "proc-macro2",
 9183 "quote",
 9184 "serde_derive_internals",
 9185 "syn 1.0.109",
 9186]
 9187
 9188[[package]]
 9189name = "scoped-tls"
 9190version = "1.0.1"
 9191source = "registry+https://github.com/rust-lang/crates.io-index"
 9192checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
 9193
 9194[[package]]
 9195name = "scopeguard"
 9196version = "1.2.0"
 9197source = "registry+https://github.com/rust-lang/crates.io-index"
 9198checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
 9199
 9200[[package]]
 9201name = "scrypt"
 9202version = "0.7.0"
 9203source = "registry+https://github.com/rust-lang/crates.io-index"
 9204checksum = "879588d8f90906e73302547e20fffefdd240eb3e0e744e142321f5d49dea0518"
 9205dependencies = [
 9206 "base64ct",
 9207 "hmac 0.11.0",
 9208 "password-hash",
 9209 "pbkdf2 0.8.0",
 9210 "salsa20",
 9211 "sha2 0.9.9",
 9212]
 9213
 9214[[package]]
 9215name = "sct"
 9216version = "0.7.1"
 9217source = "registry+https://github.com/rust-lang/crates.io-index"
 9218checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
 9219dependencies = [
 9220 "ring",
 9221 "untrusted",
 9222]
 9223
 9224[[package]]
 9225name = "sea-bae"
 9226version = "0.2.0"
 9227source = "registry+https://github.com/rust-lang/crates.io-index"
 9228checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
 9229dependencies = [
 9230 "heck 0.4.1",
 9231 "proc-macro-error",
 9232 "proc-macro2",
 9233 "quote",
 9234 "syn 2.0.59",
 9235]
 9236
 9237[[package]]
 9238name = "sea-orm"
 9239version = "0.12.3"
 9240source = "registry+https://github.com/rust-lang/crates.io-index"
 9241checksum = "da5b2d70c255bc5cbe1d49f69c3c8eadae0fbbaeb18ee978edbf2f75775cb94d"
 9242dependencies = [
 9243 "async-stream",
 9244 "async-trait",
 9245 "bigdecimal",
 9246 "chrono",
 9247 "futures 0.3.28",
 9248 "log",
 9249 "ouroboros",
 9250 "rust_decimal",
 9251 "sea-orm-macros",
 9252 "sea-query",
 9253 "sea-query-binder",
 9254 "serde",
 9255 "serde_json",
 9256 "sqlx",
 9257 "strum",
 9258 "thiserror",
 9259 "time",
 9260 "tracing",
 9261 "url",
 9262 "uuid",
 9263]
 9264
 9265[[package]]
 9266name = "sea-orm-macros"
 9267version = "0.12.3"
 9268source = "registry+https://github.com/rust-lang/crates.io-index"
 9269checksum = "d7c8d455fad40194fb9774fdc4810c0f2700ff0dc0e93bd5ce9d641cc3f5dd75"
 9270dependencies = [
 9271 "heck 0.4.1",
 9272 "proc-macro2",
 9273 "quote",
 9274 "sea-bae",
 9275 "syn 2.0.59",
 9276 "unicode-ident",
 9277]
 9278
 9279[[package]]
 9280name = "sea-query"
 9281version = "0.30.2"
 9282source = "registry+https://github.com/rust-lang/crates.io-index"
 9283checksum = "fb3e6bba153bb198646c8762c48414942a38db27d142e44735a133cabddcc820"
 9284dependencies = [
 9285 "bigdecimal",
 9286 "chrono",
 9287 "derivative",
 9288 "inherent",
 9289 "ordered-float 3.9.1",
 9290 "rust_decimal",
 9291 "serde_json",
 9292 "time",
 9293 "uuid",
 9294]
 9295
 9296[[package]]
 9297name = "sea-query-binder"
 9298version = "0.5.0"
 9299source = "registry+https://github.com/rust-lang/crates.io-index"
 9300checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9"
 9301dependencies = [
 9302 "bigdecimal",
 9303 "chrono",
 9304 "rust_decimal",
 9305 "sea-query",
 9306 "serde_json",
 9307 "sqlx",
 9308 "time",
 9309 "uuid",
 9310]
 9311
 9312[[package]]
 9313name = "seahash"
 9314version = "4.1.0"
 9315source = "registry+https://github.com/rust-lang/crates.io-index"
 9316checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
 9317
 9318[[package]]
 9319name = "sealed"
 9320version = "0.4.0"
 9321source = "registry+https://github.com/rust-lang/crates.io-index"
 9322checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
 9323dependencies = [
 9324 "heck 0.3.3",
 9325 "proc-macro2",
 9326 "quote",
 9327 "syn 1.0.109",
 9328]
 9329
 9330[[package]]
 9331name = "search"
 9332version = "0.1.0"
 9333dependencies = [
 9334 "any_vec",
 9335 "anyhow",
 9336 "bitflags 2.4.2",
 9337 "client",
 9338 "collections",
 9339 "editor",
 9340 "futures 0.3.28",
 9341 "gpui",
 9342 "language",
 9343 "menu",
 9344 "project",
 9345 "serde",
 9346 "serde_json",
 9347 "settings",
 9348 "smol",
 9349 "theme",
 9350 "ui",
 9351 "unindent",
 9352 "util",
 9353 "workspace",
 9354]
 9355
 9356[[package]]
 9357name = "sec1"
 9358version = "0.3.0"
 9359source = "registry+https://github.com/rust-lang/crates.io-index"
 9360checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
 9361dependencies = [
 9362 "base16ct",
 9363 "der 0.6.1",
 9364 "generic-array",
 9365 "pkcs8 0.9.0",
 9366 "subtle",
 9367 "zeroize",
 9368]
 9369
 9370[[package]]
 9371name = "security-framework"
 9372version = "2.9.2"
 9373source = "registry+https://github.com/rust-lang/crates.io-index"
 9374checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
 9375dependencies = [
 9376 "bitflags 1.3.2",
 9377 "core-foundation",
 9378 "core-foundation-sys 0.8.6",
 9379 "libc",
 9380 "security-framework-sys",
 9381]
 9382
 9383[[package]]
 9384name = "security-framework-sys"
 9385version = "2.9.1"
 9386source = "registry+https://github.com/rust-lang/crates.io-index"
 9387checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
 9388dependencies = [
 9389 "core-foundation-sys 0.8.6",
 9390 "libc",
 9391]
 9392
 9393[[package]]
 9394name = "self_cell"
 9395version = "1.0.3"
 9396source = "registry+https://github.com/rust-lang/crates.io-index"
 9397checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba"
 9398
 9399[[package]]
 9400name = "semantic_index"
 9401version = "0.1.0"
 9402dependencies = [
 9403 "anyhow",
 9404 "client",
 9405 "clock",
 9406 "collections",
 9407 "env_logger",
 9408 "fs",
 9409 "futures 0.3.28",
 9410 "futures-batch",
 9411 "gpui",
 9412 "heed",
 9413 "http 0.1.0",
 9414 "language",
 9415 "languages",
 9416 "log",
 9417 "open_ai",
 9418 "parking_lot",
 9419 "project",
 9420 "serde",
 9421 "serde_json",
 9422 "settings",
 9423 "sha2 0.10.7",
 9424 "smol",
 9425 "tempfile",
 9426 "theme",
 9427 "tree-sitter",
 9428 "ui",
 9429 "unindent",
 9430 "util",
 9431 "workspace",
 9432 "worktree",
 9433]
 9434
 9435[[package]]
 9436name = "semantic_version"
 9437version = "0.1.0"
 9438dependencies = [
 9439 "anyhow",
 9440 "serde",
 9441]
 9442
 9443[[package]]
 9444name = "semver"
 9445version = "1.0.18"
 9446source = "registry+https://github.com/rust-lang/crates.io-index"
 9447checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
 9448
 9449[[package]]
 9450name = "serde"
 9451version = "1.0.202"
 9452source = "registry+https://github.com/rust-lang/crates.io-index"
 9453checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395"
 9454dependencies = [
 9455 "serde_derive",
 9456]
 9457
 9458[[package]]
 9459name = "serde_derive"
 9460version = "1.0.202"
 9461source = "registry+https://github.com/rust-lang/crates.io-index"
 9462checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838"
 9463dependencies = [
 9464 "proc-macro2",
 9465 "quote",
 9466 "syn 2.0.59",
 9467]
 9468
 9469[[package]]
 9470name = "serde_derive_internals"
 9471version = "0.26.0"
 9472source = "registry+https://github.com/rust-lang/crates.io-index"
 9473checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
 9474dependencies = [
 9475 "proc-macro2",
 9476 "quote",
 9477 "syn 1.0.109",
 9478]
 9479
 9480[[package]]
 9481name = "serde_fmt"
 9482version = "1.0.3"
 9483source = "registry+https://github.com/rust-lang/crates.io-index"
 9484checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
 9485dependencies = [
 9486 "serde",
 9487]
 9488
 9489[[package]]
 9490name = "serde_json"
 9491version = "1.0.117"
 9492source = "registry+https://github.com/rust-lang/crates.io-index"
 9493checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
 9494dependencies = [
 9495 "indexmap 2.2.6",
 9496 "itoa",
 9497 "ryu",
 9498 "serde",
 9499]
 9500
 9501[[package]]
 9502name = "serde_json_lenient"
 9503version = "0.1.7"
 9504source = "registry+https://github.com/rust-lang/crates.io-index"
 9505checksum = "26386958a1344003f2b2bcff51a23fbe70461a478ef29247c6c6ab2c1656f53e"
 9506dependencies = [
 9507 "indexmap 2.2.6",
 9508 "itoa",
 9509 "ryu",
 9510 "serde",
 9511]
 9512
 9513[[package]]
 9514name = "serde_path_to_error"
 9515version = "0.1.15"
 9516source = "registry+https://github.com/rust-lang/crates.io-index"
 9517checksum = "ebd154a240de39fdebcf5775d2675c204d7c13cf39a4c697be6493c8e734337c"
 9518dependencies = [
 9519 "itoa",
 9520 "serde",
 9521]
 9522
 9523[[package]]
 9524name = "serde_repr"
 9525version = "0.1.16"
 9526source = "registry+https://github.com/rust-lang/crates.io-index"
 9527checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
 9528dependencies = [
 9529 "proc-macro2",
 9530 "quote",
 9531 "syn 2.0.59",
 9532]
 9533
 9534[[package]]
 9535name = "serde_spanned"
 9536version = "0.6.5"
 9537source = "registry+https://github.com/rust-lang/crates.io-index"
 9538checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
 9539dependencies = [
 9540 "serde",
 9541]
 9542
 9543[[package]]
 9544name = "serde_urlencoded"
 9545version = "0.7.1"
 9546source = "registry+https://github.com/rust-lang/crates.io-index"
 9547checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
 9548dependencies = [
 9549 "form_urlencoded",
 9550 "itoa",
 9551 "ryu",
 9552 "serde",
 9553]
 9554
 9555[[package]]
 9556name = "settings"
 9557version = "0.1.0"
 9558dependencies = [
 9559 "anyhow",
 9560 "collections",
 9561 "fs",
 9562 "futures 0.3.28",
 9563 "gpui",
 9564 "indoc",
 9565 "lazy_static",
 9566 "paths",
 9567 "pretty_assertions",
 9568 "release_channel",
 9569 "rust-embed",
 9570 "schemars",
 9571 "serde",
 9572 "serde_derive",
 9573 "serde_json",
 9574 "serde_json_lenient",
 9575 "smallvec",
 9576 "tree-sitter",
 9577 "tree-sitter-json",
 9578 "unindent",
 9579 "util",
 9580]
 9581
 9582[[package]]
 9583name = "sha-1"
 9584version = "0.9.8"
 9585source = "registry+https://github.com/rust-lang/crates.io-index"
 9586checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
 9587dependencies = [
 9588 "block-buffer 0.9.0",
 9589 "cfg-if",
 9590 "cpufeatures",
 9591 "digest 0.9.0",
 9592 "opaque-debug",
 9593]
 9594
 9595[[package]]
 9596name = "sha1"
 9597version = "0.10.6"
 9598source = "registry+https://github.com/rust-lang/crates.io-index"
 9599checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
 9600dependencies = [
 9601 "cfg-if",
 9602 "cpufeatures",
 9603 "digest 0.10.7",
 9604]
 9605
 9606[[package]]
 9607name = "sha1_smol"
 9608version = "1.0.0"
 9609source = "registry+https://github.com/rust-lang/crates.io-index"
 9610checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
 9611
 9612[[package]]
 9613name = "sha2"
 9614version = "0.9.9"
 9615source = "registry+https://github.com/rust-lang/crates.io-index"
 9616checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
 9617dependencies = [
 9618 "block-buffer 0.9.0",
 9619 "cfg-if",
 9620 "cpufeatures",
 9621 "digest 0.9.0",
 9622 "opaque-debug",
 9623]
 9624
 9625[[package]]
 9626name = "sha2"
 9627version = "0.10.7"
 9628source = "registry+https://github.com/rust-lang/crates.io-index"
 9629checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
 9630dependencies = [
 9631 "cfg-if",
 9632 "cpufeatures",
 9633 "digest 0.10.7",
 9634]
 9635
 9636[[package]]
 9637name = "sharded-slab"
 9638version = "0.1.4"
 9639source = "registry+https://github.com/rust-lang/crates.io-index"
 9640checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
 9641dependencies = [
 9642 "lazy_static",
 9643]
 9644
 9645[[package]]
 9646name = "shell-words"
 9647version = "1.1.0"
 9648source = "registry+https://github.com/rust-lang/crates.io-index"
 9649checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
 9650
 9651[[package]]
 9652name = "shellexpand"
 9653version = "2.1.2"
 9654source = "registry+https://github.com/rust-lang/crates.io-index"
 9655checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
 9656dependencies = [
 9657 "dirs 4.0.0",
 9658]
 9659
 9660[[package]]
 9661name = "shellexpand"
 9662version = "3.1.0"
 9663source = "registry+https://github.com/rust-lang/crates.io-index"
 9664checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
 9665dependencies = [
 9666 "dirs 5.0.1",
 9667]
 9668
 9669[[package]]
 9670name = "shlex"
 9671version = "1.3.0"
 9672source = "registry+https://github.com/rust-lang/crates.io-index"
 9673checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
 9674
 9675[[package]]
 9676name = "signal-hook"
 9677version = "0.3.17"
 9678source = "registry+https://github.com/rust-lang/crates.io-index"
 9679checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
 9680dependencies = [
 9681 "libc",
 9682 "signal-hook-registry",
 9683]
 9684
 9685[[package]]
 9686name = "signal-hook-registry"
 9687version = "1.4.1"
 9688source = "registry+https://github.com/rust-lang/crates.io-index"
 9689checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
 9690dependencies = [
 9691 "libc",
 9692]
 9693
 9694[[package]]
 9695name = "signature"
 9696version = "1.6.4"
 9697source = "registry+https://github.com/rust-lang/crates.io-index"
 9698checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
 9699dependencies = [
 9700 "digest 0.10.7",
 9701 "rand_core 0.6.4",
 9702]
 9703
 9704[[package]]
 9705name = "signature"
 9706version = "2.1.0"
 9707source = "registry+https://github.com/rust-lang/crates.io-index"
 9708checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
 9709dependencies = [
 9710 "digest 0.10.7",
 9711 "rand_core 0.6.4",
 9712]
 9713
 9714[[package]]
 9715name = "simd-adler32"
 9716version = "0.3.7"
 9717source = "registry+https://github.com/rust-lang/crates.io-index"
 9718checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
 9719
 9720[[package]]
 9721name = "simd_helpers"
 9722version = "0.1.0"
 9723source = "registry+https://github.com/rust-lang/crates.io-index"
 9724checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
 9725dependencies = [
 9726 "quote",
 9727]
 9728
 9729[[package]]
 9730name = "simdutf8"
 9731version = "0.1.4"
 9732source = "registry+https://github.com/rust-lang/crates.io-index"
 9733checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
 9734
 9735[[package]]
 9736name = "similar"
 9737version = "1.3.0"
 9738source = "registry+https://github.com/rust-lang/crates.io-index"
 9739checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
 9740
 9741[[package]]
 9742name = "simple_asn1"
 9743version = "0.5.4"
 9744source = "registry+https://github.com/rust-lang/crates.io-index"
 9745checksum = "8eb4ea60fb301dc81dfc113df680571045d375ab7345d171c5dc7d7e13107a80"
 9746dependencies = [
 9747 "chrono",
 9748 "num-bigint",
 9749 "num-traits",
 9750 "thiserror",
 9751]
 9752
 9753[[package]]
 9754name = "simplecss"
 9755version = "0.2.1"
 9756source = "registry+https://github.com/rust-lang/crates.io-index"
 9757checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
 9758dependencies = [
 9759 "log",
 9760]
 9761
 9762[[package]]
 9763name = "simplelog"
 9764version = "0.9.0"
 9765source = "registry+https://github.com/rust-lang/crates.io-index"
 9766checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
 9767dependencies = [
 9768 "chrono",
 9769 "log",
 9770 "termcolor",
 9771]
 9772
 9773[[package]]
 9774name = "siphasher"
 9775version = "0.3.11"
 9776source = "registry+https://github.com/rust-lang/crates.io-index"
 9777checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
 9778
 9779[[package]]
 9780name = "siphasher"
 9781version = "1.0.1"
 9782source = "registry+https://github.com/rust-lang/crates.io-index"
 9783checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
 9784
 9785[[package]]
 9786name = "skrifa"
 9787version = "0.19.3"
 9788source = "registry+https://github.com/rust-lang/crates.io-index"
 9789checksum = "0ab45fb68b53576a43d4fc0e9ec8ea64e29a4d2cc7f44506964cb75f288222e9"
 9790dependencies = [
 9791 "bytemuck",
 9792 "read-fonts",
 9793]
 9794
 9795[[package]]
 9796name = "slab"
 9797version = "0.4.9"
 9798source = "registry+https://github.com/rust-lang/crates.io-index"
 9799checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
 9800dependencies = [
 9801 "autocfg",
 9802]
 9803
 9804[[package]]
 9805name = "slice-group-by"
 9806version = "0.3.1"
 9807source = "registry+https://github.com/rust-lang/crates.io-index"
 9808checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
 9809
 9810[[package]]
 9811name = "slotmap"
 9812version = "1.0.6"
 9813source = "registry+https://github.com/rust-lang/crates.io-index"
 9814checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
 9815dependencies = [
 9816 "version_check",
 9817]
 9818
 9819[[package]]
 9820name = "sluice"
 9821version = "0.5.5"
 9822source = "registry+https://github.com/rust-lang/crates.io-index"
 9823checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
 9824dependencies = [
 9825 "async-channel 1.9.0",
 9826 "futures-core",
 9827 "futures-io",
 9828]
 9829
 9830[[package]]
 9831name = "smallvec"
 9832version = "1.11.1"
 9833source = "registry+https://github.com/rust-lang/crates.io-index"
 9834checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
 9835
 9836[[package]]
 9837name = "smol"
 9838version = "1.3.0"
 9839source = "registry+https://github.com/rust-lang/crates.io-index"
 9840checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
 9841dependencies = [
 9842 "async-channel 1.9.0",
 9843 "async-executor",
 9844 "async-fs 1.6.0",
 9845 "async-io 1.13.0",
 9846 "async-lock 2.8.0",
 9847 "async-net 1.7.0",
 9848 "async-process 1.7.0",
 9849 "blocking",
 9850 "futures-lite 1.13.0",
 9851]
 9852
 9853[[package]]
 9854name = "snippet"
 9855version = "0.1.0"
 9856dependencies = [
 9857 "anyhow",
 9858 "smallvec",
 9859]
 9860
 9861[[package]]
 9862name = "snippet_provider"
 9863version = "0.1.0"
 9864dependencies = [
 9865 "anyhow",
 9866 "collections",
 9867 "fs",
 9868 "futures 0.3.28",
 9869 "gpui",
 9870 "serde",
 9871 "serde_json",
 9872 "snippet",
 9873 "util",
 9874]
 9875
 9876[[package]]
 9877name = "socket2"
 9878version = "0.4.9"
 9879source = "registry+https://github.com/rust-lang/crates.io-index"
 9880checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
 9881dependencies = [
 9882 "libc",
 9883 "winapi",
 9884]
 9885
 9886[[package]]
 9887name = "socket2"
 9888version = "0.5.7"
 9889source = "registry+https://github.com/rust-lang/crates.io-index"
 9890checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
 9891dependencies = [
 9892 "libc",
 9893 "windows-sys 0.52.0",
 9894]
 9895
 9896[[package]]
 9897name = "spdx"
 9898version = "0.10.4"
 9899source = "registry+https://github.com/rust-lang/crates.io-index"
 9900checksum = "29ef1a0fa1e39ac22972c8db23ff89aea700ab96aa87114e1fb55937a631a0c9"
 9901dependencies = [
 9902 "smallvec",
 9903]
 9904
 9905[[package]]
 9906name = "spin"
 9907version = "0.5.2"
 9908source = "registry+https://github.com/rust-lang/crates.io-index"
 9909checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
 9910
 9911[[package]]
 9912name = "spin"
 9913version = "0.9.8"
 9914source = "registry+https://github.com/rust-lang/crates.io-index"
 9915checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
 9916dependencies = [
 9917 "lock_api",
 9918]
 9919
 9920[[package]]
 9921name = "spirv"
 9922version = "0.2.0+1.5.4"
 9923source = "registry+https://github.com/rust-lang/crates.io-index"
 9924checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
 9925dependencies = [
 9926 "bitflags 1.3.2",
 9927 "num-traits",
 9928]
 9929
 9930[[package]]
 9931name = "spki"
 9932version = "0.6.0"
 9933source = "registry+https://github.com/rust-lang/crates.io-index"
 9934checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
 9935dependencies = [
 9936 "base64ct",
 9937 "der 0.6.1",
 9938]
 9939
 9940[[package]]
 9941name = "spki"
 9942version = "0.7.2"
 9943source = "registry+https://github.com/rust-lang/crates.io-index"
 9944checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
 9945dependencies = [
 9946 "base64ct",
 9947 "der 0.7.8",
 9948]
 9949
 9950[[package]]
 9951name = "sptr"
 9952version = "0.3.2"
 9953source = "registry+https://github.com/rust-lang/crates.io-index"
 9954checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
 9955
 9956[[package]]
 9957name = "sqlez"
 9958version = "0.1.0"
 9959dependencies = [
 9960 "anyhow",
 9961 "collections",
 9962 "futures 0.3.28",
 9963 "indoc",
 9964 "lazy_static",
 9965 "libsqlite3-sys",
 9966 "parking_lot",
 9967 "smol",
 9968 "thread_local",
 9969 "util",
 9970 "uuid",
 9971]
 9972
 9973[[package]]
 9974name = "sqlez_macros"
 9975version = "0.1.0"
 9976dependencies = [
 9977 "lazy_static",
 9978 "sqlez",
 9979 "sqlformat",
 9980 "syn 1.0.109",
 9981]
 9982
 9983[[package]]
 9984name = "sqlformat"
 9985version = "0.2.2"
 9986source = "registry+https://github.com/rust-lang/crates.io-index"
 9987checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85"
 9988dependencies = [
 9989 "itertools 0.11.0",
 9990 "nom",
 9991 "unicode_categories",
 9992]
 9993
 9994[[package]]
 9995name = "sqlx"
 9996version = "0.7.2"
 9997source = "registry+https://github.com/rust-lang/crates.io-index"
 9998checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33"
 9999dependencies = [
10000 "sqlx-core",
10001 "sqlx-macros",
10002 "sqlx-mysql",
10003 "sqlx-postgres",
10004 "sqlx-sqlite",
10005]
10006
10007[[package]]
10008name = "sqlx-core"
10009version = "0.7.2"
10010source = "registry+https://github.com/rust-lang/crates.io-index"
10011checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d"
10012dependencies = [
10013 "ahash 0.8.8",
10014 "atoi",
10015 "bigdecimal",
10016 "byteorder",
10017 "bytes 1.5.0",
10018 "chrono",
10019 "crc",
10020 "crossbeam-queue",
10021 "dotenvy",
10022 "either",
10023 "event-listener 2.5.3",
10024 "futures-channel",
10025 "futures-core",
10026 "futures-intrusive",
10027 "futures-io",
10028 "futures-util",
10029 "hashlink",
10030 "hex",
10031 "indexmap 2.2.6",
10032 "log",
10033 "memchr",
10034 "once_cell",
10035 "paste",
10036 "percent-encoding",
10037 "rust_decimal",
10038 "rustls",
10039 "rustls-pemfile",
10040 "serde",
10041 "serde_json",
10042 "sha2 0.10.7",
10043 "smallvec",
10044 "sqlformat",
10045 "thiserror",
10046 "time",
10047 "tokio",
10048 "tokio-stream",
10049 "tracing",
10050 "url",
10051 "uuid",
10052 "webpki-roots",
10053]
10054
10055[[package]]
10056name = "sqlx-macros"
10057version = "0.7.2"
10058source = "registry+https://github.com/rust-lang/crates.io-index"
10059checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec"
10060dependencies = [
10061 "proc-macro2",
10062 "quote",
10063 "sqlx-core",
10064 "sqlx-macros-core",
10065 "syn 1.0.109",
10066]
10067
10068[[package]]
10069name = "sqlx-macros-core"
10070version = "0.7.2"
10071source = "registry+https://github.com/rust-lang/crates.io-index"
10072checksum = "0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc"
10073dependencies = [
10074 "dotenvy",
10075 "either",
10076 "heck 0.4.1",
10077 "hex",
10078 "once_cell",
10079 "proc-macro2",
10080 "quote",
10081 "serde",
10082 "serde_json",
10083 "sha2 0.10.7",
10084 "sqlx-core",
10085 "sqlx-mysql",
10086 "sqlx-postgres",
10087 "sqlx-sqlite",
10088 "syn 1.0.109",
10089 "tempfile",
10090 "tokio",
10091 "url",
10092]
10093
10094[[package]]
10095name = "sqlx-mysql"
10096version = "0.7.2"
10097source = "registry+https://github.com/rust-lang/crates.io-index"
10098checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db"
10099dependencies = [
10100 "atoi",
10101 "base64 0.21.7",
10102 "bigdecimal",
10103 "bitflags 2.4.2",
10104 "byteorder",
10105 "bytes 1.5.0",
10106 "chrono",
10107 "crc",
10108 "digest 0.10.7",
10109 "dotenvy",
10110 "either",
10111 "futures-channel",
10112 "futures-core",
10113 "futures-io",
10114 "futures-util",
10115 "generic-array",
10116 "hex",
10117 "hkdf",
10118 "hmac 0.12.1",
10119 "itoa",
10120 "log",
10121 "md-5",
10122 "memchr",
10123 "once_cell",
10124 "percent-encoding",
10125 "rand 0.8.5",
10126 "rsa 0.9.2",
10127 "rust_decimal",
10128 "serde",
10129 "sha1",
10130 "sha2 0.10.7",
10131 "smallvec",
10132 "sqlx-core",
10133 "stringprep",
10134 "thiserror",
10135 "time",
10136 "tracing",
10137 "uuid",
10138 "whoami",
10139]
10140
10141[[package]]
10142name = "sqlx-postgres"
10143version = "0.7.2"
10144source = "registry+https://github.com/rust-lang/crates.io-index"
10145checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624"
10146dependencies = [
10147 "atoi",
10148 "base64 0.21.7",
10149 "bigdecimal",
10150 "bitflags 2.4.2",
10151 "byteorder",
10152 "chrono",
10153 "crc",
10154 "dotenvy",
10155 "etcetera",
10156 "futures-channel",
10157 "futures-core",
10158 "futures-io",
10159 "futures-util",
10160 "hex",
10161 "hkdf",
10162 "hmac 0.12.1",
10163 "home",
10164 "itoa",
10165 "log",
10166 "md-5",
10167 "memchr",
10168 "num-bigint",
10169 "once_cell",
10170 "rand 0.8.5",
10171 "rust_decimal",
10172 "serde",
10173 "serde_json",
10174 "sha1",
10175 "sha2 0.10.7",
10176 "smallvec",
10177 "sqlx-core",
10178 "stringprep",
10179 "thiserror",
10180 "time",
10181 "tracing",
10182 "uuid",
10183 "whoami",
10184]
10185
10186[[package]]
10187name = "sqlx-sqlite"
10188version = "0.7.2"
10189source = "registry+https://github.com/rust-lang/crates.io-index"
10190checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f"
10191dependencies = [
10192 "atoi",
10193 "chrono",
10194 "flume",
10195 "futures-channel",
10196 "futures-core",
10197 "futures-executor",
10198 "futures-intrusive",
10199 "futures-util",
10200 "libsqlite3-sys",
10201 "log",
10202 "percent-encoding",
10203 "serde",
10204 "sqlx-core",
10205 "time",
10206 "tracing",
10207 "url",
10208 "uuid",
10209]
10210
10211[[package]]
10212name = "stable_deref_trait"
10213version = "1.2.0"
10214source = "registry+https://github.com/rust-lang/crates.io-index"
10215checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
10216
10217[[package]]
10218name = "static_assertions"
10219version = "1.1.0"
10220source = "registry+https://github.com/rust-lang/crates.io-index"
10221checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
10222
10223[[package]]
10224name = "story"
10225version = "0.1.0"
10226dependencies = [
10227 "gpui",
10228 "itertools 0.10.5",
10229 "smallvec",
10230]
10231
10232[[package]]
10233name = "storybook"
10234version = "0.1.0"
10235dependencies = [
10236 "anyhow",
10237 "clap 4.4.4",
10238 "collab_ui",
10239 "ctrlc",
10240 "dialoguer",
10241 "editor",
10242 "fuzzy",
10243 "gpui",
10244 "indoc",
10245 "language",
10246 "log",
10247 "menu",
10248 "picker",
10249 "project",
10250 "rust-embed",
10251 "settings",
10252 "simplelog",
10253 "story",
10254 "strum",
10255 "theme",
10256 "title_bar",
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_input"
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.144.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.3"
13696dependencies = [
13697 "zed_extension_api 0.0.6",
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 "html_to_markdown 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
13783 "zed_extension_api 0.0.7",
13784]
13785
13786[[package]]
13787name = "zed_glsl"
13788version = "0.1.0"
13789dependencies = [
13790 "zed_extension_api 0.0.6",
13791]
13792
13793[[package]]
13794name = "zed_haskell"
13795version = "0.1.0"
13796dependencies = [
13797 "zed_extension_api 0.0.6",
13798]
13799
13800[[package]]
13801name = "zed_html"
13802version = "0.1.1"
13803dependencies = [
13804 "zed_extension_api 0.0.6",
13805]
13806
13807[[package]]
13808name = "zed_lua"
13809version = "0.0.3"
13810dependencies = [
13811 "zed_extension_api 0.0.6",
13812]
13813
13814[[package]]
13815name = "zed_ocaml"
13816version = "0.0.2"
13817dependencies = [
13818 "zed_extension_api 0.0.6",
13819]
13820
13821[[package]]
13822name = "zed_php"
13823version = "0.0.6"
13824dependencies = [
13825 "zed_extension_api 0.0.4",
13826]
13827
13828[[package]]
13829name = "zed_prisma"
13830version = "0.0.3"
13831dependencies = [
13832 "zed_extension_api 0.0.4",
13833]
13834
13835[[package]]
13836name = "zed_purescript"
13837version = "0.0.1"
13838dependencies = [
13839 "zed_extension_api 0.0.4",
13840]
13841
13842[[package]]
13843name = "zed_ruby"
13844version = "0.0.6"
13845dependencies = [
13846 "zed_extension_api 0.0.6",
13847]
13848
13849[[package]]
13850name = "zed_snippets"
13851version = "0.0.5"
13852dependencies = [
13853 "serde_json",
13854 "zed_extension_api 0.0.6",
13855]
13856
13857[[package]]
13858name = "zed_svelte"
13859version = "0.0.1"
13860dependencies = [
13861 "zed_extension_api 0.0.6",
13862]
13863
13864[[package]]
13865name = "zed_terraform"
13866version = "0.0.3"
13867dependencies = [
13868 "zed_extension_api 0.0.6",
13869]
13870
13871[[package]]
13872name = "zed_test_extension"
13873version = "0.1.0"
13874dependencies = [
13875 "zed_extension_api 0.0.6",
13876]
13877
13878[[package]]
13879name = "zed_toml"
13880version = "0.1.1"
13881dependencies = [
13882 "zed_extension_api 0.0.6",
13883]
13884
13885[[package]]
13886name = "zed_uiua"
13887version = "0.0.1"
13888dependencies = [
13889 "zed_extension_api 0.0.4",
13890]
13891
13892[[package]]
13893name = "zed_vue"
13894version = "0.0.3"
13895dependencies = [
13896 "zed_extension_api 0.0.6",
13897]
13898
13899[[package]]
13900name = "zed_zig"
13901version = "0.1.3"
13902dependencies = [
13903 "zed_extension_api 0.0.7",
13904]
13905
13906[[package]]
13907name = "zeno"
13908version = "0.2.3"
13909source = "registry+https://github.com/rust-lang/crates.io-index"
13910checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
13911
13912[[package]]
13913name = "zerocopy"
13914version = "0.7.32"
13915source = "registry+https://github.com/rust-lang/crates.io-index"
13916checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
13917dependencies = [
13918 "zerocopy-derive",
13919]
13920
13921[[package]]
13922name = "zerocopy-derive"
13923version = "0.7.32"
13924source = "registry+https://github.com/rust-lang/crates.io-index"
13925checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
13926dependencies = [
13927 "proc-macro2",
13928 "quote",
13929 "syn 2.0.59",
13930]
13931
13932[[package]]
13933name = "zeroize"
13934version = "1.6.0"
13935source = "registry+https://github.com/rust-lang/crates.io-index"
13936checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
13937dependencies = [
13938 "zeroize_derive",
13939]
13940
13941[[package]]
13942name = "zeroize_derive"
13943version = "1.4.2"
13944source = "registry+https://github.com/rust-lang/crates.io-index"
13945checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
13946dependencies = [
13947 "proc-macro2",
13948 "quote",
13949 "syn 2.0.59",
13950]
13951
13952[[package]]
13953name = "zeromq"
13954version = "0.4.0"
13955source = "registry+https://github.com/rust-lang/crates.io-index"
13956checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
13957dependencies = [
13958 "async-dispatcher",
13959 "async-std",
13960 "async-trait",
13961 "asynchronous-codec",
13962 "bytes 1.5.0",
13963 "crossbeam-queue",
13964 "dashmap",
13965 "futures-channel",
13966 "futures-io",
13967 "futures-task",
13968 "futures-util",
13969 "log",
13970 "num-traits",
13971 "once_cell",
13972 "parking_lot",
13973 "rand 0.8.5",
13974 "regex",
13975 "thiserror",
13976 "uuid",
13977]
13978
13979[[package]]
13980name = "zstd"
13981version = "0.11.2+zstd.1.5.2"
13982source = "registry+https://github.com/rust-lang/crates.io-index"
13983checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
13984dependencies = [
13985 "zstd-safe",
13986]
13987
13988[[package]]
13989name = "zstd-safe"
13990version = "5.0.2+zstd.1.5.2"
13991source = "registry+https://github.com/rust-lang/crates.io-index"
13992checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
13993dependencies = [
13994 "libc",
13995 "zstd-sys",
13996]
13997
13998[[package]]
13999name = "zstd-sys"
14000version = "2.0.8+zstd.1.5.5"
14001source = "registry+https://github.com/rust-lang/crates.io-index"
14002checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
14003dependencies = [
14004 "cc",
14005 "libc",
14006 "pkg-config",
14007]
14008
14009[[package]]
14010name = "zune-core"
14011version = "0.4.12"
14012source = "registry+https://github.com/rust-lang/crates.io-index"
14013checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
14014
14015[[package]]
14016name = "zune-inflate"
14017version = "0.2.54"
14018source = "registry+https://github.com/rust-lang/crates.io-index"
14019checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
14020dependencies = [
14021 "simd-adler32",
14022]
14023
14024[[package]]
14025name = "zune-jpeg"
14026version = "0.4.11"
14027source = "registry+https://github.com/rust-lang/crates.io-index"
14028checksum = "ec866b44a2a1fd6133d363f073ca1b179f438f99e7e5bfb1e33f7181facfe448"
14029dependencies = [
14030 "zune-core",
14031]
14032
14033[[package]]
14034name = "zvariant"
14035version = "4.0.2"
14036source = "registry+https://github.com/rust-lang/crates.io-index"
14037checksum = "2c1b3ca6db667bfada0f1ebfc94b2b1759ba25472ee5373d4551bb892616389a"
14038dependencies = [
14039 "endi",
14040 "enumflags2",
14041 "serde",
14042 "static_assertions",
14043 "url",
14044 "zvariant_derive",
14045]
14046
14047[[package]]
14048name = "zvariant_derive"
14049version = "4.0.2"
14050source = "registry+https://github.com/rust-lang/crates.io-index"
14051checksum = "b7a4b236063316163b69039f77ce3117accb41a09567fd24c168e43491e521bc"
14052dependencies = [
14053 "proc-macro-crate 3.1.0",
14054 "proc-macro2",
14055 "quote",
14056 "syn 1.0.109",
14057 "zvariant_utils",
14058]
14059
14060[[package]]
14061name = "zvariant_utils"
14062version = "1.1.0"
14063source = "registry+https://github.com/rust-lang/crates.io-index"
14064checksum = "00bedb16a193cc12451873fee2a1bc6550225acece0e36f333e68326c73c8172"
14065dependencies = [
14066 "proc-macro2",
14067 "quote",
14068 "syn 1.0.109",
14069]