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