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