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