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