Cargo.lock

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