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