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