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