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