Cargo.lock

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