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 "gpui",
 7359 "itertools 0.11.0",
 7360 "language",
 7361 "log",
 7362 "menu",
 7363 "project",
 7364 "schemars",
 7365 "serde",
 7366 "serde_json",
 7367 "settings",
 7368 "util",
 7369 "workspace",
 7370 "worktree",
 7371]
 7372
 7373[[package]]
 7374name = "outref"
 7375version = "0.5.1"
 7376source = "registry+https://github.com/rust-lang/crates.io-index"
 7377checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 7378
 7379[[package]]
 7380name = "overload"
 7381version = "0.1.1"
 7382source = "registry+https://github.com/rust-lang/crates.io-index"
 7383checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 7384
 7385[[package]]
 7386name = "p256"
 7387version = "0.11.1"
 7388source = "registry+https://github.com/rust-lang/crates.io-index"
 7389checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 7390dependencies = [
 7391 "ecdsa",
 7392 "elliptic-curve",
 7393 "sha2 0.10.7",
 7394]
 7395
 7396[[package]]
 7397name = "page_size"
 7398version = "0.6.0"
 7399source = "registry+https://github.com/rust-lang/crates.io-index"
 7400checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
 7401dependencies = [
 7402 "libc",
 7403 "winapi",
 7404]
 7405
 7406[[package]]
 7407name = "palette"
 7408version = "0.7.5"
 7409source = "registry+https://github.com/rust-lang/crates.io-index"
 7410checksum = "ebfc23a4b76642983d57e4ad00bb4504eb30a8ce3c70f4aee1f725610e36d97a"
 7411dependencies = [
 7412 "approx",
 7413 "fast-srgb8",
 7414 "palette_derive",
 7415]
 7416
 7417[[package]]
 7418name = "palette_derive"
 7419version = "0.7.5"
 7420source = "registry+https://github.com/rust-lang/crates.io-index"
 7421checksum = "e8890702dbec0bad9116041ae586f84805b13eecd1d8b1df27c29998a9969d6d"
 7422dependencies = [
 7423 "proc-macro2",
 7424 "quote",
 7425 "syn 2.0.59",
 7426]
 7427
 7428[[package]]
 7429name = "parity-tokio-ipc"
 7430version = "0.9.0"
 7431source = "registry+https://github.com/rust-lang/crates.io-index"
 7432checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
 7433dependencies = [
 7434 "futures 0.3.28",
 7435 "libc",
 7436 "log",
 7437 "rand 0.7.3",
 7438 "tokio",
 7439 "winapi",
 7440]
 7441
 7442[[package]]
 7443name = "parking"
 7444version = "2.2.0"
 7445source = "registry+https://github.com/rust-lang/crates.io-index"
 7446checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
 7447
 7448[[package]]
 7449name = "parking_lot"
 7450version = "0.12.1"
 7451source = "registry+https://github.com/rust-lang/crates.io-index"
 7452checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
 7453dependencies = [
 7454 "lock_api",
 7455 "parking_lot_core",
 7456]
 7457
 7458[[package]]
 7459name = "parking_lot_core"
 7460version = "0.9.8"
 7461source = "registry+https://github.com/rust-lang/crates.io-index"
 7462checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
 7463dependencies = [
 7464 "cfg-if",
 7465 "libc",
 7466 "redox_syscall 0.3.5",
 7467 "smallvec",
 7468 "windows-targets 0.48.5",
 7469]
 7470
 7471[[package]]
 7472name = "password-hash"
 7473version = "0.2.1"
 7474source = "registry+https://github.com/rust-lang/crates.io-index"
 7475checksum = "c1a5d4e9c205d2c1ae73b84aab6240e98218c0e72e63b50422cfb2d1ca952282"
 7476dependencies = [
 7477 "base64ct",
 7478 "rand_core 0.6.4",
 7479 "subtle",
 7480]
 7481
 7482[[package]]
 7483name = "paste"
 7484version = "1.0.14"
 7485source = "registry+https://github.com/rust-lang/crates.io-index"
 7486checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
 7487
 7488[[package]]
 7489name = "pathdiff"
 7490version = "0.2.1"
 7491source = "registry+https://github.com/rust-lang/crates.io-index"
 7492checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
 7493
 7494[[package]]
 7495name = "pathfinder_geometry"
 7496version = "0.5.1"
 7497source = "registry+https://github.com/rust-lang/crates.io-index"
 7498checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 7499dependencies = [
 7500 "log",
 7501 "pathfinder_simd",
 7502]
 7503
 7504[[package]]
 7505name = "pathfinder_simd"
 7506version = "0.5.3"
 7507source = "git+https://github.com/servo/pathfinder.git?rev=4968e819c0d9b015437ffc694511e175801a17c7#4968e819c0d9b015437ffc694511e175801a17c7"
 7508dependencies = [
 7509 "rustc_version",
 7510]
 7511
 7512[[package]]
 7513name = "paths"
 7514version = "0.1.0"
 7515dependencies = [
 7516 "dirs 4.0.0",
 7517 "util",
 7518]
 7519
 7520[[package]]
 7521name = "pbkdf2"
 7522version = "0.8.0"
 7523source = "registry+https://github.com/rust-lang/crates.io-index"
 7524checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
 7525dependencies = [
 7526 "crypto-mac",
 7527]
 7528
 7529[[package]]
 7530name = "pbkdf2"
 7531version = "0.12.2"
 7532source = "registry+https://github.com/rust-lang/crates.io-index"
 7533checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
 7534dependencies = [
 7535 "digest 0.10.7",
 7536 "hmac 0.12.1",
 7537]
 7538
 7539[[package]]
 7540name = "peeking_take_while"
 7541version = "0.1.2"
 7542source = "registry+https://github.com/rust-lang/crates.io-index"
 7543checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
 7544
 7545[[package]]
 7546name = "pem"
 7547version = "0.8.3"
 7548source = "registry+https://github.com/rust-lang/crates.io-index"
 7549checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
 7550dependencies = [
 7551 "base64 0.13.1",
 7552 "once_cell",
 7553 "regex",
 7554]
 7555
 7556[[package]]
 7557name = "pem-rfc7468"
 7558version = "0.7.0"
 7559source = "registry+https://github.com/rust-lang/crates.io-index"
 7560checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
 7561dependencies = [
 7562 "base64ct",
 7563]
 7564
 7565[[package]]
 7566name = "percent-encoding"
 7567version = "2.3.1"
 7568source = "registry+https://github.com/rust-lang/crates.io-index"
 7569checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 7570
 7571[[package]]
 7572name = "petgraph"
 7573version = "0.6.4"
 7574source = "registry+https://github.com/rust-lang/crates.io-index"
 7575checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
 7576dependencies = [
 7577 "fixedbitset",
 7578 "indexmap 2.2.6",
 7579]
 7580
 7581[[package]]
 7582name = "phf"
 7583version = "0.11.2"
 7584source = "registry+https://github.com/rust-lang/crates.io-index"
 7585checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
 7586dependencies = [
 7587 "phf_macros",
 7588 "phf_shared 0.11.2",
 7589]
 7590
 7591[[package]]
 7592name = "phf_codegen"
 7593version = "0.11.2"
 7594source = "registry+https://github.com/rust-lang/crates.io-index"
 7595checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
 7596dependencies = [
 7597 "phf_generator 0.11.2",
 7598 "phf_shared 0.11.2",
 7599]
 7600
 7601[[package]]
 7602name = "phf_generator"
 7603version = "0.10.0"
 7604source = "registry+https://github.com/rust-lang/crates.io-index"
 7605checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
 7606dependencies = [
 7607 "phf_shared 0.10.0",
 7608 "rand 0.8.5",
 7609]
 7610
 7611[[package]]
 7612name = "phf_generator"
 7613version = "0.11.2"
 7614source = "registry+https://github.com/rust-lang/crates.io-index"
 7615checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
 7616dependencies = [
 7617 "phf_shared 0.11.2",
 7618 "rand 0.8.5",
 7619]
 7620
 7621[[package]]
 7622name = "phf_macros"
 7623version = "0.11.2"
 7624source = "registry+https://github.com/rust-lang/crates.io-index"
 7625checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
 7626dependencies = [
 7627 "phf_generator 0.11.2",
 7628 "phf_shared 0.11.2",
 7629 "proc-macro2",
 7630 "quote",
 7631 "syn 2.0.59",
 7632]
 7633
 7634[[package]]
 7635name = "phf_shared"
 7636version = "0.10.0"
 7637source = "registry+https://github.com/rust-lang/crates.io-index"
 7638checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
 7639dependencies = [
 7640 "siphasher 0.3.11",
 7641]
 7642
 7643[[package]]
 7644name = "phf_shared"
 7645version = "0.11.2"
 7646source = "registry+https://github.com/rust-lang/crates.io-index"
 7647checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
 7648dependencies = [
 7649 "siphasher 0.3.11",
 7650]
 7651
 7652[[package]]
 7653name = "picker"
 7654version = "0.1.0"
 7655dependencies = [
 7656 "anyhow",
 7657 "ctor",
 7658 "editor",
 7659 "env_logger",
 7660 "gpui",
 7661 "menu",
 7662 "serde",
 7663 "serde_json",
 7664 "ui",
 7665 "workspace",
 7666]
 7667
 7668[[package]]
 7669name = "pico-args"
 7670version = "0.5.0"
 7671source = "registry+https://github.com/rust-lang/crates.io-index"
 7672checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
 7673
 7674[[package]]
 7675name = "pin-project"
 7676version = "1.1.3"
 7677source = "registry+https://github.com/rust-lang/crates.io-index"
 7678checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
 7679dependencies = [
 7680 "pin-project-internal",
 7681]
 7682
 7683[[package]]
 7684name = "pin-project-internal"
 7685version = "1.1.3"
 7686source = "registry+https://github.com/rust-lang/crates.io-index"
 7687checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
 7688dependencies = [
 7689 "proc-macro2",
 7690 "quote",
 7691 "syn 2.0.59",
 7692]
 7693
 7694[[package]]
 7695name = "pin-project-lite"
 7696version = "0.2.13"
 7697source = "registry+https://github.com/rust-lang/crates.io-index"
 7698checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
 7699
 7700[[package]]
 7701name = "pin-utils"
 7702version = "0.1.0"
 7703source = "registry+https://github.com/rust-lang/crates.io-index"
 7704checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
 7705
 7706[[package]]
 7707name = "piper"
 7708version = "0.2.1"
 7709source = "registry+https://github.com/rust-lang/crates.io-index"
 7710checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
 7711dependencies = [
 7712 "atomic-waker",
 7713 "fastrand 2.0.0",
 7714 "futures-io",
 7715]
 7716
 7717[[package]]
 7718name = "pkcs1"
 7719version = "0.7.5"
 7720source = "registry+https://github.com/rust-lang/crates.io-index"
 7721checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
 7722dependencies = [
 7723 "der 0.7.8",
 7724 "pkcs8 0.10.2",
 7725 "spki 0.7.2",
 7726]
 7727
 7728[[package]]
 7729name = "pkcs8"
 7730version = "0.9.0"
 7731source = "registry+https://github.com/rust-lang/crates.io-index"
 7732checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
 7733dependencies = [
 7734 "der 0.6.1",
 7735 "spki 0.6.0",
 7736]
 7737
 7738[[package]]
 7739name = "pkcs8"
 7740version = "0.10.2"
 7741source = "registry+https://github.com/rust-lang/crates.io-index"
 7742checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
 7743dependencies = [
 7744 "der 0.7.8",
 7745 "spki 0.7.2",
 7746]
 7747
 7748[[package]]
 7749name = "pkg-config"
 7750version = "0.3.27"
 7751source = "registry+https://github.com/rust-lang/crates.io-index"
 7752checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
 7753
 7754[[package]]
 7755name = "plist"
 7756version = "1.5.1"
 7757source = "registry+https://github.com/rust-lang/crates.io-index"
 7758checksum = "9a4a0cfc5fb21a09dc6af4bf834cf10d4a32fccd9e2ea468c4b1751a097487aa"
 7759dependencies = [
 7760 "base64 0.21.7",
 7761 "indexmap 1.9.3",
 7762 "line-wrap",
 7763 "quick-xml 0.30.0",
 7764 "serde",
 7765 "time",
 7766]
 7767
 7768[[package]]
 7769name = "plotters"
 7770version = "0.3.5"
 7771source = "registry+https://github.com/rust-lang/crates.io-index"
 7772checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
 7773dependencies = [
 7774 "num-traits",
 7775 "plotters-backend",
 7776 "plotters-svg",
 7777 "wasm-bindgen",
 7778 "web-sys",
 7779]
 7780
 7781[[package]]
 7782name = "plotters-backend"
 7783version = "0.3.5"
 7784source = "registry+https://github.com/rust-lang/crates.io-index"
 7785checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
 7786
 7787[[package]]
 7788name = "plotters-svg"
 7789version = "0.3.5"
 7790source = "registry+https://github.com/rust-lang/crates.io-index"
 7791checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
 7792dependencies = [
 7793 "plotters-backend",
 7794]
 7795
 7796[[package]]
 7797name = "png"
 7798version = "0.17.13"
 7799source = "registry+https://github.com/rust-lang/crates.io-index"
 7800checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
 7801dependencies = [
 7802 "bitflags 1.3.2",
 7803 "crc32fast",
 7804 "fdeflate",
 7805 "flate2",
 7806 "miniz_oxide",
 7807]
 7808
 7809[[package]]
 7810name = "polling"
 7811version = "2.8.0"
 7812source = "registry+https://github.com/rust-lang/crates.io-index"
 7813checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
 7814dependencies = [
 7815 "autocfg",
 7816 "bitflags 1.3.2",
 7817 "cfg-if",
 7818 "concurrent-queue",
 7819 "libc",
 7820 "log",
 7821 "pin-project-lite",
 7822 "windows-sys 0.48.0",
 7823]
 7824
 7825[[package]]
 7826name = "polling"
 7827version = "3.3.2"
 7828source = "registry+https://github.com/rust-lang/crates.io-index"
 7829checksum = "545c980a3880efd47b2e262f6a4bb6daad6555cf3367aa9c4e52895f69537a41"
 7830dependencies = [
 7831 "cfg-if",
 7832 "concurrent-queue",
 7833 "pin-project-lite",
 7834 "rustix 0.38.32",
 7835 "tracing",
 7836 "windows-sys 0.52.0",
 7837]
 7838
 7839[[package]]
 7840name = "pollster"
 7841version = "0.2.5"
 7842source = "registry+https://github.com/rust-lang/crates.io-index"
 7843checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
 7844
 7845[[package]]
 7846name = "postage"
 7847version = "0.5.0"
 7848source = "registry+https://github.com/rust-lang/crates.io-index"
 7849checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
 7850dependencies = [
 7851 "atomic",
 7852 "crossbeam-queue",
 7853 "futures 0.3.28",
 7854 "log",
 7855 "parking_lot",
 7856 "pin-project",
 7857 "pollster",
 7858 "static_assertions",
 7859 "thiserror",
 7860]
 7861
 7862[[package]]
 7863name = "powerfmt"
 7864version = "0.2.0"
 7865source = "registry+https://github.com/rust-lang/crates.io-index"
 7866checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
 7867
 7868[[package]]
 7869name = "ppv-lite86"
 7870version = "0.2.17"
 7871source = "registry+https://github.com/rust-lang/crates.io-index"
 7872checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
 7873
 7874[[package]]
 7875name = "precomputed-hash"
 7876version = "0.1.1"
 7877source = "registry+https://github.com/rust-lang/crates.io-index"
 7878checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
 7879
 7880[[package]]
 7881name = "prettier"
 7882version = "0.1.0"
 7883dependencies = [
 7884 "anyhow",
 7885 "collections",
 7886 "fs",
 7887 "gpui",
 7888 "language",
 7889 "log",
 7890 "lsp",
 7891 "node_runtime",
 7892 "parking_lot",
 7893 "paths",
 7894 "serde",
 7895 "serde_json",
 7896 "util",
 7897]
 7898
 7899[[package]]
 7900name = "pretty_assertions"
 7901version = "1.4.0"
 7902source = "registry+https://github.com/rust-lang/crates.io-index"
 7903checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
 7904dependencies = [
 7905 "diff",
 7906 "yansi",
 7907]
 7908
 7909[[package]]
 7910name = "prettyplease"
 7911version = "0.2.15"
 7912source = "registry+https://github.com/rust-lang/crates.io-index"
 7913checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
 7914dependencies = [
 7915 "proc-macro2",
 7916 "syn 2.0.59",
 7917]
 7918
 7919[[package]]
 7920name = "proc-macro-crate"
 7921version = "0.1.5"
 7922source = "registry+https://github.com/rust-lang/crates.io-index"
 7923checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
 7924dependencies = [
 7925 "toml 0.5.11",
 7926]
 7927
 7928[[package]]
 7929name = "proc-macro-crate"
 7930version = "1.3.1"
 7931source = "registry+https://github.com/rust-lang/crates.io-index"
 7932checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
 7933dependencies = [
 7934 "once_cell",
 7935 "toml_edit 0.19.15",
 7936]
 7937
 7938[[package]]
 7939name = "proc-macro-crate"
 7940version = "3.1.0"
 7941source = "registry+https://github.com/rust-lang/crates.io-index"
 7942checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
 7943dependencies = [
 7944 "toml_edit 0.21.1",
 7945]
 7946
 7947[[package]]
 7948name = "proc-macro-error"
 7949version = "1.0.4"
 7950source = "registry+https://github.com/rust-lang/crates.io-index"
 7951checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
 7952dependencies = [
 7953 "proc-macro-error-attr",
 7954 "proc-macro2",
 7955 "quote",
 7956 "syn 1.0.109",
 7957 "version_check",
 7958]
 7959
 7960[[package]]
 7961name = "proc-macro-error-attr"
 7962version = "1.0.4"
 7963source = "registry+https://github.com/rust-lang/crates.io-index"
 7964checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
 7965dependencies = [
 7966 "proc-macro2",
 7967 "quote",
 7968 "version_check",
 7969]
 7970
 7971[[package]]
 7972name = "proc-macro2"
 7973version = "1.0.81"
 7974source = "registry+https://github.com/rust-lang/crates.io-index"
 7975checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
 7976dependencies = [
 7977 "unicode-ident",
 7978]
 7979
 7980[[package]]
 7981name = "profiling"
 7982version = "1.0.15"
 7983source = "registry+https://github.com/rust-lang/crates.io-index"
 7984checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
 7985dependencies = [
 7986 "profiling-procmacros",
 7987]
 7988
 7989[[package]]
 7990name = "profiling-procmacros"
 7991version = "1.0.15"
 7992source = "registry+https://github.com/rust-lang/crates.io-index"
 7993checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
 7994dependencies = [
 7995 "quote",
 7996 "syn 2.0.59",
 7997]
 7998
 7999[[package]]
 8000name = "project"
 8001version = "0.1.0"
 8002dependencies = [
 8003 "aho-corasick",
 8004 "anyhow",
 8005 "async-trait",
 8006 "client",
 8007 "clock",
 8008 "collections",
 8009 "dev_server_projects",
 8010 "env_logger",
 8011 "fs",
 8012 "futures 0.3.28",
 8013 "fuzzy",
 8014 "git",
 8015 "git2",
 8016 "globset",
 8017 "gpui",
 8018 "http 0.1.0",
 8019 "itertools 0.11.0",
 8020 "language",
 8021 "log",
 8022 "lsp",
 8023 "node_runtime",
 8024 "parking_lot",
 8025 "pathdiff",
 8026 "paths",
 8027 "postage",
 8028 "prettier",
 8029 "pretty_assertions",
 8030 "rand 0.8.5",
 8031 "regex",
 8032 "release_channel",
 8033 "rpc",
 8034 "schemars",
 8035 "serde",
 8036 "serde_json",
 8037 "settings",
 8038 "sha2 0.10.7",
 8039 "shlex",
 8040 "similar",
 8041 "smol",
 8042 "snippet",
 8043 "task",
 8044 "tempfile",
 8045 "terminal",
 8046 "text",
 8047 "unicase",
 8048 "unindent",
 8049 "util",
 8050 "which 6.0.0",
 8051 "worktree",
 8052]
 8053
 8054[[package]]
 8055name = "project_panel"
 8056version = "0.1.0"
 8057dependencies = [
 8058 "anyhow",
 8059 "client",
 8060 "collections",
 8061 "db",
 8062 "editor",
 8063 "file_icons",
 8064 "git",
 8065 "gpui",
 8066 "language",
 8067 "menu",
 8068 "pretty_assertions",
 8069 "project",
 8070 "schemars",
 8071 "search",
 8072 "serde",
 8073 "serde_derive",
 8074 "serde_json",
 8075 "settings",
 8076 "theme",
 8077 "ui",
 8078 "util",
 8079 "workspace",
 8080 "worktree",
 8081]
 8082
 8083[[package]]
 8084name = "project_symbols"
 8085version = "0.1.0"
 8086dependencies = [
 8087 "anyhow",
 8088 "editor",
 8089 "futures 0.3.28",
 8090 "fuzzy",
 8091 "gpui",
 8092 "language",
 8093 "lsp",
 8094 "ordered-float 2.10.0",
 8095 "picker",
 8096 "project",
 8097 "release_channel",
 8098 "serde_json",
 8099 "settings",
 8100 "theme",
 8101 "util",
 8102 "workspace",
 8103]
 8104
 8105[[package]]
 8106name = "prometheus"
 8107version = "0.13.3"
 8108source = "registry+https://github.com/rust-lang/crates.io-index"
 8109checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
 8110dependencies = [
 8111 "cfg-if",
 8112 "fnv",
 8113 "lazy_static",
 8114 "memchr",
 8115 "parking_lot",
 8116 "protobuf",
 8117 "thiserror",
 8118]
 8119
 8120[[package]]
 8121name = "prost"
 8122version = "0.9.0"
 8123source = "registry+https://github.com/rust-lang/crates.io-index"
 8124checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
 8125dependencies = [
 8126 "bytes 1.5.0",
 8127 "prost-derive",
 8128]
 8129
 8130[[package]]
 8131name = "prost-build"
 8132version = "0.9.0"
 8133source = "registry+https://github.com/rust-lang/crates.io-index"
 8134checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
 8135dependencies = [
 8136 "bytes 1.5.0",
 8137 "heck 0.3.3",
 8138 "itertools 0.10.5",
 8139 "lazy_static",
 8140 "log",
 8141 "multimap",
 8142 "petgraph",
 8143 "prost",
 8144 "prost-types",
 8145 "regex",
 8146 "tempfile",
 8147 "which 4.4.2",
 8148]
 8149
 8150[[package]]
 8151name = "prost-derive"
 8152version = "0.9.0"
 8153source = "registry+https://github.com/rust-lang/crates.io-index"
 8154checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
 8155dependencies = [
 8156 "anyhow",
 8157 "itertools 0.10.5",
 8158 "proc-macro2",
 8159 "quote",
 8160 "syn 1.0.109",
 8161]
 8162
 8163[[package]]
 8164name = "prost-types"
 8165version = "0.9.0"
 8166source = "registry+https://github.com/rust-lang/crates.io-index"
 8167checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
 8168dependencies = [
 8169 "bytes 1.5.0",
 8170 "prost",
 8171]
 8172
 8173[[package]]
 8174name = "proto"
 8175version = "0.1.0"
 8176dependencies = [
 8177 "anyhow",
 8178 "collections",
 8179 "prost",
 8180 "prost-build",
 8181 "serde",
 8182]
 8183
 8184[[package]]
 8185name = "protobuf"
 8186version = "2.28.0"
 8187source = "registry+https://github.com/rust-lang/crates.io-index"
 8188checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
 8189
 8190[[package]]
 8191name = "psm"
 8192version = "0.1.21"
 8193source = "registry+https://github.com/rust-lang/crates.io-index"
 8194checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
 8195dependencies = [
 8196 "cc",
 8197]
 8198
 8199[[package]]
 8200name = "ptr_meta"
 8201version = "0.1.4"
 8202source = "registry+https://github.com/rust-lang/crates.io-index"
 8203checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
 8204dependencies = [
 8205 "ptr_meta_derive",
 8206]
 8207
 8208[[package]]
 8209name = "ptr_meta_derive"
 8210version = "0.1.4"
 8211source = "registry+https://github.com/rust-lang/crates.io-index"
 8212checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
 8213dependencies = [
 8214 "proc-macro2",
 8215 "quote",
 8216 "syn 1.0.109",
 8217]
 8218
 8219[[package]]
 8220name = "pulldown-cmark"
 8221version = "0.10.0"
 8222source = "registry+https://github.com/rust-lang/crates.io-index"
 8223checksum = "dce76ce678ffc8e5675b22aa1405de0b7037e2fdf8913fea40d1926c6fe1e6e7"
 8224dependencies = [
 8225 "bitflags 2.4.2",
 8226 "memchr",
 8227 "unicase",
 8228]
 8229
 8230[[package]]
 8231name = "qoi"
 8232version = "0.4.1"
 8233source = "registry+https://github.com/rust-lang/crates.io-index"
 8234checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
 8235dependencies = [
 8236 "bytemuck",
 8237]
 8238
 8239[[package]]
 8240name = "quick-error"
 8241version = "2.0.1"
 8242source = "registry+https://github.com/rust-lang/crates.io-index"
 8243checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
 8244
 8245[[package]]
 8246name = "quick-xml"
 8247version = "0.30.0"
 8248source = "registry+https://github.com/rust-lang/crates.io-index"
 8249checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
 8250dependencies = [
 8251 "memchr",
 8252]
 8253
 8254[[package]]
 8255name = "quick-xml"
 8256version = "0.31.0"
 8257source = "registry+https://github.com/rust-lang/crates.io-index"
 8258checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
 8259dependencies = [
 8260 "memchr",
 8261]
 8262
 8263[[package]]
 8264name = "quick_action_bar"
 8265version = "0.1.0"
 8266dependencies = [
 8267 "assistant",
 8268 "editor",
 8269 "gpui",
 8270 "search",
 8271 "settings",
 8272 "ui",
 8273 "workspace",
 8274]
 8275
 8276[[package]]
 8277name = "quote"
 8278version = "1.0.35"
 8279source = "registry+https://github.com/rust-lang/crates.io-index"
 8280checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
 8281dependencies = [
 8282 "proc-macro2",
 8283]
 8284
 8285[[package]]
 8286name = "radium"
 8287version = "0.7.0"
 8288source = "registry+https://github.com/rust-lang/crates.io-index"
 8289checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
 8290
 8291[[package]]
 8292name = "rand"
 8293version = "0.7.3"
 8294source = "registry+https://github.com/rust-lang/crates.io-index"
 8295checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
 8296dependencies = [
 8297 "getrandom 0.1.16",
 8298 "libc",
 8299 "rand_chacha 0.2.2",
 8300 "rand_core 0.5.1",
 8301 "rand_hc",
 8302]
 8303
 8304[[package]]
 8305name = "rand"
 8306version = "0.8.5"
 8307source = "registry+https://github.com/rust-lang/crates.io-index"
 8308checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
 8309dependencies = [
 8310 "libc",
 8311 "rand_chacha 0.3.1",
 8312 "rand_core 0.6.4",
 8313]
 8314
 8315[[package]]
 8316name = "rand_chacha"
 8317version = "0.2.2"
 8318source = "registry+https://github.com/rust-lang/crates.io-index"
 8319checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
 8320dependencies = [
 8321 "ppv-lite86",
 8322 "rand_core 0.5.1",
 8323]
 8324
 8325[[package]]
 8326name = "rand_chacha"
 8327version = "0.3.1"
 8328source = "registry+https://github.com/rust-lang/crates.io-index"
 8329checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
 8330dependencies = [
 8331 "ppv-lite86",
 8332 "rand_core 0.6.4",
 8333]
 8334
 8335[[package]]
 8336name = "rand_core"
 8337version = "0.5.1"
 8338source = "registry+https://github.com/rust-lang/crates.io-index"
 8339checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
 8340dependencies = [
 8341 "getrandom 0.1.16",
 8342]
 8343
 8344[[package]]
 8345name = "rand_core"
 8346version = "0.6.4"
 8347source = "registry+https://github.com/rust-lang/crates.io-index"
 8348checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
 8349dependencies = [
 8350 "getrandom 0.2.10",
 8351]
 8352
 8353[[package]]
 8354name = "rand_hc"
 8355version = "0.2.0"
 8356source = "registry+https://github.com/rust-lang/crates.io-index"
 8357checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
 8358dependencies = [
 8359 "rand_core 0.5.1",
 8360]
 8361
 8362[[package]]
 8363name = "rangemap"
 8364version = "1.4.0"
 8365source = "registry+https://github.com/rust-lang/crates.io-index"
 8366checksum = "977b1e897f9d764566891689e642653e5ed90c6895106acd005eb4c1d0203991"
 8367
 8368[[package]]
 8369name = "rav1e"
 8370version = "0.7.1"
 8371source = "registry+https://github.com/rust-lang/crates.io-index"
 8372checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
 8373dependencies = [
 8374 "arbitrary",
 8375 "arg_enum_proc_macro",
 8376 "arrayvec",
 8377 "av1-grain",
 8378 "bitstream-io",
 8379 "built",
 8380 "cfg-if",
 8381 "interpolate_name",
 8382 "itertools 0.12.1",
 8383 "libc",
 8384 "libfuzzer-sys",
 8385 "log",
 8386 "maybe-rayon",
 8387 "new_debug_unreachable",
 8388 "noop_proc_macro",
 8389 "num-derive 0.4.2",
 8390 "num-traits",
 8391 "once_cell",
 8392 "paste",
 8393 "profiling",
 8394 "rand 0.8.5",
 8395 "rand_chacha 0.3.1",
 8396 "simd_helpers",
 8397 "system-deps",
 8398 "thiserror",
 8399 "v_frame",
 8400 "wasm-bindgen",
 8401]
 8402
 8403[[package]]
 8404name = "ravif"
 8405version = "0.11.5"
 8406source = "registry+https://github.com/rust-lang/crates.io-index"
 8407checksum = "bc13288f5ab39e6d7c9d501759712e6969fcc9734220846fc9ed26cae2cc4234"
 8408dependencies = [
 8409 "avif-serialize",
 8410 "imgref",
 8411 "loop9",
 8412 "quick-error",
 8413 "rav1e",
 8414 "rayon",
 8415 "rgb",
 8416]
 8417
 8418[[package]]
 8419name = "raw-window-handle"
 8420version = "0.5.2"
 8421source = "registry+https://github.com/rust-lang/crates.io-index"
 8422checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
 8423
 8424[[package]]
 8425name = "raw-window-handle"
 8426version = "0.6.0"
 8427source = "registry+https://github.com/rust-lang/crates.io-index"
 8428checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544"
 8429
 8430[[package]]
 8431name = "raw-window-metal"
 8432version = "0.4.0"
 8433source = "registry+https://github.com/rust-lang/crates.io-index"
 8434checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
 8435dependencies = [
 8436 "cocoa",
 8437 "core-graphics",
 8438 "objc",
 8439 "raw-window-handle 0.6.0",
 8440]
 8441
 8442[[package]]
 8443name = "rayon"
 8444version = "1.8.0"
 8445source = "registry+https://github.com/rust-lang/crates.io-index"
 8446checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
 8447dependencies = [
 8448 "either",
 8449 "rayon-core",
 8450]
 8451
 8452[[package]]
 8453name = "rayon-core"
 8454version = "1.12.0"
 8455source = "registry+https://github.com/rust-lang/crates.io-index"
 8456checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
 8457dependencies = [
 8458 "crossbeam-deque",
 8459 "crossbeam-utils",
 8460]
 8461
 8462[[package]]
 8463name = "read-fonts"
 8464version = "0.19.3"
 8465source = "registry+https://github.com/rust-lang/crates.io-index"
 8466checksum = "e8b8af39d1f23869711ad4cea5e7835a20daa987f80232f7f2a2374d648ca64d"
 8467dependencies = [
 8468 "bytemuck",
 8469 "font-types",
 8470]
 8471
 8472[[package]]
 8473name = "recent_projects"
 8474version = "0.1.0"
 8475dependencies = [
 8476 "anyhow",
 8477 "client",
 8478 "dev_server_projects",
 8479 "editor",
 8480 "feature_flags",
 8481 "fuzzy",
 8482 "gpui",
 8483 "language",
 8484 "markdown",
 8485 "menu",
 8486 "ordered-float 2.10.0",
 8487 "picker",
 8488 "project",
 8489 "rpc",
 8490 "serde",
 8491 "serde_json",
 8492 "smol",
 8493 "task",
 8494 "terminal_view",
 8495 "ui",
 8496 "ui_input",
 8497 "util",
 8498 "workspace",
 8499]
 8500
 8501[[package]]
 8502name = "redox_syscall"
 8503version = "0.2.16"
 8504source = "registry+https://github.com/rust-lang/crates.io-index"
 8505checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
 8506dependencies = [
 8507 "bitflags 1.3.2",
 8508]
 8509
 8510[[package]]
 8511name = "redox_syscall"
 8512version = "0.3.5"
 8513source = "registry+https://github.com/rust-lang/crates.io-index"
 8514checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
 8515dependencies = [
 8516 "bitflags 1.3.2",
 8517]
 8518
 8519[[package]]
 8520name = "redox_syscall"
 8521version = "0.4.1"
 8522source = "registry+https://github.com/rust-lang/crates.io-index"
 8523checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
 8524dependencies = [
 8525 "bitflags 1.3.2",
 8526]
 8527
 8528[[package]]
 8529name = "redox_users"
 8530version = "0.4.3"
 8531source = "registry+https://github.com/rust-lang/crates.io-index"
 8532checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
 8533dependencies = [
 8534 "getrandom 0.2.10",
 8535 "redox_syscall 0.2.16",
 8536 "thiserror",
 8537]
 8538
 8539[[package]]
 8540name = "refineable"
 8541version = "0.1.0"
 8542dependencies = [
 8543 "derive_refineable",
 8544]
 8545
 8546[[package]]
 8547name = "regalloc2"
 8548version = "0.9.3"
 8549source = "registry+https://github.com/rust-lang/crates.io-index"
 8550checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
 8551dependencies = [
 8552 "hashbrown 0.13.2",
 8553 "log",
 8554 "rustc-hash",
 8555 "slice-group-by",
 8556 "smallvec",
 8557]
 8558
 8559[[package]]
 8560name = "regex"
 8561version = "1.10.3"
 8562source = "registry+https://github.com/rust-lang/crates.io-index"
 8563checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
 8564dependencies = [
 8565 "aho-corasick",
 8566 "memchr",
 8567 "regex-automata 0.4.5",
 8568 "regex-syntax 0.8.2",
 8569]
 8570
 8571[[package]]
 8572name = "regex-automata"
 8573version = "0.1.10"
 8574source = "registry+https://github.com/rust-lang/crates.io-index"
 8575checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
 8576dependencies = [
 8577 "regex-syntax 0.6.29",
 8578]
 8579
 8580[[package]]
 8581name = "regex-automata"
 8582version = "0.3.9"
 8583source = "registry+https://github.com/rust-lang/crates.io-index"
 8584checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
 8585
 8586[[package]]
 8587name = "regex-automata"
 8588version = "0.4.5"
 8589source = "registry+https://github.com/rust-lang/crates.io-index"
 8590checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
 8591dependencies = [
 8592 "aho-corasick",
 8593 "memchr",
 8594 "regex-syntax 0.8.2",
 8595]
 8596
 8597[[package]]
 8598name = "regex-lite"
 8599version = "0.1.5"
 8600source = "registry+https://github.com/rust-lang/crates.io-index"
 8601checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
 8602
 8603[[package]]
 8604name = "regex-syntax"
 8605version = "0.6.29"
 8606source = "registry+https://github.com/rust-lang/crates.io-index"
 8607checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
 8608
 8609[[package]]
 8610name = "regex-syntax"
 8611version = "0.8.2"
 8612source = "registry+https://github.com/rust-lang/crates.io-index"
 8613checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
 8614
 8615[[package]]
 8616name = "release_channel"
 8617version = "0.1.0"
 8618dependencies = [
 8619 "gpui",
 8620 "once_cell",
 8621]
 8622
 8623[[package]]
 8624name = "rend"
 8625version = "0.4.0"
 8626source = "registry+https://github.com/rust-lang/crates.io-index"
 8627checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
 8628dependencies = [
 8629 "bytecheck",
 8630]
 8631
 8632[[package]]
 8633name = "repair_json"
 8634version = "0.1.0"
 8635source = "registry+https://github.com/rust-lang/crates.io-index"
 8636checksum = "5ee191e184125fe72cb59b74160e25584e3908f2aaa84cbda1e161347102aa15"
 8637dependencies = [
 8638 "thiserror",
 8639]
 8640
 8641[[package]]
 8642name = "repl"
 8643version = "0.1.0"
 8644dependencies = [
 8645 "alacritty_terminal 0.23.0",
 8646 "anyhow",
 8647 "async-dispatcher",
 8648 "base64 0.13.1",
 8649 "collections",
 8650 "editor",
 8651 "env_logger",
 8652 "futures 0.3.28",
 8653 "gpui",
 8654 "http 0.1.0",
 8655 "image",
 8656 "language",
 8657 "log",
 8658 "project",
 8659 "runtimelib",
 8660 "schemars",
 8661 "serde",
 8662 "serde_json",
 8663 "settings",
 8664 "smol",
 8665 "terminal_view",
 8666 "theme",
 8667 "ui",
 8668 "util",
 8669 "uuid",
 8670 "workspace",
 8671]
 8672
 8673[[package]]
 8674name = "reqwest"
 8675version = "0.11.20"
 8676source = "registry+https://github.com/rust-lang/crates.io-index"
 8677checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
 8678dependencies = [
 8679 "base64 0.21.7",
 8680 "bytes 1.5.0",
 8681 "encoding_rs",
 8682 "futures-core",
 8683 "futures-util",
 8684 "h2",
 8685 "http 0.2.9",
 8686 "http-body",
 8687 "hyper",
 8688 "hyper-tls",
 8689 "ipnet",
 8690 "js-sys",
 8691 "log",
 8692 "mime",
 8693 "native-tls",
 8694 "once_cell",
 8695 "percent-encoding",
 8696 "pin-project-lite",
 8697 "serde",
 8698 "serde_json",
 8699 "serde_urlencoded",
 8700 "tokio",
 8701 "tokio-native-tls",
 8702 "tower-service",
 8703 "url",
 8704 "wasm-bindgen",
 8705 "wasm-bindgen-futures",
 8706 "web-sys",
 8707 "winreg 0.50.0",
 8708]
 8709
 8710[[package]]
 8711name = "resvg"
 8712version = "0.41.0"
 8713source = "registry+https://github.com/rust-lang/crates.io-index"
 8714checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
 8715dependencies = [
 8716 "log",
 8717 "pico-args",
 8718 "rgb",
 8719 "svgtypes",
 8720 "tiny-skia",
 8721 "usvg",
 8722]
 8723
 8724[[package]]
 8725name = "rfc6979"
 8726version = "0.3.1"
 8727source = "registry+https://github.com/rust-lang/crates.io-index"
 8728checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
 8729dependencies = [
 8730 "crypto-bigint 0.4.9",
 8731 "hmac 0.12.1",
 8732 "zeroize",
 8733]
 8734
 8735[[package]]
 8736name = "rgb"
 8737version = "0.8.36"
 8738source = "registry+https://github.com/rust-lang/crates.io-index"
 8739checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
 8740dependencies = [
 8741 "bytemuck",
 8742]
 8743
 8744[[package]]
 8745name = "rich_text"
 8746version = "0.1.0"
 8747dependencies = [
 8748 "futures 0.3.28",
 8749 "gpui",
 8750 "language",
 8751 "linkify",
 8752 "pulldown-cmark",
 8753 "theme",
 8754 "ui",
 8755 "util",
 8756]
 8757
 8758[[package]]
 8759name = "ring"
 8760version = "0.17.7"
 8761source = "registry+https://github.com/rust-lang/crates.io-index"
 8762checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
 8763dependencies = [
 8764 "cc",
 8765 "getrandom 0.2.10",
 8766 "libc",
 8767 "spin 0.9.8",
 8768 "untrusted",
 8769 "windows-sys 0.48.0",
 8770]
 8771
 8772[[package]]
 8773name = "rkyv"
 8774version = "0.7.42"
 8775source = "registry+https://github.com/rust-lang/crates.io-index"
 8776checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58"
 8777dependencies = [
 8778 "bitvec",
 8779 "bytecheck",
 8780 "hashbrown 0.12.3",
 8781 "ptr_meta",
 8782 "rend",
 8783 "rkyv_derive",
 8784 "seahash",
 8785 "tinyvec",
 8786 "uuid",
 8787]
 8788
 8789[[package]]
 8790name = "rkyv_derive"
 8791version = "0.7.42"
 8792source = "registry+https://github.com/rust-lang/crates.io-index"
 8793checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d"
 8794dependencies = [
 8795 "proc-macro2",
 8796 "quote",
 8797 "syn 1.0.109",
 8798]
 8799
 8800[[package]]
 8801name = "rmp"
 8802version = "0.8.12"
 8803source = "registry+https://github.com/rust-lang/crates.io-index"
 8804checksum = "7f9860a6cc38ed1da53456442089b4dfa35e7cedaa326df63017af88385e6b20"
 8805dependencies = [
 8806 "byteorder",
 8807 "num-traits",
 8808 "paste",
 8809]
 8810
 8811[[package]]
 8812name = "rmpv"
 8813version = "1.0.1"
 8814source = "registry+https://github.com/rust-lang/crates.io-index"
 8815checksum = "2e0e0214a4a2b444ecce41a4025792fc31f77c7bb89c46d253953ea8c65701ec"
 8816dependencies = [
 8817 "num-traits",
 8818 "rmp",
 8819]
 8820
 8821[[package]]
 8822name = "rodio"
 8823version = "0.17.1"
 8824source = "registry+https://github.com/rust-lang/crates.io-index"
 8825checksum = "bdf1d4dea18dff2e9eb6dca123724f8b60ef44ad74a9ad283cdfe025df7e73fa"
 8826dependencies = [
 8827 "cpal",
 8828 "hound",
 8829]
 8830
 8831[[package]]
 8832name = "rope"
 8833version = "0.1.0"
 8834dependencies = [
 8835 "arrayvec",
 8836 "criterion",
 8837 "gpui",
 8838 "log",
 8839 "rand 0.8.5",
 8840 "smallvec",
 8841 "sum_tree",
 8842 "unicode-segmentation",
 8843 "util",
 8844]
 8845
 8846[[package]]
 8847name = "roxmltree"
 8848version = "0.19.0"
 8849source = "registry+https://github.com/rust-lang/crates.io-index"
 8850checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
 8851
 8852[[package]]
 8853name = "rpc"
 8854version = "0.1.0"
 8855dependencies = [
 8856 "anyhow",
 8857 "async-tungstenite",
 8858 "base64 0.13.1",
 8859 "chrono",
 8860 "collections",
 8861 "env_logger",
 8862 "futures 0.3.28",
 8863 "gpui",
 8864 "parking_lot",
 8865 "proto",
 8866 "rand 0.8.5",
 8867 "rsa 0.4.0",
 8868 "serde",
 8869 "serde_json",
 8870 "strum",
 8871 "tracing",
 8872 "util",
 8873 "zstd",
 8874]
 8875
 8876[[package]]
 8877name = "rsa"
 8878version = "0.4.0"
 8879source = "registry+https://github.com/rust-lang/crates.io-index"
 8880checksum = "68ef841a26fc5d040ced0417c6c6a64ee851f42489df11cdf0218e545b6f8d28"
 8881dependencies = [
 8882 "byteorder",
 8883 "digest 0.9.0",
 8884 "lazy_static",
 8885 "num-bigint-dig 0.7.1",
 8886 "num-integer",
 8887 "num-iter",
 8888 "num-traits",
 8889 "pem",
 8890 "rand 0.8.5",
 8891 "simple_asn1",
 8892 "subtle",
 8893 "zeroize",
 8894]
 8895
 8896[[package]]
 8897name = "rsa"
 8898version = "0.9.2"
 8899source = "registry+https://github.com/rust-lang/crates.io-index"
 8900checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8"
 8901dependencies = [
 8902 "byteorder",
 8903 "const-oid",
 8904 "digest 0.10.7",
 8905 "num-bigint-dig 0.8.4",
 8906 "num-integer",
 8907 "num-iter",
 8908 "num-traits",
 8909 "pkcs1",
 8910 "pkcs8 0.10.2",
 8911 "rand_core 0.6.4",
 8912 "signature 2.1.0",
 8913 "spki 0.7.2",
 8914 "subtle",
 8915 "zeroize",
 8916]
 8917
 8918[[package]]
 8919name = "runtimelib"
 8920version = "0.12.0"
 8921source = "registry+https://github.com/rust-lang/crates.io-index"
 8922checksum = "10a4a788465cf51b7ac8f36e4e4ca3dd26013dcddd5ba8376f98752278244294"
 8923dependencies = [
 8924 "anyhow",
 8925 "async-dispatcher",
 8926 "async-std",
 8927 "base64 0.22.0",
 8928 "bytes 1.5.0",
 8929 "chrono",
 8930 "data-encoding",
 8931 "dirs 5.0.1",
 8932 "futures 0.3.28",
 8933 "glob",
 8934 "rand 0.8.5",
 8935 "ring",
 8936 "serde",
 8937 "serde_json",
 8938 "shellexpand 3.1.0",
 8939 "smol",
 8940 "uuid",
 8941 "zeromq",
 8942]
 8943
 8944[[package]]
 8945name = "rust-embed"
 8946version = "8.4.0"
 8947source = "registry+https://github.com/rust-lang/crates.io-index"
 8948checksum = "19549741604902eb99a7ed0ee177a0663ee1eda51a29f71401f166e47e77806a"
 8949dependencies = [
 8950 "rust-embed-impl",
 8951 "rust-embed-utils",
 8952 "walkdir",
 8953]
 8954
 8955[[package]]
 8956name = "rust-embed-impl"
 8957version = "8.4.0"
 8958source = "registry+https://github.com/rust-lang/crates.io-index"
 8959checksum = "cb9f96e283ec64401f30d3df8ee2aaeb2561f34c824381efa24a35f79bf40ee4"
 8960dependencies = [
 8961 "proc-macro2",
 8962 "quote",
 8963 "rust-embed-utils",
 8964 "syn 2.0.59",
 8965 "walkdir",
 8966]
 8967
 8968[[package]]
 8969name = "rust-embed-utils"
 8970version = "8.4.0"
 8971source = "registry+https://github.com/rust-lang/crates.io-index"
 8972checksum = "38c74a686185620830701348de757fd36bef4aa9680fd23c49fc539ddcc1af32"
 8973dependencies = [
 8974 "globset",
 8975 "sha2 0.10.7",
 8976 "walkdir",
 8977]
 8978
 8979[[package]]
 8980name = "rust_decimal"
 8981version = "1.32.0"
 8982source = "registry+https://github.com/rust-lang/crates.io-index"
 8983checksum = "a4c4216490d5a413bc6d10fa4742bd7d4955941d062c0ef873141d6b0e7b30fd"
 8984dependencies = [
 8985 "arrayvec",
 8986 "borsh",
 8987 "bytes 1.5.0",
 8988 "num-traits",
 8989 "rand 0.8.5",
 8990 "rkyv",
 8991 "serde",
 8992 "serde_json",
 8993]
 8994
 8995[[package]]
 8996name = "rustc-demangle"
 8997version = "0.1.23"
 8998source = "registry+https://github.com/rust-lang/crates.io-index"
 8999checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
 9000
 9001[[package]]
 9002name = "rustc-hash"
 9003version = "1.1.0"
 9004source = "registry+https://github.com/rust-lang/crates.io-index"
 9005checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
 9006
 9007[[package]]
 9008name = "rustc_version"
 9009version = "0.4.0"
 9010source = "registry+https://github.com/rust-lang/crates.io-index"
 9011checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
 9012dependencies = [
 9013 "semver",
 9014]
 9015
 9016[[package]]
 9017name = "rustix"
 9018version = "0.37.23"
 9019source = "registry+https://github.com/rust-lang/crates.io-index"
 9020checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
 9021dependencies = [
 9022 "bitflags 1.3.2",
 9023 "errno 0.3.8",
 9024 "io-lifetimes 1.0.11",
 9025 "libc",
 9026 "linux-raw-sys 0.3.8",
 9027 "windows-sys 0.48.0",
 9028]
 9029
 9030[[package]]
 9031name = "rustix"
 9032version = "0.38.32"
 9033source = "registry+https://github.com/rust-lang/crates.io-index"
 9034checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
 9035dependencies = [
 9036 "bitflags 2.4.2",
 9037 "errno 0.3.8",
 9038 "itoa",
 9039 "libc",
 9040 "linux-raw-sys 0.4.12",
 9041 "once_cell",
 9042 "windows-sys 0.52.0",
 9043]
 9044
 9045[[package]]
 9046name = "rustix-openpty"
 9047version = "0.1.1"
 9048source = "registry+https://github.com/rust-lang/crates.io-index"
 9049checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
 9050dependencies = [
 9051 "errno 0.3.8",
 9052 "libc",
 9053 "rustix 0.38.32",
 9054]
 9055
 9056[[package]]
 9057name = "rustls"
 9058version = "0.21.12"
 9059source = "registry+https://github.com/rust-lang/crates.io-index"
 9060checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
 9061dependencies = [
 9062 "log",
 9063 "ring",
 9064 "rustls-webpki",
 9065 "sct",
 9066]
 9067
 9068[[package]]
 9069name = "rustls-native-certs"
 9070version = "0.6.3"
 9071source = "registry+https://github.com/rust-lang/crates.io-index"
 9072checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
 9073dependencies = [
 9074 "openssl-probe",
 9075 "rustls-pemfile",
 9076 "schannel",
 9077 "security-framework",
 9078]
 9079
 9080[[package]]
 9081name = "rustls-pemfile"
 9082version = "1.0.3"
 9083source = "registry+https://github.com/rust-lang/crates.io-index"
 9084checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
 9085dependencies = [
 9086 "base64 0.21.7",
 9087]
 9088
 9089[[package]]
 9090name = "rustls-webpki"
 9091version = "0.101.7"
 9092source = "registry+https://github.com/rust-lang/crates.io-index"
 9093checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
 9094dependencies = [
 9095 "ring",
 9096 "untrusted",
 9097]
 9098
 9099[[package]]
 9100name = "rustversion"
 9101version = "1.0.14"
 9102source = "registry+https://github.com/rust-lang/crates.io-index"
 9103checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
 9104
 9105[[package]]
 9106name = "rustybuzz"
 9107version = "0.14.1"
 9108source = "registry+https://github.com/rust-lang/crates.io-index"
 9109checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
 9110dependencies = [
 9111 "bitflags 2.4.2",
 9112 "bytemuck",
 9113 "libm",
 9114 "smallvec",
 9115 "ttf-parser",
 9116 "unicode-bidi-mirroring",
 9117 "unicode-ccc",
 9118 "unicode-properties",
 9119 "unicode-script",
 9120]
 9121
 9122[[package]]
 9123name = "ryu"
 9124version = "1.0.18"
 9125source = "registry+https://github.com/rust-lang/crates.io-index"
 9126checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
 9127
 9128[[package]]
 9129name = "safemem"
 9130version = "0.3.3"
 9131source = "registry+https://github.com/rust-lang/crates.io-index"
 9132checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
 9133
 9134[[package]]
 9135name = "salsa20"
 9136version = "0.8.1"
 9137source = "registry+https://github.com/rust-lang/crates.io-index"
 9138checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"
 9139dependencies = [
 9140 "cipher 0.3.0",
 9141]
 9142
 9143[[package]]
 9144name = "same-file"
 9145version = "1.0.6"
 9146source = "registry+https://github.com/rust-lang/crates.io-index"
 9147checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
 9148dependencies = [
 9149 "winapi-util",
 9150]
 9151
 9152[[package]]
 9153name = "schannel"
 9154version = "0.1.22"
 9155source = "registry+https://github.com/rust-lang/crates.io-index"
 9156checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
 9157dependencies = [
 9158 "windows-sys 0.48.0",
 9159]
 9160
 9161[[package]]
 9162name = "schemars"
 9163version = "0.8.15"
 9164source = "registry+https://github.com/rust-lang/crates.io-index"
 9165checksum = "1f7b0ce13155372a76ee2e1c5ffba1fe61ede73fbea5630d61eee6fac4929c0c"
 9166dependencies = [
 9167 "dyn-clone",
 9168 "indexmap 1.9.3",
 9169 "schemars_derive",
 9170 "serde",
 9171 "serde_json",
 9172]
 9173
 9174[[package]]
 9175name = "schemars_derive"
 9176version = "0.8.15"
 9177source = "registry+https://github.com/rust-lang/crates.io-index"
 9178checksum = "e85e2a16b12bdb763244c69ab79363d71db2b4b918a2def53f80b02e0574b13c"
 9179dependencies = [
 9180 "proc-macro2",
 9181 "quote",
 9182 "serde_derive_internals",
 9183 "syn 1.0.109",
 9184]
 9185
 9186[[package]]
 9187name = "scoped-tls"
 9188version = "1.0.1"
 9189source = "registry+https://github.com/rust-lang/crates.io-index"
 9190checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
 9191
 9192[[package]]
 9193name = "scopeguard"
 9194version = "1.2.0"
 9195source = "registry+https://github.com/rust-lang/crates.io-index"
 9196checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
 9197
 9198[[package]]
 9199name = "scrypt"
 9200version = "0.7.0"
 9201source = "registry+https://github.com/rust-lang/crates.io-index"
 9202checksum = "879588d8f90906e73302547e20fffefdd240eb3e0e744e142321f5d49dea0518"
 9203dependencies = [
 9204 "base64ct",
 9205 "hmac 0.11.0",
 9206 "password-hash",
 9207 "pbkdf2 0.8.0",
 9208 "salsa20",
 9209 "sha2 0.9.9",
 9210]
 9211
 9212[[package]]
 9213name = "sct"
 9214version = "0.7.1"
 9215source = "registry+https://github.com/rust-lang/crates.io-index"
 9216checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
 9217dependencies = [
 9218 "ring",
 9219 "untrusted",
 9220]
 9221
 9222[[package]]
 9223name = "sea-bae"
 9224version = "0.2.0"
 9225source = "registry+https://github.com/rust-lang/crates.io-index"
 9226checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
 9227dependencies = [
 9228 "heck 0.4.1",
 9229 "proc-macro-error",
 9230 "proc-macro2",
 9231 "quote",
 9232 "syn 2.0.59",
 9233]
 9234
 9235[[package]]
 9236name = "sea-orm"
 9237version = "0.12.3"
 9238source = "registry+https://github.com/rust-lang/crates.io-index"
 9239checksum = "da5b2d70c255bc5cbe1d49f69c3c8eadae0fbbaeb18ee978edbf2f75775cb94d"
 9240dependencies = [
 9241 "async-stream",
 9242 "async-trait",
 9243 "bigdecimal",
 9244 "chrono",
 9245 "futures 0.3.28",
 9246 "log",
 9247 "ouroboros",
 9248 "rust_decimal",
 9249 "sea-orm-macros",
 9250 "sea-query",
 9251 "sea-query-binder",
 9252 "serde",
 9253 "serde_json",
 9254 "sqlx",
 9255 "strum",
 9256 "thiserror",
 9257 "time",
 9258 "tracing",
 9259 "url",
 9260 "uuid",
 9261]
 9262
 9263[[package]]
 9264name = "sea-orm-macros"
 9265version = "0.12.3"
 9266source = "registry+https://github.com/rust-lang/crates.io-index"
 9267checksum = "d7c8d455fad40194fb9774fdc4810c0f2700ff0dc0e93bd5ce9d641cc3f5dd75"
 9268dependencies = [
 9269 "heck 0.4.1",
 9270 "proc-macro2",
 9271 "quote",
 9272 "sea-bae",
 9273 "syn 2.0.59",
 9274 "unicode-ident",
 9275]
 9276
 9277[[package]]
 9278name = "sea-query"
 9279version = "0.30.2"
 9280source = "registry+https://github.com/rust-lang/crates.io-index"
 9281checksum = "fb3e6bba153bb198646c8762c48414942a38db27d142e44735a133cabddcc820"
 9282dependencies = [
 9283 "bigdecimal",
 9284 "chrono",
 9285 "derivative",
 9286 "inherent",
 9287 "ordered-float 3.9.1",
 9288 "rust_decimal",
 9289 "serde_json",
 9290 "time",
 9291 "uuid",
 9292]
 9293
 9294[[package]]
 9295name = "sea-query-binder"
 9296version = "0.5.0"
 9297source = "registry+https://github.com/rust-lang/crates.io-index"
 9298checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9"
 9299dependencies = [
 9300 "bigdecimal",
 9301 "chrono",
 9302 "rust_decimal",
 9303 "sea-query",
 9304 "serde_json",
 9305 "sqlx",
 9306 "time",
 9307 "uuid",
 9308]
 9309
 9310[[package]]
 9311name = "seahash"
 9312version = "4.1.0"
 9313source = "registry+https://github.com/rust-lang/crates.io-index"
 9314checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
 9315
 9316[[package]]
 9317name = "sealed"
 9318version = "0.4.0"
 9319source = "registry+https://github.com/rust-lang/crates.io-index"
 9320checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
 9321dependencies = [
 9322 "heck 0.3.3",
 9323 "proc-macro2",
 9324 "quote",
 9325 "syn 1.0.109",
 9326]
 9327
 9328[[package]]
 9329name = "search"
 9330version = "0.1.0"
 9331dependencies = [
 9332 "any_vec",
 9333 "anyhow",
 9334 "bitflags 2.4.2",
 9335 "client",
 9336 "collections",
 9337 "editor",
 9338 "futures 0.3.28",
 9339 "gpui",
 9340 "language",
 9341 "menu",
 9342 "project",
 9343 "serde",
 9344 "serde_json",
 9345 "settings",
 9346 "smol",
 9347 "theme",
 9348 "ui",
 9349 "unindent",
 9350 "util",
 9351 "workspace",
 9352]
 9353
 9354[[package]]
 9355name = "sec1"
 9356version = "0.3.0"
 9357source = "registry+https://github.com/rust-lang/crates.io-index"
 9358checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
 9359dependencies = [
 9360 "base16ct",
 9361 "der 0.6.1",
 9362 "generic-array",
 9363 "pkcs8 0.9.0",
 9364 "subtle",
 9365 "zeroize",
 9366]
 9367
 9368[[package]]
 9369name = "security-framework"
 9370version = "2.9.2"
 9371source = "registry+https://github.com/rust-lang/crates.io-index"
 9372checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
 9373dependencies = [
 9374 "bitflags 1.3.2",
 9375 "core-foundation",
 9376 "core-foundation-sys 0.8.6",
 9377 "libc",
 9378 "security-framework-sys",
 9379]
 9380
 9381[[package]]
 9382name = "security-framework-sys"
 9383version = "2.9.1"
 9384source = "registry+https://github.com/rust-lang/crates.io-index"
 9385checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
 9386dependencies = [
 9387 "core-foundation-sys 0.8.6",
 9388 "libc",
 9389]
 9390
 9391[[package]]
 9392name = "self_cell"
 9393version = "1.0.3"
 9394source = "registry+https://github.com/rust-lang/crates.io-index"
 9395checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba"
 9396
 9397[[package]]
 9398name = "semantic_index"
 9399version = "0.1.0"
 9400dependencies = [
 9401 "anyhow",
 9402 "client",
 9403 "clock",
 9404 "collections",
 9405 "env_logger",
 9406 "fs",
 9407 "futures 0.3.28",
 9408 "futures-batch",
 9409 "gpui",
 9410 "heed",
 9411 "http 0.1.0",
 9412 "language",
 9413 "languages",
 9414 "log",
 9415 "open_ai",
 9416 "parking_lot",
 9417 "project",
 9418 "serde",
 9419 "serde_json",
 9420 "settings",
 9421 "sha2 0.10.7",
 9422 "smol",
 9423 "tempfile",
 9424 "theme",
 9425 "tree-sitter",
 9426 "ui",
 9427 "unindent",
 9428 "util",
 9429 "workspace",
 9430 "worktree",
 9431]
 9432
 9433[[package]]
 9434name = "semantic_version"
 9435version = "0.1.0"
 9436dependencies = [
 9437 "anyhow",
 9438 "serde",
 9439]
 9440
 9441[[package]]
 9442name = "semver"
 9443version = "1.0.18"
 9444source = "registry+https://github.com/rust-lang/crates.io-index"
 9445checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
 9446
 9447[[package]]
 9448name = "serde"
 9449version = "1.0.202"
 9450source = "registry+https://github.com/rust-lang/crates.io-index"
 9451checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395"
 9452dependencies = [
 9453 "serde_derive",
 9454]
 9455
 9456[[package]]
 9457name = "serde_derive"
 9458version = "1.0.202"
 9459source = "registry+https://github.com/rust-lang/crates.io-index"
 9460checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838"
 9461dependencies = [
 9462 "proc-macro2",
 9463 "quote",
 9464 "syn 2.0.59",
 9465]
 9466
 9467[[package]]
 9468name = "serde_derive_internals"
 9469version = "0.26.0"
 9470source = "registry+https://github.com/rust-lang/crates.io-index"
 9471checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
 9472dependencies = [
 9473 "proc-macro2",
 9474 "quote",
 9475 "syn 1.0.109",
 9476]
 9477
 9478[[package]]
 9479name = "serde_fmt"
 9480version = "1.0.3"
 9481source = "registry+https://github.com/rust-lang/crates.io-index"
 9482checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
 9483dependencies = [
 9484 "serde",
 9485]
 9486
 9487[[package]]
 9488name = "serde_json"
 9489version = "1.0.117"
 9490source = "registry+https://github.com/rust-lang/crates.io-index"
 9491checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
 9492dependencies = [
 9493 "indexmap 2.2.6",
 9494 "itoa",
 9495 "ryu",
 9496 "serde",
 9497]
 9498
 9499[[package]]
 9500name = "serde_json_lenient"
 9501version = "0.1.7"
 9502source = "registry+https://github.com/rust-lang/crates.io-index"
 9503checksum = "26386958a1344003f2b2bcff51a23fbe70461a478ef29247c6c6ab2c1656f53e"
 9504dependencies = [
 9505 "indexmap 2.2.6",
 9506 "itoa",
 9507 "ryu",
 9508 "serde",
 9509]
 9510
 9511[[package]]
 9512name = "serde_path_to_error"
 9513version = "0.1.15"
 9514source = "registry+https://github.com/rust-lang/crates.io-index"
 9515checksum = "ebd154a240de39fdebcf5775d2675c204d7c13cf39a4c697be6493c8e734337c"
 9516dependencies = [
 9517 "itoa",
 9518 "serde",
 9519]
 9520
 9521[[package]]
 9522name = "serde_repr"
 9523version = "0.1.16"
 9524source = "registry+https://github.com/rust-lang/crates.io-index"
 9525checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
 9526dependencies = [
 9527 "proc-macro2",
 9528 "quote",
 9529 "syn 2.0.59",
 9530]
 9531
 9532[[package]]
 9533name = "serde_spanned"
 9534version = "0.6.5"
 9535source = "registry+https://github.com/rust-lang/crates.io-index"
 9536checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
 9537dependencies = [
 9538 "serde",
 9539]
 9540
 9541[[package]]
 9542name = "serde_urlencoded"
 9543version = "0.7.1"
 9544source = "registry+https://github.com/rust-lang/crates.io-index"
 9545checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
 9546dependencies = [
 9547 "form_urlencoded",
 9548 "itoa",
 9549 "ryu",
 9550 "serde",
 9551]
 9552
 9553[[package]]
 9554name = "settings"
 9555version = "0.1.0"
 9556dependencies = [
 9557 "anyhow",
 9558 "collections",
 9559 "fs",
 9560 "futures 0.3.28",
 9561 "gpui",
 9562 "indoc",
 9563 "lazy_static",
 9564 "paths",
 9565 "pretty_assertions",
 9566 "release_channel",
 9567 "rust-embed",
 9568 "schemars",
 9569 "serde",
 9570 "serde_derive",
 9571 "serde_json",
 9572 "serde_json_lenient",
 9573 "smallvec",
 9574 "tree-sitter",
 9575 "tree-sitter-json",
 9576 "unindent",
 9577 "util",
 9578]
 9579
 9580[[package]]
 9581name = "sha-1"
 9582version = "0.9.8"
 9583source = "registry+https://github.com/rust-lang/crates.io-index"
 9584checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
 9585dependencies = [
 9586 "block-buffer 0.9.0",
 9587 "cfg-if",
 9588 "cpufeatures",
 9589 "digest 0.9.0",
 9590 "opaque-debug",
 9591]
 9592
 9593[[package]]
 9594name = "sha1"
 9595version = "0.10.6"
 9596source = "registry+https://github.com/rust-lang/crates.io-index"
 9597checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
 9598dependencies = [
 9599 "cfg-if",
 9600 "cpufeatures",
 9601 "digest 0.10.7",
 9602]
 9603
 9604[[package]]
 9605name = "sha1_smol"
 9606version = "1.0.0"
 9607source = "registry+https://github.com/rust-lang/crates.io-index"
 9608checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
 9609
 9610[[package]]
 9611name = "sha2"
 9612version = "0.9.9"
 9613source = "registry+https://github.com/rust-lang/crates.io-index"
 9614checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
 9615dependencies = [
 9616 "block-buffer 0.9.0",
 9617 "cfg-if",
 9618 "cpufeatures",
 9619 "digest 0.9.0",
 9620 "opaque-debug",
 9621]
 9622
 9623[[package]]
 9624name = "sha2"
 9625version = "0.10.7"
 9626source = "registry+https://github.com/rust-lang/crates.io-index"
 9627checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
 9628dependencies = [
 9629 "cfg-if",
 9630 "cpufeatures",
 9631 "digest 0.10.7",
 9632]
 9633
 9634[[package]]
 9635name = "sharded-slab"
 9636version = "0.1.4"
 9637source = "registry+https://github.com/rust-lang/crates.io-index"
 9638checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
 9639dependencies = [
 9640 "lazy_static",
 9641]
 9642
 9643[[package]]
 9644name = "shell-words"
 9645version = "1.1.0"
 9646source = "registry+https://github.com/rust-lang/crates.io-index"
 9647checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
 9648
 9649[[package]]
 9650name = "shellexpand"
 9651version = "2.1.2"
 9652source = "registry+https://github.com/rust-lang/crates.io-index"
 9653checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
 9654dependencies = [
 9655 "dirs 4.0.0",
 9656]
 9657
 9658[[package]]
 9659name = "shellexpand"
 9660version = "3.1.0"
 9661source = "registry+https://github.com/rust-lang/crates.io-index"
 9662checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
 9663dependencies = [
 9664 "dirs 5.0.1",
 9665]
 9666
 9667[[package]]
 9668name = "shlex"
 9669version = "1.3.0"
 9670source = "registry+https://github.com/rust-lang/crates.io-index"
 9671checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
 9672
 9673[[package]]
 9674name = "signal-hook"
 9675version = "0.3.17"
 9676source = "registry+https://github.com/rust-lang/crates.io-index"
 9677checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
 9678dependencies = [
 9679 "libc",
 9680 "signal-hook-registry",
 9681]
 9682
 9683[[package]]
 9684name = "signal-hook-registry"
 9685version = "1.4.1"
 9686source = "registry+https://github.com/rust-lang/crates.io-index"
 9687checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
 9688dependencies = [
 9689 "libc",
 9690]
 9691
 9692[[package]]
 9693name = "signature"
 9694version = "1.6.4"
 9695source = "registry+https://github.com/rust-lang/crates.io-index"
 9696checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
 9697dependencies = [
 9698 "digest 0.10.7",
 9699 "rand_core 0.6.4",
 9700]
 9701
 9702[[package]]
 9703name = "signature"
 9704version = "2.1.0"
 9705source = "registry+https://github.com/rust-lang/crates.io-index"
 9706checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
 9707dependencies = [
 9708 "digest 0.10.7",
 9709 "rand_core 0.6.4",
 9710]
 9711
 9712[[package]]
 9713name = "simd-adler32"
 9714version = "0.3.7"
 9715source = "registry+https://github.com/rust-lang/crates.io-index"
 9716checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
 9717
 9718[[package]]
 9719name = "simd_helpers"
 9720version = "0.1.0"
 9721source = "registry+https://github.com/rust-lang/crates.io-index"
 9722checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
 9723dependencies = [
 9724 "quote",
 9725]
 9726
 9727[[package]]
 9728name = "simdutf8"
 9729version = "0.1.4"
 9730source = "registry+https://github.com/rust-lang/crates.io-index"
 9731checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
 9732
 9733[[package]]
 9734name = "similar"
 9735version = "1.3.0"
 9736source = "registry+https://github.com/rust-lang/crates.io-index"
 9737checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
 9738
 9739[[package]]
 9740name = "simple_asn1"
 9741version = "0.5.4"
 9742source = "registry+https://github.com/rust-lang/crates.io-index"
 9743checksum = "8eb4ea60fb301dc81dfc113df680571045d375ab7345d171c5dc7d7e13107a80"
 9744dependencies = [
 9745 "chrono",
 9746 "num-bigint",
 9747 "num-traits",
 9748 "thiserror",
 9749]
 9750
 9751[[package]]
 9752name = "simplecss"
 9753version = "0.2.1"
 9754source = "registry+https://github.com/rust-lang/crates.io-index"
 9755checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
 9756dependencies = [
 9757 "log",
 9758]
 9759
 9760[[package]]
 9761name = "simplelog"
 9762version = "0.9.0"
 9763source = "registry+https://github.com/rust-lang/crates.io-index"
 9764checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
 9765dependencies = [
 9766 "chrono",
 9767 "log",
 9768 "termcolor",
 9769]
 9770
 9771[[package]]
 9772name = "siphasher"
 9773version = "0.3.11"
 9774source = "registry+https://github.com/rust-lang/crates.io-index"
 9775checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
 9776
 9777[[package]]
 9778name = "siphasher"
 9779version = "1.0.1"
 9780source = "registry+https://github.com/rust-lang/crates.io-index"
 9781checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
 9782
 9783[[package]]
 9784name = "skrifa"
 9785version = "0.19.3"
 9786source = "registry+https://github.com/rust-lang/crates.io-index"
 9787checksum = "0ab45fb68b53576a43d4fc0e9ec8ea64e29a4d2cc7f44506964cb75f288222e9"
 9788dependencies = [
 9789 "bytemuck",
 9790 "read-fonts",
 9791]
 9792
 9793[[package]]
 9794name = "slab"
 9795version = "0.4.9"
 9796source = "registry+https://github.com/rust-lang/crates.io-index"
 9797checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
 9798dependencies = [
 9799 "autocfg",
 9800]
 9801
 9802[[package]]
 9803name = "slice-group-by"
 9804version = "0.3.1"
 9805source = "registry+https://github.com/rust-lang/crates.io-index"
 9806checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
 9807
 9808[[package]]
 9809name = "slotmap"
 9810version = "1.0.6"
 9811source = "registry+https://github.com/rust-lang/crates.io-index"
 9812checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
 9813dependencies = [
 9814 "version_check",
 9815]
 9816
 9817[[package]]
 9818name = "sluice"
 9819version = "0.5.5"
 9820source = "registry+https://github.com/rust-lang/crates.io-index"
 9821checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
 9822dependencies = [
 9823 "async-channel 1.9.0",
 9824 "futures-core",
 9825 "futures-io",
 9826]
 9827
 9828[[package]]
 9829name = "smallvec"
 9830version = "1.11.1"
 9831source = "registry+https://github.com/rust-lang/crates.io-index"
 9832checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
 9833
 9834[[package]]
 9835name = "smol"
 9836version = "1.3.0"
 9837source = "registry+https://github.com/rust-lang/crates.io-index"
 9838checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
 9839dependencies = [
 9840 "async-channel 1.9.0",
 9841 "async-executor",
 9842 "async-fs 1.6.0",
 9843 "async-io 1.13.0",
 9844 "async-lock 2.8.0",
 9845 "async-net 1.7.0",
 9846 "async-process 1.7.0",
 9847 "blocking",
 9848 "futures-lite 1.13.0",
 9849]
 9850
 9851[[package]]
 9852name = "snippet"
 9853version = "0.1.0"
 9854dependencies = [
 9855 "anyhow",
 9856 "smallvec",
 9857]
 9858
 9859[[package]]
 9860name = "socket2"
 9861version = "0.4.9"
 9862source = "registry+https://github.com/rust-lang/crates.io-index"
 9863checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
 9864dependencies = [
 9865 "libc",
 9866 "winapi",
 9867]
 9868
 9869[[package]]
 9870name = "socket2"
 9871version = "0.5.7"
 9872source = "registry+https://github.com/rust-lang/crates.io-index"
 9873checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
 9874dependencies = [
 9875 "libc",
 9876 "windows-sys 0.52.0",
 9877]
 9878
 9879[[package]]
 9880name = "spdx"
 9881version = "0.10.4"
 9882source = "registry+https://github.com/rust-lang/crates.io-index"
 9883checksum = "29ef1a0fa1e39ac22972c8db23ff89aea700ab96aa87114e1fb55937a631a0c9"
 9884dependencies = [
 9885 "smallvec",
 9886]
 9887
 9888[[package]]
 9889name = "spin"
 9890version = "0.5.2"
 9891source = "registry+https://github.com/rust-lang/crates.io-index"
 9892checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
 9893
 9894[[package]]
 9895name = "spin"
 9896version = "0.9.8"
 9897source = "registry+https://github.com/rust-lang/crates.io-index"
 9898checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
 9899dependencies = [
 9900 "lock_api",
 9901]
 9902
 9903[[package]]
 9904name = "spirv"
 9905version = "0.2.0+1.5.4"
 9906source = "registry+https://github.com/rust-lang/crates.io-index"
 9907checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
 9908dependencies = [
 9909 "bitflags 1.3.2",
 9910 "num-traits",
 9911]
 9912
 9913[[package]]
 9914name = "spki"
 9915version = "0.6.0"
 9916source = "registry+https://github.com/rust-lang/crates.io-index"
 9917checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
 9918dependencies = [
 9919 "base64ct",
 9920 "der 0.6.1",
 9921]
 9922
 9923[[package]]
 9924name = "spki"
 9925version = "0.7.2"
 9926source = "registry+https://github.com/rust-lang/crates.io-index"
 9927checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
 9928dependencies = [
 9929 "base64ct",
 9930 "der 0.7.8",
 9931]
 9932
 9933[[package]]
 9934name = "sptr"
 9935version = "0.3.2"
 9936source = "registry+https://github.com/rust-lang/crates.io-index"
 9937checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
 9938
 9939[[package]]
 9940name = "sqlez"
 9941version = "0.1.0"
 9942dependencies = [
 9943 "anyhow",
 9944 "collections",
 9945 "futures 0.3.28",
 9946 "indoc",
 9947 "lazy_static",
 9948 "libsqlite3-sys",
 9949 "parking_lot",
 9950 "smol",
 9951 "thread_local",
 9952 "util",
 9953 "uuid",
 9954]
 9955
 9956[[package]]
 9957name = "sqlez_macros"
 9958version = "0.1.0"
 9959dependencies = [
 9960 "lazy_static",
 9961 "sqlez",
 9962 "sqlformat",
 9963 "syn 1.0.109",
 9964]
 9965
 9966[[package]]
 9967name = "sqlformat"
 9968version = "0.2.2"
 9969source = "registry+https://github.com/rust-lang/crates.io-index"
 9970checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85"
 9971dependencies = [
 9972 "itertools 0.11.0",
 9973 "nom",
 9974 "unicode_categories",
 9975]
 9976
 9977[[package]]
 9978name = "sqlx"
 9979version = "0.7.2"
 9980source = "registry+https://github.com/rust-lang/crates.io-index"
 9981checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33"
 9982dependencies = [
 9983 "sqlx-core",
 9984 "sqlx-macros",
 9985 "sqlx-mysql",
 9986 "sqlx-postgres",
 9987 "sqlx-sqlite",
 9988]
 9989
 9990[[package]]
 9991name = "sqlx-core"
 9992version = "0.7.2"
 9993source = "registry+https://github.com/rust-lang/crates.io-index"
 9994checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d"
 9995dependencies = [
 9996 "ahash 0.8.8",
 9997 "atoi",
 9998 "bigdecimal",
 9999 "byteorder",
10000 "bytes 1.5.0",
10001 "chrono",
10002 "crc",
10003 "crossbeam-queue",
10004 "dotenvy",
10005 "either",
10006 "event-listener 2.5.3",
10007 "futures-channel",
10008 "futures-core",
10009 "futures-intrusive",
10010 "futures-io",
10011 "futures-util",
10012 "hashlink",
10013 "hex",
10014 "indexmap 2.2.6",
10015 "log",
10016 "memchr",
10017 "once_cell",
10018 "paste",
10019 "percent-encoding",
10020 "rust_decimal",
10021 "rustls",
10022 "rustls-pemfile",
10023 "serde",
10024 "serde_json",
10025 "sha2 0.10.7",
10026 "smallvec",
10027 "sqlformat",
10028 "thiserror",
10029 "time",
10030 "tokio",
10031 "tokio-stream",
10032 "tracing",
10033 "url",
10034 "uuid",
10035 "webpki-roots",
10036]
10037
10038[[package]]
10039name = "sqlx-macros"
10040version = "0.7.2"
10041source = "registry+https://github.com/rust-lang/crates.io-index"
10042checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec"
10043dependencies = [
10044 "proc-macro2",
10045 "quote",
10046 "sqlx-core",
10047 "sqlx-macros-core",
10048 "syn 1.0.109",
10049]
10050
10051[[package]]
10052name = "sqlx-macros-core"
10053version = "0.7.2"
10054source = "registry+https://github.com/rust-lang/crates.io-index"
10055checksum = "0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc"
10056dependencies = [
10057 "dotenvy",
10058 "either",
10059 "heck 0.4.1",
10060 "hex",
10061 "once_cell",
10062 "proc-macro2",
10063 "quote",
10064 "serde",
10065 "serde_json",
10066 "sha2 0.10.7",
10067 "sqlx-core",
10068 "sqlx-mysql",
10069 "sqlx-postgres",
10070 "sqlx-sqlite",
10071 "syn 1.0.109",
10072 "tempfile",
10073 "tokio",
10074 "url",
10075]
10076
10077[[package]]
10078name = "sqlx-mysql"
10079version = "0.7.2"
10080source = "registry+https://github.com/rust-lang/crates.io-index"
10081checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db"
10082dependencies = [
10083 "atoi",
10084 "base64 0.21.7",
10085 "bigdecimal",
10086 "bitflags 2.4.2",
10087 "byteorder",
10088 "bytes 1.5.0",
10089 "chrono",
10090 "crc",
10091 "digest 0.10.7",
10092 "dotenvy",
10093 "either",
10094 "futures-channel",
10095 "futures-core",
10096 "futures-io",
10097 "futures-util",
10098 "generic-array",
10099 "hex",
10100 "hkdf",
10101 "hmac 0.12.1",
10102 "itoa",
10103 "log",
10104 "md-5",
10105 "memchr",
10106 "once_cell",
10107 "percent-encoding",
10108 "rand 0.8.5",
10109 "rsa 0.9.2",
10110 "rust_decimal",
10111 "serde",
10112 "sha1",
10113 "sha2 0.10.7",
10114 "smallvec",
10115 "sqlx-core",
10116 "stringprep",
10117 "thiserror",
10118 "time",
10119 "tracing",
10120 "uuid",
10121 "whoami",
10122]
10123
10124[[package]]
10125name = "sqlx-postgres"
10126version = "0.7.2"
10127source = "registry+https://github.com/rust-lang/crates.io-index"
10128checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624"
10129dependencies = [
10130 "atoi",
10131 "base64 0.21.7",
10132 "bigdecimal",
10133 "bitflags 2.4.2",
10134 "byteorder",
10135 "chrono",
10136 "crc",
10137 "dotenvy",
10138 "etcetera",
10139 "futures-channel",
10140 "futures-core",
10141 "futures-io",
10142 "futures-util",
10143 "hex",
10144 "hkdf",
10145 "hmac 0.12.1",
10146 "home",
10147 "itoa",
10148 "log",
10149 "md-5",
10150 "memchr",
10151 "num-bigint",
10152 "once_cell",
10153 "rand 0.8.5",
10154 "rust_decimal",
10155 "serde",
10156 "serde_json",
10157 "sha1",
10158 "sha2 0.10.7",
10159 "smallvec",
10160 "sqlx-core",
10161 "stringprep",
10162 "thiserror",
10163 "time",
10164 "tracing",
10165 "uuid",
10166 "whoami",
10167]
10168
10169[[package]]
10170name = "sqlx-sqlite"
10171version = "0.7.2"
10172source = "registry+https://github.com/rust-lang/crates.io-index"
10173checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f"
10174dependencies = [
10175 "atoi",
10176 "chrono",
10177 "flume",
10178 "futures-channel",
10179 "futures-core",
10180 "futures-executor",
10181 "futures-intrusive",
10182 "futures-util",
10183 "libsqlite3-sys",
10184 "log",
10185 "percent-encoding",
10186 "serde",
10187 "sqlx-core",
10188 "time",
10189 "tracing",
10190 "url",
10191 "uuid",
10192]
10193
10194[[package]]
10195name = "stable_deref_trait"
10196version = "1.2.0"
10197source = "registry+https://github.com/rust-lang/crates.io-index"
10198checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
10199
10200[[package]]
10201name = "static_assertions"
10202version = "1.1.0"
10203source = "registry+https://github.com/rust-lang/crates.io-index"
10204checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
10205
10206[[package]]
10207name = "story"
10208version = "0.1.0"
10209dependencies = [
10210 "gpui",
10211 "itertools 0.10.5",
10212 "smallvec",
10213]
10214
10215[[package]]
10216name = "storybook"
10217version = "0.1.0"
10218dependencies = [
10219 "anyhow",
10220 "clap 4.4.4",
10221 "collab_ui",
10222 "ctrlc",
10223 "dialoguer",
10224 "editor",
10225 "fuzzy",
10226 "gpui",
10227 "indoc",
10228 "language",
10229 "log",
10230 "menu",
10231 "picker",
10232 "project",
10233 "rust-embed",
10234 "settings",
10235 "simplelog",
10236 "story",
10237 "strum",
10238 "theme",
10239 "title_bar",
10240 "ui",
10241]
10242
10243[[package]]
10244name = "strict-num"
10245version = "0.1.1"
10246source = "registry+https://github.com/rust-lang/crates.io-index"
10247checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
10248dependencies = [
10249 "float-cmp",
10250]
10251
10252[[package]]
10253name = "string_cache"
10254version = "0.8.7"
10255source = "registry+https://github.com/rust-lang/crates.io-index"
10256checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
10257dependencies = [
10258 "new_debug_unreachable",
10259 "once_cell",
10260 "parking_lot",
10261 "phf_shared 0.10.0",
10262 "precomputed-hash",
10263 "serde",
10264]
10265
10266[[package]]
10267name = "string_cache_codegen"
10268version = "0.5.2"
10269source = "registry+https://github.com/rust-lang/crates.io-index"
10270checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
10271dependencies = [
10272 "phf_generator 0.10.0",
10273 "phf_shared 0.10.0",
10274 "proc-macro2",
10275 "quote",
10276]
10277
10278[[package]]
10279name = "stringprep"
10280version = "0.1.4"
10281source = "registry+https://github.com/rust-lang/crates.io-index"
10282checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
10283dependencies = [
10284 "finl_unicode",
10285 "unicode-bidi",
10286 "unicode-normalization",
10287]
10288
10289[[package]]
10290name = "strsim"
10291version = "0.10.0"
10292source = "registry+https://github.com/rust-lang/crates.io-index"
10293checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
10294
10295[[package]]
10296name = "strsim"
10297version = "0.11.1"
10298source = "registry+https://github.com/rust-lang/crates.io-index"
10299checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
10300
10301[[package]]
10302name = "strum"
10303version = "0.25.0"
10304source = "registry+https://github.com/rust-lang/crates.io-index"
10305checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
10306dependencies = [
10307 "strum_macros",
10308]
10309
10310[[package]]
10311name = "strum_macros"
10312version = "0.25.2"
10313source = "registry+https://github.com/rust-lang/crates.io-index"
10314checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059"
10315dependencies = [
10316 "heck 0.4.1",
10317 "proc-macro2",
10318 "quote",
10319 "rustversion",
10320 "syn 2.0.59",
10321]
10322
10323[[package]]
10324name = "subtle"
10325version = "2.5.0"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
10328
10329[[package]]
10330name = "sum_tree"
10331version = "0.1.0"
10332dependencies = [
10333 "arrayvec",
10334 "ctor",
10335 "env_logger",
10336 "log",
10337 "rand 0.8.5",
10338 "rayon",
10339]
10340
10341[[package]]
10342name = "supermaven"
10343version = "0.1.0"
10344dependencies = [
10345 "anyhow",
10346 "client",
10347 "collections",
10348 "editor",
10349 "env_logger",
10350 "futures 0.3.28",
10351 "gpui",
10352 "http 0.1.0",
10353 "language",
10354 "log",
10355 "postage",
10356 "project",
10357 "serde",
10358 "serde_json",
10359 "settings",
10360 "smol",
10361 "supermaven_api",
10362 "theme",
10363 "ui",
10364 "util",
10365]
10366
10367[[package]]
10368name = "supermaven_api"
10369version = "0.1.0"
10370dependencies = [
10371 "anyhow",
10372 "futures 0.3.28",
10373 "http 0.1.0",
10374 "paths",
10375 "serde",
10376 "serde_json",
10377 "smol",
10378]
10379
10380[[package]]
10381name = "sval"
10382version = "2.8.0"
10383source = "registry+https://github.com/rust-lang/crates.io-index"
10384checksum = "05d11eec9fbe2bc8bc71e7349f0e7534db9a96d961fb9f302574275b7880ad06"
10385
10386[[package]]
10387name = "sval_buffer"
10388version = "2.8.0"
10389source = "registry+https://github.com/rust-lang/crates.io-index"
10390checksum = "6b7451f69a93c5baf2653d5aa8bb4178934337f16c22830a50b06b386f72d761"
10391dependencies = [
10392 "sval",
10393 "sval_ref",
10394]
10395
10396[[package]]
10397name = "sval_dynamic"
10398version = "2.8.0"
10399source = "registry+https://github.com/rust-lang/crates.io-index"
10400checksum = "c34f5a2cc12b4da2adfb59d5eedfd9b174a23cc3fae84cec71dcbcd9302068f5"
10401dependencies = [
10402 "sval",
10403]
10404
10405[[package]]
10406name = "sval_fmt"
10407version = "2.8.0"
10408source = "registry+https://github.com/rust-lang/crates.io-index"
10409checksum = "2f578b2301341e246d00b35957f2952c4ec554ad9c7cfaee10bc86bc92896578"
10410dependencies = [
10411 "itoa",
10412 "ryu",
10413 "sval",
10414]
10415
10416[[package]]
10417name = "sval_json"
10418version = "2.8.0"
10419source = "registry+https://github.com/rust-lang/crates.io-index"
10420checksum = "8346c00f5dc6efe18bea8d13c1f7ca4f112b20803434bf3657ac17c0f74cbc4b"
10421dependencies = [
10422 "itoa",
10423 "ryu",
10424 "sval",
10425]
10426
10427[[package]]
10428name = "sval_ref"
10429version = "2.8.0"
10430source = "registry+https://github.com/rust-lang/crates.io-index"
10431checksum = "6617cc89952f792aebc0f4a1a76bc51e80c70b18c491bd52215c7989c4c3dd06"
10432dependencies = [
10433 "sval",
10434]
10435
10436[[package]]
10437name = "sval_serde"
10438version = "2.8.0"
10439source = "registry+https://github.com/rust-lang/crates.io-index"
10440checksum = "fe3d1e59f023341d9af75d86f3bc148a6704f3f831eef0dd90bbe9cb445fa024"
10441dependencies = [
10442 "serde",
10443 "sval",
10444 "sval_buffer",
10445 "sval_fmt",
10446]
10447
10448[[package]]
10449name = "svg_fmt"
10450version = "0.4.1"
10451source = "registry+https://github.com/rust-lang/crates.io-index"
10452checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
10453
10454[[package]]
10455name = "svgtypes"
10456version = "0.15.0"
10457source = "registry+https://github.com/rust-lang/crates.io-index"
10458checksum = "d97ca9a891c9c70da8139ac9d8e8ea36a210fa21bb50eccd75d4a9561c83e87f"
10459dependencies = [
10460 "kurbo",
10461 "siphasher 1.0.1",
10462]
10463
10464[[package]]
10465name = "swash"
10466version = "0.1.17"
10467source = "registry+https://github.com/rust-lang/crates.io-index"
10468checksum = "4d7773d67fe3373048cf840bfcc54ec3207cfc1e95c526b287ef2eb5eff9faf6"
10469dependencies = [
10470 "skrifa",
10471 "yazi",
10472 "zeno",
10473]
10474
10475[[package]]
10476name = "syn"
10477version = "1.0.109"
10478source = "registry+https://github.com/rust-lang/crates.io-index"
10479checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
10480dependencies = [
10481 "proc-macro2",
10482 "quote",
10483 "unicode-ident",
10484]
10485
10486[[package]]
10487name = "syn"
10488version = "2.0.59"
10489source = "registry+https://github.com/rust-lang/crates.io-index"
10490checksum = "4a6531ffc7b071655e4ce2e04bd464c4830bb585a61cabb96cf808f05172615a"
10491dependencies = [
10492 "proc-macro2",
10493 "quote",
10494 "unicode-ident",
10495]
10496
10497[[package]]
10498name = "sync_wrapper"
10499version = "0.1.2"
10500source = "registry+https://github.com/rust-lang/crates.io-index"
10501checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
10502
10503[[package]]
10504name = "synchronoise"
10505version = "1.0.1"
10506source = "registry+https://github.com/rust-lang/crates.io-index"
10507checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
10508dependencies = [
10509 "crossbeam-queue",
10510]
10511
10512[[package]]
10513name = "sys-locale"
10514version = "0.3.1"
10515source = "registry+https://github.com/rust-lang/crates.io-index"
10516checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
10517dependencies = [
10518 "libc",
10519]
10520
10521[[package]]
10522name = "sysinfo"
10523version = "0.30.7"
10524source = "registry+https://github.com/rust-lang/crates.io-index"
10525checksum = "0c385888ef380a852a16209afc8cfad22795dd8873d69c9a14d2e2088f118d18"
10526dependencies = [
10527 "cfg-if",
10528 "core-foundation-sys 0.8.6",
10529 "libc",
10530 "ntapi",
10531 "once_cell",
10532 "rayon",
10533 "windows 0.52.0",
10534]
10535
10536[[package]]
10537name = "system-deps"
10538version = "6.2.2"
10539source = "registry+https://github.com/rust-lang/crates.io-index"
10540checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
10541dependencies = [
10542 "cfg-expr",
10543 "heck 0.5.0",
10544 "pkg-config",
10545 "toml 0.8.10",
10546 "version-compare",
10547]
10548
10549[[package]]
10550name = "system-interface"
10551version = "0.27.1"
10552source = "registry+https://github.com/rust-lang/crates.io-index"
10553checksum = "9aef1f9d4c1dbdd1cb3a63be9efd2f04d8ddbc919d46112982c76818ffc2f1a7"
10554dependencies = [
10555 "bitflags 2.4.2",
10556 "cap-fs-ext",
10557 "cap-std",
10558 "fd-lock",
10559 "io-lifetimes 2.0.3",
10560 "rustix 0.38.32",
10561 "windows-sys 0.52.0",
10562 "winx",
10563]
10564
10565[[package]]
10566name = "tab_switcher"
10567version = "0.1.0"
10568dependencies = [
10569 "anyhow",
10570 "collections",
10571 "ctor",
10572 "editor",
10573 "env_logger",
10574 "gpui",
10575 "language",
10576 "menu",
10577 "picker",
10578 "project",
10579 "serde",
10580 "serde_json",
10581 "terminal_view",
10582 "theme",
10583 "ui",
10584 "util",
10585 "workspace",
10586]
10587
10588[[package]]
10589name = "taffy"
10590version = "0.4.3"
10591source = "registry+https://github.com/rust-lang/crates.io-index"
10592checksum = "7b2e140b328c6cb5e744bb2c65910b47df86b239afc793ee2c52262569cf9225"
10593dependencies = [
10594 "arrayvec",
10595 "grid",
10596 "num-traits",
10597 "serde",
10598 "slotmap",
10599]
10600
10601[[package]]
10602name = "take-until"
10603version = "0.2.0"
10604source = "registry+https://github.com/rust-lang/crates.io-index"
10605checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
10606
10607[[package]]
10608name = "tap"
10609version = "1.0.1"
10610source = "registry+https://github.com/rust-lang/crates.io-index"
10611checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
10612
10613[[package]]
10614name = "target-lexicon"
10615version = "0.12.13"
10616source = "registry+https://github.com/rust-lang/crates.io-index"
10617checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae"
10618
10619[[package]]
10620name = "task"
10621version = "0.1.0"
10622dependencies = [
10623 "anyhow",
10624 "collections",
10625 "futures 0.3.28",
10626 "gpui",
10627 "hex",
10628 "parking_lot",
10629 "schemars",
10630 "serde",
10631 "serde_json_lenient",
10632 "sha2 0.10.7",
10633 "shellexpand 2.1.2",
10634 "util",
10635]
10636
10637[[package]]
10638name = "tasks_ui"
10639version = "0.1.0"
10640dependencies = [
10641 "anyhow",
10642 "editor",
10643 "file_icons",
10644 "fuzzy",
10645 "gpui",
10646 "language",
10647 "menu",
10648 "picker",
10649 "project",
10650 "schemars",
10651 "serde",
10652 "serde_json",
10653 "settings",
10654 "task",
10655 "tree-sitter-rust",
10656 "tree-sitter-typescript",
10657 "ui",
10658 "util",
10659 "workspace",
10660]
10661
10662[[package]]
10663name = "telemetry_events"
10664version = "0.1.0"
10665dependencies = [
10666 "semantic_version",
10667 "serde",
10668]
10669
10670[[package]]
10671name = "tempfile"
10672version = "3.9.0"
10673source = "registry+https://github.com/rust-lang/crates.io-index"
10674checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
10675dependencies = [
10676 "cfg-if",
10677 "fastrand 2.0.0",
10678 "redox_syscall 0.4.1",
10679 "rustix 0.38.32",
10680 "windows-sys 0.52.0",
10681]
10682
10683[[package]]
10684name = "tendril"
10685version = "0.4.3"
10686source = "registry+https://github.com/rust-lang/crates.io-index"
10687checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
10688dependencies = [
10689 "futf",
10690 "mac",
10691 "utf-8",
10692]
10693
10694[[package]]
10695name = "termcolor"
10696version = "1.1.3"
10697source = "registry+https://github.com/rust-lang/crates.io-index"
10698checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
10699dependencies = [
10700 "winapi-util",
10701]
10702
10703[[package]]
10704name = "terminal"
10705version = "0.1.0"
10706dependencies = [
10707 "alacritty_terminal 0.24.1-dev",
10708 "anyhow",
10709 "collections",
10710 "dirs 4.0.0",
10711 "futures 0.3.28",
10712 "gpui",
10713 "libc",
10714 "rand 0.8.5",
10715 "schemars",
10716 "serde",
10717 "serde_derive",
10718 "serde_json",
10719 "settings",
10720 "smol",
10721 "sysinfo",
10722 "task",
10723 "theme",
10724 "thiserror",
10725 "util",
10726 "windows 0.57.0",
10727]
10728
10729[[package]]
10730name = "terminal_view"
10731version = "0.1.0"
10732dependencies = [
10733 "anyhow",
10734 "client",
10735 "collections",
10736 "db",
10737 "dirs 4.0.0",
10738 "editor",
10739 "futures 0.3.28",
10740 "gpui",
10741 "itertools 0.11.0",
10742 "language",
10743 "project",
10744 "rand 0.8.5",
10745 "search",
10746 "serde",
10747 "serde_json",
10748 "settings",
10749 "shellexpand 2.1.2",
10750 "smol",
10751 "task",
10752 "tasks_ui",
10753 "terminal",
10754 "theme",
10755 "ui",
10756 "util",
10757 "workspace",
10758]
10759
10760[[package]]
10761name = "text"
10762version = "0.1.0"
10763dependencies = [
10764 "anyhow",
10765 "clock",
10766 "collections",
10767 "ctor",
10768 "env_logger",
10769 "gpui",
10770 "http 0.1.0",
10771 "lazy_static",
10772 "log",
10773 "parking_lot",
10774 "postage",
10775 "rand 0.8.5",
10776 "regex",
10777 "rope",
10778 "smallvec",
10779 "sum_tree",
10780 "util",
10781]
10782
10783[[package]]
10784name = "textwrap"
10785version = "0.16.0"
10786source = "registry+https://github.com/rust-lang/crates.io-index"
10787checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
10788
10789[[package]]
10790name = "theme"
10791version = "0.1.0"
10792dependencies = [
10793 "anyhow",
10794 "collections",
10795 "derive_more",
10796 "fs",
10797 "futures 0.3.28",
10798 "gpui",
10799 "indexmap 1.9.3",
10800 "log",
10801 "palette",
10802 "parking_lot",
10803 "refineable",
10804 "schemars",
10805 "serde",
10806 "serde_derive",
10807 "serde_json",
10808 "serde_json_lenient",
10809 "serde_repr",
10810 "settings",
10811 "story",
10812 "util",
10813 "uuid",
10814]
10815
10816[[package]]
10817name = "theme_importer"
10818version = "0.1.0"
10819dependencies = [
10820 "anyhow",
10821 "clap 4.4.4",
10822 "gpui",
10823 "indexmap 1.9.3",
10824 "log",
10825 "palette",
10826 "rust-embed",
10827 "schemars",
10828 "serde",
10829 "serde_json",
10830 "serde_json_lenient",
10831 "simplelog",
10832 "strum",
10833 "theme",
10834 "vscode_theme",
10835]
10836
10837[[package]]
10838name = "theme_selector"
10839version = "0.1.0"
10840dependencies = [
10841 "client",
10842 "feature_flags",
10843 "fs",
10844 "fuzzy",
10845 "gpui",
10846 "log",
10847 "picker",
10848 "serde",
10849 "settings",
10850 "theme",
10851 "ui",
10852 "util",
10853 "workspace",
10854]
10855
10856[[package]]
10857name = "thiserror"
10858version = "1.0.60"
10859source = "registry+https://github.com/rust-lang/crates.io-index"
10860checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18"
10861dependencies = [
10862 "thiserror-impl",
10863]
10864
10865[[package]]
10866name = "thiserror-impl"
10867version = "1.0.60"
10868source = "registry+https://github.com/rust-lang/crates.io-index"
10869checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524"
10870dependencies = [
10871 "proc-macro2",
10872 "quote",
10873 "syn 2.0.59",
10874]
10875
10876[[package]]
10877name = "thread_local"
10878version = "1.1.7"
10879source = "registry+https://github.com/rust-lang/crates.io-index"
10880checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
10881dependencies = [
10882 "cfg-if",
10883 "once_cell",
10884]
10885
10886[[package]]
10887name = "tiff"
10888version = "0.9.1"
10889source = "registry+https://github.com/rust-lang/crates.io-index"
10890checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
10891dependencies = [
10892 "flate2",
10893 "jpeg-decoder",
10894 "weezl",
10895]
10896
10897[[package]]
10898name = "tiktoken-rs"
10899version = "0.5.9"
10900source = "registry+https://github.com/rust-lang/crates.io-index"
10901checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
10902dependencies = [
10903 "anyhow",
10904 "base64 0.21.7",
10905 "bstr",
10906 "fancy-regex",
10907 "lazy_static",
10908 "parking_lot",
10909 "rustc-hash",
10910]
10911
10912[[package]]
10913name = "time"
10914version = "0.3.36"
10915source = "registry+https://github.com/rust-lang/crates.io-index"
10916checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
10917dependencies = [
10918 "deranged",
10919 "itoa",
10920 "num-conv",
10921 "powerfmt",
10922 "serde",
10923 "time-core",
10924 "time-macros",
10925]
10926
10927[[package]]
10928name = "time-core"
10929version = "0.1.2"
10930source = "registry+https://github.com/rust-lang/crates.io-index"
10931checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
10932
10933[[package]]
10934name = "time-macros"
10935version = "0.2.18"
10936source = "registry+https://github.com/rust-lang/crates.io-index"
10937checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
10938dependencies = [
10939 "num-conv",
10940 "time-core",
10941]
10942
10943[[package]]
10944name = "time_format"
10945version = "0.1.0"
10946dependencies = [
10947 "core-foundation",
10948 "core-foundation-sys 0.8.6",
10949 "sys-locale",
10950 "time",
10951]
10952
10953[[package]]
10954name = "tiny-keccak"
10955version = "2.0.2"
10956source = "registry+https://github.com/rust-lang/crates.io-index"
10957checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
10958dependencies = [
10959 "crunchy",
10960]
10961
10962[[package]]
10963name = "tiny-skia"
10964version = "0.11.4"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
10967dependencies = [
10968 "arrayref",
10969 "arrayvec",
10970 "bytemuck",
10971 "cfg-if",
10972 "log",
10973 "png",
10974 "tiny-skia-path",
10975]
10976
10977[[package]]
10978name = "tiny-skia-path"
10979version = "0.11.4"
10980source = "registry+https://github.com/rust-lang/crates.io-index"
10981checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
10982dependencies = [
10983 "arrayref",
10984 "bytemuck",
10985 "strict-num",
10986]
10987
10988[[package]]
10989name = "tiny_http"
10990version = "0.8.2"
10991source = "registry+https://github.com/rust-lang/crates.io-index"
10992checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
10993dependencies = [
10994 "ascii",
10995 "chrono",
10996 "chunked_transfer",
10997 "log",
10998 "url",
10999]
11000
11001[[package]]
11002name = "tinytemplate"
11003version = "1.2.1"
11004source = "registry+https://github.com/rust-lang/crates.io-index"
11005checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
11006dependencies = [
11007 "serde",
11008 "serde_json",
11009]
11010
11011[[package]]
11012name = "tinyvec"
11013version = "1.6.0"
11014source = "registry+https://github.com/rust-lang/crates.io-index"
11015checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
11016dependencies = [
11017 "tinyvec_macros",
11018]
11019
11020[[package]]
11021name = "tinyvec_macros"
11022version = "0.1.1"
11023source = "registry+https://github.com/rust-lang/crates.io-index"
11024checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
11025
11026[[package]]
11027name = "title_bar"
11028version = "0.1.0"
11029dependencies = [
11030 "auto_update",
11031 "call",
11032 "client",
11033 "collections",
11034 "command_palette",
11035 "dev_server_projects",
11036 "editor",
11037 "extensions_ui",
11038 "feedback",
11039 "gpui",
11040 "http 0.1.0",
11041 "notifications",
11042 "pretty_assertions",
11043 "project",
11044 "recent_projects",
11045 "rpc",
11046 "serde",
11047 "settings",
11048 "smallvec",
11049 "story",
11050 "theme",
11051 "theme_selector",
11052 "tree-sitter-markdown",
11053 "ui",
11054 "util",
11055 "vcs_menu",
11056 "windows 0.57.0",
11057 "workspace",
11058 "zed_actions",
11059]
11060
11061[[package]]
11062name = "tokio"
11063version = "1.37.0"
11064source = "registry+https://github.com/rust-lang/crates.io-index"
11065checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
11066dependencies = [
11067 "backtrace",
11068 "bytes 1.5.0",
11069 "libc",
11070 "mio",
11071 "num_cpus",
11072 "parking_lot",
11073 "pin-project-lite",
11074 "signal-hook-registry",
11075 "socket2 0.5.7",
11076 "tokio-macros",
11077 "windows-sys 0.48.0",
11078]
11079
11080[[package]]
11081name = "tokio-io"
11082version = "0.1.13"
11083source = "registry+https://github.com/rust-lang/crates.io-index"
11084checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
11085dependencies = [
11086 "bytes 0.4.12",
11087 "futures 0.1.31",
11088 "log",
11089]
11090
11091[[package]]
11092name = "tokio-macros"
11093version = "2.2.0"
11094source = "registry+https://github.com/rust-lang/crates.io-index"
11095checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
11096dependencies = [
11097 "proc-macro2",
11098 "quote",
11099 "syn 2.0.59",
11100]
11101
11102[[package]]
11103name = "tokio-native-tls"
11104version = "0.3.1"
11105source = "registry+https://github.com/rust-lang/crates.io-index"
11106checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
11107dependencies = [
11108 "native-tls",
11109 "tokio",
11110]
11111
11112[[package]]
11113name = "tokio-rustls"
11114version = "0.24.1"
11115source = "registry+https://github.com/rust-lang/crates.io-index"
11116checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
11117dependencies = [
11118 "rustls",
11119 "tokio",
11120]
11121
11122[[package]]
11123name = "tokio-stream"
11124version = "0.1.14"
11125source = "registry+https://github.com/rust-lang/crates.io-index"
11126checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
11127dependencies = [
11128 "futures-core",
11129 "pin-project-lite",
11130 "tokio",
11131]
11132
11133[[package]]
11134name = "tokio-tungstenite"
11135version = "0.20.1"
11136source = "registry+https://github.com/rust-lang/crates.io-index"
11137checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
11138dependencies = [
11139 "futures-util",
11140 "log",
11141 "tokio",
11142 "tungstenite 0.20.1",
11143]
11144
11145[[package]]
11146name = "tokio-util"
11147version = "0.7.9"
11148source = "registry+https://github.com/rust-lang/crates.io-index"
11149checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
11150dependencies = [
11151 "bytes 1.5.0",
11152 "futures-core",
11153 "futures-io",
11154 "futures-sink",
11155 "pin-project-lite",
11156 "tokio",
11157 "tracing",
11158]
11159
11160[[package]]
11161name = "toml"
11162version = "0.5.11"
11163source = "registry+https://github.com/rust-lang/crates.io-index"
11164checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
11165dependencies = [
11166 "serde",
11167]
11168
11169[[package]]
11170name = "toml"
11171version = "0.7.8"
11172source = "registry+https://github.com/rust-lang/crates.io-index"
11173checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
11174dependencies = [
11175 "serde",
11176 "serde_spanned",
11177 "toml_datetime",
11178 "toml_edit 0.19.15",
11179]
11180
11181[[package]]
11182name = "toml"
11183version = "0.8.10"
11184source = "registry+https://github.com/rust-lang/crates.io-index"
11185checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290"
11186dependencies = [
11187 "serde",
11188 "serde_spanned",
11189 "toml_datetime",
11190 "toml_edit 0.22.6",
11191]
11192
11193[[package]]
11194name = "toml_datetime"
11195version = "0.6.5"
11196source = "registry+https://github.com/rust-lang/crates.io-index"
11197checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
11198dependencies = [
11199 "serde",
11200]
11201
11202[[package]]
11203name = "toml_edit"
11204version = "0.19.15"
11205source = "registry+https://github.com/rust-lang/crates.io-index"
11206checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
11207dependencies = [
11208 "indexmap 2.2.6",
11209 "serde",
11210 "serde_spanned",
11211 "toml_datetime",
11212 "winnow 0.5.15",
11213]
11214
11215[[package]]
11216name = "toml_edit"
11217version = "0.21.1"
11218source = "registry+https://github.com/rust-lang/crates.io-index"
11219checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
11220dependencies = [
11221 "indexmap 2.2.6",
11222 "toml_datetime",
11223 "winnow 0.5.15",
11224]
11225
11226[[package]]
11227name = "toml_edit"
11228version = "0.22.6"
11229source = "registry+https://github.com/rust-lang/crates.io-index"
11230checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6"
11231dependencies = [
11232 "indexmap 2.2.6",
11233 "serde",
11234 "serde_spanned",
11235 "toml_datetime",
11236 "winnow 0.6.1",
11237]
11238
11239[[package]]
11240name = "tower"
11241version = "0.4.13"
11242source = "registry+https://github.com/rust-lang/crates.io-index"
11243checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
11244dependencies = [
11245 "futures-core",
11246 "futures-util",
11247 "pin-project",
11248 "pin-project-lite",
11249 "tokio",
11250 "tower-layer",
11251 "tower-service",
11252 "tracing",
11253]
11254
11255[[package]]
11256name = "tower-http"
11257version = "0.3.5"
11258source = "registry+https://github.com/rust-lang/crates.io-index"
11259checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
11260dependencies = [
11261 "bitflags 1.3.2",
11262 "bytes 1.5.0",
11263 "futures-core",
11264 "futures-util",
11265 "http 0.2.9",
11266 "http-body",
11267 "http-range-header",
11268 "pin-project-lite",
11269 "tower-layer",
11270 "tower-service",
11271]
11272
11273[[package]]
11274name = "tower-http"
11275version = "0.4.4"
11276source = "registry+https://github.com/rust-lang/crates.io-index"
11277checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
11278dependencies = [
11279 "bitflags 2.4.2",
11280 "bytes 1.5.0",
11281 "futures-core",
11282 "futures-util",
11283 "http 0.2.9",
11284 "http-body",
11285 "http-range-header",
11286 "pin-project-lite",
11287 "tower-layer",
11288 "tower-service",
11289 "tracing",
11290]
11291
11292[[package]]
11293name = "tower-layer"
11294version = "0.3.2"
11295source = "registry+https://github.com/rust-lang/crates.io-index"
11296checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
11297
11298[[package]]
11299name = "tower-service"
11300version = "0.3.2"
11301source = "registry+https://github.com/rust-lang/crates.io-index"
11302checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
11303
11304[[package]]
11305name = "tracing"
11306version = "0.1.40"
11307source = "registry+https://github.com/rust-lang/crates.io-index"
11308checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
11309dependencies = [
11310 "log",
11311 "pin-project-lite",
11312 "tracing-attributes",
11313 "tracing-core",
11314]
11315
11316[[package]]
11317name = "tracing-attributes"
11318version = "0.1.27"
11319source = "registry+https://github.com/rust-lang/crates.io-index"
11320checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
11321dependencies = [
11322 "proc-macro2",
11323 "quote",
11324 "syn 2.0.59",
11325]
11326
11327[[package]]
11328name = "tracing-core"
11329version = "0.1.32"
11330source = "registry+https://github.com/rust-lang/crates.io-index"
11331checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
11332dependencies = [
11333 "once_cell",
11334 "valuable",
11335]
11336
11337[[package]]
11338name = "tracing-futures"
11339version = "0.2.5"
11340source = "registry+https://github.com/rust-lang/crates.io-index"
11341checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
11342dependencies = [
11343 "pin-project",
11344 "tracing",
11345]
11346
11347[[package]]
11348name = "tracing-log"
11349version = "0.2.0"
11350source = "registry+https://github.com/rust-lang/crates.io-index"
11351checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
11352dependencies = [
11353 "log",
11354 "once_cell",
11355 "tracing-core",
11356]
11357
11358[[package]]
11359name = "tracing-serde"
11360version = "0.1.3"
11361source = "registry+https://github.com/rust-lang/crates.io-index"
11362checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
11363dependencies = [
11364 "serde",
11365 "tracing-core",
11366]
11367
11368[[package]]
11369name = "tracing-subscriber"
11370version = "0.3.18"
11371source = "registry+https://github.com/rust-lang/crates.io-index"
11372checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
11373dependencies = [
11374 "matchers",
11375 "nu-ansi-term",
11376 "once_cell",
11377 "regex",
11378 "serde",
11379 "serde_json",
11380 "sharded-slab",
11381 "smallvec",
11382 "thread_local",
11383 "tracing",
11384 "tracing-core",
11385 "tracing-log",
11386 "tracing-serde",
11387]
11388
11389[[package]]
11390name = "tree-sitter"
11391version = "0.20.100"
11392source = "git+https://github.com/tree-sitter/tree-sitter?rev=7b4894ba2ae81b988846676f54c0988d4027ef4f#7b4894ba2ae81b988846676f54c0988d4027ef4f"
11393dependencies = [
11394 "cc",
11395 "regex",
11396 "wasmtime-c-api-impl",
11397]
11398
11399[[package]]
11400name = "tree-sitter-bash"
11401version = "0.20.5"
11402source = "registry+https://github.com/rust-lang/crates.io-index"
11403checksum = "57da2032c37eb2ce29fd18df7d3b94355fec8d6d854d8f80934955df542b5906"
11404dependencies = [
11405 "cc",
11406 "tree-sitter",
11407]
11408
11409[[package]]
11410name = "tree-sitter-c"
11411version = "0.20.6"
11412source = "registry+https://github.com/rust-lang/crates.io-index"
11413checksum = "30b03bdf218020057abee831581a74bff8c298323d6c6cd1a70556430ded9f4b"
11414dependencies = [
11415 "cc",
11416 "tree-sitter",
11417]
11418
11419[[package]]
11420name = "tree-sitter-cpp"
11421version = "0.20.5"
11422source = "registry+https://github.com/rust-lang/crates.io-index"
11423checksum = "46b04a5ada71059afb9895966a6cc1094acc8d2ea1971006db26573e7dfebb74"
11424dependencies = [
11425 "cc",
11426 "tree-sitter",
11427]
11428
11429[[package]]
11430name = "tree-sitter-css"
11431version = "0.20.0"
11432source = "registry+https://github.com/rust-lang/crates.io-index"
11433checksum = "c3306ddefa1d2681adda2613d11974ffabfbeb215e23235da6c862f3493a04fd"
11434dependencies = [
11435 "cc",
11436 "tree-sitter",
11437]
11438
11439[[package]]
11440name = "tree-sitter-elixir"
11441version = "0.1.1"
11442source = "registry+https://github.com/rust-lang/crates.io-index"
11443checksum = "1bc0b1f3e6d9f12ca22ae5171f32fd154e3aea29dff565d05ef785c28931415b"
11444dependencies = [
11445 "cc",
11446 "tree-sitter",
11447]
11448
11449[[package]]
11450name = "tree-sitter-embedded-template"
11451version = "0.20.0"
11452source = "registry+https://github.com/rust-lang/crates.io-index"
11453checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
11454dependencies = [
11455 "cc",
11456 "tree-sitter",
11457]
11458
11459[[package]]
11460name = "tree-sitter-go"
11461version = "0.20.0"
11462source = "git+https://github.com/tree-sitter/tree-sitter-go?rev=b82ab803d887002a0af11f6ce63d72884580bf33#b82ab803d887002a0af11f6ce63d72884580bf33"
11463dependencies = [
11464 "cc",
11465 "tree-sitter",
11466]
11467
11468[[package]]
11469name = "tree-sitter-gomod"
11470version = "1.0.1"
11471source = "registry+https://github.com/rust-lang/crates.io-index"
11472checksum = "31d0a848a3a4a383fb97ef91241d972c3b996567cdc59040ad2c6fc48b874992"
11473dependencies = [
11474 "cc",
11475 "tree-sitter",
11476]
11477
11478[[package]]
11479name = "tree-sitter-gowork"
11480version = "0.0.1"
11481source = "git+https://github.com/d1y/tree-sitter-go-work#a2a4b99b53b3740855ff33f0b54cab0bb4ce6f45"
11482dependencies = [
11483 "cc",
11484 "tree-sitter",
11485]
11486
11487[[package]]
11488name = "tree-sitter-heex"
11489version = "0.0.1"
11490source = "git+https://github.com/phoenixframework/tree-sitter-heex?rev=2e1348c3cf2c9323e87c2744796cf3f3868aa82a#2e1348c3cf2c9323e87c2744796cf3f3868aa82a"
11491dependencies = [
11492 "cc",
11493 "tree-sitter",
11494]
11495
11496[[package]]
11497name = "tree-sitter-html"
11498version = "0.19.0"
11499source = "registry+https://github.com/rust-lang/crates.io-index"
11500checksum = "184e6b77953a354303dc87bf5fe36558c83569ce92606e7b382a0dc1b7443443"
11501dependencies = [
11502 "cc",
11503 "tree-sitter",
11504]
11505
11506[[package]]
11507name = "tree-sitter-jsdoc"
11508version = "0.20.0"
11509source = "git+https://github.com/tree-sitter/tree-sitter-jsdoc?rev=6a6cf9e7341af32d8e2b2e24a37fbfebefc3dc55#6a6cf9e7341af32d8e2b2e24a37fbfebefc3dc55"
11510dependencies = [
11511 "cc",
11512 "tree-sitter",
11513]
11514
11515[[package]]
11516name = "tree-sitter-json"
11517version = "0.20.2"
11518source = "registry+https://github.com/rust-lang/crates.io-index"
11519checksum = "5a9a38a9c679b55cc8d17350381ec08d69fa1a17a53fcf197f344516e485ed4d"
11520dependencies = [
11521 "cc",
11522 "tree-sitter",
11523]
11524
11525[[package]]
11526name = "tree-sitter-markdown"
11527version = "0.0.1"
11528source = "git+https://github.com/MDeiml/tree-sitter-markdown?rev=330ecab87a3e3a7211ac69bbadc19eabecdb1cca#330ecab87a3e3a7211ac69bbadc19eabecdb1cca"
11529dependencies = [
11530 "cc",
11531 "tree-sitter",
11532]
11533
11534[[package]]
11535name = "tree-sitter-proto"
11536version = "0.0.2"
11537source = "git+https://github.com/rewinfrey/tree-sitter-proto?rev=36d54f288aee112f13a67b550ad32634d0c2cb52#36d54f288aee112f13a67b550ad32634d0c2cb52"
11538dependencies = [
11539 "cc",
11540 "tree-sitter",
11541]
11542
11543[[package]]
11544name = "tree-sitter-python"
11545version = "0.20.4"
11546source = "registry+https://github.com/rust-lang/crates.io-index"
11547checksum = "e6c93b1b1fbd0d399db3445f51fd3058e43d0b4dcff62ddbdb46e66550978aa5"
11548dependencies = [
11549 "cc",
11550 "tree-sitter",
11551]
11552
11553[[package]]
11554name = "tree-sitter-regex"
11555version = "0.20.0"
11556source = "registry+https://github.com/rust-lang/crates.io-index"
11557checksum = "efb5a53e9c990757895476216796b170fd81e4d173d08f8b082279c4e6ff8c5c"
11558dependencies = [
11559 "cc",
11560 "tree-sitter",
11561]
11562
11563[[package]]
11564name = "tree-sitter-ruby"
11565version = "0.20.0"
11566source = "registry+https://github.com/rust-lang/crates.io-index"
11567checksum = "0ac30cbb1560363ae76e1ccde543d6d99087421e228cc47afcec004b86bb711a"
11568dependencies = [
11569 "cc",
11570 "tree-sitter",
11571]
11572
11573[[package]]
11574name = "tree-sitter-rust"
11575version = "0.20.4"
11576source = "registry+https://github.com/rust-lang/crates.io-index"
11577checksum = "b0832309b0b2b6d33760ce5c0e818cb47e1d72b468516bfe4134408926fa7594"
11578dependencies = [
11579 "cc",
11580 "tree-sitter",
11581]
11582
11583[[package]]
11584name = "tree-sitter-typescript"
11585version = "0.20.5"
11586source = "registry+https://github.com/rust-lang/crates.io-index"
11587checksum = "c8bc1d2c24276a48ef097a71b56888ac9db63717e8f8d0b324668a27fd619670"
11588dependencies = [
11589 "cc",
11590 "tree-sitter",
11591]
11592
11593[[package]]
11594name = "tree-sitter-yaml"
11595version = "0.0.1"
11596source = "registry+https://github.com/rust-lang/crates.io-index"
11597checksum = "324767d0ad6bc588467aa4b98f6f5cd6eda64ece1eae568f8fcf5b899bcf0fe9"
11598dependencies = [
11599 "cc",
11600 "tree-sitter",
11601]
11602
11603[[package]]
11604name = "try-lock"
11605version = "0.2.4"
11606source = "registry+https://github.com/rust-lang/crates.io-index"
11607checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
11608
11609[[package]]
11610name = "ttf-parser"
11611version = "0.21.1"
11612source = "registry+https://github.com/rust-lang/crates.io-index"
11613checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
11614
11615[[package]]
11616name = "tungstenite"
11617version = "0.16.0"
11618source = "registry+https://github.com/rust-lang/crates.io-index"
11619checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1"
11620dependencies = [
11621 "base64 0.13.1",
11622 "byteorder",
11623 "bytes 1.5.0",
11624 "http 0.2.9",
11625 "httparse",
11626 "log",
11627 "native-tls",
11628 "rand 0.8.5",
11629 "sha-1",
11630 "thiserror",
11631 "url",
11632 "utf-8",
11633]
11634
11635[[package]]
11636name = "tungstenite"
11637version = "0.20.1"
11638source = "registry+https://github.com/rust-lang/crates.io-index"
11639checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
11640dependencies = [
11641 "byteorder",
11642 "bytes 1.5.0",
11643 "data-encoding",
11644 "http 0.2.9",
11645 "httparse",
11646 "log",
11647 "rand 0.8.5",
11648 "sha1",
11649 "thiserror",
11650 "url",
11651 "utf-8",
11652]
11653
11654[[package]]
11655name = "typeid"
11656version = "1.0.0"
11657source = "registry+https://github.com/rust-lang/crates.io-index"
11658checksum = "059d83cc991e7a42fc37bd50941885db0888e34209f8cfd9aab07ddec03bc9cf"
11659
11660[[package]]
11661name = "typenum"
11662version = "1.17.0"
11663source = "registry+https://github.com/rust-lang/crates.io-index"
11664checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
11665
11666[[package]]
11667name = "uds_windows"
11668version = "1.1.0"
11669source = "registry+https://github.com/rust-lang/crates.io-index"
11670checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
11671dependencies = [
11672 "memoffset",
11673 "tempfile",
11674 "winapi",
11675]
11676
11677[[package]]
11678name = "ui"
11679version = "0.1.0"
11680dependencies = [
11681 "chrono",
11682 "gpui",
11683 "itertools 0.11.0",
11684 "menu",
11685 "serde",
11686 "settings",
11687 "smallvec",
11688 "story",
11689 "strum",
11690 "theme",
11691 "windows 0.57.0",
11692]
11693
11694[[package]]
11695name = "ui_input"
11696version = "0.1.0"
11697dependencies = [
11698 "editor",
11699 "gpui",
11700 "settings",
11701 "theme",
11702 "ui",
11703]
11704
11705[[package]]
11706name = "unicase"
11707version = "2.7.0"
11708source = "registry+https://github.com/rust-lang/crates.io-index"
11709checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
11710dependencies = [
11711 "version_check",
11712]
11713
11714[[package]]
11715name = "unicode-bidi"
11716version = "0.3.13"
11717source = "registry+https://github.com/rust-lang/crates.io-index"
11718checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
11719
11720[[package]]
11721name = "unicode-bidi-mirroring"
11722version = "0.2.0"
11723source = "registry+https://github.com/rust-lang/crates.io-index"
11724checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
11725
11726[[package]]
11727name = "unicode-ccc"
11728version = "0.2.0"
11729source = "registry+https://github.com/rust-lang/crates.io-index"
11730checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
11731
11732[[package]]
11733name = "unicode-ident"
11734version = "1.0.12"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
11737
11738[[package]]
11739name = "unicode-linebreak"
11740version = "0.1.5"
11741source = "registry+https://github.com/rust-lang/crates.io-index"
11742checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
11743
11744[[package]]
11745name = "unicode-normalization"
11746version = "0.1.22"
11747source = "registry+https://github.com/rust-lang/crates.io-index"
11748checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
11749dependencies = [
11750 "tinyvec",
11751]
11752
11753[[package]]
11754name = "unicode-properties"
11755version = "0.1.1"
11756source = "registry+https://github.com/rust-lang/crates.io-index"
11757checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
11758
11759[[package]]
11760name = "unicode-script"
11761version = "0.5.5"
11762source = "registry+https://github.com/rust-lang/crates.io-index"
11763checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
11764
11765[[package]]
11766name = "unicode-segmentation"
11767version = "1.10.1"
11768source = "registry+https://github.com/rust-lang/crates.io-index"
11769checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
11770
11771[[package]]
11772name = "unicode-width"
11773version = "0.1.11"
11774source = "registry+https://github.com/rust-lang/crates.io-index"
11775checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
11776
11777[[package]]
11778name = "unicode-xid"
11779version = "0.2.4"
11780source = "registry+https://github.com/rust-lang/crates.io-index"
11781checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
11782
11783[[package]]
11784name = "unicode_categories"
11785version = "0.1.1"
11786source = "registry+https://github.com/rust-lang/crates.io-index"
11787checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
11788
11789[[package]]
11790name = "unindent"
11791version = "0.1.11"
11792source = "registry+https://github.com/rust-lang/crates.io-index"
11793checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
11794
11795[[package]]
11796name = "untrusted"
11797version = "0.9.0"
11798source = "registry+https://github.com/rust-lang/crates.io-index"
11799checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
11800
11801[[package]]
11802name = "url"
11803version = "2.5.0"
11804source = "registry+https://github.com/rust-lang/crates.io-index"
11805checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
11806dependencies = [
11807 "form_urlencoded",
11808 "idna",
11809 "percent-encoding",
11810 "serde",
11811]
11812
11813[[package]]
11814name = "urlencoding"
11815version = "2.1.3"
11816source = "registry+https://github.com/rust-lang/crates.io-index"
11817checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
11818
11819[[package]]
11820name = "usvg"
11821version = "0.41.0"
11822source = "registry+https://github.com/rust-lang/crates.io-index"
11823checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
11824dependencies = [
11825 "base64 0.22.0",
11826 "data-url",
11827 "flate2",
11828 "imagesize",
11829 "kurbo",
11830 "log",
11831 "pico-args",
11832 "roxmltree",
11833 "simplecss",
11834 "siphasher 1.0.1",
11835 "strict-num",
11836 "svgtypes",
11837 "tiny-skia-path",
11838 "xmlwriter",
11839]
11840
11841[[package]]
11842name = "utf-8"
11843version = "0.7.6"
11844source = "registry+https://github.com/rust-lang/crates.io-index"
11845checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
11846
11847[[package]]
11848name = "utf8parse"
11849version = "0.2.1"
11850source = "registry+https://github.com/rust-lang/crates.io-index"
11851checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
11852
11853[[package]]
11854name = "util"
11855version = "0.1.0"
11856dependencies = [
11857 "anyhow",
11858 "async-fs 1.6.0",
11859 "collections",
11860 "dirs 4.0.0",
11861 "futures 0.3.28",
11862 "futures-lite 1.13.0",
11863 "git2",
11864 "globset",
11865 "log",
11866 "rand 0.8.5",
11867 "regex",
11868 "rust-embed",
11869 "serde",
11870 "serde_json",
11871 "take-until",
11872 "tempfile",
11873 "tendril",
11874 "unicase",
11875]
11876
11877[[package]]
11878name = "uuid"
11879version = "1.8.0"
11880source = "registry+https://github.com/rust-lang/crates.io-index"
11881checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
11882dependencies = [
11883 "getrandom 0.2.10",
11884 "serde",
11885 "sha1_smol",
11886]
11887
11888[[package]]
11889name = "v_frame"
11890version = "0.3.8"
11891source = "registry+https://github.com/rust-lang/crates.io-index"
11892checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
11893dependencies = [
11894 "aligned-vec",
11895 "num-traits",
11896 "wasm-bindgen",
11897]
11898
11899[[package]]
11900name = "valuable"
11901version = "0.1.0"
11902source = "registry+https://github.com/rust-lang/crates.io-index"
11903checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
11904
11905[[package]]
11906name = "value-bag"
11907version = "1.9.0"
11908source = "registry+https://github.com/rust-lang/crates.io-index"
11909checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
11910dependencies = [
11911 "value-bag-serde1",
11912 "value-bag-sval2",
11913]
11914
11915[[package]]
11916name = "value-bag-serde1"
11917version = "1.9.0"
11918source = "registry+https://github.com/rust-lang/crates.io-index"
11919checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
11920dependencies = [
11921 "erased-serde",
11922 "serde",
11923 "serde_fmt",
11924]
11925
11926[[package]]
11927name = "value-bag-sval2"
11928version = "1.9.0"
11929source = "registry+https://github.com/rust-lang/crates.io-index"
11930checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
11931dependencies = [
11932 "sval",
11933 "sval_buffer",
11934 "sval_dynamic",
11935 "sval_fmt",
11936 "sval_json",
11937 "sval_ref",
11938 "sval_serde",
11939]
11940
11941[[package]]
11942name = "vcpkg"
11943version = "0.2.15"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
11946
11947[[package]]
11948name = "vcs_menu"
11949version = "0.1.0"
11950dependencies = [
11951 "anyhow",
11952 "fuzzy",
11953 "git",
11954 "gpui",
11955 "picker",
11956 "ui",
11957 "util",
11958 "workspace",
11959]
11960
11961[[package]]
11962name = "version-compare"
11963version = "0.2.0"
11964source = "registry+https://github.com/rust-lang/crates.io-index"
11965checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
11966
11967[[package]]
11968name = "version_check"
11969version = "0.9.4"
11970source = "registry+https://github.com/rust-lang/crates.io-index"
11971checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
11972
11973[[package]]
11974name = "vim"
11975version = "0.1.0"
11976dependencies = [
11977 "anyhow",
11978 "async-compat",
11979 "async-trait",
11980 "collections",
11981 "command_palette",
11982 "command_palette_hooks",
11983 "editor",
11984 "futures 0.3.28",
11985 "gpui",
11986 "indoc",
11987 "itertools 0.11.0",
11988 "language",
11989 "log",
11990 "lsp",
11991 "multi_buffer",
11992 "nvim-rs",
11993 "parking_lot",
11994 "regex",
11995 "release_channel",
11996 "schemars",
11997 "search",
11998 "serde",
11999 "serde_derive",
12000 "serde_json",
12001 "settings",
12002 "tokio",
12003 "ui",
12004 "util",
12005 "workspace",
12006 "zed_actions",
12007]
12008
12009[[package]]
12010name = "vscode_theme"
12011version = "0.2.0"
12012source = "registry+https://github.com/rust-lang/crates.io-index"
12013checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
12014dependencies = [
12015 "serde",
12016]
12017
12018[[package]]
12019name = "vsimd"
12020version = "0.8.0"
12021source = "registry+https://github.com/rust-lang/crates.io-index"
12022checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
12023
12024[[package]]
12025name = "vswhom"
12026version = "0.1.0"
12027source = "registry+https://github.com/rust-lang/crates.io-index"
12028checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
12029dependencies = [
12030 "libc",
12031 "vswhom-sys",
12032]
12033
12034[[package]]
12035name = "vswhom-sys"
12036version = "0.1.2"
12037source = "registry+https://github.com/rust-lang/crates.io-index"
12038checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
12039dependencies = [
12040 "cc",
12041 "libc",
12042]
12043
12044[[package]]
12045name = "vte"
12046version = "0.13.0"
12047source = "registry+https://github.com/rust-lang/crates.io-index"
12048checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
12049dependencies = [
12050 "bitflags 2.4.2",
12051 "cursor-icon",
12052 "log",
12053 "serde",
12054 "utf8parse",
12055 "vte_generate_state_changes",
12056]
12057
12058[[package]]
12059name = "vte_generate_state_changes"
12060version = "0.1.1"
12061source = "registry+https://github.com/rust-lang/crates.io-index"
12062checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
12063dependencies = [
12064 "proc-macro2",
12065 "quote",
12066]
12067
12068[[package]]
12069name = "waker-fn"
12070version = "1.1.0"
12071source = "registry+https://github.com/rust-lang/crates.io-index"
12072checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
12073
12074[[package]]
12075name = "walkdir"
12076version = "2.5.0"
12077source = "registry+https://github.com/rust-lang/crates.io-index"
12078checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
12079dependencies = [
12080 "same-file",
12081 "winapi-util",
12082]
12083
12084[[package]]
12085name = "want"
12086version = "0.3.1"
12087source = "registry+https://github.com/rust-lang/crates.io-index"
12088checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
12089dependencies = [
12090 "try-lock",
12091]
12092
12093[[package]]
12094name = "wasi"
12095version = "0.9.0+wasi-snapshot-preview1"
12096source = "registry+https://github.com/rust-lang/crates.io-index"
12097checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
12098
12099[[package]]
12100name = "wasi"
12101version = "0.11.0+wasi-snapshot-preview1"
12102source = "registry+https://github.com/rust-lang/crates.io-index"
12103checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
12104
12105[[package]]
12106name = "wasm-bindgen"
12107version = "0.2.92"
12108source = "registry+https://github.com/rust-lang/crates.io-index"
12109checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
12110dependencies = [
12111 "cfg-if",
12112 "wasm-bindgen-macro",
12113]
12114
12115[[package]]
12116name = "wasm-bindgen-backend"
12117version = "0.2.92"
12118source = "registry+https://github.com/rust-lang/crates.io-index"
12119checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
12120dependencies = [
12121 "bumpalo",
12122 "log",
12123 "once_cell",
12124 "proc-macro2",
12125 "quote",
12126 "syn 2.0.59",
12127 "wasm-bindgen-shared",
12128]
12129
12130[[package]]
12131name = "wasm-bindgen-futures"
12132version = "0.4.37"
12133source = "registry+https://github.com/rust-lang/crates.io-index"
12134checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
12135dependencies = [
12136 "cfg-if",
12137 "js-sys",
12138 "wasm-bindgen",
12139 "web-sys",
12140]
12141
12142[[package]]
12143name = "wasm-bindgen-macro"
12144version = "0.2.92"
12145source = "registry+https://github.com/rust-lang/crates.io-index"
12146checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
12147dependencies = [
12148 "quote",
12149 "wasm-bindgen-macro-support",
12150]
12151
12152[[package]]
12153name = "wasm-bindgen-macro-support"
12154version = "0.2.92"
12155source = "registry+https://github.com/rust-lang/crates.io-index"
12156checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
12157dependencies = [
12158 "proc-macro2",
12159 "quote",
12160 "syn 2.0.59",
12161 "wasm-bindgen-backend",
12162 "wasm-bindgen-shared",
12163]
12164
12165[[package]]
12166name = "wasm-bindgen-shared"
12167version = "0.2.92"
12168source = "registry+https://github.com/rust-lang/crates.io-index"
12169checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
12170
12171[[package]]
12172name = "wasm-encoder"
12173version = "0.201.0"
12174source = "registry+https://github.com/rust-lang/crates.io-index"
12175checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
12176dependencies = [
12177 "leb128",
12178]
12179
12180[[package]]
12181name = "wasm-metadata"
12182version = "0.201.0"
12183source = "registry+https://github.com/rust-lang/crates.io-index"
12184checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
12185dependencies = [
12186 "anyhow",
12187 "indexmap 2.2.6",
12188 "serde",
12189 "serde_derive",
12190 "serde_json",
12191 "spdx",
12192 "wasm-encoder",
12193 "wasmparser",
12194]
12195
12196[[package]]
12197name = "wasmparser"
12198version = "0.201.0"
12199source = "registry+https://github.com/rust-lang/crates.io-index"
12200checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
12201dependencies = [
12202 "bitflags 2.4.2",
12203 "indexmap 2.2.6",
12204 "semver",
12205]
12206
12207[[package]]
12208name = "wasmprinter"
12209version = "0.201.0"
12210source = "registry+https://github.com/rust-lang/crates.io-index"
12211checksum = "a67e66da702706ba08729a78e3c0079085f6bfcb1a62e4799e97bbf728c2c265"
12212dependencies = [
12213 "anyhow",
12214 "wasmparser",
12215]
12216
12217[[package]]
12218name = "wasmtime"
12219version = "19.0.0"
12220source = "registry+https://github.com/rust-lang/crates.io-index"
12221checksum = "6a08af88fa3d324cc5cf6d388d90ef396a787b3fb4bbd51ba185f8645dc0f02c"
12222dependencies = [
12223 "anyhow",
12224 "async-trait",
12225 "bincode",
12226 "bumpalo",
12227 "cfg-if",
12228 "encoding_rs",
12229 "gimli",
12230 "indexmap 2.2.6",
12231 "libc",
12232 "log",
12233 "object",
12234 "once_cell",
12235 "paste",
12236 "rustix 0.38.32",
12237 "semver",
12238 "serde",
12239 "serde_derive",
12240 "serde_json",
12241 "target-lexicon",
12242 "wasmparser",
12243 "wasmtime-component-macro",
12244 "wasmtime-component-util",
12245 "wasmtime-cranelift",
12246 "wasmtime-environ",
12247 "wasmtime-fiber",
12248 "wasmtime-jit-icache-coherence",
12249 "wasmtime-runtime",
12250 "wasmtime-slab",
12251 "wasmtime-winch",
12252 "windows-sys 0.52.0",
12253]
12254
12255[[package]]
12256name = "wasmtime-asm-macros"
12257version = "19.0.0"
12258source = "registry+https://github.com/rust-lang/crates.io-index"
12259checksum = "16cdbfcf28542bcda0b5fd68d44603e53e5ad126cbe7b9f25c130e1249fd8211"
12260dependencies = [
12261 "cfg-if",
12262]
12263
12264[[package]]
12265name = "wasmtime-c-api-impl"
12266version = "19.0.0"
12267source = "registry+https://github.com/rust-lang/crates.io-index"
12268checksum = "67dea28073e105735210b9e932b5e654198d5e28ed31f1314037cd7664ceda2b"
12269dependencies = [
12270 "anyhow",
12271 "log",
12272 "once_cell",
12273 "tracing",
12274 "wasmtime",
12275 "wasmtime-c-api-macros",
12276]
12277
12278[[package]]
12279name = "wasmtime-c-api-macros"
12280version = "19.0.0"
12281source = "registry+https://github.com/rust-lang/crates.io-index"
12282checksum = "0cfe12050fa28b17ab8434ab757fee281dd0d5c7715fa1bc5e4c0b29d1705415"
12283dependencies = [
12284 "proc-macro2",
12285 "quote",
12286]
12287
12288[[package]]
12289name = "wasmtime-component-macro"
12290version = "19.0.0"
12291source = "registry+https://github.com/rust-lang/crates.io-index"
12292checksum = "0cdcf690257c623506eeec3a502864b282aab0fdfd6981c1ebb63c7e98f4a23a"
12293dependencies = [
12294 "anyhow",
12295 "proc-macro2",
12296 "quote",
12297 "syn 2.0.59",
12298 "wasmtime-component-util",
12299 "wasmtime-wit-bindgen",
12300 "wit-parser",
12301]
12302
12303[[package]]
12304name = "wasmtime-component-util"
12305version = "19.0.0"
12306source = "registry+https://github.com/rust-lang/crates.io-index"
12307checksum = "ab3ae7bf66e2fae1e332ab3634f332d7422e878a6eecc47c8f8f78cc1f24e501"
12308
12309[[package]]
12310name = "wasmtime-cranelift"
12311version = "19.0.0"
12312source = "registry+https://github.com/rust-lang/crates.io-index"
12313checksum = "67ea025c969a09117818732fa6f96848e858a7953d4659dab8081a6eea3c0523"
12314dependencies = [
12315 "anyhow",
12316 "cfg-if",
12317 "cranelift-codegen",
12318 "cranelift-control",
12319 "cranelift-entity",
12320 "cranelift-frontend",
12321 "cranelift-native",
12322 "cranelift-wasm",
12323 "gimli",
12324 "log",
12325 "object",
12326 "target-lexicon",
12327 "thiserror",
12328 "wasmparser",
12329 "wasmtime-cranelift-shared",
12330 "wasmtime-environ",
12331 "wasmtime-versioned-export-macros",
12332]
12333
12334[[package]]
12335name = "wasmtime-cranelift-shared"
12336version = "19.0.0"
12337source = "registry+https://github.com/rust-lang/crates.io-index"
12338checksum = "dcd6dd2f8d8d4860b384f61f89b597633a5b5f0943c546210e5084c5d321fe20"
12339dependencies = [
12340 "anyhow",
12341 "cranelift-codegen",
12342 "cranelift-control",
12343 "cranelift-native",
12344 "gimli",
12345 "object",
12346 "target-lexicon",
12347 "wasmtime-environ",
12348]
12349
12350[[package]]
12351name = "wasmtime-environ"
12352version = "19.0.0"
12353source = "registry+https://github.com/rust-lang/crates.io-index"
12354checksum = "7f60f3f717658dd77745de03b750d5852126e9be6dad465848c77f90387c44c9"
12355dependencies = [
12356 "anyhow",
12357 "bincode",
12358 "cpp_demangle",
12359 "cranelift-entity",
12360 "gimli",
12361 "indexmap 2.2.6",
12362 "log",
12363 "object",
12364 "rustc-demangle",
12365 "serde",
12366 "serde_derive",
12367 "target-lexicon",
12368 "thiserror",
12369 "wasm-encoder",
12370 "wasmparser",
12371 "wasmprinter",
12372 "wasmtime-component-util",
12373 "wasmtime-types",
12374]
12375
12376[[package]]
12377name = "wasmtime-fiber"
12378version = "19.0.0"
12379source = "registry+https://github.com/rust-lang/crates.io-index"
12380checksum = "bf8cd22ab1041bf0e54b6283e57824557902e4fed8b1f3a7eef29cbaba89eebf"
12381dependencies = [
12382 "anyhow",
12383 "cc",
12384 "cfg-if",
12385 "rustix 0.38.32",
12386 "wasmtime-asm-macros",
12387 "wasmtime-versioned-export-macros",
12388 "windows-sys 0.52.0",
12389]
12390
12391[[package]]
12392name = "wasmtime-jit-icache-coherence"
12393version = "19.0.0"
12394source = "registry+https://github.com/rust-lang/crates.io-index"
12395checksum = "2796e4b4989db62899d2117e1e0258b839d088c044591b14e3a0396e7b3ae53a"
12396dependencies = [
12397 "cfg-if",
12398 "libc",
12399 "windows-sys 0.52.0",
12400]
12401
12402[[package]]
12403name = "wasmtime-runtime"
12404version = "19.0.0"
12405source = "registry+https://github.com/rust-lang/crates.io-index"
12406checksum = "4bf2b7745df452a4f41b9aab21d3f7ba1347b12da2fdc5241e59306127884a68"
12407dependencies = [
12408 "anyhow",
12409 "cc",
12410 "cfg-if",
12411 "encoding_rs",
12412 "indexmap 2.2.6",
12413 "libc",
12414 "log",
12415 "mach",
12416 "memfd",
12417 "memoffset",
12418 "paste",
12419 "psm",
12420 "rustix 0.38.32",
12421 "sptr",
12422 "wasm-encoder",
12423 "wasmtime-asm-macros",
12424 "wasmtime-environ",
12425 "wasmtime-fiber",
12426 "wasmtime-versioned-export-macros",
12427 "wasmtime-wmemcheck",
12428 "windows-sys 0.52.0",
12429]
12430
12431[[package]]
12432name = "wasmtime-slab"
12433version = "19.0.0"
12434source = "registry+https://github.com/rust-lang/crates.io-index"
12435checksum = "83448ef600ad95977019ebaea84a5516fdbc9561d0a8e26b1e099351f993b527"
12436
12437[[package]]
12438name = "wasmtime-types"
12439version = "19.0.0"
12440source = "registry+https://github.com/rust-lang/crates.io-index"
12441checksum = "cf6fe7ed3fd18ed4b1e4465fe5c8674acc9f03523fca5b1b9f975b2560cd741b"
12442dependencies = [
12443 "cranelift-entity",
12444 "serde",
12445 "serde_derive",
12446 "thiserror",
12447 "wasmparser",
12448]
12449
12450[[package]]
12451name = "wasmtime-versioned-export-macros"
12452version = "19.0.0"
12453source = "registry+https://github.com/rust-lang/crates.io-index"
12454checksum = "6d6d967f01032da7d4c6303da32f6a00d5efe1bac124b156e7342d8ace6ffdfc"
12455dependencies = [
12456 "proc-macro2",
12457 "quote",
12458 "syn 2.0.59",
12459]
12460
12461[[package]]
12462name = "wasmtime-wasi"
12463version = "19.0.0"
12464source = "registry+https://github.com/rust-lang/crates.io-index"
12465checksum = "371d828b6849ea06d598ae7dd1c316e8dd9e99b76f77d93d5886cb25c7f8e188"
12466dependencies = [
12467 "anyhow",
12468 "async-trait",
12469 "bitflags 2.4.2",
12470 "bytes 1.5.0",
12471 "cap-fs-ext",
12472 "cap-net-ext",
12473 "cap-rand",
12474 "cap-std",
12475 "cap-time-ext",
12476 "fs-set-times",
12477 "futures 0.3.28",
12478 "io-extras",
12479 "io-lifetimes 2.0.3",
12480 "once_cell",
12481 "rustix 0.38.32",
12482 "system-interface",
12483 "thiserror",
12484 "tokio",
12485 "tracing",
12486 "url",
12487 "wasmtime",
12488 "wiggle",
12489 "windows-sys 0.52.0",
12490]
12491
12492[[package]]
12493name = "wasmtime-winch"
12494version = "19.0.0"
12495source = "registry+https://github.com/rust-lang/crates.io-index"
12496checksum = "eb8b3fcbc455105760e4a2aa8ee3f39b8357183a62201383b3f72d4836ca2be8"
12497dependencies = [
12498 "anyhow",
12499 "cranelift-codegen",
12500 "gimli",
12501 "object",
12502 "target-lexicon",
12503 "wasmparser",
12504 "wasmtime-cranelift-shared",
12505 "wasmtime-environ",
12506 "winch-codegen",
12507]
12508
12509[[package]]
12510name = "wasmtime-wit-bindgen"
12511version = "19.0.0"
12512source = "registry+https://github.com/rust-lang/crates.io-index"
12513checksum = "96326c9800fb6c099f50d1bd2126d636fc2f96950e1675acf358c0f52516cd38"
12514dependencies = [
12515 "anyhow",
12516 "heck 0.4.1",
12517 "indexmap 2.2.6",
12518 "wit-parser",
12519]
12520
12521[[package]]
12522name = "wasmtime-wmemcheck"
12523version = "19.0.0"
12524source = "registry+https://github.com/rust-lang/crates.io-index"
12525checksum = "36bd91a4dc55af0bf55e9e2ab0ea13724cfb5c5a1acdf8873039769208f59490"
12526
12527[[package]]
12528name = "wast"
12529version = "35.0.2"
12530source = "registry+https://github.com/rust-lang/crates.io-index"
12531checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
12532dependencies = [
12533 "leb128",
12534]
12535
12536[[package]]
12537name = "wayland-backend"
12538version = "0.3.3"
12539source = "registry+https://github.com/rust-lang/crates.io-index"
12540checksum = "9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40"
12541dependencies = [
12542 "cc",
12543 "downcast-rs",
12544 "rustix 0.38.32",
12545 "scoped-tls",
12546 "smallvec",
12547 "wayland-sys",
12548]
12549
12550[[package]]
12551name = "wayland-client"
12552version = "0.31.2"
12553source = "registry+https://github.com/rust-lang/crates.io-index"
12554checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f"
12555dependencies = [
12556 "bitflags 2.4.2",
12557 "rustix 0.38.32",
12558 "wayland-backend",
12559 "wayland-scanner",
12560]
12561
12562[[package]]
12563name = "wayland-cursor"
12564version = "0.31.1"
12565source = "registry+https://github.com/rust-lang/crates.io-index"
12566checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba"
12567dependencies = [
12568 "rustix 0.38.32",
12569 "wayland-client",
12570 "xcursor",
12571]
12572
12573[[package]]
12574name = "wayland-protocols"
12575version = "0.31.2"
12576source = "registry+https://github.com/rust-lang/crates.io-index"
12577checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
12578dependencies = [
12579 "bitflags 2.4.2",
12580 "wayland-backend",
12581 "wayland-client",
12582 "wayland-scanner",
12583]
12584
12585[[package]]
12586name = "wayland-protocols-plasma"
12587version = "0.2.0"
12588source = "registry+https://github.com/rust-lang/crates.io-index"
12589checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
12590dependencies = [
12591 "bitflags 2.4.2",
12592 "wayland-backend",
12593 "wayland-client",
12594 "wayland-protocols",
12595 "wayland-scanner",
12596]
12597
12598[[package]]
12599name = "wayland-scanner"
12600version = "0.31.1"
12601source = "registry+https://github.com/rust-lang/crates.io-index"
12602checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283"
12603dependencies = [
12604 "proc-macro2",
12605 "quick-xml 0.31.0",
12606 "quote",
12607]
12608
12609[[package]]
12610name = "wayland-sys"
12611version = "0.31.1"
12612source = "registry+https://github.com/rust-lang/crates.io-index"
12613checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
12614dependencies = [
12615 "dlib",
12616 "log",
12617 "once_cell",
12618 "pkg-config",
12619]
12620
12621[[package]]
12622name = "web-sys"
12623version = "0.3.64"
12624source = "registry+https://github.com/rust-lang/crates.io-index"
12625checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
12626dependencies = [
12627 "js-sys",
12628 "wasm-bindgen",
12629]
12630
12631[[package]]
12632name = "webpki-roots"
12633version = "0.24.0"
12634source = "registry+https://github.com/rust-lang/crates.io-index"
12635checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888"
12636dependencies = [
12637 "rustls-webpki",
12638]
12639
12640[[package]]
12641name = "weezl"
12642version = "0.1.8"
12643source = "registry+https://github.com/rust-lang/crates.io-index"
12644checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
12645
12646[[package]]
12647name = "welcome"
12648version = "0.1.0"
12649dependencies = [
12650 "anyhow",
12651 "client",
12652 "db",
12653 "editor",
12654 "extensions_ui",
12655 "fuzzy",
12656 "gpui",
12657 "inline_completion_button",
12658 "install_cli",
12659 "picker",
12660 "project",
12661 "schemars",
12662 "serde",
12663 "settings",
12664 "theme_selector",
12665 "ui",
12666 "util",
12667 "vim",
12668 "workspace",
12669]
12670
12671[[package]]
12672name = "which"
12673version = "4.4.2"
12674source = "registry+https://github.com/rust-lang/crates.io-index"
12675checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
12676dependencies = [
12677 "either",
12678 "home",
12679 "once_cell",
12680 "rustix 0.38.32",
12681]
12682
12683[[package]]
12684name = "which"
12685version = "6.0.0"
12686source = "registry+https://github.com/rust-lang/crates.io-index"
12687checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c"
12688dependencies = [
12689 "either",
12690 "home",
12691 "once_cell",
12692 "rustix 0.38.32",
12693 "windows-sys 0.52.0",
12694]
12695
12696[[package]]
12697name = "whoami"
12698version = "1.4.1"
12699source = "registry+https://github.com/rust-lang/crates.io-index"
12700checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50"
12701
12702[[package]]
12703name = "wiggle"
12704version = "19.0.0"
12705source = "registry+https://github.com/rust-lang/crates.io-index"
12706checksum = "ae1136a209614ace00b0c11f04dc7cf42540773be3b22eff6ad165110aba29c1"
12707dependencies = [
12708 "anyhow",
12709 "async-trait",
12710 "bitflags 2.4.2",
12711 "thiserror",
12712 "tracing",
12713 "wasmtime",
12714 "wiggle-macro",
12715]
12716
12717[[package]]
12718name = "wiggle-generate"
12719version = "19.0.0"
12720source = "registry+https://github.com/rust-lang/crates.io-index"
12721checksum = "4c2bd99ce26046f4246d720a4198f6a8fc95bc5da82ae4ef62263e24641c3076"
12722dependencies = [
12723 "anyhow",
12724 "heck 0.4.1",
12725 "proc-macro2",
12726 "quote",
12727 "shellexpand 2.1.2",
12728 "syn 2.0.59",
12729 "witx",
12730]
12731
12732[[package]]
12733name = "wiggle-macro"
12734version = "19.0.0"
12735source = "registry+https://github.com/rust-lang/crates.io-index"
12736checksum = "512d816dbcd0113103b2eb2402ec9018e7f0755202a5b3e67db726f229d8dcae"
12737dependencies = [
12738 "proc-macro2",
12739 "quote",
12740 "syn 2.0.59",
12741 "wiggle-generate",
12742]
12743
12744[[package]]
12745name = "winapi"
12746version = "0.3.9"
12747source = "registry+https://github.com/rust-lang/crates.io-index"
12748checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
12749dependencies = [
12750 "winapi-i686-pc-windows-gnu",
12751 "winapi-x86_64-pc-windows-gnu",
12752]
12753
12754[[package]]
12755name = "winapi-i686-pc-windows-gnu"
12756version = "0.4.0"
12757source = "registry+https://github.com/rust-lang/crates.io-index"
12758checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
12759
12760[[package]]
12761name = "winapi-util"
12762version = "0.1.8"
12763source = "registry+https://github.com/rust-lang/crates.io-index"
12764checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
12765dependencies = [
12766 "windows-sys 0.52.0",
12767]
12768
12769[[package]]
12770name = "winapi-x86_64-pc-windows-gnu"
12771version = "0.4.0"
12772source = "registry+https://github.com/rust-lang/crates.io-index"
12773checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
12774
12775[[package]]
12776name = "winch-codegen"
12777version = "0.17.0"
12778source = "registry+https://github.com/rust-lang/crates.io-index"
12779checksum = "d285c833af9453c037cd220765f86c5c9961e8906a815829107c8801d535b8e4"
12780dependencies = [
12781 "anyhow",
12782 "cranelift-codegen",
12783 "gimli",
12784 "regalloc2",
12785 "smallvec",
12786 "target-lexicon",
12787 "wasmparser",
12788 "wasmtime-environ",
12789]
12790
12791[[package]]
12792name = "windows"
12793version = "0.46.0"
12794source = "registry+https://github.com/rust-lang/crates.io-index"
12795checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
12796dependencies = [
12797 "windows-targets 0.42.2",
12798]
12799
12800[[package]]
12801name = "windows"
12802version = "0.48.0"
12803source = "registry+https://github.com/rust-lang/crates.io-index"
12804checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
12805dependencies = [
12806 "windows-targets 0.48.5",
12807]
12808
12809[[package]]
12810name = "windows"
12811version = "0.52.0"
12812source = "registry+https://github.com/rust-lang/crates.io-index"
12813checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
12814dependencies = [
12815 "windows-core 0.52.0",
12816 "windows-targets 0.52.5",
12817]
12818
12819[[package]]
12820name = "windows"
12821version = "0.57.0"
12822source = "registry+https://github.com/rust-lang/crates.io-index"
12823checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
12824dependencies = [
12825 "windows-core 0.57.0",
12826 "windows-targets 0.52.5",
12827]
12828
12829[[package]]
12830name = "windows-core"
12831version = "0.52.0"
12832source = "registry+https://github.com/rust-lang/crates.io-index"
12833checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
12834dependencies = [
12835 "windows-targets 0.52.5",
12836]
12837
12838[[package]]
12839name = "windows-core"
12840version = "0.57.0"
12841source = "registry+https://github.com/rust-lang/crates.io-index"
12842checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
12843dependencies = [
12844 "windows-implement",
12845 "windows-interface",
12846 "windows-result",
12847 "windows-targets 0.52.5",
12848]
12849
12850[[package]]
12851name = "windows-implement"
12852version = "0.57.0"
12853source = "registry+https://github.com/rust-lang/crates.io-index"
12854checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
12855dependencies = [
12856 "proc-macro2",
12857 "quote",
12858 "syn 2.0.59",
12859]
12860
12861[[package]]
12862name = "windows-interface"
12863version = "0.57.0"
12864source = "registry+https://github.com/rust-lang/crates.io-index"
12865checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
12866dependencies = [
12867 "proc-macro2",
12868 "quote",
12869 "syn 2.0.59",
12870]
12871
12872[[package]]
12873name = "windows-result"
12874version = "0.1.1"
12875source = "registry+https://github.com/rust-lang/crates.io-index"
12876checksum = "749f0da9cc72d82e600d8d2e44cadd0b9eedb9038f71a1c58556ac1c5791813b"
12877dependencies = [
12878 "windows-targets 0.52.5",
12879]
12880
12881[[package]]
12882name = "windows-sys"
12883version = "0.45.0"
12884source = "registry+https://github.com/rust-lang/crates.io-index"
12885checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
12886dependencies = [
12887 "windows-targets 0.42.2",
12888]
12889
12890[[package]]
12891name = "windows-sys"
12892version = "0.48.0"
12893source = "registry+https://github.com/rust-lang/crates.io-index"
12894checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
12895dependencies = [
12896 "windows-targets 0.48.5",
12897]
12898
12899[[package]]
12900name = "windows-sys"
12901version = "0.52.0"
12902source = "registry+https://github.com/rust-lang/crates.io-index"
12903checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
12904dependencies = [
12905 "windows-targets 0.52.5",
12906]
12907
12908[[package]]
12909name = "windows-targets"
12910version = "0.42.2"
12911source = "registry+https://github.com/rust-lang/crates.io-index"
12912checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
12913dependencies = [
12914 "windows_aarch64_gnullvm 0.42.2",
12915 "windows_aarch64_msvc 0.42.2",
12916 "windows_i686_gnu 0.42.2",
12917 "windows_i686_msvc 0.42.2",
12918 "windows_x86_64_gnu 0.42.2",
12919 "windows_x86_64_gnullvm 0.42.2",
12920 "windows_x86_64_msvc 0.42.2",
12921]
12922
12923[[package]]
12924name = "windows-targets"
12925version = "0.48.5"
12926source = "registry+https://github.com/rust-lang/crates.io-index"
12927checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
12928dependencies = [
12929 "windows_aarch64_gnullvm 0.48.5",
12930 "windows_aarch64_msvc 0.48.5",
12931 "windows_i686_gnu 0.48.5",
12932 "windows_i686_msvc 0.48.5",
12933 "windows_x86_64_gnu 0.48.5",
12934 "windows_x86_64_gnullvm 0.48.5",
12935 "windows_x86_64_msvc 0.48.5",
12936]
12937
12938[[package]]
12939name = "windows-targets"
12940version = "0.52.5"
12941source = "registry+https://github.com/rust-lang/crates.io-index"
12942checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
12943dependencies = [
12944 "windows_aarch64_gnullvm 0.52.5",
12945 "windows_aarch64_msvc 0.52.5",
12946 "windows_i686_gnu 0.52.5",
12947 "windows_i686_gnullvm",
12948 "windows_i686_msvc 0.52.5",
12949 "windows_x86_64_gnu 0.52.5",
12950 "windows_x86_64_gnullvm 0.52.5",
12951 "windows_x86_64_msvc 0.52.5",
12952]
12953
12954[[package]]
12955name = "windows_aarch64_gnullvm"
12956version = "0.42.2"
12957source = "registry+https://github.com/rust-lang/crates.io-index"
12958checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
12959
12960[[package]]
12961name = "windows_aarch64_gnullvm"
12962version = "0.48.5"
12963source = "registry+https://github.com/rust-lang/crates.io-index"
12964checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
12965
12966[[package]]
12967name = "windows_aarch64_gnullvm"
12968version = "0.52.5"
12969source = "registry+https://github.com/rust-lang/crates.io-index"
12970checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
12971
12972[[package]]
12973name = "windows_aarch64_msvc"
12974version = "0.42.2"
12975source = "registry+https://github.com/rust-lang/crates.io-index"
12976checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
12977
12978[[package]]
12979name = "windows_aarch64_msvc"
12980version = "0.48.5"
12981source = "registry+https://github.com/rust-lang/crates.io-index"
12982checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
12983
12984[[package]]
12985name = "windows_aarch64_msvc"
12986version = "0.52.5"
12987source = "registry+https://github.com/rust-lang/crates.io-index"
12988checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
12989
12990[[package]]
12991name = "windows_i686_gnu"
12992version = "0.42.2"
12993source = "registry+https://github.com/rust-lang/crates.io-index"
12994checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
12995
12996[[package]]
12997name = "windows_i686_gnu"
12998version = "0.48.5"
12999source = "registry+https://github.com/rust-lang/crates.io-index"
13000checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
13001
13002[[package]]
13003name = "windows_i686_gnu"
13004version = "0.52.5"
13005source = "registry+https://github.com/rust-lang/crates.io-index"
13006checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
13007
13008[[package]]
13009name = "windows_i686_gnullvm"
13010version = "0.52.5"
13011source = "registry+https://github.com/rust-lang/crates.io-index"
13012checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
13013
13014[[package]]
13015name = "windows_i686_msvc"
13016version = "0.42.2"
13017source = "registry+https://github.com/rust-lang/crates.io-index"
13018checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
13019
13020[[package]]
13021name = "windows_i686_msvc"
13022version = "0.48.5"
13023source = "registry+https://github.com/rust-lang/crates.io-index"
13024checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
13025
13026[[package]]
13027name = "windows_i686_msvc"
13028version = "0.52.5"
13029source = "registry+https://github.com/rust-lang/crates.io-index"
13030checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
13031
13032[[package]]
13033name = "windows_x86_64_gnu"
13034version = "0.42.2"
13035source = "registry+https://github.com/rust-lang/crates.io-index"
13036checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
13037
13038[[package]]
13039name = "windows_x86_64_gnu"
13040version = "0.48.5"
13041source = "registry+https://github.com/rust-lang/crates.io-index"
13042checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
13043
13044[[package]]
13045name = "windows_x86_64_gnu"
13046version = "0.52.5"
13047source = "registry+https://github.com/rust-lang/crates.io-index"
13048checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
13049
13050[[package]]
13051name = "windows_x86_64_gnullvm"
13052version = "0.42.2"
13053source = "registry+https://github.com/rust-lang/crates.io-index"
13054checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
13055
13056[[package]]
13057name = "windows_x86_64_gnullvm"
13058version = "0.48.5"
13059source = "registry+https://github.com/rust-lang/crates.io-index"
13060checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
13061
13062[[package]]
13063name = "windows_x86_64_gnullvm"
13064version = "0.52.5"
13065source = "registry+https://github.com/rust-lang/crates.io-index"
13066checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
13067
13068[[package]]
13069name = "windows_x86_64_msvc"
13070version = "0.42.2"
13071source = "registry+https://github.com/rust-lang/crates.io-index"
13072checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
13073
13074[[package]]
13075name = "windows_x86_64_msvc"
13076version = "0.48.5"
13077source = "registry+https://github.com/rust-lang/crates.io-index"
13078checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
13079
13080[[package]]
13081name = "windows_x86_64_msvc"
13082version = "0.52.5"
13083source = "registry+https://github.com/rust-lang/crates.io-index"
13084checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
13085
13086[[package]]
13087name = "winnow"
13088version = "0.5.15"
13089source = "registry+https://github.com/rust-lang/crates.io-index"
13090checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
13091dependencies = [
13092 "memchr",
13093]
13094
13095[[package]]
13096name = "winnow"
13097version = "0.6.1"
13098source = "registry+https://github.com/rust-lang/crates.io-index"
13099checksum = "d90f4e0f530c4c69f62b80d839e9ef3855edc9cba471a160c4d692deed62b401"
13100dependencies = [
13101 "memchr",
13102]
13103
13104[[package]]
13105name = "winreg"
13106version = "0.50.0"
13107source = "registry+https://github.com/rust-lang/crates.io-index"
13108checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
13109dependencies = [
13110 "cfg-if",
13111 "windows-sys 0.48.0",
13112]
13113
13114[[package]]
13115name = "winreg"
13116version = "0.52.0"
13117source = "registry+https://github.com/rust-lang/crates.io-index"
13118checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
13119dependencies = [
13120 "cfg-if",
13121 "windows-sys 0.48.0",
13122]
13123
13124[[package]]
13125name = "winresource"
13126version = "0.1.17"
13127source = "registry+https://github.com/rust-lang/crates.io-index"
13128checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
13129dependencies = [
13130 "toml 0.7.8",
13131 "version_check",
13132]
13133
13134[[package]]
13135name = "winx"
13136version = "0.36.3"
13137source = "registry+https://github.com/rust-lang/crates.io-index"
13138checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
13139dependencies = [
13140 "bitflags 2.4.2",
13141 "windows-sys 0.52.0",
13142]
13143
13144[[package]]
13145name = "wio"
13146version = "0.2.2"
13147source = "registry+https://github.com/rust-lang/crates.io-index"
13148checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
13149dependencies = [
13150 "winapi",
13151]
13152
13153[[package]]
13154name = "wit-bindgen"
13155version = "0.22.0"
13156source = "registry+https://github.com/rust-lang/crates.io-index"
13157checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
13158dependencies = [
13159 "bitflags 2.4.2",
13160 "wit-bindgen-rt",
13161 "wit-bindgen-rust-macro",
13162]
13163
13164[[package]]
13165name = "wit-bindgen-core"
13166version = "0.22.0"
13167source = "registry+https://github.com/rust-lang/crates.io-index"
13168checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
13169dependencies = [
13170 "anyhow",
13171 "wit-parser",
13172]
13173
13174[[package]]
13175name = "wit-bindgen-rt"
13176version = "0.22.0"
13177source = "registry+https://github.com/rust-lang/crates.io-index"
13178checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
13179
13180[[package]]
13181name = "wit-bindgen-rust"
13182version = "0.22.0"
13183source = "registry+https://github.com/rust-lang/crates.io-index"
13184checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
13185dependencies = [
13186 "anyhow",
13187 "heck 0.4.1",
13188 "indexmap 2.2.6",
13189 "wasm-metadata",
13190 "wit-bindgen-core",
13191 "wit-component",
13192]
13193
13194[[package]]
13195name = "wit-bindgen-rust-macro"
13196version = "0.22.0"
13197source = "registry+https://github.com/rust-lang/crates.io-index"
13198checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
13199dependencies = [
13200 "anyhow",
13201 "proc-macro2",
13202 "quote",
13203 "syn 2.0.59",
13204 "wit-bindgen-core",
13205 "wit-bindgen-rust",
13206]
13207
13208[[package]]
13209name = "wit-component"
13210version = "0.201.0"
13211source = "registry+https://github.com/rust-lang/crates.io-index"
13212checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
13213dependencies = [
13214 "anyhow",
13215 "bitflags 2.4.2",
13216 "indexmap 2.2.6",
13217 "log",
13218 "serde",
13219 "serde_derive",
13220 "serde_json",
13221 "wasm-encoder",
13222 "wasm-metadata",
13223 "wasmparser",
13224 "wit-parser",
13225]
13226
13227[[package]]
13228name = "wit-parser"
13229version = "0.201.0"
13230source = "registry+https://github.com/rust-lang/crates.io-index"
13231checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
13232dependencies = [
13233 "anyhow",
13234 "id-arena",
13235 "indexmap 2.2.6",
13236 "log",
13237 "semver",
13238 "serde",
13239 "serde_derive",
13240 "serde_json",
13241 "unicode-xid",
13242 "wasmparser",
13243]
13244
13245[[package]]
13246name = "witx"
13247version = "0.9.1"
13248source = "registry+https://github.com/rust-lang/crates.io-index"
13249checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
13250dependencies = [
13251 "anyhow",
13252 "log",
13253 "thiserror",
13254 "wast",
13255]
13256
13257[[package]]
13258name = "workspace"
13259version = "0.1.0"
13260dependencies = [
13261 "any_vec",
13262 "anyhow",
13263 "async-recursion 1.0.5",
13264 "bincode",
13265 "call",
13266 "client",
13267 "clock",
13268 "collections",
13269 "db",
13270 "derive_more",
13271 "dev_server_projects",
13272 "env_logger",
13273 "fs",
13274 "futures 0.3.28",
13275 "gpui",
13276 "http 0.1.0",
13277 "itertools 0.11.0",
13278 "language",
13279 "lazy_static",
13280 "log",
13281 "node_runtime",
13282 "parking_lot",
13283 "postage",
13284 "project",
13285 "schemars",
13286 "serde",
13287 "serde_json",
13288 "settings",
13289 "smallvec",
13290 "sqlez",
13291 "task",
13292 "theme",
13293 "ui",
13294 "util",
13295 "uuid",
13296]
13297
13298[[package]]
13299name = "worktree"
13300version = "0.1.0"
13301dependencies = [
13302 "anyhow",
13303 "clock",
13304 "collections",
13305 "env_logger",
13306 "fs",
13307 "futures 0.3.28",
13308 "fuzzy",
13309 "git",
13310 "git2",
13311 "gpui",
13312 "http 0.1.0",
13313 "ignore",
13314 "language",
13315 "log",
13316 "parking_lot",
13317 "paths",
13318 "postage",
13319 "pretty_assertions",
13320 "rand 0.8.5",
13321 "rpc",
13322 "schemars",
13323 "serde",
13324 "serde_json",
13325 "settings",
13326 "smol",
13327 "sum_tree",
13328 "text",
13329 "util",
13330]
13331
13332[[package]]
13333name = "wyz"
13334version = "0.5.1"
13335source = "registry+https://github.com/rust-lang/crates.io-index"
13336checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
13337dependencies = [
13338 "tap",
13339]
13340
13341[[package]]
13342name = "x11-clipboard"
13343version = "0.9.2"
13344source = "registry+https://github.com/rust-lang/crates.io-index"
13345checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
13346dependencies = [
13347 "libc",
13348 "x11rb",
13349]
13350
13351[[package]]
13352name = "x11rb"
13353version = "0.13.0"
13354source = "registry+https://github.com/rust-lang/crates.io-index"
13355checksum = "f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a"
13356dependencies = [
13357 "as-raw-xcb-connection",
13358 "gethostname",
13359 "libc",
13360 "rustix 0.38.32",
13361 "x11rb-protocol",
13362]
13363
13364[[package]]
13365name = "x11rb-protocol"
13366version = "0.13.0"
13367source = "registry+https://github.com/rust-lang/crates.io-index"
13368checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34"
13369
13370[[package]]
13371name = "xattr"
13372version = "0.2.3"
13373source = "registry+https://github.com/rust-lang/crates.io-index"
13374checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
13375dependencies = [
13376 "libc",
13377]
13378
13379[[package]]
13380name = "xcursor"
13381version = "0.3.5"
13382source = "registry+https://github.com/rust-lang/crates.io-index"
13383checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911"
13384
13385[[package]]
13386name = "xdg-home"
13387version = "1.1.0"
13388source = "registry+https://github.com/rust-lang/crates.io-index"
13389checksum = "21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e"
13390dependencies = [
13391 "libc",
13392 "winapi",
13393]
13394
13395[[package]]
13396name = "xim"
13397version = "0.4.0"
13398source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13399dependencies = [
13400 "ahash 0.8.8",
13401 "hashbrown 0.14.5",
13402 "log",
13403 "x11rb",
13404 "xim-ctext",
13405 "xim-parser",
13406]
13407
13408[[package]]
13409name = "xim-ctext"
13410version = "0.3.0"
13411source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13412dependencies = [
13413 "encoding_rs",
13414]
13415
13416[[package]]
13417name = "xim-parser"
13418version = "0.2.1"
13419source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
13420dependencies = [
13421 "bitflags 2.4.2",
13422]
13423
13424[[package]]
13425name = "xkbcommon"
13426version = "0.7.0"
13427source = "registry+https://github.com/rust-lang/crates.io-index"
13428checksum = "13867d259930edc7091a6c41b4ce6eee464328c6ff9659b7e4c668ca20d4c91e"
13429dependencies = [
13430 "as-raw-xcb-connection",
13431 "libc",
13432 "memmap2 0.8.0",
13433 "xkeysym",
13434]
13435
13436[[package]]
13437name = "xkeysym"
13438version = "0.2.0"
13439source = "registry+https://github.com/rust-lang/crates.io-index"
13440checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"
13441
13442[[package]]
13443name = "xml5ever"
13444version = "0.18.0"
13445source = "registry+https://github.com/rust-lang/crates.io-index"
13446checksum = "7c376f76ed09df711203e20c3ef5ce556f0166fa03d39590016c0fd625437fad"
13447dependencies = [
13448 "log",
13449 "mac",
13450 "markup5ever",
13451]
13452
13453[[package]]
13454name = "xmlparser"
13455version = "0.13.5"
13456source = "registry+https://github.com/rust-lang/crates.io-index"
13457checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
13458
13459[[package]]
13460name = "xmlwriter"
13461version = "0.1.0"
13462source = "registry+https://github.com/rust-lang/crates.io-index"
13463checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
13464
13465[[package]]
13466name = "xtask"
13467version = "0.1.0"
13468dependencies = [
13469 "anyhow",
13470 "cargo_toml",
13471 "clap 4.4.4",
13472 "toml 0.8.10",
13473]
13474
13475[[package]]
13476name = "yansi"
13477version = "0.5.1"
13478source = "registry+https://github.com/rust-lang/crates.io-index"
13479checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
13480
13481[[package]]
13482name = "yazi"
13483version = "0.1.6"
13484source = "registry+https://github.com/rust-lang/crates.io-index"
13485checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
13486
13487[[package]]
13488name = "yeslogic-fontconfig-sys"
13489version = "3.2.0"
13490source = "registry+https://github.com/rust-lang/crates.io-index"
13491checksum = "f2bbd69036d397ebbff671b1b8e4d918610c181c5a16073b96f984a38d08c386"
13492dependencies = [
13493 "const-cstr",
13494 "dlib",
13495 "once_cell",
13496 "pkg-config",
13497]
13498
13499[[package]]
13500name = "zbus"
13501version = "4.0.1"
13502source = "registry+https://github.com/rust-lang/crates.io-index"
13503checksum = "7b8e3d6ae3342792a6cc2340e4394334c7402f3d793b390d2c5494a4032b3030"
13504dependencies = [
13505 "async-broadcast",
13506 "async-executor",
13507 "async-fs 2.1.1",
13508 "async-io 2.3.1",
13509 "async-lock 3.3.0",
13510 "async-process 2.1.0",
13511 "async-recursion 1.0.5",
13512 "async-task",
13513 "async-trait",
13514 "blocking",
13515 "derivative",
13516 "enumflags2",
13517 "event-listener 5.1.0",
13518 "futures-core",
13519 "futures-sink",
13520 "futures-util",
13521 "hex",
13522 "nix 0.27.1",
13523 "ordered-stream",
13524 "rand 0.8.5",
13525 "serde",
13526 "serde_repr",
13527 "sha1",
13528 "static_assertions",
13529 "tracing",
13530 "uds_windows",
13531 "windows-sys 0.52.0",
13532 "xdg-home",
13533 "zbus_macros",
13534 "zbus_names",
13535 "zvariant",
13536]
13537
13538[[package]]
13539name = "zbus_macros"
13540version = "4.0.1"
13541source = "registry+https://github.com/rust-lang/crates.io-index"
13542checksum = "b7a3e850ff1e7217a3b7a07eba90d37fe9bb9e89a310f718afcde5885ca9b6d7"
13543dependencies = [
13544 "proc-macro-crate 1.3.1",
13545 "proc-macro2",
13546 "quote",
13547 "regex",
13548 "syn 1.0.109",
13549 "zvariant_utils",
13550]
13551
13552[[package]]
13553name = "zbus_names"
13554version = "3.0.0"
13555source = "registry+https://github.com/rust-lang/crates.io-index"
13556checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
13557dependencies = [
13558 "serde",
13559 "static_assertions",
13560 "zvariant",
13561]
13562
13563[[package]]
13564name = "zed"
13565version = "0.144.0"
13566dependencies = [
13567 "activity_indicator",
13568 "anyhow",
13569 "ashpd",
13570 "assets",
13571 "assistant",
13572 "audio",
13573 "auto_update",
13574 "backtrace",
13575 "breadcrumbs",
13576 "call",
13577 "channel",
13578 "chrono",
13579 "clap 4.4.4",
13580 "cli",
13581 "client",
13582 "collab_ui",
13583 "collections",
13584 "command_palette",
13585 "copilot",
13586 "db",
13587 "dev_server_projects",
13588 "diagnostics",
13589 "editor",
13590 "env_logger",
13591 "extension",
13592 "extensions_ui",
13593 "feedback",
13594 "file_finder",
13595 "file_icons",
13596 "fs",
13597 "futures 0.3.28",
13598 "git",
13599 "git_hosting_providers",
13600 "go_to_line",
13601 "gpui",
13602 "headless",
13603 "http 0.1.0",
13604 "image_viewer",
13605 "inline_completion_button",
13606 "install_cli",
13607 "isahc",
13608 "journal",
13609 "language",
13610 "language_selector",
13611 "language_tools",
13612 "languages",
13613 "libc",
13614 "log",
13615 "markdown_preview",
13616 "menu",
13617 "mimalloc",
13618 "nix 0.28.0",
13619 "node_runtime",
13620 "notifications",
13621 "outline",
13622 "outline_panel",
13623 "parking_lot",
13624 "paths",
13625 "profiling",
13626 "project",
13627 "project_panel",
13628 "project_symbols",
13629 "quick_action_bar",
13630 "recent_projects",
13631 "release_channel",
13632 "repl",
13633 "rope",
13634 "search",
13635 "serde",
13636 "serde_json",
13637 "settings",
13638 "simplelog",
13639 "smol",
13640 "supermaven",
13641 "tab_switcher",
13642 "task",
13643 "tasks_ui",
13644 "telemetry_events",
13645 "terminal_view",
13646 "theme",
13647 "theme_selector",
13648 "tree-sitter-markdown",
13649 "tree-sitter-rust",
13650 "ui",
13651 "urlencoding",
13652 "util",
13653 "uuid",
13654 "vim",
13655 "welcome",
13656 "winresource",
13657 "workspace",
13658 "zed_actions",
13659]
13660
13661[[package]]
13662name = "zed_actions"
13663version = "0.1.0"
13664dependencies = [
13665 "gpui",
13666 "serde",
13667]
13668
13669[[package]]
13670name = "zed_astro"
13671version = "0.0.2"
13672dependencies = [
13673 "zed_extension_api 0.0.4",
13674]
13675
13676[[package]]
13677name = "zed_clojure"
13678version = "0.0.3"
13679dependencies = [
13680 "zed_extension_api 0.0.6",
13681]
13682
13683[[package]]
13684name = "zed_csharp"
13685version = "0.0.2"
13686dependencies = [
13687 "zed_extension_api 0.0.4",
13688]
13689
13690[[package]]
13691name = "zed_dart"
13692version = "0.0.2"
13693dependencies = [
13694 "zed_extension_api 0.0.6",
13695]
13696
13697[[package]]
13698name = "zed_deno"
13699version = "0.0.1"
13700dependencies = [
13701 "zed_extension_api 0.0.6",
13702]
13703
13704[[package]]
13705name = "zed_elixir"
13706version = "0.0.5"
13707dependencies = [
13708 "zed_extension_api 0.0.6",
13709]
13710
13711[[package]]
13712name = "zed_elm"
13713version = "0.0.1"
13714dependencies = [
13715 "zed_extension_api 0.0.6",
13716]
13717
13718[[package]]
13719name = "zed_emmet"
13720version = "0.0.3"
13721dependencies = [
13722 "zed_extension_api 0.0.4",
13723]
13724
13725[[package]]
13726name = "zed_erlang"
13727version = "0.0.1"
13728dependencies = [
13729 "zed_extension_api 0.0.4",
13730]
13731
13732[[package]]
13733name = "zed_extension_api"
13734version = "0.0.4"
13735source = "registry+https://github.com/rust-lang/crates.io-index"
13736checksum = "d5c51cad4152bb5eb35b20dccdcbfb36f48d8952a2ed2d3e25b70361007d953b"
13737dependencies = [
13738 "wit-bindgen",
13739]
13740
13741[[package]]
13742name = "zed_extension_api"
13743version = "0.0.6"
13744source = "registry+https://github.com/rust-lang/crates.io-index"
13745checksum = "77ca8bcaea3feb2d2ce9dbeb061ee48365312a351faa7014c417b0365fe9e459"
13746dependencies = [
13747 "serde",
13748 "serde_json",
13749 "wit-bindgen",
13750]
13751
13752[[package]]
13753name = "zed_extension_api"
13754version = "0.0.7"
13755dependencies = [
13756 "serde",
13757 "serde_json",
13758 "wit-bindgen",
13759]
13760
13761[[package]]
13762name = "zed_gleam"
13763version = "0.1.3"
13764dependencies = [
13765 "html_to_markdown 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
13766 "zed_extension_api 0.0.7",
13767]
13768
13769[[package]]
13770name = "zed_glsl"
13771version = "0.1.0"
13772dependencies = [
13773 "zed_extension_api 0.0.6",
13774]
13775
13776[[package]]
13777name = "zed_haskell"
13778version = "0.1.0"
13779dependencies = [
13780 "zed_extension_api 0.0.6",
13781]
13782
13783[[package]]
13784name = "zed_html"
13785version = "0.1.1"
13786dependencies = [
13787 "zed_extension_api 0.0.6",
13788]
13789
13790[[package]]
13791name = "zed_lua"
13792version = "0.0.3"
13793dependencies = [
13794 "zed_extension_api 0.0.6",
13795]
13796
13797[[package]]
13798name = "zed_ocaml"
13799version = "0.0.2"
13800dependencies = [
13801 "zed_extension_api 0.0.6",
13802]
13803
13804[[package]]
13805name = "zed_php"
13806version = "0.0.6"
13807dependencies = [
13808 "zed_extension_api 0.0.4",
13809]
13810
13811[[package]]
13812name = "zed_prisma"
13813version = "0.0.3"
13814dependencies = [
13815 "zed_extension_api 0.0.4",
13816]
13817
13818[[package]]
13819name = "zed_purescript"
13820version = "0.0.1"
13821dependencies = [
13822 "zed_extension_api 0.0.4",
13823]
13824
13825[[package]]
13826name = "zed_ruby"
13827version = "0.0.6"
13828dependencies = [
13829 "zed_extension_api 0.0.6",
13830]
13831
13832[[package]]
13833name = "zed_snippets"
13834version = "0.0.5"
13835dependencies = [
13836 "serde_json",
13837 "zed_extension_api 0.0.6",
13838]
13839
13840[[package]]
13841name = "zed_svelte"
13842version = "0.0.1"
13843dependencies = [
13844 "zed_extension_api 0.0.6",
13845]
13846
13847[[package]]
13848name = "zed_terraform"
13849version = "0.0.3"
13850dependencies = [
13851 "zed_extension_api 0.0.6",
13852]
13853
13854[[package]]
13855name = "zed_test_extension"
13856version = "0.1.0"
13857dependencies = [
13858 "zed_extension_api 0.0.6",
13859]
13860
13861[[package]]
13862name = "zed_toml"
13863version = "0.1.1"
13864dependencies = [
13865 "zed_extension_api 0.0.6",
13866]
13867
13868[[package]]
13869name = "zed_uiua"
13870version = "0.0.1"
13871dependencies = [
13872 "zed_extension_api 0.0.4",
13873]
13874
13875[[package]]
13876name = "zed_vue"
13877version = "0.0.3"
13878dependencies = [
13879 "zed_extension_api 0.0.6",
13880]
13881
13882[[package]]
13883name = "zed_zig"
13884version = "0.1.3"
13885dependencies = [
13886 "zed_extension_api 0.0.7",
13887]
13888
13889[[package]]
13890name = "zeno"
13891version = "0.2.3"
13892source = "registry+https://github.com/rust-lang/crates.io-index"
13893checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
13894
13895[[package]]
13896name = "zerocopy"
13897version = "0.7.32"
13898source = "registry+https://github.com/rust-lang/crates.io-index"
13899checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
13900dependencies = [
13901 "zerocopy-derive",
13902]
13903
13904[[package]]
13905name = "zerocopy-derive"
13906version = "0.7.32"
13907source = "registry+https://github.com/rust-lang/crates.io-index"
13908checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
13909dependencies = [
13910 "proc-macro2",
13911 "quote",
13912 "syn 2.0.59",
13913]
13914
13915[[package]]
13916name = "zeroize"
13917version = "1.6.0"
13918source = "registry+https://github.com/rust-lang/crates.io-index"
13919checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
13920dependencies = [
13921 "zeroize_derive",
13922]
13923
13924[[package]]
13925name = "zeroize_derive"
13926version = "1.4.2"
13927source = "registry+https://github.com/rust-lang/crates.io-index"
13928checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
13929dependencies = [
13930 "proc-macro2",
13931 "quote",
13932 "syn 2.0.59",
13933]
13934
13935[[package]]
13936name = "zeromq"
13937version = "0.4.0"
13938source = "registry+https://github.com/rust-lang/crates.io-index"
13939checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0"
13940dependencies = [
13941 "async-dispatcher",
13942 "async-std",
13943 "async-trait",
13944 "asynchronous-codec",
13945 "bytes 1.5.0",
13946 "crossbeam-queue",
13947 "dashmap",
13948 "futures-channel",
13949 "futures-io",
13950 "futures-task",
13951 "futures-util",
13952 "log",
13953 "num-traits",
13954 "once_cell",
13955 "parking_lot",
13956 "rand 0.8.5",
13957 "regex",
13958 "thiserror",
13959 "uuid",
13960]
13961
13962[[package]]
13963name = "zstd"
13964version = "0.11.2+zstd.1.5.2"
13965source = "registry+https://github.com/rust-lang/crates.io-index"
13966checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
13967dependencies = [
13968 "zstd-safe",
13969]
13970
13971[[package]]
13972name = "zstd-safe"
13973version = "5.0.2+zstd.1.5.2"
13974source = "registry+https://github.com/rust-lang/crates.io-index"
13975checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
13976dependencies = [
13977 "libc",
13978 "zstd-sys",
13979]
13980
13981[[package]]
13982name = "zstd-sys"
13983version = "2.0.8+zstd.1.5.5"
13984source = "registry+https://github.com/rust-lang/crates.io-index"
13985checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
13986dependencies = [
13987 "cc",
13988 "libc",
13989 "pkg-config",
13990]
13991
13992[[package]]
13993name = "zune-core"
13994version = "0.4.12"
13995source = "registry+https://github.com/rust-lang/crates.io-index"
13996checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
13997
13998[[package]]
13999name = "zune-inflate"
14000version = "0.2.54"
14001source = "registry+https://github.com/rust-lang/crates.io-index"
14002checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
14003dependencies = [
14004 "simd-adler32",
14005]
14006
14007[[package]]
14008name = "zune-jpeg"
14009version = "0.4.11"
14010source = "registry+https://github.com/rust-lang/crates.io-index"
14011checksum = "ec866b44a2a1fd6133d363f073ca1b179f438f99e7e5bfb1e33f7181facfe448"
14012dependencies = [
14013 "zune-core",
14014]
14015
14016[[package]]
14017name = "zvariant"
14018version = "4.0.2"
14019source = "registry+https://github.com/rust-lang/crates.io-index"
14020checksum = "2c1b3ca6db667bfada0f1ebfc94b2b1759ba25472ee5373d4551bb892616389a"
14021dependencies = [
14022 "endi",
14023 "enumflags2",
14024 "serde",
14025 "static_assertions",
14026 "url",
14027 "zvariant_derive",
14028]
14029
14030[[package]]
14031name = "zvariant_derive"
14032version = "4.0.2"
14033source = "registry+https://github.com/rust-lang/crates.io-index"
14034checksum = "b7a4b236063316163b69039f77ce3117accb41a09567fd24c168e43491e521bc"
14035dependencies = [
14036 "proc-macro-crate 3.1.0",
14037 "proc-macro2",
14038 "quote",
14039 "syn 1.0.109",
14040 "zvariant_utils",
14041]
14042
14043[[package]]
14044name = "zvariant_utils"
14045version = "1.1.0"
14046source = "registry+https://github.com/rust-lang/crates.io-index"
14047checksum = "00bedb16a193cc12451873fee2a1bc6550225acece0e36f333e68326c73c8172"
14048dependencies = [
14049 "proc-macro2",
14050 "quote",
14051 "syn 1.0.109",
14052]