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