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