Cargo.lock

   1# This file is automatically @generated by Cargo.
   2# It is not intended for manual editing.
   3version = 3
   4
   5[[package]]
   6name = "Inflector"
   7version = "0.11.4"
   8source = "registry+https://github.com/rust-lang/crates.io-index"
   9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
  10
  11[[package]]
  12name = "activity_indicator"
  13version = "0.1.0"
  14dependencies = [
  15 "auto_update",
  16 "editor",
  17 "futures 0.3.28",
  18 "gpui",
  19 "language",
  20 "project",
  21 "settings",
  22 "smallvec",
  23 "theme",
  24 "util",
  25 "workspace",
  26]
  27
  28[[package]]
  29name = "addr2line"
  30version = "0.17.0"
  31source = "registry+https://github.com/rust-lang/crates.io-index"
  32checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
  33dependencies = [
  34 "gimli 0.26.2",
  35]
  36
  37[[package]]
  38name = "addr2line"
  39version = "0.19.0"
  40source = "registry+https://github.com/rust-lang/crates.io-index"
  41checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
  42dependencies = [
  43 "gimli 0.27.2",
  44]
  45
  46[[package]]
  47name = "adler"
  48version = "1.0.2"
  49source = "registry+https://github.com/rust-lang/crates.io-index"
  50checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
  51
  52[[package]]
  53name = "adler32"
  54version = "1.2.0"
  55source = "registry+https://github.com/rust-lang/crates.io-index"
  56checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
  57
  58[[package]]
  59name = "ahash"
  60version = "0.7.6"
  61source = "registry+https://github.com/rust-lang/crates.io-index"
  62checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
  63dependencies = [
  64 "getrandom 0.2.9",
  65 "once_cell",
  66 "version_check",
  67]
  68
  69[[package]]
  70name = "ahash"
  71version = "0.8.3"
  72source = "registry+https://github.com/rust-lang/crates.io-index"
  73checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
  74dependencies = [
  75 "cfg-if 1.0.0",
  76 "once_cell",
  77 "version_check",
  78]
  79
  80[[package]]
  81name = "aho-corasick"
  82version = "0.7.20"
  83source = "registry+https://github.com/rust-lang/crates.io-index"
  84checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
  85dependencies = [
  86 "memchr",
  87]
  88
  89[[package]]
  90name = "aho-corasick"
  91version = "1.0.1"
  92source = "registry+https://github.com/rust-lang/crates.io-index"
  93checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
  94dependencies = [
  95 "memchr",
  96]
  97
  98[[package]]
  99name = "ai"
 100version = "0.1.0"
 101dependencies = [
 102 "anyhow",
 103 "assets",
 104 "chrono",
 105 "collections",
 106 "editor",
 107 "futures 0.3.28",
 108 "gpui",
 109 "isahc",
 110 "language",
 111 "search",
 112 "serde",
 113 "serde_json",
 114 "theme",
 115 "util",
 116 "workspace",
 117]
 118
 119[[package]]
 120name = "alacritty_config"
 121version = "0.1.1-dev"
 122source = "git+https://github.com/zed-industries/alacritty?rev=a51dbe25d67e84d6ed4261e640d3954fbdd9be45#a51dbe25d67e84d6ed4261e640d3954fbdd9be45"
 123dependencies = [
 124 "log",
 125 "serde",
 126 "serde_yaml",
 127]
 128
 129[[package]]
 130name = "alacritty_config_derive"
 131version = "0.2.1-dev"
 132source = "git+https://github.com/zed-industries/alacritty?rev=a51dbe25d67e84d6ed4261e640d3954fbdd9be45#a51dbe25d67e84d6ed4261e640d3954fbdd9be45"
 133dependencies = [
 134 "proc-macro2",
 135 "quote",
 136 "syn 1.0.109",
 137]
 138
 139[[package]]
 140name = "alacritty_terminal"
 141version = "0.17.1-dev"
 142source = "git+https://github.com/zed-industries/alacritty?rev=a51dbe25d67e84d6ed4261e640d3954fbdd9be45#a51dbe25d67e84d6ed4261e640d3954fbdd9be45"
 143dependencies = [
 144 "alacritty_config",
 145 "alacritty_config_derive",
 146 "base64 0.13.1",
 147 "bitflags",
 148 "dirs 4.0.0",
 149 "libc",
 150 "log",
 151 "mio 0.6.23",
 152 "mio-anonymous-pipes",
 153 "mio-extras",
 154 "miow 0.3.7",
 155 "nix",
 156 "parking_lot 0.12.1",
 157 "regex-automata",
 158 "serde",
 159 "serde_yaml",
 160 "signal-hook",
 161 "signal-hook-mio",
 162 "unicode-width",
 163 "vte",
 164 "winapi 0.3.9",
 165]
 166
 167[[package]]
 168name = "aliasable"
 169version = "0.1.3"
 170source = "registry+https://github.com/rust-lang/crates.io-index"
 171checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
 172
 173[[package]]
 174name = "ambient-authority"
 175version = "0.0.1"
 176source = "registry+https://github.com/rust-lang/crates.io-index"
 177checksum = "ec8ad6edb4840b78c5c3d88de606b22252d552b55f3a4699fbb10fc070ec3049"
 178
 179[[package]]
 180name = "android_system_properties"
 181version = "0.1.5"
 182source = "registry+https://github.com/rust-lang/crates.io-index"
 183checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
 184dependencies = [
 185 "libc",
 186]
 187
 188[[package]]
 189name = "ansi_term"
 190version = "0.12.1"
 191source = "registry+https://github.com/rust-lang/crates.io-index"
 192checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
 193dependencies = [
 194 "winapi 0.3.9",
 195]
 196
 197[[package]]
 198name = "anyhow"
 199version = "1.0.71"
 200source = "registry+https://github.com/rust-lang/crates.io-index"
 201checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
 202
 203[[package]]
 204name = "arrayref"
 205version = "0.3.7"
 206source = "registry+https://github.com/rust-lang/crates.io-index"
 207checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
 208
 209[[package]]
 210name = "arrayvec"
 211version = "0.5.2"
 212source = "registry+https://github.com/rust-lang/crates.io-index"
 213checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
 214
 215[[package]]
 216name = "arrayvec"
 217version = "0.7.2"
 218source = "registry+https://github.com/rust-lang/crates.io-index"
 219checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
 220
 221[[package]]
 222name = "ascii"
 223version = "1.1.0"
 224source = "registry+https://github.com/rust-lang/crates.io-index"
 225checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
 226
 227[[package]]
 228name = "assets"
 229version = "0.1.0"
 230dependencies = [
 231 "anyhow",
 232 "gpui",
 233 "rust-embed",
 234]
 235
 236[[package]]
 237name = "async-broadcast"
 238version = "0.4.1"
 239source = "registry+https://github.com/rust-lang/crates.io-index"
 240checksum = "6d26004fe83b2d1cd3a97609b21e39f9a31535822210fe83205d2ce48866ea61"
 241dependencies = [
 242 "event-listener",
 243 "futures-core",
 244 "parking_lot 0.12.1",
 245]
 246
 247[[package]]
 248name = "async-channel"
 249version = "1.8.0"
 250source = "registry+https://github.com/rust-lang/crates.io-index"
 251checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
 252dependencies = [
 253 "concurrent-queue",
 254 "event-listener",
 255 "futures-core",
 256]
 257
 258[[package]]
 259name = "async-compat"
 260version = "0.2.1"
 261source = "registry+https://github.com/rust-lang/crates.io-index"
 262checksum = "9b48b4ff0c2026db683dea961cd8ea874737f56cffca86fa84415eaddc51c00d"
 263dependencies = [
 264 "futures-core",
 265 "futures-io",
 266 "once_cell",
 267 "pin-project-lite 0.2.9",
 268 "tokio",
 269]
 270
 271[[package]]
 272name = "async-compression"
 273version = "0.3.15"
 274source = "registry+https://github.com/rust-lang/crates.io-index"
 275checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a"
 276dependencies = [
 277 "flate2",
 278 "futures-core",
 279 "futures-io",
 280 "memchr",
 281 "pin-project-lite 0.2.9",
 282]
 283
 284[[package]]
 285name = "async-executor"
 286version = "1.5.1"
 287source = "registry+https://github.com/rust-lang/crates.io-index"
 288checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"
 289dependencies = [
 290 "async-lock",
 291 "async-task",
 292 "concurrent-queue",
 293 "fastrand",
 294 "futures-lite",
 295 "slab",
 296]
 297
 298[[package]]
 299name = "async-fs"
 300version = "1.6.0"
 301source = "registry+https://github.com/rust-lang/crates.io-index"
 302checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
 303dependencies = [
 304 "async-lock",
 305 "autocfg 1.1.0",
 306 "blocking",
 307 "futures-lite",
 308]
 309
 310[[package]]
 311name = "async-global-executor"
 312version = "2.3.1"
 313source = "registry+https://github.com/rust-lang/crates.io-index"
 314checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
 315dependencies = [
 316 "async-channel",
 317 "async-executor",
 318 "async-io",
 319 "async-lock",
 320 "blocking",
 321 "futures-lite",
 322 "once_cell",
 323]
 324
 325[[package]]
 326name = "async-io"
 327version = "1.13.0"
 328source = "registry+https://github.com/rust-lang/crates.io-index"
 329checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
 330dependencies = [
 331 "async-lock",
 332 "autocfg 1.1.0",
 333 "cfg-if 1.0.0",
 334 "concurrent-queue",
 335 "futures-lite",
 336 "log",
 337 "parking",
 338 "polling",
 339 "rustix 0.37.19",
 340 "slab",
 341 "socket2",
 342 "waker-fn",
 343]
 344
 345[[package]]
 346name = "async-lock"
 347version = "2.7.0"
 348source = "registry+https://github.com/rust-lang/crates.io-index"
 349checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
 350dependencies = [
 351 "event-listener",
 352]
 353
 354[[package]]
 355name = "async-net"
 356version = "1.7.0"
 357source = "registry+https://github.com/rust-lang/crates.io-index"
 358checksum = "4051e67316bc7eff608fe723df5d32ed639946adcd69e07df41fd42a7b411f1f"
 359dependencies = [
 360 "async-io",
 361 "autocfg 1.1.0",
 362 "blocking",
 363 "futures-lite",
 364]
 365
 366[[package]]
 367name = "async-pipe"
 368version = "0.1.3"
 369source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
 370dependencies = [
 371 "futures 0.3.28",
 372 "log",
 373]
 374
 375[[package]]
 376name = "async-process"
 377version = "1.7.0"
 378source = "registry+https://github.com/rust-lang/crates.io-index"
 379checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9"
 380dependencies = [
 381 "async-io",
 382 "async-lock",
 383 "autocfg 1.1.0",
 384 "blocking",
 385 "cfg-if 1.0.0",
 386 "event-listener",
 387 "futures-lite",
 388 "rustix 0.37.19",
 389 "signal-hook",
 390 "windows-sys 0.48.0",
 391]
 392
 393[[package]]
 394name = "async-recursion"
 395version = "0.3.2"
 396source = "registry+https://github.com/rust-lang/crates.io-index"
 397checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
 398dependencies = [
 399 "proc-macro2",
 400 "quote",
 401 "syn 1.0.109",
 402]
 403
 404[[package]]
 405name = "async-recursion"
 406version = "1.0.4"
 407source = "registry+https://github.com/rust-lang/crates.io-index"
 408checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"
 409dependencies = [
 410 "proc-macro2",
 411 "quote",
 412 "syn 2.0.15",
 413]
 414
 415[[package]]
 416name = "async-std"
 417version = "1.12.0"
 418source = "registry+https://github.com/rust-lang/crates.io-index"
 419checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
 420dependencies = [
 421 "async-channel",
 422 "async-global-executor",
 423 "async-io",
 424 "async-lock",
 425 "crossbeam-utils 0.8.15",
 426 "futures-channel",
 427 "futures-core",
 428 "futures-io",
 429 "futures-lite",
 430 "gloo-timers",
 431 "kv-log-macro",
 432 "log",
 433 "memchr",
 434 "once_cell",
 435 "pin-project-lite 0.2.9",
 436 "pin-utils",
 437 "slab",
 438 "wasm-bindgen-futures",
 439]
 440
 441[[package]]
 442name = "async-stream"
 443version = "0.3.5"
 444source = "registry+https://github.com/rust-lang/crates.io-index"
 445checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
 446dependencies = [
 447 "async-stream-impl",
 448 "futures-core",
 449 "pin-project-lite 0.2.9",
 450]
 451
 452[[package]]
 453name = "async-stream-impl"
 454version = "0.3.5"
 455source = "registry+https://github.com/rust-lang/crates.io-index"
 456checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
 457dependencies = [
 458 "proc-macro2",
 459 "quote",
 460 "syn 2.0.15",
 461]
 462
 463[[package]]
 464name = "async-tar"
 465version = "0.4.2"
 466source = "registry+https://github.com/rust-lang/crates.io-index"
 467checksum = "5c49359998a76e32ef6e870dbc079ebad8f1e53e8441c5dd39d27b44493fe331"
 468dependencies = [
 469 "async-std",
 470 "filetime",
 471 "libc",
 472 "pin-project",
 473 "redox_syscall 0.2.16",
 474 "xattr",
 475]
 476
 477[[package]]
 478name = "async-task"
 479version = "4.0.3"
 480source = "git+https://github.com/zed-industries/async-task?rev=341b57d6de98cdfd7b418567b8de2022ca993a6e#341b57d6de98cdfd7b418567b8de2022ca993a6e"
 481
 482[[package]]
 483name = "async-tls"
 484version = "0.11.0"
 485source = "registry+https://github.com/rust-lang/crates.io-index"
 486checksum = "2f23d769dbf1838d5df5156e7b1ad404f4c463d1ac2c6aeb6cd943630f8a8400"
 487dependencies = [
 488 "futures-core",
 489 "futures-io",
 490 "rustls 0.19.1",
 491 "webpki 0.21.4",
 492 "webpki-roots 0.21.1",
 493]
 494
 495[[package]]
 496name = "async-trait"
 497version = "0.1.68"
 498source = "registry+https://github.com/rust-lang/crates.io-index"
 499checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
 500dependencies = [
 501 "proc-macro2",
 502 "quote",
 503 "syn 2.0.15",
 504]
 505
 506[[package]]
 507name = "async-tungstenite"
 508version = "0.16.1"
 509source = "registry+https://github.com/rust-lang/crates.io-index"
 510checksum = "5682ea0913e5c20780fe5785abacb85a411e7437bf52a1bedb93ddb3972cb8dd"
 511dependencies = [
 512 "async-tls",
 513 "futures-io",
 514 "futures-util",
 515 "log",
 516 "pin-project-lite 0.2.9",
 517 "tungstenite 0.16.0",
 518]
 519
 520[[package]]
 521name = "atoi"
 522version = "1.0.0"
 523source = "registry+https://github.com/rust-lang/crates.io-index"
 524checksum = "d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e"
 525dependencies = [
 526 "num-traits",
 527]
 528
 529[[package]]
 530name = "atomic"
 531version = "0.5.1"
 532source = "registry+https://github.com/rust-lang/crates.io-index"
 533checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"
 534dependencies = [
 535 "autocfg 1.1.0",
 536]
 537
 538[[package]]
 539name = "atomic-waker"
 540version = "1.1.1"
 541source = "registry+https://github.com/rust-lang/crates.io-index"
 542checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
 543
 544[[package]]
 545name = "atty"
 546version = "0.2.14"
 547source = "registry+https://github.com/rust-lang/crates.io-index"
 548checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
 549dependencies = [
 550 "hermit-abi 0.1.19",
 551 "libc",
 552 "winapi 0.3.9",
 553]
 554
 555[[package]]
 556name = "auto_update"
 557version = "0.1.0"
 558dependencies = [
 559 "anyhow",
 560 "client",
 561 "db",
 562 "gpui",
 563 "isahc",
 564 "lazy_static",
 565 "log",
 566 "menu",
 567 "project",
 568 "serde",
 569 "serde_derive",
 570 "serde_json",
 571 "settings",
 572 "smol",
 573 "tempdir",
 574 "theme",
 575 "util",
 576 "workspace",
 577]
 578
 579[[package]]
 580name = "autocfg"
 581version = "0.1.8"
 582source = "registry+https://github.com/rust-lang/crates.io-index"
 583checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
 584dependencies = [
 585 "autocfg 1.1.0",
 586]
 587
 588[[package]]
 589name = "autocfg"
 590version = "1.1.0"
 591source = "registry+https://github.com/rust-lang/crates.io-index"
 592checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
 593
 594[[package]]
 595name = "axum"
 596version = "0.5.17"
 597source = "registry+https://github.com/rust-lang/crates.io-index"
 598checksum = "acee9fd5073ab6b045a275b3e709c163dd36c90685219cb21804a147b58dba43"
 599dependencies = [
 600 "async-trait",
 601 "axum-core",
 602 "base64 0.13.1",
 603 "bitflags",
 604 "bytes 1.4.0",
 605 "futures-util",
 606 "headers",
 607 "http",
 608 "http-body",
 609 "hyper",
 610 "itoa",
 611 "matchit",
 612 "memchr",
 613 "mime",
 614 "percent-encoding",
 615 "pin-project-lite 0.2.9",
 616 "serde",
 617 "serde_json",
 618 "serde_urlencoded",
 619 "sha-1 0.10.1",
 620 "sync_wrapper",
 621 "tokio",
 622 "tokio-tungstenite",
 623 "tower",
 624 "tower-http",
 625 "tower-layer",
 626 "tower-service",
 627]
 628
 629[[package]]
 630name = "axum-core"
 631version = "0.2.9"
 632source = "registry+https://github.com/rust-lang/crates.io-index"
 633checksum = "37e5939e02c56fecd5c017c37df4238c0a839fa76b7f97acdd7efb804fd181cc"
 634dependencies = [
 635 "async-trait",
 636 "bytes 1.4.0",
 637 "futures-util",
 638 "http",
 639 "http-body",
 640 "mime",
 641 "tower-layer",
 642 "tower-service",
 643]
 644
 645[[package]]
 646name = "axum-extra"
 647version = "0.3.7"
 648source = "registry+https://github.com/rust-lang/crates.io-index"
 649checksum = "69034b3b0fd97923eee2ce8a47540edb21e07f48f87f67d44bb4271cec622bdb"
 650dependencies = [
 651 "axum",
 652 "bytes 1.4.0",
 653 "futures-util",
 654 "http",
 655 "mime",
 656 "pin-project-lite 0.2.9",
 657 "serde",
 658 "serde_json",
 659 "tokio",
 660 "tower",
 661 "tower-http",
 662 "tower-layer",
 663 "tower-service",
 664]
 665
 666[[package]]
 667name = "backtrace"
 668version = "0.3.67"
 669source = "registry+https://github.com/rust-lang/crates.io-index"
 670checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
 671dependencies = [
 672 "addr2line 0.19.0",
 673 "cc",
 674 "cfg-if 1.0.0",
 675 "libc",
 676 "miniz_oxide 0.6.2",
 677 "object 0.30.3",
 678 "rustc-demangle",
 679]
 680
 681[[package]]
 682name = "bae"
 683version = "0.1.7"
 684source = "registry+https://github.com/rust-lang/crates.io-index"
 685checksum = "33b8de67cc41132507eeece2584804efcb15f85ba516e34c944b7667f480397a"
 686dependencies = [
 687 "heck 0.3.3",
 688 "proc-macro-error",
 689 "proc-macro2",
 690 "quote",
 691 "syn 1.0.109",
 692]
 693
 694[[package]]
 695name = "base64"
 696version = "0.13.1"
 697source = "registry+https://github.com/rust-lang/crates.io-index"
 698checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 699
 700[[package]]
 701name = "base64"
 702version = "0.21.0"
 703source = "registry+https://github.com/rust-lang/crates.io-index"
 704checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
 705
 706[[package]]
 707name = "base64ct"
 708version = "1.6.0"
 709source = "registry+https://github.com/rust-lang/crates.io-index"
 710checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 711
 712[[package]]
 713name = "bincode"
 714version = "1.3.3"
 715source = "registry+https://github.com/rust-lang/crates.io-index"
 716checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 717dependencies = [
 718 "serde",
 719]
 720
 721[[package]]
 722name = "bindgen"
 723version = "0.59.2"
 724source = "registry+https://github.com/rust-lang/crates.io-index"
 725checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
 726dependencies = [
 727 "bitflags",
 728 "cexpr",
 729 "clang-sys",
 730 "clap 2.34.0",
 731 "env_logger 0.9.3",
 732 "lazy_static",
 733 "lazycell",
 734 "log",
 735 "peeking_take_while",
 736 "proc-macro2",
 737 "quote",
 738 "regex",
 739 "rustc-hash",
 740 "shlex",
 741 "which",
 742]
 743
 744[[package]]
 745name = "bitflags"
 746version = "1.3.2"
 747source = "registry+https://github.com/rust-lang/crates.io-index"
 748checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 749
 750[[package]]
 751name = "block"
 752version = "0.1.6"
 753source = "registry+https://github.com/rust-lang/crates.io-index"
 754checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 755
 756[[package]]
 757name = "block-buffer"
 758version = "0.9.0"
 759source = "registry+https://github.com/rust-lang/crates.io-index"
 760checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
 761dependencies = [
 762 "generic-array",
 763]
 764
 765[[package]]
 766name = "block-buffer"
 767version = "0.10.4"
 768source = "registry+https://github.com/rust-lang/crates.io-index"
 769checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 770dependencies = [
 771 "generic-array",
 772]
 773
 774[[package]]
 775name = "blocking"
 776version = "1.3.1"
 777source = "registry+https://github.com/rust-lang/crates.io-index"
 778checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"
 779dependencies = [
 780 "async-channel",
 781 "async-lock",
 782 "async-task",
 783 "atomic-waker",
 784 "fastrand",
 785 "futures-lite",
 786 "log",
 787]
 788
 789[[package]]
 790name = "borsh"
 791version = "0.10.3"
 792source = "registry+https://github.com/rust-lang/crates.io-index"
 793checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b"
 794dependencies = [
 795 "borsh-derive",
 796 "hashbrown 0.13.2",
 797]
 798
 799[[package]]
 800name = "borsh-derive"
 801version = "0.10.3"
 802source = "registry+https://github.com/rust-lang/crates.io-index"
 803checksum = "0754613691538d51f329cce9af41d7b7ca150bc973056f1156611489475f54f7"
 804dependencies = [
 805 "borsh-derive-internal",
 806 "borsh-schema-derive-internal",
 807 "proc-macro-crate",
 808 "proc-macro2",
 809 "syn 1.0.109",
 810]
 811
 812[[package]]
 813name = "borsh-derive-internal"
 814version = "0.10.3"
 815source = "registry+https://github.com/rust-lang/crates.io-index"
 816checksum = "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb"
 817dependencies = [
 818 "proc-macro2",
 819 "quote",
 820 "syn 1.0.109",
 821]
 822
 823[[package]]
 824name = "borsh-schema-derive-internal"
 825version = "0.10.3"
 826source = "registry+https://github.com/rust-lang/crates.io-index"
 827checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd"
 828dependencies = [
 829 "proc-macro2",
 830 "quote",
 831 "syn 1.0.109",
 832]
 833
 834[[package]]
 835name = "breadcrumbs"
 836version = "0.1.0"
 837dependencies = [
 838 "collections",
 839 "editor",
 840 "gpui",
 841 "itertools",
 842 "language",
 843 "outline",
 844 "project",
 845 "search",
 846 "settings",
 847 "theme",
 848 "workspace",
 849]
 850
 851[[package]]
 852name = "bromberg_sl2"
 853version = "0.6.0"
 854source = "git+https://github.com/zed-industries/bromberg_sl2?rev=950bc5482c216c395049ae33ae4501e08975f17f#950bc5482c216c395049ae33ae4501e08975f17f"
 855dependencies = [
 856 "digest 0.9.0",
 857 "lazy_static",
 858 "rayon",
 859 "seq-macro",
 860]
 861
 862[[package]]
 863name = "bstr"
 864version = "1.4.0"
 865source = "registry+https://github.com/rust-lang/crates.io-index"
 866checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09"
 867dependencies = [
 868 "memchr",
 869 "serde",
 870]
 871
 872[[package]]
 873name = "bumpalo"
 874version = "3.12.2"
 875source = "registry+https://github.com/rust-lang/crates.io-index"
 876checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b"
 877
 878[[package]]
 879name = "bytecheck"
 880version = "0.6.10"
 881source = "registry+https://github.com/rust-lang/crates.io-index"
 882checksum = "13fe11640a23eb24562225322cd3e452b93a3d4091d62fab69c70542fcd17d1f"
 883dependencies = [
 884 "bytecheck_derive",
 885 "ptr_meta",
 886 "simdutf8",
 887]
 888
 889[[package]]
 890name = "bytecheck_derive"
 891version = "0.6.10"
 892source = "registry+https://github.com/rust-lang/crates.io-index"
 893checksum = "e31225543cb46f81a7e224762764f4a6a0f097b1db0b175f69e8065efaa42de5"
 894dependencies = [
 895 "proc-macro2",
 896 "quote",
 897 "syn 1.0.109",
 898]
 899
 900[[package]]
 901name = "bytemuck"
 902version = "1.13.1"
 903source = "registry+https://github.com/rust-lang/crates.io-index"
 904checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
 905
 906[[package]]
 907name = "byteorder"
 908version = "1.4.3"
 909source = "registry+https://github.com/rust-lang/crates.io-index"
 910checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
 911
 912[[package]]
 913name = "bytes"
 914version = "0.4.12"
 915source = "registry+https://github.com/rust-lang/crates.io-index"
 916checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 917dependencies = [
 918 "byteorder",
 919 "iovec",
 920]
 921
 922[[package]]
 923name = "bytes"
 924version = "1.4.0"
 925source = "registry+https://github.com/rust-lang/crates.io-index"
 926checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
 927
 928[[package]]
 929name = "call"
 930version = "0.1.0"
 931dependencies = [
 932 "anyhow",
 933 "async-broadcast",
 934 "client",
 935 "collections",
 936 "fs",
 937 "futures 0.3.28",
 938 "gpui",
 939 "language",
 940 "live_kit_client",
 941 "log",
 942 "media",
 943 "postage",
 944 "project",
 945 "settings",
 946 "util",
 947]
 948
 949[[package]]
 950name = "cap-fs-ext"
 951version = "0.24.4"
 952source = "registry+https://github.com/rust-lang/crates.io-index"
 953checksum = "e54b86398b5852ddd45784b1d9b196b98beb39171821bad4b8b44534a1e87927"
 954dependencies = [
 955 "cap-primitives",
 956 "cap-std",
 957 "io-lifetimes 0.5.3",
 958 "winapi 0.3.9",
 959]
 960
 961[[package]]
 962name = "cap-primitives"
 963version = "0.24.4"
 964source = "registry+https://github.com/rust-lang/crates.io-index"
 965checksum = "fb8fca3e81fae1d91a36e9784ca22a39ef623702b5f7904d89dc31f10184a178"
 966dependencies = [
 967 "ambient-authority",
 968 "errno 0.2.8",
 969 "fs-set-times",
 970 "io-extras",
 971 "io-lifetimes 0.5.3",
 972 "ipnet",
 973 "maybe-owned",
 974 "rustix 0.33.7",
 975 "winapi 0.3.9",
 976 "winapi-util",
 977 "winx",
 978]
 979
 980[[package]]
 981name = "cap-rand"
 982version = "0.24.4"
 983source = "registry+https://github.com/rust-lang/crates.io-index"
 984checksum = "ca3b27294116983d706f4c8168f6d10c84f9f5daed0c28bc7d0296cf16bcf971"
 985dependencies = [
 986 "ambient-authority",
 987 "rand 0.8.5",
 988]
 989
 990[[package]]
 991name = "cap-std"
 992version = "0.24.4"
 993source = "registry+https://github.com/rust-lang/crates.io-index"
 994checksum = "2247568946095c7765ad2b441a56caffc08027734c634a6d5edda648f04e32eb"
 995dependencies = [
 996 "cap-primitives",
 997 "io-extras",
 998 "io-lifetimes 0.5.3",
 999 "ipnet",
1000 "rustix 0.33.7",
1001]
1002
1003[[package]]
1004name = "cap-time-ext"
1005version = "0.24.4"
1006source = "registry+https://github.com/rust-lang/crates.io-index"
1007checksum = "c50472b6ebc302af0401fa3fb939694cd8ff00e0d4c9182001e434fc822ab83a"
1008dependencies = [
1009 "cap-primitives",
1010 "once_cell",
1011 "rustix 0.33.7",
1012 "winx",
1013]
1014
1015[[package]]
1016name = "castaway"
1017version = "0.1.2"
1018source = "registry+https://github.com/rust-lang/crates.io-index"
1019checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6"
1020
1021[[package]]
1022name = "cc"
1023version = "1.0.79"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
1026dependencies = [
1027 "jobserver",
1028]
1029
1030[[package]]
1031name = "cexpr"
1032version = "0.6.0"
1033source = "registry+https://github.com/rust-lang/crates.io-index"
1034checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
1035dependencies = [
1036 "nom",
1037]
1038
1039[[package]]
1040name = "cfg-if"
1041version = "0.1.10"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
1044
1045[[package]]
1046name = "cfg-if"
1047version = "1.0.0"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
1050
1051[[package]]
1052name = "chrono"
1053version = "0.4.24"
1054source = "registry+https://github.com/rust-lang/crates.io-index"
1055checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
1056dependencies = [
1057 "iana-time-zone",
1058 "js-sys",
1059 "num-integer",
1060 "num-traits",
1061 "serde",
1062 "time 0.1.45",
1063 "wasm-bindgen",
1064 "winapi 0.3.9",
1065]
1066
1067[[package]]
1068name = "chunked_transfer"
1069version = "1.4.1"
1070source = "registry+https://github.com/rust-lang/crates.io-index"
1071checksum = "cca491388666e04d7248af3f60f0c40cfb0991c72205595d7c396e3510207d1a"
1072
1073[[package]]
1074name = "cipher"
1075version = "0.3.0"
1076source = "registry+https://github.com/rust-lang/crates.io-index"
1077checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
1078dependencies = [
1079 "generic-array",
1080]
1081
1082[[package]]
1083name = "clang-sys"
1084version = "1.6.1"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
1087dependencies = [
1088 "glob",
1089 "libc",
1090 "libloading",
1091]
1092
1093[[package]]
1094name = "clap"
1095version = "2.34.0"
1096source = "registry+https://github.com/rust-lang/crates.io-index"
1097checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
1098dependencies = [
1099 "ansi_term",
1100 "atty",
1101 "bitflags",
1102 "strsim 0.8.0",
1103 "textwrap 0.11.0",
1104 "unicode-width",
1105 "vec_map",
1106]
1107
1108[[package]]
1109name = "clap"
1110version = "3.2.25"
1111source = "registry+https://github.com/rust-lang/crates.io-index"
1112checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
1113dependencies = [
1114 "atty",
1115 "bitflags",
1116 "clap_derive",
1117 "clap_lex",
1118 "indexmap",
1119 "once_cell",
1120 "strsim 0.10.0",
1121 "termcolor",
1122 "textwrap 0.16.0",
1123]
1124
1125[[package]]
1126name = "clap_derive"
1127version = "3.2.25"
1128source = "registry+https://github.com/rust-lang/crates.io-index"
1129checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
1130dependencies = [
1131 "heck 0.4.1",
1132 "proc-macro-error",
1133 "proc-macro2",
1134 "quote",
1135 "syn 1.0.109",
1136]
1137
1138[[package]]
1139name = "clap_lex"
1140version = "0.2.4"
1141source = "registry+https://github.com/rust-lang/crates.io-index"
1142checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
1143dependencies = [
1144 "os_str_bytes",
1145]
1146
1147[[package]]
1148name = "cli"
1149version = "0.1.0"
1150dependencies = [
1151 "anyhow",
1152 "clap 3.2.25",
1153 "core-foundation",
1154 "core-services",
1155 "dirs 3.0.2",
1156 "ipc-channel",
1157 "plist",
1158 "serde",
1159 "serde_derive",
1160 "util",
1161]
1162
1163[[package]]
1164name = "client"
1165version = "0.1.0"
1166dependencies = [
1167 "anyhow",
1168 "async-recursion 0.3.2",
1169 "async-tungstenite",
1170 "collections",
1171 "db",
1172 "futures 0.3.28",
1173 "gpui",
1174 "image",
1175 "lazy_static",
1176 "log",
1177 "parking_lot 0.11.2",
1178 "postage",
1179 "rand 0.8.5",
1180 "rpc",
1181 "schemars",
1182 "serde",
1183 "serde_derive",
1184 "settings",
1185 "smol",
1186 "staff_mode",
1187 "sum_tree",
1188 "tempfile",
1189 "thiserror",
1190 "time 0.3.21",
1191 "tiny_http",
1192 "url",
1193 "util",
1194 "uuid 1.3.2",
1195]
1196
1197[[package]]
1198name = "clock"
1199version = "0.1.0"
1200dependencies = [
1201 "smallvec",
1202]
1203
1204[[package]]
1205name = "cmake"
1206version = "0.1.50"
1207source = "registry+https://github.com/rust-lang/crates.io-index"
1208checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
1209dependencies = [
1210 "cc",
1211]
1212
1213[[package]]
1214name = "cocoa"
1215version = "0.24.0"
1216source = "git+https://github.com/servo/core-foundation-rs?rev=079665882507dd5e2ff77db3de5070c1f6c0fb85#079665882507dd5e2ff77db3de5070c1f6c0fb85"
1217dependencies = [
1218 "bitflags",
1219 "block",
1220 "cocoa-foundation",
1221 "core-foundation",
1222 "core-graphics",
1223 "foreign-types",
1224 "libc",
1225 "objc",
1226]
1227
1228[[package]]
1229name = "cocoa-foundation"
1230version = "0.1.1"
1231source = "git+https://github.com/servo/core-foundation-rs?rev=079665882507dd5e2ff77db3de5070c1f6c0fb85#079665882507dd5e2ff77db3de5070c1f6c0fb85"
1232dependencies = [
1233 "bitflags",
1234 "block",
1235 "core-foundation",
1236 "core-graphics-types",
1237 "foreign-types",
1238 "libc",
1239 "objc",
1240]
1241
1242[[package]]
1243name = "codespan-reporting"
1244version = "0.11.1"
1245source = "registry+https://github.com/rust-lang/crates.io-index"
1246checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
1247dependencies = [
1248 "termcolor",
1249 "unicode-width",
1250]
1251
1252[[package]]
1253name = "collab"
1254version = "0.12.5"
1255dependencies = [
1256 "anyhow",
1257 "async-tungstenite",
1258 "axum",
1259 "axum-extra",
1260 "base64 0.13.1",
1261 "call",
1262 "clap 3.2.25",
1263 "client",
1264 "collections",
1265 "ctor",
1266 "dashmap",
1267 "editor",
1268 "env_logger 0.9.3",
1269 "envy",
1270 "fs",
1271 "futures 0.3.28",
1272 "git",
1273 "gpui",
1274 "hyper",
1275 "indoc",
1276 "language",
1277 "lazy_static",
1278 "lipsum",
1279 "live_kit_client",
1280 "live_kit_server",
1281 "log",
1282 "lsp",
1283 "nanoid",
1284 "parking_lot 0.11.2",
1285 "pretty_assertions",
1286 "project",
1287 "prometheus",
1288 "rand 0.8.5",
1289 "reqwest",
1290 "rpc",
1291 "scrypt",
1292 "sea-orm",
1293 "sea-query",
1294 "serde",
1295 "serde_derive",
1296 "serde_json",
1297 "settings",
1298 "sha-1 0.9.8",
1299 "sqlx",
1300 "theme",
1301 "time 0.3.21",
1302 "tokio",
1303 "tokio-tungstenite",
1304 "toml",
1305 "tonic",
1306 "tower",
1307 "tracing",
1308 "tracing-log",
1309 "tracing-subscriber",
1310 "unindent",
1311 "util",
1312 "workspace",
1313]
1314
1315[[package]]
1316name = "collab_ui"
1317version = "0.1.0"
1318dependencies = [
1319 "anyhow",
1320 "auto_update",
1321 "call",
1322 "client",
1323 "clock",
1324 "collections",
1325 "context_menu",
1326 "editor",
1327 "feedback",
1328 "futures 0.3.28",
1329 "fuzzy",
1330 "gpui",
1331 "log",
1332 "menu",
1333 "picker",
1334 "postage",
1335 "project",
1336 "serde",
1337 "serde_derive",
1338 "settings",
1339 "theme",
1340 "util",
1341 "workspace",
1342]
1343
1344[[package]]
1345name = "collections"
1346version = "0.1.0"
1347dependencies = [
1348 "seahash",
1349]
1350
1351[[package]]
1352name = "color_quant"
1353version = "1.1.0"
1354source = "registry+https://github.com/rust-lang/crates.io-index"
1355checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
1356
1357[[package]]
1358name = "command_palette"
1359version = "0.1.0"
1360dependencies = [
1361 "collections",
1362 "ctor",
1363 "editor",
1364 "env_logger 0.9.3",
1365 "fuzzy",
1366 "gpui",
1367 "language",
1368 "picker",
1369 "project",
1370 "serde_json",
1371 "settings",
1372 "theme",
1373 "util",
1374 "workspace",
1375]
1376
1377[[package]]
1378name = "concurrent-queue"
1379version = "2.2.0"
1380source = "registry+https://github.com/rust-lang/crates.io-index"
1381checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
1382dependencies = [
1383 "crossbeam-utils 0.8.15",
1384]
1385
1386[[package]]
1387name = "const-cstr"
1388version = "0.3.0"
1389source = "registry+https://github.com/rust-lang/crates.io-index"
1390checksum = "ed3d0b5ff30645a68f35ece8cea4556ca14ef8a1651455f789a099a0513532a6"
1391
1392[[package]]
1393name = "context_menu"
1394version = "0.1.0"
1395dependencies = [
1396 "gpui",
1397 "menu",
1398 "settings",
1399 "smallvec",
1400 "theme",
1401]
1402
1403[[package]]
1404name = "copilot"
1405version = "0.1.0"
1406dependencies = [
1407 "anyhow",
1408 "async-compression",
1409 "async-tar",
1410 "clock",
1411 "collections",
1412 "context_menu",
1413 "fs",
1414 "futures 0.3.28",
1415 "gpui",
1416 "language",
1417 "log",
1418 "lsp",
1419 "node_runtime",
1420 "rpc",
1421 "serde",
1422 "serde_derive",
1423 "settings",
1424 "smol",
1425 "theme",
1426 "util",
1427]
1428
1429[[package]]
1430name = "copilot_button"
1431version = "0.1.0"
1432dependencies = [
1433 "anyhow",
1434 "assets",
1435 "context_menu",
1436 "copilot",
1437 "editor",
1438 "fs",
1439 "futures 0.3.28",
1440 "gpui",
1441 "language",
1442 "settings",
1443 "smol",
1444 "theme",
1445 "util",
1446 "workspace",
1447]
1448
1449[[package]]
1450name = "core-foundation"
1451version = "0.9.3"
1452source = "git+https://github.com/servo/core-foundation-rs?rev=079665882507dd5e2ff77db3de5070c1f6c0fb85#079665882507dd5e2ff77db3de5070c1f6c0fb85"
1453dependencies = [
1454 "core-foundation-sys",
1455 "libc",
1456 "uuid 0.5.1",
1457]
1458
1459[[package]]
1460name = "core-foundation-sys"
1461version = "0.8.3"
1462source = "git+https://github.com/servo/core-foundation-rs?rev=079665882507dd5e2ff77db3de5070c1f6c0fb85#079665882507dd5e2ff77db3de5070c1f6c0fb85"
1463
1464[[package]]
1465name = "core-graphics"
1466version = "0.22.3"
1467source = "git+https://github.com/servo/core-foundation-rs?rev=079665882507dd5e2ff77db3de5070c1f6c0fb85#079665882507dd5e2ff77db3de5070c1f6c0fb85"
1468dependencies = [
1469 "bitflags",
1470 "core-foundation",
1471 "core-graphics-types",
1472 "foreign-types",
1473 "libc",
1474]
1475
1476[[package]]
1477name = "core-graphics-types"
1478version = "0.1.1"
1479source = "git+https://github.com/servo/core-foundation-rs?rev=079665882507dd5e2ff77db3de5070c1f6c0fb85#079665882507dd5e2ff77db3de5070c1f6c0fb85"
1480dependencies = [
1481 "bitflags",
1482 "core-foundation",
1483 "foreign-types",
1484 "libc",
1485]
1486
1487[[package]]
1488name = "core-services"
1489version = "0.2.0"
1490source = "registry+https://github.com/rust-lang/crates.io-index"
1491checksum = "51b344b958cae90858bf6086f49599ecc5ec8698eacad0ea155509ba11fab347"
1492dependencies = [
1493 "core-foundation",
1494]
1495
1496[[package]]
1497name = "core-text"
1498version = "19.2.0"
1499source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25"
1501dependencies = [
1502 "core-foundation",
1503 "core-graphics",
1504 "foreign-types",
1505 "libc",
1506]
1507
1508[[package]]
1509name = "cpp_demangle"
1510version = "0.3.5"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"
1513dependencies = [
1514 "cfg-if 1.0.0",
1515]
1516
1517[[package]]
1518name = "cpufeatures"
1519version = "0.2.7"
1520source = "registry+https://github.com/rust-lang/crates.io-index"
1521checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
1522dependencies = [
1523 "libc",
1524]
1525
1526[[package]]
1527name = "cranelift-bforest"
1528version = "0.85.3"
1529source = "registry+https://github.com/rust-lang/crates.io-index"
1530checksum = "749d0d6022c9038dccf480bdde2a38d435937335bf2bb0f14e815d94517cdce8"
1531dependencies = [
1532 "cranelift-entity",
1533]
1534
1535[[package]]
1536name = "cranelift-codegen"
1537version = "0.85.3"
1538source = "registry+https://github.com/rust-lang/crates.io-index"
1539checksum = "e94370cc7b37bf652ccd8bb8f09bd900997f7ccf97520edfc75554bb5c4abbea"
1540dependencies = [
1541 "cranelift-bforest",
1542 "cranelift-codegen-meta",
1543 "cranelift-codegen-shared",
1544 "cranelift-entity",
1545 "cranelift-isle",
1546 "gimli 0.26.2",
1547 "log",
1548 "regalloc2",
1549 "smallvec",
1550 "target-lexicon",
1551]
1552
1553[[package]]
1554name = "cranelift-codegen-meta"
1555version = "0.85.3"
1556source = "registry+https://github.com/rust-lang/crates.io-index"
1557checksum = "e0a3cea8fdab90e44018c5b9a1dfd460d8ee265ac354337150222a354628bdb6"
1558dependencies = [
1559 "cranelift-codegen-shared",
1560]
1561
1562[[package]]
1563name = "cranelift-codegen-shared"
1564version = "0.85.3"
1565source = "registry+https://github.com/rust-lang/crates.io-index"
1566checksum = "5ac72f76f2698598951ab26d8c96eaa854810e693e7dd52523958b5909fde6b2"
1567
1568[[package]]
1569name = "cranelift-entity"
1570version = "0.85.3"
1571source = "registry+https://github.com/rust-lang/crates.io-index"
1572checksum = "09eaeacfcd2356fe0e66b295e8f9d59fdd1ac3ace53ba50de14d628ec902f72d"
1573dependencies = [
1574 "serde",
1575]
1576
1577[[package]]
1578name = "cranelift-frontend"
1579version = "0.85.3"
1580source = "registry+https://github.com/rust-lang/crates.io-index"
1581checksum = "dba69c9980d5ffd62c18a2bde927855fcd7c8dc92f29feaf8636052662cbd99c"
1582dependencies = [
1583 "cranelift-codegen",
1584 "log",
1585 "smallvec",
1586 "target-lexicon",
1587]
1588
1589[[package]]
1590name = "cranelift-isle"
1591version = "0.85.3"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "d2920dc1e05cac40304456ed3301fde2c09bd6a9b0210bcfa2f101398d628d5b"
1594
1595[[package]]
1596name = "cranelift-native"
1597version = "0.85.3"
1598source = "registry+https://github.com/rust-lang/crates.io-index"
1599checksum = "f04dfa45f9b2a6f587c564d6b63388e00cd6589d2df6ea2758cf79e1a13285e6"
1600dependencies = [
1601 "cranelift-codegen",
1602 "libc",
1603 "target-lexicon",
1604]
1605
1606[[package]]
1607name = "cranelift-wasm"
1608version = "0.85.3"
1609source = "registry+https://github.com/rust-lang/crates.io-index"
1610checksum = "31a46513ae6f26f3f267d8d75b5373d555fbbd1e68681f348d99df43f747ec54"
1611dependencies = [
1612 "cranelift-codegen",
1613 "cranelift-entity",
1614 "cranelift-frontend",
1615 "itertools",
1616 "log",
1617 "smallvec",
1618 "wasmparser",
1619 "wasmtime-types",
1620]
1621
1622[[package]]
1623name = "crc"
1624version = "3.0.1"
1625source = "registry+https://github.com/rust-lang/crates.io-index"
1626checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
1627dependencies = [
1628 "crc-catalog",
1629]
1630
1631[[package]]
1632name = "crc-catalog"
1633version = "2.2.0"
1634source = "registry+https://github.com/rust-lang/crates.io-index"
1635checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
1636
1637[[package]]
1638name = "crc32fast"
1639version = "1.3.2"
1640source = "registry+https://github.com/rust-lang/crates.io-index"
1641checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
1642dependencies = [
1643 "cfg-if 1.0.0",
1644]
1645
1646[[package]]
1647name = "crossbeam-channel"
1648version = "0.4.4"
1649source = "registry+https://github.com/rust-lang/crates.io-index"
1650checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
1651dependencies = [
1652 "crossbeam-utils 0.7.2",
1653 "maybe-uninit",
1654]
1655
1656[[package]]
1657name = "crossbeam-channel"
1658version = "0.5.8"
1659source = "registry+https://github.com/rust-lang/crates.io-index"
1660checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
1661dependencies = [
1662 "cfg-if 1.0.0",
1663 "crossbeam-utils 0.8.15",
1664]
1665
1666[[package]]
1667name = "crossbeam-deque"
1668version = "0.8.3"
1669source = "registry+https://github.com/rust-lang/crates.io-index"
1670checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
1671dependencies = [
1672 "cfg-if 1.0.0",
1673 "crossbeam-epoch",
1674 "crossbeam-utils 0.8.15",
1675]
1676
1677[[package]]
1678name = "crossbeam-epoch"
1679version = "0.9.14"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
1682dependencies = [
1683 "autocfg 1.1.0",
1684 "cfg-if 1.0.0",
1685 "crossbeam-utils 0.8.15",
1686 "memoffset 0.8.0",
1687 "scopeguard",
1688]
1689
1690[[package]]
1691name = "crossbeam-queue"
1692version = "0.3.8"
1693source = "registry+https://github.com/rust-lang/crates.io-index"
1694checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
1695dependencies = [
1696 "cfg-if 1.0.0",
1697 "crossbeam-utils 0.8.15",
1698]
1699
1700[[package]]
1701name = "crossbeam-utils"
1702version = "0.7.2"
1703source = "registry+https://github.com/rust-lang/crates.io-index"
1704checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
1705dependencies = [
1706 "autocfg 1.1.0",
1707 "cfg-if 0.1.10",
1708 "lazy_static",
1709]
1710
1711[[package]]
1712name = "crossbeam-utils"
1713version = "0.8.15"
1714source = "registry+https://github.com/rust-lang/crates.io-index"
1715checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
1716dependencies = [
1717 "cfg-if 1.0.0",
1718]
1719
1720[[package]]
1721name = "crypto-common"
1722version = "0.1.6"
1723source = "registry+https://github.com/rust-lang/crates.io-index"
1724checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1725dependencies = [
1726 "generic-array",
1727 "typenum",
1728]
1729
1730[[package]]
1731name = "crypto-mac"
1732version = "0.11.1"
1733source = "registry+https://github.com/rust-lang/crates.io-index"
1734checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
1735dependencies = [
1736 "generic-array",
1737 "subtle",
1738]
1739
1740[[package]]
1741name = "ctor"
1742version = "0.1.26"
1743source = "registry+https://github.com/rust-lang/crates.io-index"
1744checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
1745dependencies = [
1746 "quote",
1747 "syn 1.0.109",
1748]
1749
1750[[package]]
1751name = "curl"
1752version = "0.4.44"
1753source = "registry+https://github.com/rust-lang/crates.io-index"
1754checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
1755dependencies = [
1756 "curl-sys",
1757 "libc",
1758 "openssl-probe",
1759 "openssl-sys",
1760 "schannel",
1761 "socket2",
1762 "winapi 0.3.9",
1763]
1764
1765[[package]]
1766name = "curl-sys"
1767version = "0.4.61+curl-8.0.1"
1768source = "registry+https://github.com/rust-lang/crates.io-index"
1769checksum = "14d05c10f541ae6f3bc5b3d923c20001f47db7d5f0b2bc6ad16490133842db79"
1770dependencies = [
1771 "cc",
1772 "libc",
1773 "libnghttp2-sys",
1774 "libz-sys",
1775 "openssl-sys",
1776 "pkg-config",
1777 "vcpkg",
1778 "winapi 0.3.9",
1779]
1780
1781[[package]]
1782name = "cxx"
1783version = "1.0.94"
1784source = "registry+https://github.com/rust-lang/crates.io-index"
1785checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93"
1786dependencies = [
1787 "cc",
1788 "cxxbridge-flags",
1789 "cxxbridge-macro",
1790 "link-cplusplus",
1791]
1792
1793[[package]]
1794name = "cxx-build"
1795version = "1.0.94"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b"
1798dependencies = [
1799 "cc",
1800 "codespan-reporting",
1801 "once_cell",
1802 "proc-macro2",
1803 "quote",
1804 "scratch",
1805 "syn 2.0.15",
1806]
1807
1808[[package]]
1809name = "cxxbridge-flags"
1810version = "1.0.94"
1811source = "registry+https://github.com/rust-lang/crates.io-index"
1812checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb"
1813
1814[[package]]
1815name = "cxxbridge-macro"
1816version = "1.0.94"
1817source = "registry+https://github.com/rust-lang/crates.io-index"
1818checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5"
1819dependencies = [
1820 "proc-macro2",
1821 "quote",
1822 "syn 2.0.15",
1823]
1824
1825[[package]]
1826name = "dashmap"
1827version = "5.4.0"
1828source = "registry+https://github.com/rust-lang/crates.io-index"
1829checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc"
1830dependencies = [
1831 "cfg-if 1.0.0",
1832 "hashbrown 0.12.3",
1833 "lock_api",
1834 "once_cell",
1835 "parking_lot_core 0.9.7",
1836]
1837
1838[[package]]
1839name = "data-url"
1840version = "0.1.1"
1841source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193"
1843dependencies = [
1844 "matches",
1845]
1846
1847[[package]]
1848name = "db"
1849version = "0.1.0"
1850dependencies = [
1851 "anyhow",
1852 "async-trait",
1853 "collections",
1854 "env_logger 0.9.3",
1855 "gpui",
1856 "indoc",
1857 "lazy_static",
1858 "log",
1859 "parking_lot 0.11.2",
1860 "serde",
1861 "serde_derive",
1862 "smol",
1863 "sqlez",
1864 "sqlez_macros",
1865 "tempdir",
1866 "util",
1867]
1868
1869[[package]]
1870name = "deflate"
1871version = "0.8.6"
1872source = "registry+https://github.com/rust-lang/crates.io-index"
1873checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
1874dependencies = [
1875 "adler32",
1876 "byteorder",
1877]
1878
1879[[package]]
1880name = "dhat"
1881version = "0.3.2"
1882source = "registry+https://github.com/rust-lang/crates.io-index"
1883checksum = "4f2aaf837aaf456f6706cb46386ba8dffd4013a757e36f4ea05c20dd46b209a3"
1884dependencies = [
1885 "backtrace",
1886 "lazy_static",
1887 "mintex",
1888 "parking_lot 0.12.1",
1889 "rustc-hash",
1890 "serde",
1891 "serde_json",
1892 "thousands",
1893]
1894
1895[[package]]
1896name = "diagnostics"
1897version = "0.1.0"
1898dependencies = [
1899 "anyhow",
1900 "client",
1901 "collections",
1902 "editor",
1903 "gpui",
1904 "language",
1905 "lsp",
1906 "postage",
1907 "project",
1908 "serde_json",
1909 "settings",
1910 "smallvec",
1911 "theme",
1912 "unindent",
1913 "util",
1914 "workspace",
1915]
1916
1917[[package]]
1918name = "diff"
1919version = "0.1.13"
1920source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
1922
1923[[package]]
1924name = "digest"
1925version = "0.9.0"
1926source = "registry+https://github.com/rust-lang/crates.io-index"
1927checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
1928dependencies = [
1929 "generic-array",
1930]
1931
1932[[package]]
1933name = "digest"
1934version = "0.10.6"
1935source = "registry+https://github.com/rust-lang/crates.io-index"
1936checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
1937dependencies = [
1938 "block-buffer 0.10.4",
1939 "crypto-common",
1940 "subtle",
1941]
1942
1943[[package]]
1944name = "directories-next"
1945version = "2.0.0"
1946source = "registry+https://github.com/rust-lang/crates.io-index"
1947checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
1948dependencies = [
1949 "cfg-if 1.0.0",
1950 "dirs-sys-next",
1951]
1952
1953[[package]]
1954name = "dirs"
1955version = "3.0.2"
1956source = "registry+https://github.com/rust-lang/crates.io-index"
1957checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
1958dependencies = [
1959 "dirs-sys",
1960]
1961
1962[[package]]
1963name = "dirs"
1964version = "4.0.0"
1965source = "registry+https://github.com/rust-lang/crates.io-index"
1966checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
1967dependencies = [
1968 "dirs-sys",
1969]
1970
1971[[package]]
1972name = "dirs-next"
1973version = "2.0.0"
1974source = "registry+https://github.com/rust-lang/crates.io-index"
1975checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1976dependencies = [
1977 "cfg-if 1.0.0",
1978 "dirs-sys-next",
1979]
1980
1981[[package]]
1982name = "dirs-sys"
1983version = "0.3.7"
1984source = "registry+https://github.com/rust-lang/crates.io-index"
1985checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
1986dependencies = [
1987 "libc",
1988 "redox_users",
1989 "winapi 0.3.9",
1990]
1991
1992[[package]]
1993name = "dirs-sys-next"
1994version = "0.1.2"
1995source = "registry+https://github.com/rust-lang/crates.io-index"
1996checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1997dependencies = [
1998 "libc",
1999 "redox_users",
2000 "winapi 0.3.9",
2001]
2002
2003[[package]]
2004name = "dlib"
2005version = "0.5.0"
2006source = "registry+https://github.com/rust-lang/crates.io-index"
2007checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
2008dependencies = [
2009 "libloading",
2010]
2011
2012[[package]]
2013name = "dotenvy"
2014version = "0.15.7"
2015source = "registry+https://github.com/rust-lang/crates.io-index"
2016checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
2017
2018[[package]]
2019name = "drag_and_drop"
2020version = "0.1.0"
2021dependencies = [
2022 "collections",
2023 "gpui",
2024]
2025
2026[[package]]
2027name = "dwrote"
2028version = "0.11.0"
2029source = "registry+https://github.com/rust-lang/crates.io-index"
2030checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
2031dependencies = [
2032 "lazy_static",
2033 "libc",
2034 "winapi 0.3.9",
2035 "wio",
2036]
2037
2038[[package]]
2039name = "dyn-clone"
2040version = "1.0.11"
2041source = "registry+https://github.com/rust-lang/crates.io-index"
2042checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30"
2043
2044[[package]]
2045name = "editor"
2046version = "0.1.0"
2047dependencies = [
2048 "aho-corasick 0.7.20",
2049 "anyhow",
2050 "client",
2051 "clock",
2052 "collections",
2053 "context_menu",
2054 "copilot",
2055 "ctor",
2056 "db",
2057 "drag_and_drop",
2058 "env_logger 0.9.3",
2059 "futures 0.3.28",
2060 "fuzzy",
2061 "git",
2062 "gpui",
2063 "indoc",
2064 "itertools",
2065 "language",
2066 "lazy_static",
2067 "log",
2068 "lsp",
2069 "ordered-float",
2070 "parking_lot 0.11.2",
2071 "postage",
2072 "project",
2073 "pulldown-cmark",
2074 "rand 0.8.5",
2075 "rpc",
2076 "schemars",
2077 "serde",
2078 "serde_derive",
2079 "settings",
2080 "smallvec",
2081 "smol",
2082 "snippet",
2083 "sqlez",
2084 "sum_tree",
2085 "text",
2086 "theme",
2087 "tree-sitter",
2088 "tree-sitter-html",
2089 "tree-sitter-javascript",
2090 "tree-sitter-rust",
2091 "tree-sitter-typescript 0.20.2 (git+https://github.com/tree-sitter/tree-sitter-typescript?rev=5d20856f34315b068c41edaee2ac8a100081d259)",
2092 "unindent",
2093 "util",
2094 "workspace",
2095]
2096
2097[[package]]
2098name = "either"
2099version = "1.8.1"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2102
2103[[package]]
2104name = "encoding_rs"
2105version = "0.8.32"
2106source = "registry+https://github.com/rust-lang/crates.io-index"
2107checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
2108dependencies = [
2109 "cfg-if 1.0.0",
2110]
2111
2112[[package]]
2113name = "env_logger"
2114version = "0.9.3"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
2117dependencies = [
2118 "atty",
2119 "humantime",
2120 "log",
2121 "regex",
2122 "termcolor",
2123]
2124
2125[[package]]
2126name = "env_logger"
2127version = "0.10.0"
2128source = "registry+https://github.com/rust-lang/crates.io-index"
2129checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
2130dependencies = [
2131 "humantime",
2132 "is-terminal 0.4.7",
2133 "log",
2134 "regex",
2135 "termcolor",
2136]
2137
2138[[package]]
2139name = "envy"
2140version = "0.4.2"
2141source = "registry+https://github.com/rust-lang/crates.io-index"
2142checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
2143dependencies = [
2144 "serde",
2145]
2146
2147[[package]]
2148name = "erased-serde"
2149version = "0.3.25"
2150source = "registry+https://github.com/rust-lang/crates.io-index"
2151checksum = "4f2b0c2380453a92ea8b6c8e5f64ecaafccddde8ceab55ff7a8ac1029f894569"
2152dependencies = [
2153 "serde",
2154]
2155
2156[[package]]
2157name = "errno"
2158version = "0.2.8"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
2161dependencies = [
2162 "errno-dragonfly",
2163 "libc",
2164 "winapi 0.3.9",
2165]
2166
2167[[package]]
2168name = "errno"
2169version = "0.3.1"
2170source = "registry+https://github.com/rust-lang/crates.io-index"
2171checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
2172dependencies = [
2173 "errno-dragonfly",
2174 "libc",
2175 "windows-sys 0.48.0",
2176]
2177
2178[[package]]
2179name = "errno-dragonfly"
2180version = "0.1.2"
2181source = "registry+https://github.com/rust-lang/crates.io-index"
2182checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
2183dependencies = [
2184 "cc",
2185 "libc",
2186]
2187
2188[[package]]
2189name = "etagere"
2190version = "0.2.7"
2191source = "registry+https://github.com/rust-lang/crates.io-index"
2192checksum = "6301151a318f367f392c31395beb1cfba5ccd9abc44d1db0db3a4b27b9601c89"
2193dependencies = [
2194 "euclid",
2195 "svg_fmt",
2196]
2197
2198[[package]]
2199name = "euclid"
2200version = "0.22.9"
2201source = "registry+https://github.com/rust-lang/crates.io-index"
2202checksum = "87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787"
2203dependencies = [
2204 "num-traits",
2205]
2206
2207[[package]]
2208name = "event-listener"
2209version = "2.5.3"
2210source = "registry+https://github.com/rust-lang/crates.io-index"
2211checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2212
2213[[package]]
2214name = "fallible-iterator"
2215version = "0.2.0"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
2218
2219[[package]]
2220name = "fastrand"
2221version = "1.9.0"
2222source = "registry+https://github.com/rust-lang/crates.io-index"
2223checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2224dependencies = [
2225 "instant",
2226]
2227
2228[[package]]
2229name = "feedback"
2230version = "0.1.0"
2231dependencies = [
2232 "anyhow",
2233 "client",
2234 "editor",
2235 "futures 0.3.28",
2236 "gpui",
2237 "human_bytes",
2238 "isahc",
2239 "language",
2240 "lazy_static",
2241 "log",
2242 "postage",
2243 "project",
2244 "regex",
2245 "search",
2246 "serde",
2247 "serde_derive",
2248 "settings",
2249 "smallvec",
2250 "sysinfo",
2251 "theme",
2252 "tree-sitter-markdown",
2253 "urlencoding",
2254 "util",
2255 "workspace",
2256]
2257
2258[[package]]
2259name = "file-per-thread-logger"
2260version = "0.1.6"
2261source = "registry+https://github.com/rust-lang/crates.io-index"
2262checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866"
2263dependencies = [
2264 "env_logger 0.10.0",
2265 "log",
2266]
2267
2268[[package]]
2269name = "file_finder"
2270version = "0.1.0"
2271dependencies = [
2272 "ctor",
2273 "editor",
2274 "env_logger 0.9.3",
2275 "fuzzy",
2276 "gpui",
2277 "language",
2278 "menu",
2279 "picker",
2280 "postage",
2281 "project",
2282 "serde_json",
2283 "settings",
2284 "text",
2285 "theme",
2286 "util",
2287 "workspace",
2288]
2289
2290[[package]]
2291name = "filetime"
2292version = "0.2.21"
2293source = "registry+https://github.com/rust-lang/crates.io-index"
2294checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
2295dependencies = [
2296 "cfg-if 1.0.0",
2297 "libc",
2298 "redox_syscall 0.2.16",
2299 "windows-sys 0.48.0",
2300]
2301
2302[[package]]
2303name = "fixedbitset"
2304version = "0.4.2"
2305source = "registry+https://github.com/rust-lang/crates.io-index"
2306checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
2307
2308[[package]]
2309name = "flate2"
2310version = "1.0.26"
2311source = "registry+https://github.com/rust-lang/crates.io-index"
2312checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
2313dependencies = [
2314 "crc32fast",
2315 "miniz_oxide 0.7.1",
2316]
2317
2318[[package]]
2319name = "float-cmp"
2320version = "0.5.3"
2321source = "registry+https://github.com/rust-lang/crates.io-index"
2322checksum = "75224bec9bfe1a65e2d34132933f2de7fe79900c96a0174307554244ece8150e"
2323
2324[[package]]
2325name = "float-ord"
2326version = "0.2.0"
2327source = "registry+https://github.com/rust-lang/crates.io-index"
2328checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e"
2329
2330[[package]]
2331name = "flume"
2332version = "0.10.14"
2333source = "registry+https://github.com/rust-lang/crates.io-index"
2334checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
2335dependencies = [
2336 "futures-core",
2337 "futures-sink",
2338 "pin-project",
2339 "spin 0.9.8",
2340]
2341
2342[[package]]
2343name = "fnv"
2344version = "1.0.7"
2345source = "registry+https://github.com/rust-lang/crates.io-index"
2346checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2347
2348[[package]]
2349name = "font-kit"
2350version = "0.11.0"
2351source = "git+https://github.com/zed-industries/font-kit?rev=b2f77d56f450338aa4f7dd2f0197d8c9acb0cf18#b2f77d56f450338aa4f7dd2f0197d8c9acb0cf18"
2352dependencies = [
2353 "bitflags",
2354 "byteorder",
2355 "core-foundation",
2356 "core-graphics",
2357 "core-text",
2358 "dirs-next",
2359 "dwrote",
2360 "float-ord",
2361 "freetype",
2362 "lazy_static",
2363 "libc",
2364 "log",
2365 "pathfinder_geometry",
2366 "pathfinder_simd",
2367 "walkdir",
2368 "winapi 0.3.9",
2369 "yeslogic-fontconfig-sys",
2370]
2371
2372[[package]]
2373name = "fontdb"
2374version = "0.5.4"
2375source = "registry+https://github.com/rust-lang/crates.io-index"
2376checksum = "e58903f4f8d5b58c7d300908e4ebe5289c1bfdf5587964330f12023b8ff17fd1"
2377dependencies = [
2378 "log",
2379 "memmap2",
2380 "ttf-parser 0.12.3",
2381]
2382
2383[[package]]
2384name = "foreign-types"
2385version = "0.3.2"
2386source = "registry+https://github.com/rust-lang/crates.io-index"
2387checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2388dependencies = [
2389 "foreign-types-shared",
2390]
2391
2392[[package]]
2393name = "foreign-types-shared"
2394version = "0.1.1"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2397
2398[[package]]
2399name = "form_urlencoded"
2400version = "1.1.0"
2401source = "registry+https://github.com/rust-lang/crates.io-index"
2402checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
2403dependencies = [
2404 "percent-encoding",
2405]
2406
2407[[package]]
2408name = "freetype"
2409version = "0.7.0"
2410source = "registry+https://github.com/rust-lang/crates.io-index"
2411checksum = "bee38378a9e3db1cc693b4f88d166ae375338a0ff75cb8263e1c601d51f35dc6"
2412dependencies = [
2413 "freetype-sys",
2414 "libc",
2415]
2416
2417[[package]]
2418name = "freetype-sys"
2419version = "0.13.1"
2420source = "registry+https://github.com/rust-lang/crates.io-index"
2421checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
2422dependencies = [
2423 "cmake",
2424 "libc",
2425 "pkg-config",
2426]
2427
2428[[package]]
2429name = "fs"
2430version = "0.1.0"
2431dependencies = [
2432 "anyhow",
2433 "async-trait",
2434 "collections",
2435 "fsevent",
2436 "futures 0.3.28",
2437 "git2",
2438 "gpui",
2439 "lazy_static",
2440 "libc",
2441 "log",
2442 "lsp",
2443 "parking_lot 0.11.2",
2444 "regex",
2445 "rope",
2446 "serde",
2447 "serde_derive",
2448 "serde_json",
2449 "smol",
2450 "sum_tree",
2451 "tempfile",
2452 "util",
2453]
2454
2455[[package]]
2456name = "fs-set-times"
2457version = "0.15.0"
2458source = "registry+https://github.com/rust-lang/crates.io-index"
2459checksum = "7df62ee66ee2d532ea8d567b5a3f0d03ecd64636b98bad5be1e93dcc918b92aa"
2460dependencies = [
2461 "io-lifetimes 0.5.3",
2462 "rustix 0.33.7",
2463 "winapi 0.3.9",
2464]
2465
2466[[package]]
2467name = "fsevent"
2468version = "2.0.2"
2469dependencies = [
2470 "bitflags",
2471 "fsevent-sys",
2472 "parking_lot 0.11.2",
2473 "tempdir",
2474]
2475
2476[[package]]
2477name = "fsevent-sys"
2478version = "3.1.0"
2479source = "registry+https://github.com/rust-lang/crates.io-index"
2480checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
2481dependencies = [
2482 "libc",
2483]
2484
2485[[package]]
2486name = "fuchsia-cprng"
2487version = "0.1.1"
2488source = "registry+https://github.com/rust-lang/crates.io-index"
2489checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
2490
2491[[package]]
2492name = "fuchsia-zircon"
2493version = "0.3.3"
2494source = "registry+https://github.com/rust-lang/crates.io-index"
2495checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
2496dependencies = [
2497 "bitflags",
2498 "fuchsia-zircon-sys",
2499]
2500
2501[[package]]
2502name = "fuchsia-zircon-sys"
2503version = "0.3.3"
2504source = "registry+https://github.com/rust-lang/crates.io-index"
2505checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2506
2507[[package]]
2508name = "futures"
2509version = "0.1.31"
2510source = "registry+https://github.com/rust-lang/crates.io-index"
2511checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
2512
2513[[package]]
2514name = "futures"
2515version = "0.3.28"
2516source = "registry+https://github.com/rust-lang/crates.io-index"
2517checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
2518dependencies = [
2519 "futures-channel",
2520 "futures-core",
2521 "futures-executor",
2522 "futures-io",
2523 "futures-sink",
2524 "futures-task",
2525 "futures-util",
2526]
2527
2528[[package]]
2529name = "futures-channel"
2530version = "0.3.28"
2531source = "registry+https://github.com/rust-lang/crates.io-index"
2532checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2533dependencies = [
2534 "futures-core",
2535 "futures-sink",
2536]
2537
2538[[package]]
2539name = "futures-core"
2540version = "0.3.28"
2541source = "registry+https://github.com/rust-lang/crates.io-index"
2542checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2543
2544[[package]]
2545name = "futures-executor"
2546version = "0.3.28"
2547source = "registry+https://github.com/rust-lang/crates.io-index"
2548checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
2549dependencies = [
2550 "futures-core",
2551 "futures-task",
2552 "futures-util",
2553]
2554
2555[[package]]
2556name = "futures-intrusive"
2557version = "0.4.2"
2558source = "registry+https://github.com/rust-lang/crates.io-index"
2559checksum = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5"
2560dependencies = [
2561 "futures-core",
2562 "lock_api",
2563 "parking_lot 0.11.2",
2564]
2565
2566[[package]]
2567name = "futures-io"
2568version = "0.3.28"
2569source = "registry+https://github.com/rust-lang/crates.io-index"
2570checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2571
2572[[package]]
2573name = "futures-lite"
2574version = "1.13.0"
2575source = "registry+https://github.com/rust-lang/crates.io-index"
2576checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
2577dependencies = [
2578 "fastrand",
2579 "futures-core",
2580 "futures-io",
2581 "memchr",
2582 "parking",
2583 "pin-project-lite 0.2.9",
2584 "waker-fn",
2585]
2586
2587[[package]]
2588name = "futures-macro"
2589version = "0.3.28"
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
2592dependencies = [
2593 "proc-macro2",
2594 "quote",
2595 "syn 2.0.15",
2596]
2597
2598[[package]]
2599name = "futures-sink"
2600version = "0.3.28"
2601source = "registry+https://github.com/rust-lang/crates.io-index"
2602checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2603
2604[[package]]
2605name = "futures-task"
2606version = "0.3.28"
2607source = "registry+https://github.com/rust-lang/crates.io-index"
2608checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2609
2610[[package]]
2611name = "futures-util"
2612version = "0.3.28"
2613source = "registry+https://github.com/rust-lang/crates.io-index"
2614checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2615dependencies = [
2616 "futures 0.1.31",
2617 "futures-channel",
2618 "futures-core",
2619 "futures-io",
2620 "futures-macro",
2621 "futures-sink",
2622 "futures-task",
2623 "memchr",
2624 "pin-project-lite 0.2.9",
2625 "pin-utils",
2626 "slab",
2627 "tokio-io",
2628]
2629
2630[[package]]
2631name = "fuzzy"
2632version = "0.1.0"
2633dependencies = [
2634 "gpui",
2635 "util",
2636]
2637
2638[[package]]
2639name = "fxhash"
2640version = "0.2.1"
2641source = "registry+https://github.com/rust-lang/crates.io-index"
2642checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
2643dependencies = [
2644 "byteorder",
2645]
2646
2647[[package]]
2648name = "generic-array"
2649version = "0.14.7"
2650source = "registry+https://github.com/rust-lang/crates.io-index"
2651checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2652dependencies = [
2653 "typenum",
2654 "version_check",
2655]
2656
2657[[package]]
2658name = "getrandom"
2659version = "0.1.16"
2660source = "registry+https://github.com/rust-lang/crates.io-index"
2661checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2662dependencies = [
2663 "cfg-if 1.0.0",
2664 "libc",
2665 "wasi 0.9.0+wasi-snapshot-preview1",
2666]
2667
2668[[package]]
2669name = "getrandom"
2670version = "0.2.9"
2671source = "registry+https://github.com/rust-lang/crates.io-index"
2672checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
2673dependencies = [
2674 "cfg-if 1.0.0",
2675 "libc",
2676 "wasi 0.11.0+wasi-snapshot-preview1",
2677]
2678
2679[[package]]
2680name = "gif"
2681version = "0.11.4"
2682source = "registry+https://github.com/rust-lang/crates.io-index"
2683checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06"
2684dependencies = [
2685 "color_quant",
2686 "weezl",
2687]
2688
2689[[package]]
2690name = "gimli"
2691version = "0.26.2"
2692source = "registry+https://github.com/rust-lang/crates.io-index"
2693checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
2694dependencies = [
2695 "fallible-iterator",
2696 "indexmap",
2697 "stable_deref_trait",
2698]
2699
2700[[package]]
2701name = "gimli"
2702version = "0.27.2"
2703source = "registry+https://github.com/rust-lang/crates.io-index"
2704checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
2705
2706[[package]]
2707name = "git"
2708version = "0.1.0"
2709dependencies = [
2710 "anyhow",
2711 "async-trait",
2712 "clock",
2713 "collections",
2714 "futures 0.3.28",
2715 "git2",
2716 "lazy_static",
2717 "log",
2718 "parking_lot 0.11.2",
2719 "smol",
2720 "sum_tree",
2721 "text",
2722 "unindent",
2723 "util",
2724]
2725
2726[[package]]
2727name = "git2"
2728version = "0.15.0"
2729source = "registry+https://github.com/rust-lang/crates.io-index"
2730checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1"
2731dependencies = [
2732 "bitflags",
2733 "libc",
2734 "libgit2-sys",
2735 "log",
2736 "url",
2737]
2738
2739[[package]]
2740name = "glob"
2741version = "0.3.1"
2742source = "registry+https://github.com/rust-lang/crates.io-index"
2743checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2744
2745[[package]]
2746name = "globset"
2747version = "0.4.10"
2748source = "registry+https://github.com/rust-lang/crates.io-index"
2749checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
2750dependencies = [
2751 "aho-corasick 0.7.20",
2752 "bstr",
2753 "fnv",
2754 "log",
2755 "regex",
2756]
2757
2758[[package]]
2759name = "gloo-timers"
2760version = "0.2.6"
2761source = "registry+https://github.com/rust-lang/crates.io-index"
2762checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
2763dependencies = [
2764 "futures-channel",
2765 "futures-core",
2766 "js-sys",
2767 "wasm-bindgen",
2768]
2769
2770[[package]]
2771name = "go_to_line"
2772version = "0.1.0"
2773dependencies = [
2774 "editor",
2775 "gpui",
2776 "menu",
2777 "postage",
2778 "settings",
2779 "text",
2780 "theme",
2781 "util",
2782 "workspace",
2783]
2784
2785[[package]]
2786name = "gpui"
2787version = "0.1.0"
2788dependencies = [
2789 "anyhow",
2790 "async-task",
2791 "backtrace",
2792 "bindgen",
2793 "block",
2794 "cc",
2795 "cocoa",
2796 "collections",
2797 "core-foundation",
2798 "core-graphics",
2799 "core-text",
2800 "ctor",
2801 "dhat",
2802 "env_logger 0.9.3",
2803 "etagere",
2804 "font-kit",
2805 "foreign-types",
2806 "futures 0.3.28",
2807 "gpui_macros",
2808 "image",
2809 "itertools",
2810 "lazy_static",
2811 "log",
2812 "media",
2813 "metal",
2814 "num_cpus",
2815 "objc",
2816 "ordered-float",
2817 "parking",
2818 "parking_lot 0.11.2",
2819 "pathfinder_color",
2820 "pathfinder_geometry",
2821 "png",
2822 "postage",
2823 "rand 0.8.5",
2824 "resvg",
2825 "schemars",
2826 "seahash",
2827 "serde",
2828 "serde_derive",
2829 "serde_json",
2830 "simplelog",
2831 "smallvec",
2832 "smol",
2833 "sqlez",
2834 "sum_tree",
2835 "time 0.3.21",
2836 "tiny-skia",
2837 "usvg",
2838 "util",
2839 "uuid 1.3.2",
2840 "waker-fn",
2841]
2842
2843[[package]]
2844name = "gpui_macros"
2845version = "0.1.0"
2846dependencies = [
2847 "proc-macro2",
2848 "quote",
2849 "syn 1.0.109",
2850]
2851
2852[[package]]
2853name = "h2"
2854version = "0.3.18"
2855source = "registry+https://github.com/rust-lang/crates.io-index"
2856checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21"
2857dependencies = [
2858 "bytes 1.4.0",
2859 "fnv",
2860 "futures-core",
2861 "futures-sink",
2862 "futures-util",
2863 "http",
2864 "indexmap",
2865 "slab",
2866 "tokio",
2867 "tokio-util 0.7.8",
2868 "tracing",
2869]
2870
2871[[package]]
2872name = "hashbrown"
2873version = "0.11.2"
2874source = "registry+https://github.com/rust-lang/crates.io-index"
2875checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2876dependencies = [
2877 "ahash 0.7.6",
2878]
2879
2880[[package]]
2881name = "hashbrown"
2882version = "0.12.3"
2883source = "registry+https://github.com/rust-lang/crates.io-index"
2884checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2885dependencies = [
2886 "ahash 0.7.6",
2887]
2888
2889[[package]]
2890name = "hashbrown"
2891version = "0.13.2"
2892source = "registry+https://github.com/rust-lang/crates.io-index"
2893checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
2894dependencies = [
2895 "ahash 0.8.3",
2896]
2897
2898[[package]]
2899name = "hashlink"
2900version = "0.8.1"
2901source = "registry+https://github.com/rust-lang/crates.io-index"
2902checksum = "69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa"
2903dependencies = [
2904 "hashbrown 0.12.3",
2905]
2906
2907[[package]]
2908name = "headers"
2909version = "0.3.8"
2910source = "registry+https://github.com/rust-lang/crates.io-index"
2911checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584"
2912dependencies = [
2913 "base64 0.13.1",
2914 "bitflags",
2915 "bytes 1.4.0",
2916 "headers-core",
2917 "http",
2918 "httpdate",
2919 "mime",
2920 "sha1",
2921]
2922
2923[[package]]
2924name = "headers-core"
2925version = "0.2.0"
2926source = "registry+https://github.com/rust-lang/crates.io-index"
2927checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
2928dependencies = [
2929 "http",
2930]
2931
2932[[package]]
2933name = "heck"
2934version = "0.3.3"
2935source = "registry+https://github.com/rust-lang/crates.io-index"
2936checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2937dependencies = [
2938 "unicode-segmentation",
2939]
2940
2941[[package]]
2942name = "heck"
2943version = "0.4.1"
2944source = "registry+https://github.com/rust-lang/crates.io-index"
2945checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2946dependencies = [
2947 "unicode-segmentation",
2948]
2949
2950[[package]]
2951name = "hermit-abi"
2952version = "0.1.19"
2953source = "registry+https://github.com/rust-lang/crates.io-index"
2954checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2955dependencies = [
2956 "libc",
2957]
2958
2959[[package]]
2960name = "hermit-abi"
2961version = "0.2.6"
2962source = "registry+https://github.com/rust-lang/crates.io-index"
2963checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
2964dependencies = [
2965 "libc",
2966]
2967
2968[[package]]
2969name = "hermit-abi"
2970version = "0.3.1"
2971source = "registry+https://github.com/rust-lang/crates.io-index"
2972checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
2973
2974[[package]]
2975name = "hex"
2976version = "0.4.3"
2977source = "registry+https://github.com/rust-lang/crates.io-index"
2978checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2979
2980[[package]]
2981name = "hkdf"
2982version = "0.12.3"
2983source = "registry+https://github.com/rust-lang/crates.io-index"
2984checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
2985dependencies = [
2986 "hmac 0.12.1",
2987]
2988
2989[[package]]
2990name = "hmac"
2991version = "0.11.0"
2992source = "registry+https://github.com/rust-lang/crates.io-index"
2993checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
2994dependencies = [
2995 "crypto-mac",
2996 "digest 0.9.0",
2997]
2998
2999[[package]]
3000name = "hmac"
3001version = "0.12.1"
3002source = "registry+https://github.com/rust-lang/crates.io-index"
3003checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
3004dependencies = [
3005 "digest 0.10.6",
3006]
3007
3008[[package]]
3009name = "http"
3010version = "0.2.9"
3011source = "registry+https://github.com/rust-lang/crates.io-index"
3012checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
3013dependencies = [
3014 "bytes 1.4.0",
3015 "fnv",
3016 "itoa",
3017]
3018
3019[[package]]
3020name = "http-body"
3021version = "0.4.5"
3022source = "registry+https://github.com/rust-lang/crates.io-index"
3023checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
3024dependencies = [
3025 "bytes 1.4.0",
3026 "http",
3027 "pin-project-lite 0.2.9",
3028]
3029
3030[[package]]
3031name = "http-range-header"
3032version = "0.3.0"
3033source = "registry+https://github.com/rust-lang/crates.io-index"
3034checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
3035
3036[[package]]
3037name = "httparse"
3038version = "1.8.0"
3039source = "registry+https://github.com/rust-lang/crates.io-index"
3040checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
3041
3042[[package]]
3043name = "httpdate"
3044version = "1.0.2"
3045source = "registry+https://github.com/rust-lang/crates.io-index"
3046checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
3047
3048[[package]]
3049name = "human_bytes"
3050version = "0.4.2"
3051source = "registry+https://github.com/rust-lang/crates.io-index"
3052checksum = "27e2b089f28ad15597b48d8c0a8fe94eeb1c1cb26ca99b6f66ac9582ae10c5e6"
3053
3054[[package]]
3055name = "humantime"
3056version = "2.1.0"
3057source = "registry+https://github.com/rust-lang/crates.io-index"
3058checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
3059
3060[[package]]
3061name = "hyper"
3062version = "0.14.26"
3063source = "registry+https://github.com/rust-lang/crates.io-index"
3064checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
3065dependencies = [
3066 "bytes 1.4.0",
3067 "futures-channel",
3068 "futures-core",
3069 "futures-util",
3070 "h2",
3071 "http",
3072 "http-body",
3073 "httparse",
3074 "httpdate",
3075 "itoa",
3076 "pin-project-lite 0.2.9",
3077 "socket2",
3078 "tokio",
3079 "tower-service",
3080 "tracing",
3081 "want",
3082]
3083
3084[[package]]
3085name = "hyper-timeout"
3086version = "0.4.1"
3087source = "registry+https://github.com/rust-lang/crates.io-index"
3088checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
3089dependencies = [
3090 "hyper",
3091 "pin-project-lite 0.2.9",
3092 "tokio",
3093 "tokio-io-timeout",
3094]
3095
3096[[package]]
3097name = "hyper-tls"
3098version = "0.5.0"
3099source = "registry+https://github.com/rust-lang/crates.io-index"
3100checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
3101dependencies = [
3102 "bytes 1.4.0",
3103 "hyper",
3104 "native-tls",
3105 "tokio",
3106 "tokio-native-tls",
3107]
3108
3109[[package]]
3110name = "iana-time-zone"
3111version = "0.1.56"
3112source = "registry+https://github.com/rust-lang/crates.io-index"
3113checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
3114dependencies = [
3115 "android_system_properties",
3116 "core-foundation-sys",
3117 "iana-time-zone-haiku",
3118 "js-sys",
3119 "wasm-bindgen",
3120 "windows",
3121]
3122
3123[[package]]
3124name = "iana-time-zone-haiku"
3125version = "0.1.1"
3126source = "registry+https://github.com/rust-lang/crates.io-index"
3127checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
3128dependencies = [
3129 "cxx",
3130 "cxx-build",
3131]
3132
3133[[package]]
3134name = "idna"
3135version = "0.3.0"
3136source = "registry+https://github.com/rust-lang/crates.io-index"
3137checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
3138dependencies = [
3139 "unicode-bidi",
3140 "unicode-normalization",
3141]
3142
3143[[package]]
3144name = "ignore"
3145version = "0.4.20"
3146source = "registry+https://github.com/rust-lang/crates.io-index"
3147checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
3148dependencies = [
3149 "globset",
3150 "lazy_static",
3151 "log",
3152 "memchr",
3153 "regex",
3154 "same-file",
3155 "thread_local",
3156 "walkdir",
3157 "winapi-util",
3158]
3159
3160[[package]]
3161name = "image"
3162version = "0.23.14"
3163source = "registry+https://github.com/rust-lang/crates.io-index"
3164checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
3165dependencies = [
3166 "bytemuck",
3167 "byteorder",
3168 "color_quant",
3169 "gif",
3170 "jpeg-decoder",
3171 "num-iter",
3172 "num-rational",
3173 "num-traits",
3174 "png",
3175 "scoped_threadpool",
3176 "tiff",
3177]
3178
3179[[package]]
3180name = "indexmap"
3181version = "1.9.3"
3182source = "registry+https://github.com/rust-lang/crates.io-index"
3183checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
3184dependencies = [
3185 "autocfg 1.1.0",
3186 "hashbrown 0.12.3",
3187 "serde",
3188]
3189
3190[[package]]
3191name = "indoc"
3192version = "1.0.9"
3193source = "registry+https://github.com/rust-lang/crates.io-index"
3194checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
3195
3196[[package]]
3197name = "install_cli"
3198version = "0.1.0"
3199dependencies = [
3200 "anyhow",
3201 "gpui",
3202 "log",
3203 "smol",
3204 "util",
3205]
3206
3207[[package]]
3208name = "instant"
3209version = "0.1.12"
3210source = "registry+https://github.com/rust-lang/crates.io-index"
3211checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
3212dependencies = [
3213 "cfg-if 1.0.0",
3214]
3215
3216[[package]]
3217name = "io-extras"
3218version = "0.13.2"
3219source = "registry+https://github.com/rust-lang/crates.io-index"
3220checksum = "d0c937cc9891c12eaa8c63ad347e4a288364b1328b924886970b47a14ab8f8f8"
3221dependencies = [
3222 "io-lifetimes 0.5.3",
3223 "winapi 0.3.9",
3224]
3225
3226[[package]]
3227name = "io-lifetimes"
3228version = "0.5.3"
3229source = "registry+https://github.com/rust-lang/crates.io-index"
3230checksum = "ec58677acfea8a15352d42fc87d11d63596ade9239e0a7c9352914417515dbe6"
3231dependencies = [
3232 "libc",
3233 "winapi 0.3.9",
3234]
3235
3236[[package]]
3237name = "io-lifetimes"
3238version = "1.0.10"
3239source = "registry+https://github.com/rust-lang/crates.io-index"
3240checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
3241dependencies = [
3242 "hermit-abi 0.3.1",
3243 "libc",
3244 "windows-sys 0.48.0",
3245]
3246
3247[[package]]
3248name = "iovec"
3249version = "0.1.4"
3250source = "registry+https://github.com/rust-lang/crates.io-index"
3251checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
3252dependencies = [
3253 "libc",
3254]
3255
3256[[package]]
3257name = "ipc-channel"
3258version = "0.16.0"
3259source = "registry+https://github.com/rust-lang/crates.io-index"
3260checksum = "7cb1d9211085f0ea6f1379d944b93c4d07e8207aa3bcf49f37eda12b85081887"
3261dependencies = [
3262 "bincode",
3263 "crossbeam-channel 0.4.4",
3264 "fnv",
3265 "lazy_static",
3266 "libc",
3267 "mio 0.6.23",
3268 "rand 0.7.3",
3269 "serde",
3270 "tempfile",
3271 "uuid 0.8.2",
3272 "winapi 0.3.9",
3273]
3274
3275[[package]]
3276name = "ipnet"
3277version = "2.7.2"
3278source = "registry+https://github.com/rust-lang/crates.io-index"
3279checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
3280
3281[[package]]
3282name = "is-terminal"
3283version = "0.1.0"
3284source = "registry+https://github.com/rust-lang/crates.io-index"
3285checksum = "7c89a757e762896bdbdfadf2860d0f8b0cea5e363d8cf3e7bdfeb63d1d976352"
3286dependencies = [
3287 "hermit-abi 0.2.6",
3288 "io-lifetimes 0.5.3",
3289 "rustix 0.33.7",
3290 "winapi 0.3.9",
3291]
3292
3293[[package]]
3294name = "is-terminal"
3295version = "0.4.7"
3296source = "registry+https://github.com/rust-lang/crates.io-index"
3297checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
3298dependencies = [
3299 "hermit-abi 0.3.1",
3300 "io-lifetimes 1.0.10",
3301 "rustix 0.37.19",
3302 "windows-sys 0.48.0",
3303]
3304
3305[[package]]
3306name = "isahc"
3307version = "1.7.2"
3308source = "registry+https://github.com/rust-lang/crates.io-index"
3309checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
3310dependencies = [
3311 "async-channel",
3312 "castaway",
3313 "crossbeam-utils 0.8.15",
3314 "curl",
3315 "curl-sys",
3316 "encoding_rs",
3317 "event-listener",
3318 "futures-lite",
3319 "http",
3320 "log",
3321 "mime",
3322 "once_cell",
3323 "polling",
3324 "slab",
3325 "sluice",
3326 "tracing",
3327 "tracing-futures",
3328 "url",
3329 "waker-fn",
3330]
3331
3332[[package]]
3333name = "itertools"
3334version = "0.10.5"
3335source = "registry+https://github.com/rust-lang/crates.io-index"
3336checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
3337dependencies = [
3338 "either",
3339]
3340
3341[[package]]
3342name = "itoa"
3343version = "1.0.6"
3344source = "registry+https://github.com/rust-lang/crates.io-index"
3345checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
3346
3347[[package]]
3348name = "ittapi-rs"
3349version = "0.2.0"
3350source = "registry+https://github.com/rust-lang/crates.io-index"
3351checksum = "f712648a1ad72fbfb7adc2772c331e8d90f022f8cf30cbabefba2878dd3172b0"
3352dependencies = [
3353 "cc",
3354]
3355
3356[[package]]
3357name = "jobserver"
3358version = "0.1.26"
3359source = "registry+https://github.com/rust-lang/crates.io-index"
3360checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
3361dependencies = [
3362 "libc",
3363]
3364
3365[[package]]
3366name = "journal"
3367version = "0.1.0"
3368dependencies = [
3369 "anyhow",
3370 "chrono",
3371 "dirs 4.0.0",
3372 "editor",
3373 "gpui",
3374 "log",
3375 "schemars",
3376 "serde",
3377 "settings",
3378 "shellexpand",
3379 "util",
3380 "workspace",
3381]
3382
3383[[package]]
3384name = "jpeg-decoder"
3385version = "0.1.22"
3386source = "registry+https://github.com/rust-lang/crates.io-index"
3387checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
3388dependencies = [
3389 "rayon",
3390]
3391
3392[[package]]
3393name = "js-sys"
3394version = "0.3.62"
3395source = "registry+https://github.com/rust-lang/crates.io-index"
3396checksum = "68c16e1bfd491478ab155fd8b4896b86f9ede344949b641e61501e07c2b8b4d5"
3397dependencies = [
3398 "wasm-bindgen",
3399]
3400
3401[[package]]
3402name = "json_comments"
3403version = "0.2.1"
3404source = "registry+https://github.com/rust-lang/crates.io-index"
3405checksum = "41ee439ee368ba4a77ac70d04f14015415af8600d6c894dc1f11bd79758c57d5"
3406
3407[[package]]
3408name = "jwt"
3409version = "0.16.0"
3410source = "registry+https://github.com/rust-lang/crates.io-index"
3411checksum = "6204285f77fe7d9784db3fdc449ecce1a0114927a51d5a41c4c7a292011c015f"
3412dependencies = [
3413 "base64 0.13.1",
3414 "crypto-common",
3415 "digest 0.10.6",
3416 "hmac 0.12.1",
3417 "serde",
3418 "serde_json",
3419 "sha2 0.10.6",
3420]
3421
3422[[package]]
3423name = "kernel32-sys"
3424version = "0.2.2"
3425source = "registry+https://github.com/rust-lang/crates.io-index"
3426checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
3427dependencies = [
3428 "winapi 0.2.8",
3429 "winapi-build",
3430]
3431
3432[[package]]
3433name = "kurbo"
3434version = "0.8.3"
3435source = "registry+https://github.com/rust-lang/crates.io-index"
3436checksum = "7a53776d271cfb873b17c618af0298445c88afc52837f3e948fa3fafd131f449"
3437dependencies = [
3438 "arrayvec 0.7.2",
3439]
3440
3441[[package]]
3442name = "kv-log-macro"
3443version = "1.0.7"
3444source = "registry+https://github.com/rust-lang/crates.io-index"
3445checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
3446dependencies = [
3447 "log",
3448]
3449
3450[[package]]
3451name = "language"
3452version = "0.1.0"
3453dependencies = [
3454 "anyhow",
3455 "async-broadcast",
3456 "async-trait",
3457 "client",
3458 "clock",
3459 "collections",
3460 "ctor",
3461 "env_logger 0.9.3",
3462 "fs",
3463 "futures 0.3.28",
3464 "fuzzy",
3465 "git",
3466 "globset",
3467 "gpui",
3468 "indoc",
3469 "lazy_static",
3470 "log",
3471 "lsp",
3472 "parking_lot 0.11.2",
3473 "postage",
3474 "rand 0.8.5",
3475 "regex",
3476 "rpc",
3477 "schemars",
3478 "serde",
3479 "serde_derive",
3480 "serde_json",
3481 "settings",
3482 "similar",
3483 "smallvec",
3484 "smol",
3485 "sum_tree",
3486 "text",
3487 "theme",
3488 "tree-sitter",
3489 "tree-sitter-embedded-template",
3490 "tree-sitter-html",
3491 "tree-sitter-javascript",
3492 "tree-sitter-json 0.19.0",
3493 "tree-sitter-markdown",
3494 "tree-sitter-python",
3495 "tree-sitter-ruby",
3496 "tree-sitter-rust",
3497 "tree-sitter-typescript 0.20.2 (registry+https://github.com/rust-lang/crates.io-index)",
3498 "unicase",
3499 "unindent",
3500 "util",
3501]
3502
3503[[package]]
3504name = "language_selector"
3505version = "0.1.0"
3506dependencies = [
3507 "anyhow",
3508 "editor",
3509 "fuzzy",
3510 "gpui",
3511 "language",
3512 "picker",
3513 "project",
3514 "settings",
3515 "theme",
3516 "util",
3517 "workspace",
3518]
3519
3520[[package]]
3521name = "lazy_static"
3522version = "1.4.0"
3523source = "registry+https://github.com/rust-lang/crates.io-index"
3524checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
3525dependencies = [
3526 "spin 0.5.2",
3527]
3528
3529[[package]]
3530name = "lazycell"
3531version = "1.3.0"
3532source = "registry+https://github.com/rust-lang/crates.io-index"
3533checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
3534
3535[[package]]
3536name = "leb128"
3537version = "0.2.5"
3538source = "registry+https://github.com/rust-lang/crates.io-index"
3539checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
3540
3541[[package]]
3542name = "libc"
3543version = "0.2.144"
3544source = "registry+https://github.com/rust-lang/crates.io-index"
3545checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
3546
3547[[package]]
3548name = "libgit2-sys"
3549version = "0.14.2+1.5.1"
3550source = "registry+https://github.com/rust-lang/crates.io-index"
3551checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4"
3552dependencies = [
3553 "cc",
3554 "libc",
3555 "libz-sys",
3556 "pkg-config",
3557]
3558
3559[[package]]
3560name = "libloading"
3561version = "0.7.4"
3562source = "registry+https://github.com/rust-lang/crates.io-index"
3563checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
3564dependencies = [
3565 "cfg-if 1.0.0",
3566 "winapi 0.3.9",
3567]
3568
3569[[package]]
3570name = "libm"
3571version = "0.2.6"
3572source = "registry+https://github.com/rust-lang/crates.io-index"
3573checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
3574
3575[[package]]
3576name = "libnghttp2-sys"
3577version = "0.1.7+1.45.0"
3578source = "registry+https://github.com/rust-lang/crates.io-index"
3579checksum = "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f"
3580dependencies = [
3581 "cc",
3582 "libc",
3583]
3584
3585[[package]]
3586name = "libsqlite3-sys"
3587version = "0.24.2"
3588source = "registry+https://github.com/rust-lang/crates.io-index"
3589checksum = "898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14"
3590dependencies = [
3591 "cc",
3592 "pkg-config",
3593 "vcpkg",
3594]
3595
3596[[package]]
3597name = "libz-sys"
3598version = "1.1.9"
3599source = "registry+https://github.com/rust-lang/crates.io-index"
3600checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"
3601dependencies = [
3602 "cc",
3603 "libc",
3604 "pkg-config",
3605 "vcpkg",
3606]
3607
3608[[package]]
3609name = "line-wrap"
3610version = "0.1.1"
3611source = "registry+https://github.com/rust-lang/crates.io-index"
3612checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
3613dependencies = [
3614 "safemem",
3615]
3616
3617[[package]]
3618name = "link-cplusplus"
3619version = "1.0.8"
3620source = "registry+https://github.com/rust-lang/crates.io-index"
3621checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
3622dependencies = [
3623 "cc",
3624]
3625
3626[[package]]
3627name = "linked-hash-map"
3628version = "0.5.6"
3629source = "registry+https://github.com/rust-lang/crates.io-index"
3630checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
3631
3632[[package]]
3633name = "linux-raw-sys"
3634version = "0.0.42"
3635source = "registry+https://github.com/rust-lang/crates.io-index"
3636checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7"
3637
3638[[package]]
3639name = "linux-raw-sys"
3640version = "0.3.7"
3641source = "registry+https://github.com/rust-lang/crates.io-index"
3642checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f"
3643
3644[[package]]
3645name = "lipsum"
3646version = "0.8.2"
3647source = "registry+https://github.com/rust-lang/crates.io-index"
3648checksum = "a8451846f1f337e44486666989fbce40be804da139d5a4477d6b88ece5dc69f4"
3649dependencies = [
3650 "rand 0.8.5",
3651 "rand_chacha 0.3.1",
3652]
3653
3654[[package]]
3655name = "live_kit_client"
3656version = "0.1.0"
3657dependencies = [
3658 "anyhow",
3659 "async-broadcast",
3660 "async-trait",
3661 "block",
3662 "byteorder",
3663 "bytes 1.4.0",
3664 "cocoa",
3665 "collections",
3666 "core-foundation",
3667 "core-graphics",
3668 "foreign-types",
3669 "futures 0.3.28",
3670 "gpui",
3671 "hmac 0.12.1",
3672 "jwt",
3673 "lazy_static",
3674 "live_kit_server",
3675 "log",
3676 "media",
3677 "nanoid",
3678 "objc",
3679 "parking_lot 0.11.2",
3680 "postage",
3681 "serde",
3682 "serde_derive",
3683 "serde_json",
3684 "sha2 0.10.6",
3685 "simplelog",
3686]
3687
3688[[package]]
3689name = "live_kit_server"
3690version = "0.1.0"
3691dependencies = [
3692 "anyhow",
3693 "async-trait",
3694 "futures 0.3.28",
3695 "hmac 0.12.1",
3696 "jwt",
3697 "log",
3698 "prost 0.8.0",
3699 "prost-build",
3700 "prost-types 0.8.0",
3701 "reqwest",
3702 "serde",
3703 "serde_derive",
3704 "sha2 0.10.6",
3705]
3706
3707[[package]]
3708name = "lock_api"
3709version = "0.4.9"
3710source = "registry+https://github.com/rust-lang/crates.io-index"
3711checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
3712dependencies = [
3713 "autocfg 1.1.0",
3714 "scopeguard",
3715]
3716
3717[[package]]
3718name = "log"
3719version = "0.4.17"
3720source = "registry+https://github.com/rust-lang/crates.io-index"
3721checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
3722dependencies = [
3723 "cfg-if 1.0.0",
3724 "serde",
3725 "value-bag",
3726]
3727
3728[[package]]
3729name = "lsp"
3730version = "0.1.0"
3731dependencies = [
3732 "anyhow",
3733 "async-pipe",
3734 "collections",
3735 "ctor",
3736 "env_logger 0.9.3",
3737 "futures 0.3.28",
3738 "gpui",
3739 "log",
3740 "lsp-types",
3741 "parking_lot 0.11.2",
3742 "postage",
3743 "serde",
3744 "serde_derive",
3745 "serde_json",
3746 "smol",
3747 "unindent",
3748 "util",
3749]
3750
3751[[package]]
3752name = "lsp-types"
3753version = "0.94.0"
3754source = "registry+https://github.com/rust-lang/crates.io-index"
3755checksum = "0b63735a13a1f9cd4f4835223d828ed9c2e35c8c5e61837774399f558b6a1237"
3756dependencies = [
3757 "bitflags",
3758 "serde",
3759 "serde_json",
3760 "serde_repr",
3761 "url",
3762]
3763
3764[[package]]
3765name = "lsp_log"
3766version = "0.1.0"
3767dependencies = [
3768 "anyhow",
3769 "collections",
3770 "editor",
3771 "futures 0.3.28",
3772 "gpui",
3773 "language",
3774 "lsp",
3775 "project",
3776 "serde",
3777 "settings",
3778 "theme",
3779 "unindent",
3780 "util",
3781 "workspace",
3782]
3783
3784[[package]]
3785name = "mach"
3786version = "0.3.2"
3787source = "registry+https://github.com/rust-lang/crates.io-index"
3788checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
3789dependencies = [
3790 "libc",
3791]
3792
3793[[package]]
3794name = "malloc_buf"
3795version = "0.0.6"
3796source = "registry+https://github.com/rust-lang/crates.io-index"
3797checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
3798dependencies = [
3799 "libc",
3800]
3801
3802[[package]]
3803name = "matchers"
3804version = "0.1.0"
3805source = "registry+https://github.com/rust-lang/crates.io-index"
3806checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
3807dependencies = [
3808 "regex-automata",
3809]
3810
3811[[package]]
3812name = "matches"
3813version = "0.1.10"
3814source = "registry+https://github.com/rust-lang/crates.io-index"
3815checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
3816
3817[[package]]
3818name = "matchit"
3819version = "0.5.0"
3820source = "registry+https://github.com/rust-lang/crates.io-index"
3821checksum = "73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb"
3822
3823[[package]]
3824name = "maybe-owned"
3825version = "0.3.4"
3826source = "registry+https://github.com/rust-lang/crates.io-index"
3827checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
3828
3829[[package]]
3830name = "maybe-uninit"
3831version = "2.0.0"
3832source = "registry+https://github.com/rust-lang/crates.io-index"
3833checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
3834
3835[[package]]
3836name = "md-5"
3837version = "0.10.5"
3838source = "registry+https://github.com/rust-lang/crates.io-index"
3839checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
3840dependencies = [
3841 "digest 0.10.6",
3842]
3843
3844[[package]]
3845name = "media"
3846version = "0.1.0"
3847dependencies = [
3848 "anyhow",
3849 "bindgen",
3850 "block",
3851 "bytes 1.4.0",
3852 "core-foundation",
3853 "foreign-types",
3854 "metal",
3855 "objc",
3856]
3857
3858[[package]]
3859name = "memchr"
3860version = "2.5.0"
3861source = "registry+https://github.com/rust-lang/crates.io-index"
3862checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
3863
3864[[package]]
3865name = "memfd"
3866version = "0.4.1"
3867source = "registry+https://github.com/rust-lang/crates.io-index"
3868checksum = "f6627dc657574b49d6ad27105ed671822be56e0d2547d413bfbf3e8d8fa92e7a"
3869dependencies = [
3870 "libc",
3871]
3872
3873[[package]]
3874name = "memmap2"
3875version = "0.2.3"
3876source = "registry+https://github.com/rust-lang/crates.io-index"
3877checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"
3878dependencies = [
3879 "libc",
3880]
3881
3882[[package]]
3883name = "memoffset"
3884version = "0.6.5"
3885source = "registry+https://github.com/rust-lang/crates.io-index"
3886checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
3887dependencies = [
3888 "autocfg 1.1.0",
3889]
3890
3891[[package]]
3892name = "memoffset"
3893version = "0.8.0"
3894source = "registry+https://github.com/rust-lang/crates.io-index"
3895checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
3896dependencies = [
3897 "autocfg 1.1.0",
3898]
3899
3900[[package]]
3901name = "menu"
3902version = "0.1.0"
3903dependencies = [
3904 "gpui",
3905]
3906
3907[[package]]
3908name = "metal"
3909version = "0.21.0"
3910source = "registry+https://github.com/rust-lang/crates.io-index"
3911checksum = "4598d719460ade24c7d91f335daf055bf2a7eec030728ce751814c50cdd6a26c"
3912dependencies = [
3913 "bitflags",
3914 "block",
3915 "cocoa-foundation",
3916 "foreign-types",
3917 "log",
3918 "objc",
3919]
3920
3921[[package]]
3922name = "mime"
3923version = "0.3.17"
3924source = "registry+https://github.com/rust-lang/crates.io-index"
3925checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
3926
3927[[package]]
3928name = "minimal-lexical"
3929version = "0.2.1"
3930source = "registry+https://github.com/rust-lang/crates.io-index"
3931checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
3932
3933[[package]]
3934name = "miniz_oxide"
3935version = "0.3.7"
3936source = "registry+https://github.com/rust-lang/crates.io-index"
3937checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
3938dependencies = [
3939 "adler32",
3940]
3941
3942[[package]]
3943name = "miniz_oxide"
3944version = "0.4.4"
3945source = "registry+https://github.com/rust-lang/crates.io-index"
3946checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
3947dependencies = [
3948 "adler",
3949 "autocfg 1.1.0",
3950]
3951
3952[[package]]
3953name = "miniz_oxide"
3954version = "0.6.2"
3955source = "registry+https://github.com/rust-lang/crates.io-index"
3956checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
3957dependencies = [
3958 "adler",
3959]
3960
3961[[package]]
3962name = "miniz_oxide"
3963version = "0.7.1"
3964source = "registry+https://github.com/rust-lang/crates.io-index"
3965checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
3966dependencies = [
3967 "adler",
3968]
3969
3970[[package]]
3971name = "mintex"
3972version = "0.1.2"
3973source = "registry+https://github.com/rust-lang/crates.io-index"
3974checksum = "fd7c5ba1c3b5a23418d7bbf98c71c3d4946a0125002129231da8d6b723d559cb"
3975dependencies = [
3976 "once_cell",
3977 "sys-info",
3978]
3979
3980[[package]]
3981name = "mio"
3982version = "0.6.23"
3983source = "registry+https://github.com/rust-lang/crates.io-index"
3984checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
3985dependencies = [
3986 "cfg-if 0.1.10",
3987 "fuchsia-zircon",
3988 "fuchsia-zircon-sys",
3989 "iovec",
3990 "kernel32-sys",
3991 "libc",
3992 "log",
3993 "miow 0.2.2",
3994 "net2",
3995 "slab",
3996 "winapi 0.2.8",
3997]
3998
3999[[package]]
4000name = "mio"
4001version = "0.8.6"
4002source = "registry+https://github.com/rust-lang/crates.io-index"
4003checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
4004dependencies = [
4005 "libc",
4006 "log",
4007 "wasi 0.11.0+wasi-snapshot-preview1",
4008 "windows-sys 0.45.0",
4009]
4010
4011[[package]]
4012name = "mio-anonymous-pipes"
4013version = "0.2.0"
4014source = "registry+https://github.com/rust-lang/crates.io-index"
4015checksum = "6bc513025fe5005a3aa561b50fdb2cda5a150b84800ae02acd8aa9ed62ca1a6b"
4016dependencies = [
4017 "mio 0.6.23",
4018 "miow 0.3.7",
4019 "parking_lot 0.11.2",
4020 "spsc-buffer",
4021 "winapi 0.3.9",
4022]
4023
4024[[package]]
4025name = "mio-extras"
4026version = "2.0.6"
4027source = "registry+https://github.com/rust-lang/crates.io-index"
4028checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
4029dependencies = [
4030 "lazycell",
4031 "log",
4032 "mio 0.6.23",
4033 "slab",
4034]
4035
4036[[package]]
4037name = "mio-uds"
4038version = "0.6.8"
4039source = "registry+https://github.com/rust-lang/crates.io-index"
4040checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
4041dependencies = [
4042 "iovec",
4043 "libc",
4044 "mio 0.6.23",
4045]
4046
4047[[package]]
4048name = "miow"
4049version = "0.2.2"
4050source = "registry+https://github.com/rust-lang/crates.io-index"
4051checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
4052dependencies = [
4053 "kernel32-sys",
4054 "net2",
4055 "winapi 0.2.8",
4056 "ws2_32-sys",
4057]
4058
4059[[package]]
4060name = "miow"
4061version = "0.3.7"
4062source = "registry+https://github.com/rust-lang/crates.io-index"
4063checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
4064dependencies = [
4065 "winapi 0.3.9",
4066]
4067
4068[[package]]
4069name = "more-asserts"
4070version = "0.2.2"
4071source = "registry+https://github.com/rust-lang/crates.io-index"
4072checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"
4073
4074[[package]]
4075name = "multimap"
4076version = "0.8.3"
4077source = "registry+https://github.com/rust-lang/crates.io-index"
4078checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
4079
4080[[package]]
4081name = "nanoid"
4082version = "0.4.0"
4083source = "registry+https://github.com/rust-lang/crates.io-index"
4084checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
4085dependencies = [
4086 "rand 0.8.5",
4087]
4088
4089[[package]]
4090name = "native-tls"
4091version = "0.2.11"
4092source = "registry+https://github.com/rust-lang/crates.io-index"
4093checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
4094dependencies = [
4095 "lazy_static",
4096 "libc",
4097 "log",
4098 "openssl",
4099 "openssl-probe",
4100 "openssl-sys",
4101 "schannel",
4102 "security-framework",
4103 "security-framework-sys",
4104 "tempfile",
4105]
4106
4107[[package]]
4108name = "net2"
4109version = "0.2.38"
4110source = "registry+https://github.com/rust-lang/crates.io-index"
4111checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631"
4112dependencies = [
4113 "cfg-if 0.1.10",
4114 "libc",
4115 "winapi 0.3.9",
4116]
4117
4118[[package]]
4119name = "nix"
4120version = "0.24.3"
4121source = "registry+https://github.com/rust-lang/crates.io-index"
4122checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
4123dependencies = [
4124 "bitflags",
4125 "cfg-if 1.0.0",
4126 "libc",
4127 "memoffset 0.6.5",
4128]
4129
4130[[package]]
4131name = "node_runtime"
4132version = "0.1.0"
4133dependencies = [
4134 "anyhow",
4135 "async-compression",
4136 "async-tar",
4137 "futures 0.3.28",
4138 "gpui",
4139 "parking_lot 0.11.2",
4140 "serde",
4141 "serde_derive",
4142 "serde_json",
4143 "smol",
4144 "util",
4145]
4146
4147[[package]]
4148name = "nom"
4149version = "7.1.3"
4150source = "registry+https://github.com/rust-lang/crates.io-index"
4151checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
4152dependencies = [
4153 "memchr",
4154 "minimal-lexical",
4155]
4156
4157[[package]]
4158name = "ntapi"
4159version = "0.3.7"
4160source = "registry+https://github.com/rust-lang/crates.io-index"
4161checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
4162dependencies = [
4163 "winapi 0.3.9",
4164]
4165
4166[[package]]
4167name = "ntapi"
4168version = "0.4.1"
4169source = "registry+https://github.com/rust-lang/crates.io-index"
4170checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
4171dependencies = [
4172 "winapi 0.3.9",
4173]
4174
4175[[package]]
4176name = "nu-ansi-term"
4177version = "0.46.0"
4178source = "registry+https://github.com/rust-lang/crates.io-index"
4179checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
4180dependencies = [
4181 "overload",
4182 "winapi 0.3.9",
4183]
4184
4185[[package]]
4186name = "num-bigint"
4187version = "0.4.3"
4188source = "registry+https://github.com/rust-lang/crates.io-index"
4189checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
4190dependencies = [
4191 "autocfg 1.1.0",
4192 "num-integer",
4193 "num-traits",
4194]
4195
4196[[package]]
4197name = "num-bigint-dig"
4198version = "0.7.0"
4199source = "registry+https://github.com/rust-lang/crates.io-index"
4200checksum = "4547ee5541c18742396ae2c895d0717d0f886d8823b8399cdaf7b07d63ad0480"
4201dependencies = [
4202 "autocfg 0.1.8",
4203 "byteorder",
4204 "lazy_static",
4205 "libm",
4206 "num-integer",
4207 "num-iter",
4208 "num-traits",
4209 "rand 0.8.5",
4210 "smallvec",
4211 "zeroize",
4212]
4213
4214[[package]]
4215name = "num-integer"
4216version = "0.1.45"
4217source = "registry+https://github.com/rust-lang/crates.io-index"
4218checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
4219dependencies = [
4220 "autocfg 1.1.0",
4221 "num-traits",
4222]
4223
4224[[package]]
4225name = "num-iter"
4226version = "0.1.43"
4227source = "registry+https://github.com/rust-lang/crates.io-index"
4228checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
4229dependencies = [
4230 "autocfg 1.1.0",
4231 "num-integer",
4232 "num-traits",
4233]
4234
4235[[package]]
4236name = "num-rational"
4237version = "0.3.2"
4238source = "registry+https://github.com/rust-lang/crates.io-index"
4239checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
4240dependencies = [
4241 "autocfg 1.1.0",
4242 "num-integer",
4243 "num-traits",
4244]
4245
4246[[package]]
4247name = "num-traits"
4248version = "0.2.15"
4249source = "registry+https://github.com/rust-lang/crates.io-index"
4250checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
4251dependencies = [
4252 "autocfg 1.1.0",
4253 "libm",
4254]
4255
4256[[package]]
4257name = "num_cpus"
4258version = "1.15.0"
4259source = "registry+https://github.com/rust-lang/crates.io-index"
4260checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
4261dependencies = [
4262 "hermit-abi 0.2.6",
4263 "libc",
4264]
4265
4266[[package]]
4267name = "nvim-rs"
4268version = "0.5.0"
4269source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#d701c2790dcb2579f8f4d7003ba30e2100a7d25b"
4270dependencies = [
4271 "async-trait",
4272 "futures 0.3.28",
4273 "log",
4274 "parity-tokio-ipc",
4275 "rmp",
4276 "rmpv",
4277 "tokio",
4278 "tokio-util 0.7.8",
4279]
4280
4281[[package]]
4282name = "objc"
4283version = "0.2.7"
4284source = "registry+https://github.com/rust-lang/crates.io-index"
4285checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
4286dependencies = [
4287 "malloc_buf",
4288 "objc_exception",
4289]
4290
4291[[package]]
4292name = "objc_exception"
4293version = "0.1.2"
4294source = "registry+https://github.com/rust-lang/crates.io-index"
4295checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
4296dependencies = [
4297 "cc",
4298]
4299
4300[[package]]
4301name = "object"
4302version = "0.28.4"
4303source = "registry+https://github.com/rust-lang/crates.io-index"
4304checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"
4305dependencies = [
4306 "crc32fast",
4307 "hashbrown 0.11.2",
4308 "indexmap",
4309 "memchr",
4310]
4311
4312[[package]]
4313name = "object"
4314version = "0.30.3"
4315source = "registry+https://github.com/rust-lang/crates.io-index"
4316checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
4317dependencies = [
4318 "memchr",
4319]
4320
4321[[package]]
4322name = "once_cell"
4323version = "1.17.1"
4324source = "registry+https://github.com/rust-lang/crates.io-index"
4325checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
4326
4327[[package]]
4328name = "opaque-debug"
4329version = "0.3.0"
4330source = "registry+https://github.com/rust-lang/crates.io-index"
4331checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
4332
4333[[package]]
4334name = "openssl"
4335version = "0.10.52"
4336source = "registry+https://github.com/rust-lang/crates.io-index"
4337checksum = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56"
4338dependencies = [
4339 "bitflags",
4340 "cfg-if 1.0.0",
4341 "foreign-types",
4342 "libc",
4343 "once_cell",
4344 "openssl-macros",
4345 "openssl-sys",
4346]
4347
4348[[package]]
4349name = "openssl-macros"
4350version = "0.1.1"
4351source = "registry+https://github.com/rust-lang/crates.io-index"
4352checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
4353dependencies = [
4354 "proc-macro2",
4355 "quote",
4356 "syn 2.0.15",
4357]
4358
4359[[package]]
4360name = "openssl-probe"
4361version = "0.1.5"
4362source = "registry+https://github.com/rust-lang/crates.io-index"
4363checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
4364
4365[[package]]
4366name = "openssl-sys"
4367version = "0.9.87"
4368source = "registry+https://github.com/rust-lang/crates.io-index"
4369checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e"
4370dependencies = [
4371 "cc",
4372 "libc",
4373 "pkg-config",
4374 "vcpkg",
4375]
4376
4377[[package]]
4378name = "ordered-float"
4379version = "2.10.0"
4380source = "registry+https://github.com/rust-lang/crates.io-index"
4381checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
4382dependencies = [
4383 "num-traits",
4384]
4385
4386[[package]]
4387name = "os_str_bytes"
4388version = "6.5.0"
4389source = "registry+https://github.com/rust-lang/crates.io-index"
4390checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
4391
4392[[package]]
4393name = "ouroboros"
4394version = "0.15.6"
4395source = "registry+https://github.com/rust-lang/crates.io-index"
4396checksum = "e1358bd1558bd2a083fed428ffeda486fbfb323e698cdda7794259d592ca72db"
4397dependencies = [
4398 "aliasable",
4399 "ouroboros_macro",
4400]
4401
4402[[package]]
4403name = "ouroboros_macro"
4404version = "0.15.6"
4405source = "registry+https://github.com/rust-lang/crates.io-index"
4406checksum = "5f7d21ccd03305a674437ee1248f3ab5d4b1db095cf1caf49f1713ddf61956b7"
4407dependencies = [
4408 "Inflector",
4409 "proc-macro-error",
4410 "proc-macro2",
4411 "quote",
4412 "syn 1.0.109",
4413]
4414
4415[[package]]
4416name = "outline"
4417version = "0.1.0"
4418dependencies = [
4419 "editor",
4420 "fuzzy",
4421 "gpui",
4422 "language",
4423 "ordered-float",
4424 "picker",
4425 "postage",
4426 "settings",
4427 "smol",
4428 "text",
4429 "theme",
4430 "workspace",
4431]
4432
4433[[package]]
4434name = "output_vt100"
4435version = "0.1.3"
4436source = "registry+https://github.com/rust-lang/crates.io-index"
4437checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
4438dependencies = [
4439 "winapi 0.3.9",
4440]
4441
4442[[package]]
4443name = "overload"
4444version = "0.1.1"
4445source = "registry+https://github.com/rust-lang/crates.io-index"
4446checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
4447
4448[[package]]
4449name = "parity-tokio-ipc"
4450version = "0.9.0"
4451source = "registry+https://github.com/rust-lang/crates.io-index"
4452checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
4453dependencies = [
4454 "futures 0.3.28",
4455 "libc",
4456 "log",
4457 "rand 0.7.3",
4458 "tokio",
4459 "winapi 0.3.9",
4460]
4461
4462[[package]]
4463name = "parking"
4464version = "2.1.0"
4465source = "registry+https://github.com/rust-lang/crates.io-index"
4466checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
4467
4468[[package]]
4469name = "parking_lot"
4470version = "0.11.2"
4471source = "registry+https://github.com/rust-lang/crates.io-index"
4472checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
4473dependencies = [
4474 "instant",
4475 "lock_api",
4476 "parking_lot_core 0.8.6",
4477]
4478
4479[[package]]
4480name = "parking_lot"
4481version = "0.12.1"
4482source = "registry+https://github.com/rust-lang/crates.io-index"
4483checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
4484dependencies = [
4485 "lock_api",
4486 "parking_lot_core 0.9.7",
4487]
4488
4489[[package]]
4490name = "parking_lot_core"
4491version = "0.8.6"
4492source = "registry+https://github.com/rust-lang/crates.io-index"
4493checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
4494dependencies = [
4495 "cfg-if 1.0.0",
4496 "instant",
4497 "libc",
4498 "redox_syscall 0.2.16",
4499 "smallvec",
4500 "winapi 0.3.9",
4501]
4502
4503[[package]]
4504name = "parking_lot_core"
4505version = "0.9.7"
4506source = "registry+https://github.com/rust-lang/crates.io-index"
4507checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
4508dependencies = [
4509 "cfg-if 1.0.0",
4510 "libc",
4511 "redox_syscall 0.2.16",
4512 "smallvec",
4513 "windows-sys 0.45.0",
4514]
4515
4516[[package]]
4517name = "password-hash"
4518version = "0.2.3"
4519source = "registry+https://github.com/rust-lang/crates.io-index"
4520checksum = "77e0b28ace46c5a396546bcf443bf422b57049617433d8854227352a4a9b24e7"
4521dependencies = [
4522 "base64ct",
4523 "rand_core 0.6.4",
4524 "subtle",
4525]
4526
4527[[package]]
4528name = "paste"
4529version = "1.0.12"
4530source = "registry+https://github.com/rust-lang/crates.io-index"
4531checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
4532
4533[[package]]
4534name = "pathfinder_color"
4535version = "0.5.0"
4536source = "registry+https://github.com/rust-lang/crates.io-index"
4537checksum = "69bdc0d277d559e35e1b374de56df9262a6b71e091ca04a8831a239f8c7f0c62"
4538dependencies = [
4539 "pathfinder_simd",
4540]
4541
4542[[package]]
4543name = "pathfinder_geometry"
4544version = "0.5.1"
4545source = "registry+https://github.com/rust-lang/crates.io-index"
4546checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
4547dependencies = [
4548 "log",
4549 "pathfinder_simd",
4550]
4551
4552[[package]]
4553name = "pathfinder_simd"
4554version = "0.5.1"
4555source = "registry+https://github.com/rust-lang/crates.io-index"
4556checksum = "39fe46acc5503595e5949c17b818714d26fdf9b4920eacf3b2947f0199f4a6ff"
4557dependencies = [
4558 "rustc_version",
4559]
4560
4561[[package]]
4562name = "pbkdf2"
4563version = "0.8.0"
4564source = "registry+https://github.com/rust-lang/crates.io-index"
4565checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
4566dependencies = [
4567 "crypto-mac",
4568]
4569
4570[[package]]
4571name = "peeking_take_while"
4572version = "0.1.2"
4573source = "registry+https://github.com/rust-lang/crates.io-index"
4574checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
4575
4576[[package]]
4577name = "pem"
4578version = "0.8.3"
4579source = "registry+https://github.com/rust-lang/crates.io-index"
4580checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
4581dependencies = [
4582 "base64 0.13.1",
4583 "once_cell",
4584 "regex",
4585]
4586
4587[[package]]
4588name = "percent-encoding"
4589version = "2.2.0"
4590source = "registry+https://github.com/rust-lang/crates.io-index"
4591checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
4592
4593[[package]]
4594name = "pest"
4595version = "2.6.0"
4596source = "registry+https://github.com/rust-lang/crates.io-index"
4597checksum = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70"
4598dependencies = [
4599 "thiserror",
4600 "ucd-trie",
4601]
4602
4603[[package]]
4604name = "petgraph"
4605version = "0.6.3"
4606source = "registry+https://github.com/rust-lang/crates.io-index"
4607checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
4608dependencies = [
4609 "fixedbitset",
4610 "indexmap",
4611]
4612
4613[[package]]
4614name = "picker"
4615version = "0.1.0"
4616dependencies = [
4617 "ctor",
4618 "editor",
4619 "env_logger 0.9.3",
4620 "gpui",
4621 "menu",
4622 "parking_lot 0.11.2",
4623 "serde_json",
4624 "settings",
4625 "theme",
4626 "util",
4627 "workspace",
4628]
4629
4630[[package]]
4631name = "pico-args"
4632version = "0.4.2"
4633source = "registry+https://github.com/rust-lang/crates.io-index"
4634checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468"
4635
4636[[package]]
4637name = "pin-project"
4638version = "1.0.12"
4639source = "registry+https://github.com/rust-lang/crates.io-index"
4640checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
4641dependencies = [
4642 "pin-project-internal",
4643]
4644
4645[[package]]
4646name = "pin-project-internal"
4647version = "1.0.12"
4648source = "registry+https://github.com/rust-lang/crates.io-index"
4649checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
4650dependencies = [
4651 "proc-macro2",
4652 "quote",
4653 "syn 1.0.109",
4654]
4655
4656[[package]]
4657name = "pin-project-lite"
4658version = "0.1.12"
4659source = "registry+https://github.com/rust-lang/crates.io-index"
4660checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
4661
4662[[package]]
4663name = "pin-project-lite"
4664version = "0.2.9"
4665source = "registry+https://github.com/rust-lang/crates.io-index"
4666checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
4667
4668[[package]]
4669name = "pin-utils"
4670version = "0.1.0"
4671source = "registry+https://github.com/rust-lang/crates.io-index"
4672checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
4673
4674[[package]]
4675name = "pkg-config"
4676version = "0.3.27"
4677source = "registry+https://github.com/rust-lang/crates.io-index"
4678checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
4679
4680[[package]]
4681name = "plist"
4682version = "1.4.3"
4683source = "registry+https://github.com/rust-lang/crates.io-index"
4684checksum = "9bd9647b268a3d3e14ff09c23201133a62589c658db02bb7388c7246aafe0590"
4685dependencies = [
4686 "base64 0.21.0",
4687 "indexmap",
4688 "line-wrap",
4689 "quick-xml",
4690 "serde",
4691 "time 0.3.21",
4692]
4693
4694[[package]]
4695name = "plugin"
4696version = "0.1.0"
4697dependencies = [
4698 "bincode",
4699 "plugin_macros",
4700 "serde",
4701 "serde_derive",
4702]
4703
4704[[package]]
4705name = "plugin_macros"
4706version = "0.1.0"
4707dependencies = [
4708 "bincode",
4709 "proc-macro2",
4710 "quote",
4711 "serde",
4712 "serde_derive",
4713 "syn 1.0.109",
4714]
4715
4716[[package]]
4717name = "plugin_runtime"
4718version = "0.1.0"
4719dependencies = [
4720 "anyhow",
4721 "bincode",
4722 "pollster",
4723 "serde",
4724 "serde_derive",
4725 "serde_json",
4726 "smol",
4727 "wasi-common",
4728 "wasmtime",
4729 "wasmtime-wasi",
4730]
4731
4732[[package]]
4733name = "png"
4734version = "0.16.8"
4735source = "registry+https://github.com/rust-lang/crates.io-index"
4736checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
4737dependencies = [
4738 "bitflags",
4739 "crc32fast",
4740 "deflate",
4741 "miniz_oxide 0.3.7",
4742]
4743
4744[[package]]
4745name = "polling"
4746version = "2.8.0"
4747source = "registry+https://github.com/rust-lang/crates.io-index"
4748checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
4749dependencies = [
4750 "autocfg 1.1.0",
4751 "bitflags",
4752 "cfg-if 1.0.0",
4753 "concurrent-queue",
4754 "libc",
4755 "log",
4756 "pin-project-lite 0.2.9",
4757 "windows-sys 0.48.0",
4758]
4759
4760[[package]]
4761name = "pollster"
4762version = "0.2.5"
4763source = "registry+https://github.com/rust-lang/crates.io-index"
4764checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
4765
4766[[package]]
4767name = "postage"
4768version = "0.5.0"
4769source = "registry+https://github.com/rust-lang/crates.io-index"
4770checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
4771dependencies = [
4772 "atomic",
4773 "crossbeam-queue",
4774 "futures 0.3.28",
4775 "log",
4776 "parking_lot 0.12.1",
4777 "pin-project",
4778 "pollster",
4779 "static_assertions",
4780 "thiserror",
4781]
4782
4783[[package]]
4784name = "ppv-lite86"
4785version = "0.2.17"
4786source = "registry+https://github.com/rust-lang/crates.io-index"
4787checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
4788
4789[[package]]
4790name = "pretty_assertions"
4791version = "1.3.0"
4792source = "registry+https://github.com/rust-lang/crates.io-index"
4793checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
4794dependencies = [
4795 "ctor",
4796 "diff",
4797 "output_vt100",
4798 "yansi",
4799]
4800
4801[[package]]
4802name = "proc-macro-crate"
4803version = "0.1.5"
4804source = "registry+https://github.com/rust-lang/crates.io-index"
4805checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
4806dependencies = [
4807 "toml",
4808]
4809
4810[[package]]
4811name = "proc-macro-error"
4812version = "1.0.4"
4813source = "registry+https://github.com/rust-lang/crates.io-index"
4814checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
4815dependencies = [
4816 "proc-macro-error-attr",
4817 "proc-macro2",
4818 "quote",
4819 "syn 1.0.109",
4820 "version_check",
4821]
4822
4823[[package]]
4824name = "proc-macro-error-attr"
4825version = "1.0.4"
4826source = "registry+https://github.com/rust-lang/crates.io-index"
4827checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
4828dependencies = [
4829 "proc-macro2",
4830 "quote",
4831 "version_check",
4832]
4833
4834[[package]]
4835name = "proc-macro2"
4836version = "1.0.56"
4837source = "registry+https://github.com/rust-lang/crates.io-index"
4838checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
4839dependencies = [
4840 "unicode-ident",
4841]
4842
4843[[package]]
4844name = "procinfo"
4845version = "0.1.0"
4846source = "git+https://github.com/zed-industries/wezterm?rev=5cd757e5f2eb039ed0c6bb6512223e69d5efc64d#5cd757e5f2eb039ed0c6bb6512223e69d5efc64d"
4847dependencies = [
4848 "libc",
4849 "log",
4850 "ntapi 0.3.7",
4851 "winapi 0.3.9",
4852]
4853
4854[[package]]
4855name = "project"
4856version = "0.1.0"
4857dependencies = [
4858 "aho-corasick 0.7.20",
4859 "anyhow",
4860 "async-trait",
4861 "backtrace",
4862 "client",
4863 "clock",
4864 "collections",
4865 "copilot",
4866 "ctor",
4867 "db",
4868 "env_logger 0.9.3",
4869 "fs",
4870 "fsevent",
4871 "futures 0.3.28",
4872 "fuzzy",
4873 "git",
4874 "git2",
4875 "globset",
4876 "gpui",
4877 "ignore",
4878 "itertools",
4879 "language",
4880 "lazy_static",
4881 "log",
4882 "lsp",
4883 "parking_lot 0.11.2",
4884 "postage",
4885 "pretty_assertions",
4886 "rand 0.8.5",
4887 "regex",
4888 "rpc",
4889 "schemars",
4890 "serde",
4891 "serde_derive",
4892 "serde_json",
4893 "settings",
4894 "sha2 0.10.6",
4895 "similar",
4896 "smol",
4897 "sum_tree",
4898 "tempdir",
4899 "terminal",
4900 "text",
4901 "thiserror",
4902 "toml",
4903 "unindent",
4904 "util",
4905]
4906
4907[[package]]
4908name = "project_panel"
4909version = "0.1.0"
4910dependencies = [
4911 "anyhow",
4912 "client",
4913 "context_menu",
4914 "db",
4915 "drag_and_drop",
4916 "editor",
4917 "futures 0.3.28",
4918 "gpui",
4919 "language",
4920 "menu",
4921 "postage",
4922 "project",
4923 "schemars",
4924 "serde",
4925 "serde_derive",
4926 "serde_json",
4927 "settings",
4928 "theme",
4929 "unicase",
4930 "util",
4931 "workspace",
4932]
4933
4934[[package]]
4935name = "project_symbols"
4936version = "0.1.0"
4937dependencies = [
4938 "anyhow",
4939 "editor",
4940 "futures 0.3.28",
4941 "fuzzy",
4942 "gpui",
4943 "language",
4944 "lsp",
4945 "ordered-float",
4946 "picker",
4947 "postage",
4948 "project",
4949 "settings",
4950 "smol",
4951 "text",
4952 "theme",
4953 "util",
4954 "workspace",
4955]
4956
4957[[package]]
4958name = "prometheus"
4959version = "0.13.3"
4960source = "registry+https://github.com/rust-lang/crates.io-index"
4961checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
4962dependencies = [
4963 "cfg-if 1.0.0",
4964 "fnv",
4965 "lazy_static",
4966 "memchr",
4967 "parking_lot 0.12.1",
4968 "protobuf",
4969 "thiserror",
4970]
4971
4972[[package]]
4973name = "prost"
4974version = "0.8.0"
4975source = "registry+https://github.com/rust-lang/crates.io-index"
4976checksum = "de5e2533f59d08fcf364fd374ebda0692a70bd6d7e66ef97f306f45c6c5d8020"
4977dependencies = [
4978 "bytes 1.4.0",
4979 "prost-derive 0.8.0",
4980]
4981
4982[[package]]
4983name = "prost"
4984version = "0.9.0"
4985source = "registry+https://github.com/rust-lang/crates.io-index"
4986checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
4987dependencies = [
4988 "bytes 1.4.0",
4989 "prost-derive 0.9.0",
4990]
4991
4992[[package]]
4993name = "prost-build"
4994version = "0.9.0"
4995source = "registry+https://github.com/rust-lang/crates.io-index"
4996checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
4997dependencies = [
4998 "bytes 1.4.0",
4999 "heck 0.3.3",
5000 "itertools",
5001 "lazy_static",
5002 "log",
5003 "multimap",
5004 "petgraph",
5005 "prost 0.9.0",
5006 "prost-types 0.9.0",
5007 "regex",
5008 "tempfile",
5009 "which",
5010]
5011
5012[[package]]
5013name = "prost-derive"
5014version = "0.8.0"
5015source = "registry+https://github.com/rust-lang/crates.io-index"
5016checksum = "600d2f334aa05acb02a755e217ef1ab6dea4d51b58b7846588b747edec04efba"
5017dependencies = [
5018 "anyhow",
5019 "itertools",
5020 "proc-macro2",
5021 "quote",
5022 "syn 1.0.109",
5023]
5024
5025[[package]]
5026name = "prost-derive"
5027version = "0.9.0"
5028source = "registry+https://github.com/rust-lang/crates.io-index"
5029checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
5030dependencies = [
5031 "anyhow",
5032 "itertools",
5033 "proc-macro2",
5034 "quote",
5035 "syn 1.0.109",
5036]
5037
5038[[package]]
5039name = "prost-types"
5040version = "0.8.0"
5041source = "registry+https://github.com/rust-lang/crates.io-index"
5042checksum = "603bbd6394701d13f3f25aada59c7de9d35a6a5887cfc156181234a44002771b"
5043dependencies = [
5044 "bytes 1.4.0",
5045 "prost 0.8.0",
5046]
5047
5048[[package]]
5049name = "prost-types"
5050version = "0.9.0"
5051source = "registry+https://github.com/rust-lang/crates.io-index"
5052checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
5053dependencies = [
5054 "bytes 1.4.0",
5055 "prost 0.9.0",
5056]
5057
5058[[package]]
5059name = "protobuf"
5060version = "2.28.0"
5061source = "registry+https://github.com/rust-lang/crates.io-index"
5062checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
5063
5064[[package]]
5065name = "psm"
5066version = "0.1.21"
5067source = "registry+https://github.com/rust-lang/crates.io-index"
5068checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
5069dependencies = [
5070 "cc",
5071]
5072
5073[[package]]
5074name = "ptr_meta"
5075version = "0.1.4"
5076source = "registry+https://github.com/rust-lang/crates.io-index"
5077checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
5078dependencies = [
5079 "ptr_meta_derive",
5080]
5081
5082[[package]]
5083name = "ptr_meta_derive"
5084version = "0.1.4"
5085source = "registry+https://github.com/rust-lang/crates.io-index"
5086checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
5087dependencies = [
5088 "proc-macro2",
5089 "quote",
5090 "syn 1.0.109",
5091]
5092
5093[[package]]
5094name = "pulldown-cmark"
5095version = "0.9.2"
5096source = "registry+https://github.com/rust-lang/crates.io-index"
5097checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63"
5098dependencies = [
5099 "bitflags",
5100 "memchr",
5101 "unicase",
5102]
5103
5104[[package]]
5105name = "quick-xml"
5106version = "0.28.2"
5107source = "registry+https://github.com/rust-lang/crates.io-index"
5108checksum = "0ce5e73202a820a31f8a0ee32ada5e21029c81fd9e3ebf668a40832e4219d9d1"
5109dependencies = [
5110 "memchr",
5111]
5112
5113[[package]]
5114name = "quote"
5115version = "1.0.27"
5116source = "registry+https://github.com/rust-lang/crates.io-index"
5117checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500"
5118dependencies = [
5119 "proc-macro2",
5120]
5121
5122[[package]]
5123name = "rand"
5124version = "0.4.6"
5125source = "registry+https://github.com/rust-lang/crates.io-index"
5126checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
5127dependencies = [
5128 "fuchsia-cprng",
5129 "libc",
5130 "rand_core 0.3.1",
5131 "rdrand",
5132 "winapi 0.3.9",
5133]
5134
5135[[package]]
5136name = "rand"
5137version = "0.7.3"
5138source = "registry+https://github.com/rust-lang/crates.io-index"
5139checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
5140dependencies = [
5141 "getrandom 0.1.16",
5142 "libc",
5143 "rand_chacha 0.2.2",
5144 "rand_core 0.5.1",
5145 "rand_hc",
5146]
5147
5148[[package]]
5149name = "rand"
5150version = "0.8.5"
5151source = "registry+https://github.com/rust-lang/crates.io-index"
5152checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
5153dependencies = [
5154 "libc",
5155 "rand_chacha 0.3.1",
5156 "rand_core 0.6.4",
5157]
5158
5159[[package]]
5160name = "rand_chacha"
5161version = "0.2.2"
5162source = "registry+https://github.com/rust-lang/crates.io-index"
5163checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
5164dependencies = [
5165 "ppv-lite86",
5166 "rand_core 0.5.1",
5167]
5168
5169[[package]]
5170name = "rand_chacha"
5171version = "0.3.1"
5172source = "registry+https://github.com/rust-lang/crates.io-index"
5173checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
5174dependencies = [
5175 "ppv-lite86",
5176 "rand_core 0.6.4",
5177]
5178
5179[[package]]
5180name = "rand_core"
5181version = "0.3.1"
5182source = "registry+https://github.com/rust-lang/crates.io-index"
5183checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
5184dependencies = [
5185 "rand_core 0.4.2",
5186]
5187
5188[[package]]
5189name = "rand_core"
5190version = "0.4.2"
5191source = "registry+https://github.com/rust-lang/crates.io-index"
5192checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
5193
5194[[package]]
5195name = "rand_core"
5196version = "0.5.1"
5197source = "registry+https://github.com/rust-lang/crates.io-index"
5198checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
5199dependencies = [
5200 "getrandom 0.1.16",
5201]
5202
5203[[package]]
5204name = "rand_core"
5205version = "0.6.4"
5206source = "registry+https://github.com/rust-lang/crates.io-index"
5207checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
5208dependencies = [
5209 "getrandom 0.2.9",
5210]
5211
5212[[package]]
5213name = "rand_hc"
5214version = "0.2.0"
5215source = "registry+https://github.com/rust-lang/crates.io-index"
5216checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
5217dependencies = [
5218 "rand_core 0.5.1",
5219]
5220
5221[[package]]
5222name = "rayon"
5223version = "1.7.0"
5224source = "registry+https://github.com/rust-lang/crates.io-index"
5225checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
5226dependencies = [
5227 "either",
5228 "rayon-core",
5229]
5230
5231[[package]]
5232name = "rayon-core"
5233version = "1.11.0"
5234source = "registry+https://github.com/rust-lang/crates.io-index"
5235checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
5236dependencies = [
5237 "crossbeam-channel 0.5.8",
5238 "crossbeam-deque",
5239 "crossbeam-utils 0.8.15",
5240 "num_cpus",
5241]
5242
5243[[package]]
5244name = "rctree"
5245version = "0.3.3"
5246source = "registry+https://github.com/rust-lang/crates.io-index"
5247checksum = "be9e29cb19c8fe84169fcb07f8f11e66bc9e6e0280efd4715c54818296f8a4a8"
5248
5249[[package]]
5250name = "rdrand"
5251version = "0.4.0"
5252source = "registry+https://github.com/rust-lang/crates.io-index"
5253checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
5254dependencies = [
5255 "rand_core 0.3.1",
5256]
5257
5258[[package]]
5259name = "recent_projects"
5260version = "0.1.0"
5261dependencies = [
5262 "db",
5263 "editor",
5264 "fuzzy",
5265 "gpui",
5266 "language",
5267 "ordered-float",
5268 "picker",
5269 "postage",
5270 "settings",
5271 "smol",
5272 "text",
5273 "theme",
5274 "util",
5275 "workspace",
5276]
5277
5278[[package]]
5279name = "redox_syscall"
5280version = "0.2.16"
5281source = "registry+https://github.com/rust-lang/crates.io-index"
5282checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
5283dependencies = [
5284 "bitflags",
5285]
5286
5287[[package]]
5288name = "redox_syscall"
5289version = "0.3.5"
5290source = "registry+https://github.com/rust-lang/crates.io-index"
5291checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
5292dependencies = [
5293 "bitflags",
5294]
5295
5296[[package]]
5297name = "redox_users"
5298version = "0.4.3"
5299source = "registry+https://github.com/rust-lang/crates.io-index"
5300checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
5301dependencies = [
5302 "getrandom 0.2.9",
5303 "redox_syscall 0.2.16",
5304 "thiserror",
5305]
5306
5307[[package]]
5308name = "regalloc2"
5309version = "0.2.3"
5310source = "registry+https://github.com/rust-lang/crates.io-index"
5311checksum = "4a8d23b35d7177df3b9d31ed8a9ab4bf625c668be77a319d4f5efd4a5257701c"
5312dependencies = [
5313 "fxhash",
5314 "log",
5315 "slice-group-by",
5316 "smallvec",
5317]
5318
5319[[package]]
5320name = "regex"
5321version = "1.8.1"
5322source = "registry+https://github.com/rust-lang/crates.io-index"
5323checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
5324dependencies = [
5325 "aho-corasick 1.0.1",
5326 "memchr",
5327 "regex-syntax 0.7.1",
5328]
5329
5330[[package]]
5331name = "regex-automata"
5332version = "0.1.10"
5333source = "registry+https://github.com/rust-lang/crates.io-index"
5334checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
5335dependencies = [
5336 "regex-syntax 0.6.29",
5337]
5338
5339[[package]]
5340name = "regex-syntax"
5341version = "0.6.29"
5342source = "registry+https://github.com/rust-lang/crates.io-index"
5343checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
5344
5345[[package]]
5346name = "regex-syntax"
5347version = "0.7.1"
5348source = "registry+https://github.com/rust-lang/crates.io-index"
5349checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
5350
5351[[package]]
5352name = "region"
5353version = "2.2.0"
5354source = "registry+https://github.com/rust-lang/crates.io-index"
5355checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"
5356dependencies = [
5357 "bitflags",
5358 "libc",
5359 "mach",
5360 "winapi 0.3.9",
5361]
5362
5363[[package]]
5364name = "remove_dir_all"
5365version = "0.5.3"
5366source = "registry+https://github.com/rust-lang/crates.io-index"
5367checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
5368dependencies = [
5369 "winapi 0.3.9",
5370]
5371
5372[[package]]
5373name = "rend"
5374version = "0.4.0"
5375source = "registry+https://github.com/rust-lang/crates.io-index"
5376checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
5377dependencies = [
5378 "bytecheck",
5379]
5380
5381[[package]]
5382name = "reqwest"
5383version = "0.11.17"
5384source = "registry+https://github.com/rust-lang/crates.io-index"
5385checksum = "13293b639a097af28fc8a90f22add145a9c954e49d77da06263d58cf44d5fb91"
5386dependencies = [
5387 "base64 0.21.0",
5388 "bytes 1.4.0",
5389 "encoding_rs",
5390 "futures-core",
5391 "futures-util",
5392 "h2",
5393 "http",
5394 "http-body",
5395 "hyper",
5396 "hyper-tls",
5397 "ipnet",
5398 "js-sys",
5399 "log",
5400 "mime",
5401 "native-tls",
5402 "once_cell",
5403 "percent-encoding",
5404 "pin-project-lite 0.2.9",
5405 "serde",
5406 "serde_json",
5407 "serde_urlencoded",
5408 "tokio",
5409 "tokio-native-tls",
5410 "tower-service",
5411 "url",
5412 "wasm-bindgen",
5413 "wasm-bindgen-futures",
5414 "web-sys",
5415 "winreg",
5416]
5417
5418[[package]]
5419name = "resvg"
5420version = "0.14.1"
5421source = "registry+https://github.com/rust-lang/crates.io-index"
5422checksum = "09697862c5c3f940cbaffef91969c62188b5c8ed385b0aef43a5ff01ddc8000f"
5423dependencies = [
5424 "jpeg-decoder",
5425 "log",
5426 "pico-args",
5427 "png",
5428 "rgb",
5429 "svgfilters",
5430 "tiny-skia",
5431 "usvg",
5432]
5433
5434[[package]]
5435name = "rgb"
5436version = "0.8.36"
5437source = "registry+https://github.com/rust-lang/crates.io-index"
5438checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
5439dependencies = [
5440 "bytemuck",
5441]
5442
5443[[package]]
5444name = "ring"
5445version = "0.16.20"
5446source = "registry+https://github.com/rust-lang/crates.io-index"
5447checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
5448dependencies = [
5449 "cc",
5450 "libc",
5451 "once_cell",
5452 "spin 0.5.2",
5453 "untrusted",
5454 "web-sys",
5455 "winapi 0.3.9",
5456]
5457
5458[[package]]
5459name = "rkyv"
5460version = "0.7.41"
5461source = "registry+https://github.com/rust-lang/crates.io-index"
5462checksum = "21499ed91807f07ae081880aabb2ccc0235e9d88011867d984525e9a4c3cfa3e"
5463dependencies = [
5464 "bytecheck",
5465 "hashbrown 0.12.3",
5466 "ptr_meta",
5467 "rend",
5468 "rkyv_derive",
5469 "seahash",
5470]
5471
5472[[package]]
5473name = "rkyv_derive"
5474version = "0.7.41"
5475source = "registry+https://github.com/rust-lang/crates.io-index"
5476checksum = "ac1c672430eb41556291981f45ca900a0239ad007242d1cb4b4167af842db666"
5477dependencies = [
5478 "proc-macro2",
5479 "quote",
5480 "syn 1.0.109",
5481]
5482
5483[[package]]
5484name = "rmp"
5485version = "0.8.11"
5486source = "registry+https://github.com/rust-lang/crates.io-index"
5487checksum = "44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f"
5488dependencies = [
5489 "byteorder",
5490 "num-traits",
5491 "paste",
5492]
5493
5494[[package]]
5495name = "rmpv"
5496version = "1.0.0"
5497source = "registry+https://github.com/rust-lang/crates.io-index"
5498checksum = "de8813b3a2f95c5138fe5925bfb8784175d88d6bff059ba8ce090aa891319754"
5499dependencies = [
5500 "num-traits",
5501 "rmp",
5502]
5503
5504[[package]]
5505name = "rope"
5506version = "0.1.0"
5507dependencies = [
5508 "arrayvec 0.7.2",
5509 "bromberg_sl2",
5510 "gpui",
5511 "log",
5512 "rand 0.8.5",
5513 "smallvec",
5514 "sum_tree",
5515 "util",
5516]
5517
5518[[package]]
5519name = "roxmltree"
5520version = "0.14.1"
5521source = "registry+https://github.com/rust-lang/crates.io-index"
5522checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
5523dependencies = [
5524 "xmlparser",
5525]
5526
5527[[package]]
5528name = "rpc"
5529version = "0.1.0"
5530dependencies = [
5531 "anyhow",
5532 "async-lock",
5533 "async-tungstenite",
5534 "base64 0.13.1",
5535 "clock",
5536 "collections",
5537 "ctor",
5538 "env_logger 0.9.3",
5539 "futures 0.3.28",
5540 "gpui",
5541 "parking_lot 0.11.2",
5542 "prost 0.8.0",
5543 "prost-build",
5544 "rand 0.8.5",
5545 "rsa",
5546 "serde",
5547 "serde_derive",
5548 "smol",
5549 "smol-timeout",
5550 "tempdir",
5551 "tracing",
5552 "util",
5553 "zstd",
5554]
5555
5556[[package]]
5557name = "rsa"
5558version = "0.4.1"
5559source = "registry+https://github.com/rust-lang/crates.io-index"
5560checksum = "7b0aeddcca1082112a6eeb43bf25fd7820b066aaf6eaef776e19d0a1febe38fe"
5561dependencies = [
5562 "byteorder",
5563 "digest 0.9.0",
5564 "lazy_static",
5565 "num-bigint-dig",
5566 "num-integer",
5567 "num-iter",
5568 "num-traits",
5569 "pem",
5570 "rand 0.8.5",
5571 "simple_asn1",
5572 "subtle",
5573 "zeroize",
5574]
5575
5576[[package]]
5577name = "rust-embed"
5578version = "6.6.1"
5579source = "registry+https://github.com/rust-lang/crates.io-index"
5580checksum = "1b68543d5527e158213414a92832d2aab11a84d2571a5eb021ebe22c43aab066"
5581dependencies = [
5582 "rust-embed-impl",
5583 "rust-embed-utils",
5584 "walkdir",
5585]
5586
5587[[package]]
5588name = "rust-embed-impl"
5589version = "6.5.0"
5590source = "registry+https://github.com/rust-lang/crates.io-index"
5591checksum = "4d4e0f0ced47ded9a68374ac145edd65a6c1fa13a96447b873660b2a568a0fd7"
5592dependencies = [
5593 "proc-macro2",
5594 "quote",
5595 "rust-embed-utils",
5596 "syn 1.0.109",
5597 "walkdir",
5598]
5599
5600[[package]]
5601name = "rust-embed-utils"
5602version = "7.5.0"
5603source = "registry+https://github.com/rust-lang/crates.io-index"
5604checksum = "512b0ab6853f7e14e3c8754acb43d6f748bb9ced66aa5915a6553ac8213f7731"
5605dependencies = [
5606 "globset",
5607 "sha2 0.10.6",
5608 "walkdir",
5609]
5610
5611[[package]]
5612name = "rust_decimal"
5613version = "1.29.1"
5614source = "registry+https://github.com/rust-lang/crates.io-index"
5615checksum = "26bd36b60561ee1fb5ec2817f198b6fd09fa571c897a5e86d1487cfc2b096dfc"
5616dependencies = [
5617 "arrayvec 0.7.2",
5618 "borsh",
5619 "bytecheck",
5620 "byteorder",
5621 "bytes 1.4.0",
5622 "num-traits",
5623 "rand 0.8.5",
5624 "rkyv",
5625 "serde",
5626 "serde_json",
5627]
5628
5629[[package]]
5630name = "rustc-demangle"
5631version = "0.1.23"
5632source = "registry+https://github.com/rust-lang/crates.io-index"
5633checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
5634
5635[[package]]
5636name = "rustc-hash"
5637version = "1.1.0"
5638source = "registry+https://github.com/rust-lang/crates.io-index"
5639checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
5640
5641[[package]]
5642name = "rustc_version"
5643version = "0.3.3"
5644source = "registry+https://github.com/rust-lang/crates.io-index"
5645checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
5646dependencies = [
5647 "semver",
5648]
5649
5650[[package]]
5651name = "rustix"
5652version = "0.33.7"
5653source = "registry+https://github.com/rust-lang/crates.io-index"
5654checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"
5655dependencies = [
5656 "bitflags",
5657 "errno 0.2.8",
5658 "io-lifetimes 0.5.3",
5659 "itoa",
5660 "libc",
5661 "linux-raw-sys 0.0.42",
5662 "once_cell",
5663 "winapi 0.3.9",
5664]
5665
5666[[package]]
5667name = "rustix"
5668version = "0.37.19"
5669source = "registry+https://github.com/rust-lang/crates.io-index"
5670checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
5671dependencies = [
5672 "bitflags",
5673 "errno 0.3.1",
5674 "io-lifetimes 1.0.10",
5675 "libc",
5676 "linux-raw-sys 0.3.7",
5677 "windows-sys 0.48.0",
5678]
5679
5680[[package]]
5681name = "rustls"
5682version = "0.19.1"
5683source = "registry+https://github.com/rust-lang/crates.io-index"
5684checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
5685dependencies = [
5686 "base64 0.13.1",
5687 "log",
5688 "ring",
5689 "sct 0.6.1",
5690 "webpki 0.21.4",
5691]
5692
5693[[package]]
5694name = "rustls"
5695version = "0.20.8"
5696source = "registry+https://github.com/rust-lang/crates.io-index"
5697checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
5698dependencies = [
5699 "log",
5700 "ring",
5701 "sct 0.7.0",
5702 "webpki 0.22.0",
5703]
5704
5705[[package]]
5706name = "rustls-pemfile"
5707version = "1.0.2"
5708source = "registry+https://github.com/rust-lang/crates.io-index"
5709checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
5710dependencies = [
5711 "base64 0.21.0",
5712]
5713
5714[[package]]
5715name = "rustversion"
5716version = "1.0.12"
5717source = "registry+https://github.com/rust-lang/crates.io-index"
5718checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
5719
5720[[package]]
5721name = "rustybuzz"
5722version = "0.3.0"
5723source = "registry+https://github.com/rust-lang/crates.io-index"
5724checksum = "0ab463a295d00f3692e0974a0bfd83c7a9bcd119e27e07c2beecdb1b44a09d10"
5725dependencies = [
5726 "bitflags",
5727 "bytemuck",
5728 "smallvec",
5729 "ttf-parser 0.9.0",
5730 "unicode-bidi-mirroring",
5731 "unicode-ccc",
5732 "unicode-general-category",
5733 "unicode-script",
5734]
5735
5736[[package]]
5737name = "ryu"
5738version = "1.0.13"
5739source = "registry+https://github.com/rust-lang/crates.io-index"
5740checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
5741
5742[[package]]
5743name = "safe_arch"
5744version = "0.5.2"
5745source = "registry+https://github.com/rust-lang/crates.io-index"
5746checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05"
5747dependencies = [
5748 "bytemuck",
5749]
5750
5751[[package]]
5752name = "safemem"
5753version = "0.3.3"
5754source = "registry+https://github.com/rust-lang/crates.io-index"
5755checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
5756
5757[[package]]
5758name = "salsa20"
5759version = "0.8.1"
5760source = "registry+https://github.com/rust-lang/crates.io-index"
5761checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"
5762dependencies = [
5763 "cipher",
5764]
5765
5766[[package]]
5767name = "same-file"
5768version = "1.0.6"
5769source = "registry+https://github.com/rust-lang/crates.io-index"
5770checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
5771dependencies = [
5772 "winapi-util",
5773]
5774
5775[[package]]
5776name = "schannel"
5777version = "0.1.21"
5778source = "registry+https://github.com/rust-lang/crates.io-index"
5779checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
5780dependencies = [
5781 "windows-sys 0.42.0",
5782]
5783
5784[[package]]
5785name = "schemars"
5786version = "0.8.12"
5787source = "registry+https://github.com/rust-lang/crates.io-index"
5788checksum = "02c613288622e5f0c3fdc5dbd4db1c5fbe752746b1d1a56a0630b78fd00de44f"
5789dependencies = [
5790 "dyn-clone",
5791 "schemars_derive",
5792 "serde",
5793 "serde_json",
5794]
5795
5796[[package]]
5797name = "schemars_derive"
5798version = "0.8.12"
5799source = "registry+https://github.com/rust-lang/crates.io-index"
5800checksum = "109da1e6b197438deb6db99952990c7f959572794b80ff93707d55a232545e7c"
5801dependencies = [
5802 "proc-macro2",
5803 "quote",
5804 "serde_derive_internals",
5805 "syn 1.0.109",
5806]
5807
5808[[package]]
5809name = "scoped_threadpool"
5810version = "0.1.9"
5811source = "registry+https://github.com/rust-lang/crates.io-index"
5812checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
5813
5814[[package]]
5815name = "scopeguard"
5816version = "1.1.0"
5817source = "registry+https://github.com/rust-lang/crates.io-index"
5818checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
5819
5820[[package]]
5821name = "scratch"
5822version = "1.0.5"
5823source = "registry+https://github.com/rust-lang/crates.io-index"
5824checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
5825
5826[[package]]
5827name = "scrypt"
5828version = "0.7.0"
5829source = "registry+https://github.com/rust-lang/crates.io-index"
5830checksum = "879588d8f90906e73302547e20fffefdd240eb3e0e744e142321f5d49dea0518"
5831dependencies = [
5832 "base64ct",
5833 "hmac 0.11.0",
5834 "password-hash",
5835 "pbkdf2",
5836 "salsa20",
5837 "sha2 0.9.9",
5838]
5839
5840[[package]]
5841name = "sct"
5842version = "0.6.1"
5843source = "registry+https://github.com/rust-lang/crates.io-index"
5844checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
5845dependencies = [
5846 "ring",
5847 "untrusted",
5848]
5849
5850[[package]]
5851name = "sct"
5852version = "0.7.0"
5853source = "registry+https://github.com/rust-lang/crates.io-index"
5854checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
5855dependencies = [
5856 "ring",
5857 "untrusted",
5858]
5859
5860[[package]]
5861name = "sea-orm"
5862version = "0.10.5"
5863source = "git+https://github.com/zed-industries/sea-orm?rev=18f4c691085712ad014a51792af75a9044bacee6#18f4c691085712ad014a51792af75a9044bacee6"
5864dependencies = [
5865 "async-stream",
5866 "async-trait",
5867 "chrono",
5868 "futures 0.3.28",
5869 "futures-util",
5870 "log",
5871 "ouroboros",
5872 "rust_decimal",
5873 "sea-orm-macros",
5874 "sea-query",
5875 "sea-query-binder",
5876 "sea-strum",
5877 "serde",
5878 "serde_json",
5879 "sqlx",
5880 "thiserror",
5881 "time 0.3.21",
5882 "tracing",
5883 "url",
5884 "uuid 1.3.2",
5885]
5886
5887[[package]]
5888name = "sea-orm-macros"
5889version = "0.10.5"
5890source = "git+https://github.com/zed-industries/sea-orm?rev=18f4c691085712ad014a51792af75a9044bacee6#18f4c691085712ad014a51792af75a9044bacee6"
5891dependencies = [
5892 "bae",
5893 "heck 0.3.3",
5894 "proc-macro2",
5895 "quote",
5896 "syn 1.0.109",
5897]
5898
5899[[package]]
5900name = "sea-query"
5901version = "0.27.2"
5902source = "registry+https://github.com/rust-lang/crates.io-index"
5903checksum = "a4f0fc4d8e44e1d51c739a68d336252a18bc59553778075d5e32649be6ec92ed"
5904dependencies = [
5905 "chrono",
5906 "rust_decimal",
5907 "sea-query-derive",
5908 "serde_json",
5909 "time 0.3.21",
5910 "uuid 1.3.2",
5911]
5912
5913[[package]]
5914name = "sea-query-binder"
5915version = "0.2.2"
5916source = "registry+https://github.com/rust-lang/crates.io-index"
5917checksum = "9c2585b89c985cfacfe0ec9fc9e7bb055b776c1a2581c4e3c6185af2b8bf8865"
5918dependencies = [
5919 "chrono",
5920 "rust_decimal",
5921 "sea-query",
5922 "serde_json",
5923 "sqlx",
5924 "time 0.3.21",
5925 "uuid 1.3.2",
5926]
5927
5928[[package]]
5929name = "sea-query-derive"
5930version = "0.2.0"
5931source = "registry+https://github.com/rust-lang/crates.io-index"
5932checksum = "34cdc022b4f606353fe5dc85b09713a04e433323b70163e81513b141c6ae6eb5"
5933dependencies = [
5934 "heck 0.3.3",
5935 "proc-macro2",
5936 "quote",
5937 "syn 1.0.109",
5938 "thiserror",
5939]
5940
5941[[package]]
5942name = "sea-strum"
5943version = "0.23.0"
5944source = "registry+https://github.com/rust-lang/crates.io-index"
5945checksum = "391d06a6007842cfe79ac6f7f53911b76dfd69fc9a6769f1cf6569d12ce20e1b"
5946dependencies = [
5947 "sea-strum_macros",
5948]
5949
5950[[package]]
5951name = "sea-strum_macros"
5952version = "0.23.0"
5953source = "registry+https://github.com/rust-lang/crates.io-index"
5954checksum = "69b4397b825df6ccf1e98bcdabef3bbcfc47ff5853983467850eeab878384f21"
5955dependencies = [
5956 "heck 0.3.3",
5957 "proc-macro2",
5958 "quote",
5959 "rustversion",
5960 "syn 1.0.109",
5961]
5962
5963[[package]]
5964name = "seahash"
5965version = "4.1.0"
5966source = "registry+https://github.com/rust-lang/crates.io-index"
5967checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
5968
5969[[package]]
5970name = "search"
5971version = "0.1.0"
5972dependencies = [
5973 "anyhow",
5974 "client",
5975 "collections",
5976 "editor",
5977 "futures 0.3.28",
5978 "globset",
5979 "gpui",
5980 "language",
5981 "log",
5982 "menu",
5983 "postage",
5984 "project",
5985 "serde",
5986 "serde_derive",
5987 "serde_json",
5988 "settings",
5989 "smallvec",
5990 "smol",
5991 "theme",
5992 "unindent",
5993 "util",
5994 "workspace",
5995]
5996
5997[[package]]
5998name = "security-framework"
5999version = "2.8.2"
6000source = "registry+https://github.com/rust-lang/crates.io-index"
6001checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
6002dependencies = [
6003 "bitflags",
6004 "core-foundation",
6005 "core-foundation-sys",
6006 "libc",
6007 "security-framework-sys",
6008]
6009
6010[[package]]
6011name = "security-framework-sys"
6012version = "2.8.0"
6013source = "registry+https://github.com/rust-lang/crates.io-index"
6014checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
6015dependencies = [
6016 "core-foundation-sys",
6017 "libc",
6018]
6019
6020[[package]]
6021name = "semver"
6022version = "0.11.0"
6023source = "registry+https://github.com/rust-lang/crates.io-index"
6024checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
6025dependencies = [
6026 "semver-parser",
6027]
6028
6029[[package]]
6030name = "semver-parser"
6031version = "0.10.2"
6032source = "registry+https://github.com/rust-lang/crates.io-index"
6033checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
6034dependencies = [
6035 "pest",
6036]
6037
6038[[package]]
6039name = "seq-macro"
6040version = "0.2.2"
6041source = "registry+https://github.com/rust-lang/crates.io-index"
6042checksum = "5a9f47faea3cad316faa914d013d24f471cd90bfca1a0c70f05a3f42c6441e99"
6043
6044[[package]]
6045name = "serde"
6046version = "1.0.162"
6047source = "registry+https://github.com/rust-lang/crates.io-index"
6048checksum = "71b2f6e1ab5c2b98c05f0f35b236b22e8df7ead6ffbf51d7808da7f8817e7ab6"
6049dependencies = [
6050 "serde_derive",
6051]
6052
6053[[package]]
6054name = "serde_derive"
6055version = "1.0.162"
6056source = "registry+https://github.com/rust-lang/crates.io-index"
6057checksum = "a2a0814352fd64b58489904a44ea8d90cb1a91dcb6b4f5ebabc32c8318e93cb6"
6058dependencies = [
6059 "proc-macro2",
6060 "quote",
6061 "syn 2.0.15",
6062]
6063
6064[[package]]
6065name = "serde_derive_internals"
6066version = "0.26.0"
6067source = "registry+https://github.com/rust-lang/crates.io-index"
6068checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
6069dependencies = [
6070 "proc-macro2",
6071 "quote",
6072 "syn 1.0.109",
6073]
6074
6075[[package]]
6076name = "serde_fmt"
6077version = "1.0.3"
6078source = "registry+https://github.com/rust-lang/crates.io-index"
6079checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
6080dependencies = [
6081 "serde",
6082]
6083
6084[[package]]
6085name = "serde_json"
6086version = "1.0.96"
6087source = "registry+https://github.com/rust-lang/crates.io-index"
6088checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
6089dependencies = [
6090 "indexmap",
6091 "itoa",
6092 "ryu",
6093 "serde",
6094]
6095
6096[[package]]
6097name = "serde_repr"
6098version = "0.1.12"
6099source = "registry+https://github.com/rust-lang/crates.io-index"
6100checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab"
6101dependencies = [
6102 "proc-macro2",
6103 "quote",
6104 "syn 2.0.15",
6105]
6106
6107[[package]]
6108name = "serde_urlencoded"
6109version = "0.7.1"
6110source = "registry+https://github.com/rust-lang/crates.io-index"
6111checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
6112dependencies = [
6113 "form_urlencoded",
6114 "itoa",
6115 "ryu",
6116 "serde",
6117]
6118
6119[[package]]
6120name = "serde_yaml"
6121version = "0.8.26"
6122source = "registry+https://github.com/rust-lang/crates.io-index"
6123checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
6124dependencies = [
6125 "indexmap",
6126 "ryu",
6127 "serde",
6128 "yaml-rust",
6129]
6130
6131[[package]]
6132name = "settings"
6133version = "0.1.0"
6134dependencies = [
6135 "anyhow",
6136 "assets",
6137 "collections",
6138 "fs",
6139 "futures 0.3.28",
6140 "gpui",
6141 "json_comments",
6142 "lazy_static",
6143 "postage",
6144 "pretty_assertions",
6145 "schemars",
6146 "serde",
6147 "serde_derive",
6148 "serde_json",
6149 "smallvec",
6150 "sqlez",
6151 "staff_mode",
6152 "toml",
6153 "tree-sitter",
6154 "tree-sitter-json 0.19.0",
6155 "unindent",
6156 "util",
6157]
6158
6159[[package]]
6160name = "sha-1"
6161version = "0.9.8"
6162source = "registry+https://github.com/rust-lang/crates.io-index"
6163checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
6164dependencies = [
6165 "block-buffer 0.9.0",
6166 "cfg-if 1.0.0",
6167 "cpufeatures",
6168 "digest 0.9.0",
6169 "opaque-debug",
6170]
6171
6172[[package]]
6173name = "sha-1"
6174version = "0.10.1"
6175source = "registry+https://github.com/rust-lang/crates.io-index"
6176checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
6177dependencies = [
6178 "cfg-if 1.0.0",
6179 "cpufeatures",
6180 "digest 0.10.6",
6181]
6182
6183[[package]]
6184name = "sha1"
6185version = "0.10.5"
6186source = "registry+https://github.com/rust-lang/crates.io-index"
6187checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
6188dependencies = [
6189 "cfg-if 1.0.0",
6190 "cpufeatures",
6191 "digest 0.10.6",
6192]
6193
6194[[package]]
6195name = "sha2"
6196version = "0.9.9"
6197source = "registry+https://github.com/rust-lang/crates.io-index"
6198checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
6199dependencies = [
6200 "block-buffer 0.9.0",
6201 "cfg-if 1.0.0",
6202 "cpufeatures",
6203 "digest 0.9.0",
6204 "opaque-debug",
6205]
6206
6207[[package]]
6208name = "sha2"
6209version = "0.10.6"
6210source = "registry+https://github.com/rust-lang/crates.io-index"
6211checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
6212dependencies = [
6213 "cfg-if 1.0.0",
6214 "cpufeatures",
6215 "digest 0.10.6",
6216]
6217
6218[[package]]
6219name = "sharded-slab"
6220version = "0.1.4"
6221source = "registry+https://github.com/rust-lang/crates.io-index"
6222checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
6223dependencies = [
6224 "lazy_static",
6225]
6226
6227[[package]]
6228name = "shellexpand"
6229version = "2.1.2"
6230source = "registry+https://github.com/rust-lang/crates.io-index"
6231checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
6232dependencies = [
6233 "dirs 4.0.0",
6234]
6235
6236[[package]]
6237name = "shlex"
6238version = "1.1.0"
6239source = "registry+https://github.com/rust-lang/crates.io-index"
6240checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
6241
6242[[package]]
6243name = "signal-hook"
6244version = "0.3.15"
6245source = "registry+https://github.com/rust-lang/crates.io-index"
6246checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
6247dependencies = [
6248 "libc",
6249 "signal-hook-registry",
6250]
6251
6252[[package]]
6253name = "signal-hook-mio"
6254version = "0.2.3"
6255source = "registry+https://github.com/rust-lang/crates.io-index"
6256checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
6257dependencies = [
6258 "libc",
6259 "mio 0.6.23",
6260 "mio-uds",
6261 "signal-hook",
6262]
6263
6264[[package]]
6265name = "signal-hook-registry"
6266version = "1.4.1"
6267source = "registry+https://github.com/rust-lang/crates.io-index"
6268checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
6269dependencies = [
6270 "libc",
6271]
6272
6273[[package]]
6274name = "simdutf8"
6275version = "0.1.4"
6276source = "registry+https://github.com/rust-lang/crates.io-index"
6277checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
6278
6279[[package]]
6280name = "similar"
6281version = "1.3.0"
6282source = "registry+https://github.com/rust-lang/crates.io-index"
6283checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
6284
6285[[package]]
6286name = "simple_asn1"
6287version = "0.5.4"
6288source = "registry+https://github.com/rust-lang/crates.io-index"
6289checksum = "8eb4ea60fb301dc81dfc113df680571045d375ab7345d171c5dc7d7e13107a80"
6290dependencies = [
6291 "chrono",
6292 "num-bigint",
6293 "num-traits",
6294 "thiserror",
6295]
6296
6297[[package]]
6298name = "simplecss"
6299version = "0.2.1"
6300source = "registry+https://github.com/rust-lang/crates.io-index"
6301checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
6302dependencies = [
6303 "log",
6304]
6305
6306[[package]]
6307name = "simplelog"
6308version = "0.9.0"
6309source = "registry+https://github.com/rust-lang/crates.io-index"
6310checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
6311dependencies = [
6312 "chrono",
6313 "log",
6314 "termcolor",
6315]
6316
6317[[package]]
6318name = "siphasher"
6319version = "0.2.3"
6320source = "registry+https://github.com/rust-lang/crates.io-index"
6321checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
6322
6323[[package]]
6324name = "slab"
6325version = "0.4.8"
6326source = "registry+https://github.com/rust-lang/crates.io-index"
6327checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
6328dependencies = [
6329 "autocfg 1.1.0",
6330]
6331
6332[[package]]
6333name = "slice-group-by"
6334version = "0.3.1"
6335source = "registry+https://github.com/rust-lang/crates.io-index"
6336checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
6337
6338[[package]]
6339name = "sluice"
6340version = "0.5.5"
6341source = "registry+https://github.com/rust-lang/crates.io-index"
6342checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
6343dependencies = [
6344 "async-channel",
6345 "futures-core",
6346 "futures-io",
6347]
6348
6349[[package]]
6350name = "smallvec"
6351version = "1.10.0"
6352source = "registry+https://github.com/rust-lang/crates.io-index"
6353checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
6354
6355[[package]]
6356name = "smol"
6357version = "1.3.0"
6358source = "registry+https://github.com/rust-lang/crates.io-index"
6359checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
6360dependencies = [
6361 "async-channel",
6362 "async-executor",
6363 "async-fs",
6364 "async-io",
6365 "async-lock",
6366 "async-net",
6367 "async-process",
6368 "blocking",
6369 "futures-lite",
6370]
6371
6372[[package]]
6373name = "smol-timeout"
6374version = "0.6.0"
6375source = "registry+https://github.com/rust-lang/crates.io-index"
6376checksum = "847d777e2c6c166bad26264479e80a9820f3d364fcb4a0e23cd57bbfa8e94961"
6377dependencies = [
6378 "async-io",
6379 "pin-project-lite 0.1.12",
6380]
6381
6382[[package]]
6383name = "snippet"
6384version = "0.1.0"
6385dependencies = [
6386 "anyhow",
6387 "smallvec",
6388]
6389
6390[[package]]
6391name = "socket2"
6392version = "0.4.9"
6393source = "registry+https://github.com/rust-lang/crates.io-index"
6394checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
6395dependencies = [
6396 "libc",
6397 "winapi 0.3.9",
6398]
6399
6400[[package]]
6401name = "spin"
6402version = "0.5.2"
6403source = "registry+https://github.com/rust-lang/crates.io-index"
6404checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
6405
6406[[package]]
6407name = "spin"
6408version = "0.9.8"
6409source = "registry+https://github.com/rust-lang/crates.io-index"
6410checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
6411dependencies = [
6412 "lock_api",
6413]
6414
6415[[package]]
6416name = "spsc-buffer"
6417version = "0.1.1"
6418source = "registry+https://github.com/rust-lang/crates.io-index"
6419checksum = "be6c3f39c37a4283ee4b43d1311c828f2e1fb0541e76ea0cb1a2abd9ef2f5b3b"
6420
6421[[package]]
6422name = "sqlez"
6423version = "0.1.0"
6424dependencies = [
6425 "anyhow",
6426 "futures 0.3.28",
6427 "indoc",
6428 "lazy_static",
6429 "libsqlite3-sys",
6430 "parking_lot 0.11.2",
6431 "smol",
6432 "thread_local",
6433 "uuid 1.3.2",
6434]
6435
6436[[package]]
6437name = "sqlez_macros"
6438version = "0.1.0"
6439dependencies = [
6440 "lazy_static",
6441 "proc-macro2",
6442 "quote",
6443 "sqlez",
6444 "sqlformat",
6445 "syn 1.0.109",
6446]
6447
6448[[package]]
6449name = "sqlformat"
6450version = "0.2.1"
6451source = "registry+https://github.com/rust-lang/crates.io-index"
6452checksum = "0c12bc9199d1db8234678b7051747c07f517cdcf019262d1847b94ec8b1aee3e"
6453dependencies = [
6454 "itertools",
6455 "nom",
6456 "unicode_categories",
6457]
6458
6459[[package]]
6460name = "sqlx"
6461version = "0.6.3"
6462source = "registry+https://github.com/rust-lang/crates.io-index"
6463checksum = "f8de3b03a925878ed54a954f621e64bf55a3c1bd29652d0d1a17830405350188"
6464dependencies = [
6465 "sqlx-core",
6466 "sqlx-macros",
6467]
6468
6469[[package]]
6470name = "sqlx-core"
6471version = "0.6.3"
6472source = "registry+https://github.com/rust-lang/crates.io-index"
6473checksum = "fa8241483a83a3f33aa5fff7e7d9def398ff9990b2752b6c6112b83c6d246029"
6474dependencies = [
6475 "ahash 0.7.6",
6476 "atoi",
6477 "base64 0.13.1",
6478 "bitflags",
6479 "byteorder",
6480 "bytes 1.4.0",
6481 "chrono",
6482 "crc",
6483 "crossbeam-queue",
6484 "dirs 4.0.0",
6485 "dotenvy",
6486 "either",
6487 "event-listener",
6488 "flume",
6489 "futures-channel",
6490 "futures-core",
6491 "futures-executor",
6492 "futures-intrusive",
6493 "futures-util",
6494 "hashlink",
6495 "hex",
6496 "hkdf",
6497 "hmac 0.12.1",
6498 "indexmap",
6499 "itoa",
6500 "libc",
6501 "libsqlite3-sys",
6502 "log",
6503 "md-5",
6504 "memchr",
6505 "num-bigint",
6506 "once_cell",
6507 "paste",
6508 "percent-encoding",
6509 "rand 0.8.5",
6510 "rust_decimal",
6511 "rustls 0.20.8",
6512 "rustls-pemfile",
6513 "serde",
6514 "serde_json",
6515 "sha1",
6516 "sha2 0.10.6",
6517 "smallvec",
6518 "sqlformat",
6519 "sqlx-rt",
6520 "stringprep",
6521 "thiserror",
6522 "time 0.3.21",
6523 "tokio-stream",
6524 "url",
6525 "uuid 1.3.2",
6526 "webpki-roots 0.22.6",
6527 "whoami",
6528]
6529
6530[[package]]
6531name = "sqlx-macros"
6532version = "0.6.3"
6533source = "registry+https://github.com/rust-lang/crates.io-index"
6534checksum = "9966e64ae989e7e575b19d7265cb79d7fc3cbbdf179835cb0d716f294c2049c9"
6535dependencies = [
6536 "dotenvy",
6537 "either",
6538 "heck 0.4.1",
6539 "once_cell",
6540 "proc-macro2",
6541 "quote",
6542 "serde_json",
6543 "sha2 0.10.6",
6544 "sqlx-core",
6545 "sqlx-rt",
6546 "syn 1.0.109",
6547 "url",
6548]
6549
6550[[package]]
6551name = "sqlx-rt"
6552version = "0.6.3"
6553source = "registry+https://github.com/rust-lang/crates.io-index"
6554checksum = "804d3f245f894e61b1e6263c84b23ca675d96753b5abfd5cc8597d86806e8024"
6555dependencies = [
6556 "once_cell",
6557 "tokio",
6558 "tokio-rustls",
6559]
6560
6561[[package]]
6562name = "stable_deref_trait"
6563version = "1.2.0"
6564source = "registry+https://github.com/rust-lang/crates.io-index"
6565checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
6566
6567[[package]]
6568name = "staff_mode"
6569version = "0.1.0"
6570dependencies = [
6571 "anyhow",
6572 "gpui",
6573]
6574
6575[[package]]
6576name = "static_assertions"
6577version = "1.1.0"
6578source = "registry+https://github.com/rust-lang/crates.io-index"
6579checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
6580
6581[[package]]
6582name = "stringprep"
6583version = "0.1.2"
6584source = "registry+https://github.com/rust-lang/crates.io-index"
6585checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
6586dependencies = [
6587 "unicode-bidi",
6588 "unicode-normalization",
6589]
6590
6591[[package]]
6592name = "strsim"
6593version = "0.8.0"
6594source = "registry+https://github.com/rust-lang/crates.io-index"
6595checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
6596
6597[[package]]
6598name = "strsim"
6599version = "0.10.0"
6600source = "registry+https://github.com/rust-lang/crates.io-index"
6601checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
6602
6603[[package]]
6604name = "subtle"
6605version = "2.4.1"
6606source = "registry+https://github.com/rust-lang/crates.io-index"
6607checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
6608
6609[[package]]
6610name = "sum_tree"
6611version = "0.1.0"
6612dependencies = [
6613 "arrayvec 0.7.2",
6614 "ctor",
6615 "env_logger 0.9.3",
6616 "log",
6617 "rand 0.8.5",
6618]
6619
6620[[package]]
6621name = "sval"
6622version = "1.0.0-alpha.5"
6623source = "registry+https://github.com/rust-lang/crates.io-index"
6624checksum = "45f6ee7c7b87caf59549e9fe45d6a69c75c8019e79e212a835c5da0e92f0ba08"
6625dependencies = [
6626 "serde",
6627]
6628
6629[[package]]
6630name = "svg_fmt"
6631version = "0.4.1"
6632source = "registry+https://github.com/rust-lang/crates.io-index"
6633checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
6634
6635[[package]]
6636name = "svgfilters"
6637version = "0.3.0"
6638source = "registry+https://github.com/rust-lang/crates.io-index"
6639checksum = "fb0dce2fee79ac40c21dafba48565ff7a5fa275e23ffe9ce047a40c9574ba34e"
6640dependencies = [
6641 "float-cmp",
6642 "rgb",
6643]
6644
6645[[package]]
6646name = "svgtypes"
6647version = "0.5.0"
6648source = "registry+https://github.com/rust-lang/crates.io-index"
6649checksum = "9c536faaff1a10837cfe373142583f6e27d81e96beba339147e77b67c9f260ff"
6650dependencies = [
6651 "float-cmp",
6652 "siphasher",
6653]
6654
6655[[package]]
6656name = "syn"
6657version = "1.0.109"
6658source = "registry+https://github.com/rust-lang/crates.io-index"
6659checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
6660dependencies = [
6661 "proc-macro2",
6662 "quote",
6663 "unicode-ident",
6664]
6665
6666[[package]]
6667name = "syn"
6668version = "2.0.15"
6669source = "registry+https://github.com/rust-lang/crates.io-index"
6670checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
6671dependencies = [
6672 "proc-macro2",
6673 "quote",
6674 "unicode-ident",
6675]
6676
6677[[package]]
6678name = "sync_wrapper"
6679version = "0.1.2"
6680source = "registry+https://github.com/rust-lang/crates.io-index"
6681checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
6682
6683[[package]]
6684name = "sys-info"
6685version = "0.9.1"
6686source = "registry+https://github.com/rust-lang/crates.io-index"
6687checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
6688dependencies = [
6689 "cc",
6690 "libc",
6691]
6692
6693[[package]]
6694name = "sysinfo"
6695version = "0.27.8"
6696source = "registry+https://github.com/rust-lang/crates.io-index"
6697checksum = "a902e9050fca0a5d6877550b769abd2bd1ce8c04634b941dbe2809735e1a1e33"
6698dependencies = [
6699 "cfg-if 1.0.0",
6700 "core-foundation-sys",
6701 "libc",
6702 "ntapi 0.4.1",
6703 "once_cell",
6704 "rayon",
6705 "winapi 0.3.9",
6706]
6707
6708[[package]]
6709name = "system-interface"
6710version = "0.20.0"
6711source = "registry+https://github.com/rust-lang/crates.io-index"
6712checksum = "1e09bb3fb4e02ec4b87e182ea9718fadbc0fa3e50085b40a9af9690572b67f9e"
6713dependencies = [
6714 "atty",
6715 "bitflags",
6716 "cap-fs-ext",
6717 "cap-std",
6718 "io-lifetimes 0.5.3",
6719 "rustix 0.33.7",
6720 "winapi 0.3.9",
6721 "winx",
6722]
6723
6724[[package]]
6725name = "take-until"
6726version = "0.2.0"
6727source = "registry+https://github.com/rust-lang/crates.io-index"
6728checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
6729
6730[[package]]
6731name = "target-lexicon"
6732version = "0.12.7"
6733source = "registry+https://github.com/rust-lang/crates.io-index"
6734checksum = "fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5"
6735
6736[[package]]
6737name = "tempdir"
6738version = "0.3.7"
6739source = "registry+https://github.com/rust-lang/crates.io-index"
6740checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
6741dependencies = [
6742 "rand 0.4.6",
6743 "remove_dir_all",
6744]
6745
6746[[package]]
6747name = "tempfile"
6748version = "3.5.0"
6749source = "registry+https://github.com/rust-lang/crates.io-index"
6750checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
6751dependencies = [
6752 "cfg-if 1.0.0",
6753 "fastrand",
6754 "redox_syscall 0.3.5",
6755 "rustix 0.37.19",
6756 "windows-sys 0.45.0",
6757]
6758
6759[[package]]
6760name = "termcolor"
6761version = "1.1.3"
6762source = "registry+https://github.com/rust-lang/crates.io-index"
6763checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
6764dependencies = [
6765 "winapi-util",
6766]
6767
6768[[package]]
6769name = "terminal"
6770version = "0.1.0"
6771dependencies = [
6772 "alacritty_terminal",
6773 "anyhow",
6774 "db",
6775 "dirs 4.0.0",
6776 "futures 0.3.28",
6777 "gpui",
6778 "itertools",
6779 "lazy_static",
6780 "libc",
6781 "mio-extras",
6782 "ordered-float",
6783 "procinfo",
6784 "rand 0.8.5",
6785 "schemars",
6786 "serde",
6787 "serde_derive",
6788 "settings",
6789 "shellexpand",
6790 "smallvec",
6791 "smol",
6792 "theme",
6793 "thiserror",
6794 "util",
6795]
6796
6797[[package]]
6798name = "terminal_view"
6799version = "0.1.0"
6800dependencies = [
6801 "anyhow",
6802 "client",
6803 "context_menu",
6804 "db",
6805 "dirs 4.0.0",
6806 "editor",
6807 "futures 0.3.28",
6808 "gpui",
6809 "itertools",
6810 "language",
6811 "lazy_static",
6812 "libc",
6813 "mio-extras",
6814 "ordered-float",
6815 "procinfo",
6816 "project",
6817 "rand 0.8.5",
6818 "search",
6819 "serde",
6820 "serde_derive",
6821 "settings",
6822 "shellexpand",
6823 "smallvec",
6824 "smol",
6825 "terminal",
6826 "theme",
6827 "thiserror",
6828 "util",
6829 "workspace",
6830]
6831
6832[[package]]
6833name = "text"
6834version = "0.1.0"
6835dependencies = [
6836 "anyhow",
6837 "clock",
6838 "collections",
6839 "ctor",
6840 "digest 0.9.0",
6841 "env_logger 0.9.3",
6842 "fs",
6843 "gpui",
6844 "lazy_static",
6845 "log",
6846 "parking_lot 0.11.2",
6847 "postage",
6848 "rand 0.8.5",
6849 "regex",
6850 "rope",
6851 "smallvec",
6852 "sum_tree",
6853 "util",
6854]
6855
6856[[package]]
6857name = "textwrap"
6858version = "0.11.0"
6859source = "registry+https://github.com/rust-lang/crates.io-index"
6860checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
6861dependencies = [
6862 "unicode-width",
6863]
6864
6865[[package]]
6866name = "textwrap"
6867version = "0.16.0"
6868source = "registry+https://github.com/rust-lang/crates.io-index"
6869checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
6870
6871[[package]]
6872name = "theme"
6873version = "0.1.0"
6874dependencies = [
6875 "anyhow",
6876 "fs",
6877 "gpui",
6878 "indexmap",
6879 "parking_lot 0.11.2",
6880 "schemars",
6881 "serde",
6882 "serde_derive",
6883 "serde_json",
6884 "settings",
6885 "toml",
6886 "util",
6887]
6888
6889[[package]]
6890name = "theme_selector"
6891version = "0.1.0"
6892dependencies = [
6893 "editor",
6894 "fs",
6895 "fuzzy",
6896 "gpui",
6897 "log",
6898 "parking_lot 0.11.2",
6899 "picker",
6900 "postage",
6901 "settings",
6902 "smol",
6903 "staff_mode",
6904 "theme",
6905 "util",
6906 "workspace",
6907]
6908
6909[[package]]
6910name = "theme_testbench"
6911version = "0.1.0"
6912dependencies = [
6913 "gpui",
6914 "project",
6915 "settings",
6916 "smallvec",
6917 "theme",
6918 "workspace",
6919]
6920
6921[[package]]
6922name = "thiserror"
6923version = "1.0.40"
6924source = "registry+https://github.com/rust-lang/crates.io-index"
6925checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
6926dependencies = [
6927 "thiserror-impl",
6928]
6929
6930[[package]]
6931name = "thiserror-impl"
6932version = "1.0.40"
6933source = "registry+https://github.com/rust-lang/crates.io-index"
6934checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
6935dependencies = [
6936 "proc-macro2",
6937 "quote",
6938 "syn 2.0.15",
6939]
6940
6941[[package]]
6942name = "thousands"
6943version = "0.2.0"
6944source = "registry+https://github.com/rust-lang/crates.io-index"
6945checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"
6946
6947[[package]]
6948name = "thread_local"
6949version = "1.1.7"
6950source = "registry+https://github.com/rust-lang/crates.io-index"
6951checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
6952dependencies = [
6953 "cfg-if 1.0.0",
6954 "once_cell",
6955]
6956
6957[[package]]
6958name = "tiff"
6959version = "0.6.1"
6960source = "registry+https://github.com/rust-lang/crates.io-index"
6961checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
6962dependencies = [
6963 "jpeg-decoder",
6964 "miniz_oxide 0.4.4",
6965 "weezl",
6966]
6967
6968[[package]]
6969name = "time"
6970version = "0.1.45"
6971source = "registry+https://github.com/rust-lang/crates.io-index"
6972checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
6973dependencies = [
6974 "libc",
6975 "wasi 0.10.0+wasi-snapshot-preview1",
6976 "winapi 0.3.9",
6977]
6978
6979[[package]]
6980name = "time"
6981version = "0.3.21"
6982source = "registry+https://github.com/rust-lang/crates.io-index"
6983checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
6984dependencies = [
6985 "itoa",
6986 "serde",
6987 "time-core",
6988 "time-macros",
6989]
6990
6991[[package]]
6992name = "time-core"
6993version = "0.1.1"
6994source = "registry+https://github.com/rust-lang/crates.io-index"
6995checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
6996
6997[[package]]
6998name = "time-macros"
6999version = "0.2.9"
7000source = "registry+https://github.com/rust-lang/crates.io-index"
7001checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
7002dependencies = [
7003 "time-core",
7004]
7005
7006[[package]]
7007name = "tiny-skia"
7008version = "0.5.1"
7009source = "registry+https://github.com/rust-lang/crates.io-index"
7010checksum = "1bf81f2900d2e235220e6f31ec9f63ade6a7f59090c556d74fe949bb3b15e9fe"
7011dependencies = [
7012 "arrayref",
7013 "arrayvec 0.5.2",
7014 "bytemuck",
7015 "cfg-if 1.0.0",
7016 "png",
7017 "safe_arch",
7018]
7019
7020[[package]]
7021name = "tiny_http"
7022version = "0.8.2"
7023source = "registry+https://github.com/rust-lang/crates.io-index"
7024checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
7025dependencies = [
7026 "ascii",
7027 "chrono",
7028 "chunked_transfer",
7029 "log",
7030 "url",
7031]
7032
7033[[package]]
7034name = "tinyvec"
7035version = "1.6.0"
7036source = "registry+https://github.com/rust-lang/crates.io-index"
7037checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
7038dependencies = [
7039 "tinyvec_macros",
7040]
7041
7042[[package]]
7043name = "tinyvec_macros"
7044version = "0.1.1"
7045source = "registry+https://github.com/rust-lang/crates.io-index"
7046checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
7047
7048[[package]]
7049name = "tokio"
7050version = "1.28.1"
7051source = "registry+https://github.com/rust-lang/crates.io-index"
7052checksum = "0aa32867d44e6f2ce3385e89dceb990188b8bb0fb25b0cf576647a6f98ac5105"
7053dependencies = [
7054 "autocfg 1.1.0",
7055 "bytes 1.4.0",
7056 "libc",
7057 "mio 0.8.6",
7058 "num_cpus",
7059 "parking_lot 0.12.1",
7060 "pin-project-lite 0.2.9",
7061 "signal-hook-registry",
7062 "socket2",
7063 "tokio-macros",
7064 "windows-sys 0.48.0",
7065]
7066
7067[[package]]
7068name = "tokio-io"
7069version = "0.1.13"
7070source = "registry+https://github.com/rust-lang/crates.io-index"
7071checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
7072dependencies = [
7073 "bytes 0.4.12",
7074 "futures 0.1.31",
7075 "log",
7076]
7077
7078[[package]]
7079name = "tokio-io-timeout"
7080version = "1.2.0"
7081source = "registry+https://github.com/rust-lang/crates.io-index"
7082checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
7083dependencies = [
7084 "pin-project-lite 0.2.9",
7085 "tokio",
7086]
7087
7088[[package]]
7089name = "tokio-macros"
7090version = "2.1.0"
7091source = "registry+https://github.com/rust-lang/crates.io-index"
7092checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
7093dependencies = [
7094 "proc-macro2",
7095 "quote",
7096 "syn 2.0.15",
7097]
7098
7099[[package]]
7100name = "tokio-native-tls"
7101version = "0.3.1"
7102source = "registry+https://github.com/rust-lang/crates.io-index"
7103checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
7104dependencies = [
7105 "native-tls",
7106 "tokio",
7107]
7108
7109[[package]]
7110name = "tokio-rustls"
7111version = "0.23.4"
7112source = "registry+https://github.com/rust-lang/crates.io-index"
7113checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
7114dependencies = [
7115 "rustls 0.20.8",
7116 "tokio",
7117 "webpki 0.22.0",
7118]
7119
7120[[package]]
7121name = "tokio-stream"
7122version = "0.1.14"
7123source = "registry+https://github.com/rust-lang/crates.io-index"
7124checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
7125dependencies = [
7126 "futures-core",
7127 "pin-project-lite 0.2.9",
7128 "tokio",
7129]
7130
7131[[package]]
7132name = "tokio-tungstenite"
7133version = "0.17.2"
7134source = "registry+https://github.com/rust-lang/crates.io-index"
7135checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
7136dependencies = [
7137 "futures-util",
7138 "log",
7139 "tokio",
7140 "tungstenite 0.17.3",
7141]
7142
7143[[package]]
7144name = "tokio-util"
7145version = "0.6.10"
7146source = "registry+https://github.com/rust-lang/crates.io-index"
7147checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
7148dependencies = [
7149 "bytes 1.4.0",
7150 "futures-core",
7151 "futures-sink",
7152 "log",
7153 "pin-project-lite 0.2.9",
7154 "tokio",
7155]
7156
7157[[package]]
7158name = "tokio-util"
7159version = "0.7.8"
7160source = "registry+https://github.com/rust-lang/crates.io-index"
7161checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
7162dependencies = [
7163 "bytes 1.4.0",
7164 "futures-core",
7165 "futures-io",
7166 "futures-sink",
7167 "pin-project-lite 0.2.9",
7168 "tokio",
7169 "tracing",
7170]
7171
7172[[package]]
7173name = "toml"
7174version = "0.5.11"
7175source = "registry+https://github.com/rust-lang/crates.io-index"
7176checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
7177dependencies = [
7178 "serde",
7179]
7180
7181[[package]]
7182name = "tonic"
7183version = "0.6.2"
7184source = "registry+https://github.com/rust-lang/crates.io-index"
7185checksum = "ff08f4649d10a70ffa3522ca559031285d8e421d727ac85c60825761818f5d0a"
7186dependencies = [
7187 "async-stream",
7188 "async-trait",
7189 "base64 0.13.1",
7190 "bytes 1.4.0",
7191 "futures-core",
7192 "futures-util",
7193 "h2",
7194 "http",
7195 "http-body",
7196 "hyper",
7197 "hyper-timeout",
7198 "percent-encoding",
7199 "pin-project",
7200 "prost 0.9.0",
7201 "prost-derive 0.9.0",
7202 "tokio",
7203 "tokio-stream",
7204 "tokio-util 0.6.10",
7205 "tower",
7206 "tower-layer",
7207 "tower-service",
7208 "tracing",
7209 "tracing-futures",
7210]
7211
7212[[package]]
7213name = "tower"
7214version = "0.4.13"
7215source = "registry+https://github.com/rust-lang/crates.io-index"
7216checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
7217dependencies = [
7218 "futures-core",
7219 "futures-util",
7220 "indexmap",
7221 "pin-project",
7222 "pin-project-lite 0.2.9",
7223 "rand 0.8.5",
7224 "slab",
7225 "tokio",
7226 "tokio-util 0.7.8",
7227 "tower-layer",
7228 "tower-service",
7229 "tracing",
7230]
7231
7232[[package]]
7233name = "tower-http"
7234version = "0.3.5"
7235source = "registry+https://github.com/rust-lang/crates.io-index"
7236checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
7237dependencies = [
7238 "bitflags",
7239 "bytes 1.4.0",
7240 "futures-core",
7241 "futures-util",
7242 "http",
7243 "http-body",
7244 "http-range-header",
7245 "pin-project-lite 0.2.9",
7246 "tower",
7247 "tower-layer",
7248 "tower-service",
7249]
7250
7251[[package]]
7252name = "tower-layer"
7253version = "0.3.2"
7254source = "registry+https://github.com/rust-lang/crates.io-index"
7255checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
7256
7257[[package]]
7258name = "tower-service"
7259version = "0.3.2"
7260source = "registry+https://github.com/rust-lang/crates.io-index"
7261checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
7262
7263[[package]]
7264name = "tracing"
7265version = "0.1.37"
7266source = "registry+https://github.com/rust-lang/crates.io-index"
7267checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
7268dependencies = [
7269 "cfg-if 1.0.0",
7270 "log",
7271 "pin-project-lite 0.2.9",
7272 "tracing-attributes",
7273 "tracing-core",
7274]
7275
7276[[package]]
7277name = "tracing-attributes"
7278version = "0.1.24"
7279source = "registry+https://github.com/rust-lang/crates.io-index"
7280checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"
7281dependencies = [
7282 "proc-macro2",
7283 "quote",
7284 "syn 2.0.15",
7285]
7286
7287[[package]]
7288name = "tracing-core"
7289version = "0.1.30"
7290source = "registry+https://github.com/rust-lang/crates.io-index"
7291checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
7292dependencies = [
7293 "once_cell",
7294 "valuable",
7295]
7296
7297[[package]]
7298name = "tracing-futures"
7299version = "0.2.5"
7300source = "registry+https://github.com/rust-lang/crates.io-index"
7301checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
7302dependencies = [
7303 "pin-project",
7304 "tracing",
7305]
7306
7307[[package]]
7308name = "tracing-log"
7309version = "0.1.3"
7310source = "registry+https://github.com/rust-lang/crates.io-index"
7311checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
7312dependencies = [
7313 "lazy_static",
7314 "log",
7315 "tracing-core",
7316]
7317
7318[[package]]
7319name = "tracing-serde"
7320version = "0.1.3"
7321source = "registry+https://github.com/rust-lang/crates.io-index"
7322checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
7323dependencies = [
7324 "serde",
7325 "tracing-core",
7326]
7327
7328[[package]]
7329name = "tracing-subscriber"
7330version = "0.3.17"
7331source = "registry+https://github.com/rust-lang/crates.io-index"
7332checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
7333dependencies = [
7334 "matchers",
7335 "nu-ansi-term",
7336 "once_cell",
7337 "regex",
7338 "serde",
7339 "serde_json",
7340 "sharded-slab",
7341 "smallvec",
7342 "thread_local",
7343 "tracing",
7344 "tracing-core",
7345 "tracing-log",
7346 "tracing-serde",
7347]
7348
7349[[package]]
7350name = "tree-sitter"
7351version = "0.20.9"
7352source = "git+https://github.com/tree-sitter/tree-sitter?rev=c51896d32dcc11a38e41f36e3deb1a6a9c4f4b14#c51896d32dcc11a38e41f36e3deb1a6a9c4f4b14"
7353dependencies = [
7354 "cc",
7355 "regex",
7356]
7357
7358[[package]]
7359name = "tree-sitter-c"
7360version = "0.20.2"
7361source = "registry+https://github.com/rust-lang/crates.io-index"
7362checksum = "cca211f4827d4b4dc79f388bf67b6fa3bc8a8cfa642161ef24f99f371ba34c7b"
7363dependencies = [
7364 "cc",
7365 "tree-sitter",
7366]
7367
7368[[package]]
7369name = "tree-sitter-cpp"
7370version = "0.20.0"
7371source = "registry+https://github.com/rust-lang/crates.io-index"
7372checksum = "8a869e3c5cef4e5db4e9ab16a8dc84d73010e60ada14cdc60d2f6d8aed17779d"
7373dependencies = [
7374 "cc",
7375 "tree-sitter",
7376]
7377
7378[[package]]
7379name = "tree-sitter-css"
7380version = "0.19.0"
7381source = "git+https://github.com/tree-sitter/tree-sitter-css?rev=769203d0f9abe1a9a691ac2b9fe4bb4397a73c51#769203d0f9abe1a9a691ac2b9fe4bb4397a73c51"
7382dependencies = [
7383 "cc",
7384 "tree-sitter",
7385]
7386
7387[[package]]
7388name = "tree-sitter-elixir"
7389version = "0.19.0"
7390source = "git+https://github.com/elixir-lang/tree-sitter-elixir?rev=05e3631c6a0701c1fa518b0fee7be95a2ceef5e2#05e3631c6a0701c1fa518b0fee7be95a2ceef5e2"
7391dependencies = [
7392 "cc",
7393 "tree-sitter",
7394]
7395
7396[[package]]
7397name = "tree-sitter-embedded-template"
7398version = "0.20.0"
7399source = "registry+https://github.com/rust-lang/crates.io-index"
7400checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
7401dependencies = [
7402 "cc",
7403 "tree-sitter",
7404]
7405
7406[[package]]
7407name = "tree-sitter-go"
7408version = "0.19.1"
7409source = "git+https://github.com/tree-sitter/tree-sitter-go?rev=aeb2f33b366fd78d5789ff104956ce23508b85db#aeb2f33b366fd78d5789ff104956ce23508b85db"
7410dependencies = [
7411 "cc",
7412 "tree-sitter",
7413]
7414
7415[[package]]
7416name = "tree-sitter-html"
7417version = "0.19.0"
7418source = "registry+https://github.com/rust-lang/crates.io-index"
7419checksum = "184e6b77953a354303dc87bf5fe36558c83569ce92606e7b382a0dc1b7443443"
7420dependencies = [
7421 "cc",
7422 "tree-sitter",
7423]
7424
7425[[package]]
7426name = "tree-sitter-javascript"
7427version = "0.20.0"
7428source = "registry+https://github.com/rust-lang/crates.io-index"
7429checksum = "2490fab08630b2c8943c320f7b63473cbf65511c8d83aec551beb9b4375906ed"
7430dependencies = [
7431 "cc",
7432 "tree-sitter",
7433]
7434
7435[[package]]
7436name = "tree-sitter-json"
7437version = "0.19.0"
7438source = "registry+https://github.com/rust-lang/crates.io-index"
7439checksum = "90b04c4e1a92139535eb9fca4ec8fa9666cc96b618005d3ae35f3c957fa92f92"
7440dependencies = [
7441 "cc",
7442 "tree-sitter",
7443]
7444
7445[[package]]
7446name = "tree-sitter-json"
7447version = "0.20.0"
7448source = "git+https://github.com/tree-sitter/tree-sitter-json?rev=40a81c01a40ac48744e0c8ccabbaba1920441199#40a81c01a40ac48744e0c8ccabbaba1920441199"
7449dependencies = [
7450 "cc",
7451 "tree-sitter",
7452]
7453
7454[[package]]
7455name = "tree-sitter-lua"
7456version = "0.0.14"
7457source = "registry+https://github.com/rust-lang/crates.io-index"
7458checksum = "d489873fd1a2fa6d5f04930bfc5c081c96f0c038c1437104518b5b842c69b282"
7459dependencies = [
7460 "cc",
7461 "tree-sitter",
7462]
7463
7464[[package]]
7465name = "tree-sitter-markdown"
7466version = "0.0.1"
7467source = "git+https://github.com/MDeiml/tree-sitter-markdown?rev=330ecab87a3e3a7211ac69bbadc19eabecdb1cca#330ecab87a3e3a7211ac69bbadc19eabecdb1cca"
7468dependencies = [
7469 "cc",
7470 "tree-sitter",
7471]
7472
7473[[package]]
7474name = "tree-sitter-python"
7475version = "0.20.2"
7476source = "registry+https://github.com/rust-lang/crates.io-index"
7477checksum = "dda114f58048f5059dcf158aff691dffb8e113e6d2b50d94263fd68711975287"
7478dependencies = [
7479 "cc",
7480 "tree-sitter",
7481]
7482
7483[[package]]
7484name = "tree-sitter-racket"
7485version = "0.0.1"
7486source = "git+https://github.com/zed-industries/tree-sitter-racket?rev=eb010cf2c674c6fd9a6316a84e28ef90190fe51a#eb010cf2c674c6fd9a6316a84e28ef90190fe51a"
7487dependencies = [
7488 "cc",
7489 "tree-sitter",
7490]
7491
7492[[package]]
7493name = "tree-sitter-ruby"
7494version = "0.20.0"
7495source = "registry+https://github.com/rust-lang/crates.io-index"
7496checksum = "0ac30cbb1560363ae76e1ccde543d6d99087421e228cc47afcec004b86bb711a"
7497dependencies = [
7498 "cc",
7499 "tree-sitter",
7500]
7501
7502[[package]]
7503name = "tree-sitter-rust"
7504version = "0.20.3"
7505source = "registry+https://github.com/rust-lang/crates.io-index"
7506checksum = "797842733e252dc11ae5d403a18060bf337b822fc2ae5ddfaa6ff4d9cc20bda6"
7507dependencies = [
7508 "cc",
7509 "tree-sitter",
7510]
7511
7512[[package]]
7513name = "tree-sitter-scheme"
7514version = "0.2.0"
7515source = "git+https://github.com/6cdh/tree-sitter-scheme?rev=af0fd1fa452cb2562dc7b5c8a8c55551c39273b9#af0fd1fa452cb2562dc7b5c8a8c55551c39273b9"
7516dependencies = [
7517 "cc",
7518 "tree-sitter",
7519]
7520
7521[[package]]
7522name = "tree-sitter-toml"
7523version = "0.5.1"
7524source = "git+https://github.com/tree-sitter/tree-sitter-toml?rev=342d9be207c2dba869b9967124c679b5e6fd0ebe#342d9be207c2dba869b9967124c679b5e6fd0ebe"
7525dependencies = [
7526 "cc",
7527 "tree-sitter",
7528]
7529
7530[[package]]
7531name = "tree-sitter-typescript"
7532version = "0.20.2"
7533source = "registry+https://github.com/rust-lang/crates.io-index"
7534checksum = "079c695c32d39ad089101c66393aeaca30e967fba3486a91f573d2f0e12d290a"
7535dependencies = [
7536 "cc",
7537 "tree-sitter",
7538]
7539
7540[[package]]
7541name = "tree-sitter-typescript"
7542version = "0.20.2"
7543source = "git+https://github.com/tree-sitter/tree-sitter-typescript?rev=5d20856f34315b068c41edaee2ac8a100081d259#5d20856f34315b068c41edaee2ac8a100081d259"
7544dependencies = [
7545 "cc",
7546 "tree-sitter",
7547]
7548
7549[[package]]
7550name = "tree-sitter-yaml"
7551version = "0.0.1"
7552source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=9050a4a4a847ed29e25485b1292a36eab8ae3492#9050a4a4a847ed29e25485b1292a36eab8ae3492"
7553dependencies = [
7554 "cc",
7555 "tree-sitter",
7556]
7557
7558[[package]]
7559name = "try-lock"
7560version = "0.2.4"
7561source = "registry+https://github.com/rust-lang/crates.io-index"
7562checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
7563
7564[[package]]
7565name = "ttf-parser"
7566version = "0.9.0"
7567source = "registry+https://github.com/rust-lang/crates.io-index"
7568checksum = "62ddb402ac6c2af6f7a2844243887631c4e94b51585b229fcfddb43958cd55ca"
7569
7570[[package]]
7571name = "ttf-parser"
7572version = "0.12.3"
7573source = "registry+https://github.com/rust-lang/crates.io-index"
7574checksum = "7ae2f58a822f08abdaf668897e96a5656fe72f5a9ce66422423e8849384872e6"
7575
7576[[package]]
7577name = "tungstenite"
7578version = "0.16.0"
7579source = "registry+https://github.com/rust-lang/crates.io-index"
7580checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1"
7581dependencies = [
7582 "base64 0.13.1",
7583 "byteorder",
7584 "bytes 1.4.0",
7585 "http",
7586 "httparse",
7587 "log",
7588 "rand 0.8.5",
7589 "sha-1 0.9.8",
7590 "thiserror",
7591 "url",
7592 "utf-8",
7593]
7594
7595[[package]]
7596name = "tungstenite"
7597version = "0.17.3"
7598source = "registry+https://github.com/rust-lang/crates.io-index"
7599checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
7600dependencies = [
7601 "base64 0.13.1",
7602 "byteorder",
7603 "bytes 1.4.0",
7604 "http",
7605 "httparse",
7606 "log",
7607 "rand 0.8.5",
7608 "sha-1 0.10.1",
7609 "thiserror",
7610 "url",
7611 "utf-8",
7612]
7613
7614[[package]]
7615name = "typenum"
7616version = "1.16.0"
7617source = "registry+https://github.com/rust-lang/crates.io-index"
7618checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
7619
7620[[package]]
7621name = "ucd-trie"
7622version = "0.1.5"
7623source = "registry+https://github.com/rust-lang/crates.io-index"
7624checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
7625
7626[[package]]
7627name = "unicase"
7628version = "2.6.0"
7629source = "registry+https://github.com/rust-lang/crates.io-index"
7630checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
7631dependencies = [
7632 "version_check",
7633]
7634
7635[[package]]
7636name = "unicode-bidi"
7637version = "0.3.13"
7638source = "registry+https://github.com/rust-lang/crates.io-index"
7639checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
7640
7641[[package]]
7642name = "unicode-bidi-mirroring"
7643version = "0.1.0"
7644source = "registry+https://github.com/rust-lang/crates.io-index"
7645checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
7646
7647[[package]]
7648name = "unicode-ccc"
7649version = "0.1.2"
7650source = "registry+https://github.com/rust-lang/crates.io-index"
7651checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1"
7652
7653[[package]]
7654name = "unicode-general-category"
7655version = "0.2.0"
7656source = "registry+https://github.com/rust-lang/crates.io-index"
7657checksum = "7f9af028e052a610d99e066b33304625dea9613170a2563314490a4e6ec5cf7f"
7658
7659[[package]]
7660name = "unicode-ident"
7661version = "1.0.8"
7662source = "registry+https://github.com/rust-lang/crates.io-index"
7663checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
7664
7665[[package]]
7666name = "unicode-normalization"
7667version = "0.1.22"
7668source = "registry+https://github.com/rust-lang/crates.io-index"
7669checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
7670dependencies = [
7671 "tinyvec",
7672]
7673
7674[[package]]
7675name = "unicode-script"
7676version = "0.5.5"
7677source = "registry+https://github.com/rust-lang/crates.io-index"
7678checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
7679
7680[[package]]
7681name = "unicode-segmentation"
7682version = "1.10.1"
7683source = "registry+https://github.com/rust-lang/crates.io-index"
7684checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
7685
7686[[package]]
7687name = "unicode-vo"
7688version = "0.1.0"
7689source = "registry+https://github.com/rust-lang/crates.io-index"
7690checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
7691
7692[[package]]
7693name = "unicode-width"
7694version = "0.1.10"
7695source = "registry+https://github.com/rust-lang/crates.io-index"
7696checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
7697
7698[[package]]
7699name = "unicode_categories"
7700version = "0.1.1"
7701source = "registry+https://github.com/rust-lang/crates.io-index"
7702checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
7703
7704[[package]]
7705name = "unindent"
7706version = "0.1.11"
7707source = "registry+https://github.com/rust-lang/crates.io-index"
7708checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
7709
7710[[package]]
7711name = "untrusted"
7712version = "0.7.1"
7713source = "registry+https://github.com/rust-lang/crates.io-index"
7714checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
7715
7716[[package]]
7717name = "url"
7718version = "2.3.1"
7719source = "registry+https://github.com/rust-lang/crates.io-index"
7720checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
7721dependencies = [
7722 "form_urlencoded",
7723 "idna",
7724 "percent-encoding",
7725 "serde",
7726]
7727
7728[[package]]
7729name = "urlencoding"
7730version = "2.1.2"
7731source = "registry+https://github.com/rust-lang/crates.io-index"
7732checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9"
7733
7734[[package]]
7735name = "usvg"
7736version = "0.14.1"
7737source = "registry+https://github.com/rust-lang/crates.io-index"
7738checksum = "ef8352f317d8f9a918ba5154797fb2a93e2730244041cf7d5be35148266adfa5"
7739dependencies = [
7740 "base64 0.13.1",
7741 "data-url",
7742 "flate2",
7743 "fontdb",
7744 "kurbo",
7745 "log",
7746 "memmap2",
7747 "pico-args",
7748 "rctree",
7749 "roxmltree",
7750 "rustybuzz",
7751 "simplecss",
7752 "siphasher",
7753 "svgtypes",
7754 "ttf-parser 0.12.3",
7755 "unicode-bidi",
7756 "unicode-script",
7757 "unicode-vo",
7758 "xmlwriter",
7759]
7760
7761[[package]]
7762name = "utf-8"
7763version = "0.7.6"
7764source = "registry+https://github.com/rust-lang/crates.io-index"
7765checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
7766
7767[[package]]
7768name = "utf8parse"
7769version = "0.2.1"
7770source = "registry+https://github.com/rust-lang/crates.io-index"
7771checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
7772
7773[[package]]
7774name = "util"
7775version = "0.1.0"
7776dependencies = [
7777 "anyhow",
7778 "backtrace",
7779 "dirs 3.0.2",
7780 "futures 0.3.28",
7781 "git2",
7782 "isahc",
7783 "lazy_static",
7784 "log",
7785 "rand 0.8.5",
7786 "serde",
7787 "serde_json",
7788 "smol",
7789 "take-until",
7790 "tempdir",
7791 "url",
7792]
7793
7794[[package]]
7795name = "uuid"
7796version = "0.5.1"
7797source = "registry+https://github.com/rust-lang/crates.io-index"
7798checksum = "bcc7e3b898aa6f6c08e5295b6c89258d1331e9ac578cc992fb818759951bdc22"
7799
7800[[package]]
7801name = "uuid"
7802version = "0.8.2"
7803source = "registry+https://github.com/rust-lang/crates.io-index"
7804checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
7805dependencies = [
7806 "getrandom 0.2.9",
7807]
7808
7809[[package]]
7810name = "uuid"
7811version = "1.3.2"
7812source = "registry+https://github.com/rust-lang/crates.io-index"
7813checksum = "4dad5567ad0cf5b760e5665964bec1b47dfd077ba8a2544b513f3556d3d239a2"
7814dependencies = [
7815 "getrandom 0.2.9",
7816 "serde",
7817]
7818
7819[[package]]
7820name = "valuable"
7821version = "0.1.0"
7822source = "registry+https://github.com/rust-lang/crates.io-index"
7823checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
7824
7825[[package]]
7826name = "value-bag"
7827version = "1.0.0-alpha.9"
7828source = "registry+https://github.com/rust-lang/crates.io-index"
7829checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
7830dependencies = [
7831 "ctor",
7832 "erased-serde",
7833 "serde",
7834 "serde_fmt",
7835 "sval",
7836 "version_check",
7837]
7838
7839[[package]]
7840name = "vcpkg"
7841version = "0.2.15"
7842source = "registry+https://github.com/rust-lang/crates.io-index"
7843checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
7844
7845[[package]]
7846name = "vec_map"
7847version = "0.8.2"
7848source = "registry+https://github.com/rust-lang/crates.io-index"
7849checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
7850
7851[[package]]
7852name = "version_check"
7853version = "0.9.4"
7854source = "registry+https://github.com/rust-lang/crates.io-index"
7855checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
7856
7857[[package]]
7858name = "vim"
7859version = "0.1.0"
7860dependencies = [
7861 "anyhow",
7862 "assets",
7863 "async-compat",
7864 "async-trait",
7865 "collections",
7866 "command_palette",
7867 "editor",
7868 "gpui",
7869 "indoc",
7870 "itertools",
7871 "language",
7872 "lazy_static",
7873 "log",
7874 "nvim-rs",
7875 "parking_lot 0.11.2",
7876 "project",
7877 "search",
7878 "serde",
7879 "serde_derive",
7880 "serde_json",
7881 "settings",
7882 "tokio",
7883 "util",
7884 "workspace",
7885]
7886
7887[[package]]
7888name = "vte"
7889version = "0.10.1"
7890source = "registry+https://github.com/rust-lang/crates.io-index"
7891checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983"
7892dependencies = [
7893 "utf8parse",
7894 "vte_generate_state_changes",
7895]
7896
7897[[package]]
7898name = "vte_generate_state_changes"
7899version = "0.1.1"
7900source = "registry+https://github.com/rust-lang/crates.io-index"
7901checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
7902dependencies = [
7903 "proc-macro2",
7904 "quote",
7905]
7906
7907[[package]]
7908name = "waker-fn"
7909version = "1.1.0"
7910source = "registry+https://github.com/rust-lang/crates.io-index"
7911checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
7912
7913[[package]]
7914name = "walkdir"
7915version = "2.3.3"
7916source = "registry+https://github.com/rust-lang/crates.io-index"
7917checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
7918dependencies = [
7919 "same-file",
7920 "winapi-util",
7921]
7922
7923[[package]]
7924name = "want"
7925version = "0.3.0"
7926source = "registry+https://github.com/rust-lang/crates.io-index"
7927checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
7928dependencies = [
7929 "log",
7930 "try-lock",
7931]
7932
7933[[package]]
7934name = "wasi"
7935version = "0.9.0+wasi-snapshot-preview1"
7936source = "registry+https://github.com/rust-lang/crates.io-index"
7937checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
7938
7939[[package]]
7940name = "wasi"
7941version = "0.10.0+wasi-snapshot-preview1"
7942source = "registry+https://github.com/rust-lang/crates.io-index"
7943checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
7944
7945[[package]]
7946name = "wasi"
7947version = "0.11.0+wasi-snapshot-preview1"
7948source = "registry+https://github.com/rust-lang/crates.io-index"
7949checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
7950
7951[[package]]
7952name = "wasi-cap-std-sync"
7953version = "0.38.3"
7954source = "registry+https://github.com/rust-lang/crates.io-index"
7955checksum = "f086c5026d2fc3b268d138e65373f46422cc810f46d6e0776859c5027cb18728"
7956dependencies = [
7957 "anyhow",
7958 "async-trait",
7959 "cap-fs-ext",
7960 "cap-rand",
7961 "cap-std",
7962 "cap-time-ext",
7963 "fs-set-times",
7964 "io-extras",
7965 "io-lifetimes 0.5.3",
7966 "is-terminal 0.1.0",
7967 "lazy_static",
7968 "rustix 0.33.7",
7969 "system-interface",
7970 "tracing",
7971 "wasi-common",
7972 "winapi 0.3.9",
7973]
7974
7975[[package]]
7976name = "wasi-common"
7977version = "0.38.3"
7978source = "registry+https://github.com/rust-lang/crates.io-index"
7979checksum = "4e8844fede1c3787cc08853872f47e8bd91f6c939c7406bc7a5dba496b260c08"
7980dependencies = [
7981 "anyhow",
7982 "bitflags",
7983 "cap-rand",
7984 "cap-std",
7985 "io-extras",
7986 "rustix 0.33.7",
7987 "thiserror",
7988 "tracing",
7989 "wiggle",
7990 "winapi 0.3.9",
7991]
7992
7993[[package]]
7994name = "wasm-bindgen"
7995version = "0.2.85"
7996source = "registry+https://github.com/rust-lang/crates.io-index"
7997checksum = "5b6cb788c4e39112fbe1822277ef6fb3c55cd86b95cb3d3c4c1c9597e4ac74b4"
7998dependencies = [
7999 "cfg-if 1.0.0",
8000 "wasm-bindgen-macro",
8001]
8002
8003[[package]]
8004name = "wasm-bindgen-backend"
8005version = "0.2.85"
8006source = "registry+https://github.com/rust-lang/crates.io-index"
8007checksum = "35e522ed4105a9d626d885b35d62501b30d9666283a5c8be12c14a8bdafe7822"
8008dependencies = [
8009 "bumpalo",
8010 "log",
8011 "once_cell",
8012 "proc-macro2",
8013 "quote",
8014 "syn 2.0.15",
8015 "wasm-bindgen-shared",
8016]
8017
8018[[package]]
8019name = "wasm-bindgen-futures"
8020version = "0.4.35"
8021source = "registry+https://github.com/rust-lang/crates.io-index"
8022checksum = "083abe15c5d88556b77bdf7aef403625be9e327ad37c62c4e4129af740168163"
8023dependencies = [
8024 "cfg-if 1.0.0",
8025 "js-sys",
8026 "wasm-bindgen",
8027 "web-sys",
8028]
8029
8030[[package]]
8031name = "wasm-bindgen-macro"
8032version = "0.2.85"
8033source = "registry+https://github.com/rust-lang/crates.io-index"
8034checksum = "358a79a0cb89d21db8120cbfb91392335913e4890665b1a7981d9e956903b434"
8035dependencies = [
8036 "quote",
8037 "wasm-bindgen-macro-support",
8038]
8039
8040[[package]]
8041name = "wasm-bindgen-macro-support"
8042version = "0.2.85"
8043source = "registry+https://github.com/rust-lang/crates.io-index"
8044checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869"
8045dependencies = [
8046 "proc-macro2",
8047 "quote",
8048 "syn 2.0.15",
8049 "wasm-bindgen-backend",
8050 "wasm-bindgen-shared",
8051]
8052
8053[[package]]
8054name = "wasm-bindgen-shared"
8055version = "0.2.85"
8056source = "registry+https://github.com/rust-lang/crates.io-index"
8057checksum = "a901d592cafaa4d711bc324edfaff879ac700b19c3dfd60058d2b445be2691eb"
8058
8059[[package]]
8060name = "wasm-encoder"
8061version = "0.26.0"
8062source = "registry+https://github.com/rust-lang/crates.io-index"
8063checksum = "d05d0b6fcd0aeb98adf16e7975331b3c17222aa815148f5b976370ce589d80ef"
8064dependencies = [
8065 "leb128",
8066]
8067
8068[[package]]
8069name = "wasmparser"
8070version = "0.85.0"
8071source = "registry+https://github.com/rust-lang/crates.io-index"
8072checksum = "570460c58b21e9150d2df0eaaedbb7816c34bcec009ae0dcc976e40ba81463e7"
8073dependencies = [
8074 "indexmap",
8075]
8076
8077[[package]]
8078name = "wasmtime"
8079version = "0.38.3"
8080source = "registry+https://github.com/rust-lang/crates.io-index"
8081checksum = "1f50eadf868ab6a04b7b511460233377d0bfbb92e417b2f6a98b98fef2e098f5"
8082dependencies = [
8083 "anyhow",
8084 "async-trait",
8085 "backtrace",
8086 "bincode",
8087 "cfg-if 1.0.0",
8088 "indexmap",
8089 "lazy_static",
8090 "libc",
8091 "log",
8092 "object 0.28.4",
8093 "once_cell",
8094 "paste",
8095 "psm",
8096 "rayon",
8097 "region",
8098 "serde",
8099 "target-lexicon",
8100 "wasmparser",
8101 "wasmtime-cache",
8102 "wasmtime-cranelift",
8103 "wasmtime-environ",
8104 "wasmtime-fiber",
8105 "wasmtime-jit",
8106 "wasmtime-runtime",
8107 "wat",
8108 "winapi 0.3.9",
8109]
8110
8111[[package]]
8112name = "wasmtime-cache"
8113version = "0.38.3"
8114source = "registry+https://github.com/rust-lang/crates.io-index"
8115checksum = "d1df23c642e1376892f3b72f311596976979cbf8b85469680cdd3a8a063d12a2"
8116dependencies = [
8117 "anyhow",
8118 "base64 0.13.1",
8119 "bincode",
8120 "directories-next",
8121 "file-per-thread-logger",
8122 "log",
8123 "rustix 0.33.7",
8124 "serde",
8125 "sha2 0.9.9",
8126 "toml",
8127 "winapi 0.3.9",
8128 "zstd",
8129]
8130
8131[[package]]
8132name = "wasmtime-cranelift"
8133version = "0.38.3"
8134source = "registry+https://github.com/rust-lang/crates.io-index"
8135checksum = "f264ff6b4df247d15584f2f53d009fbc90032cfdc2605b52b961bffc71b6eccd"
8136dependencies = [
8137 "anyhow",
8138 "cranelift-codegen",
8139 "cranelift-entity",
8140 "cranelift-frontend",
8141 "cranelift-native",
8142 "cranelift-wasm",
8143 "gimli 0.26.2",
8144 "log",
8145 "more-asserts",
8146 "object 0.28.4",
8147 "target-lexicon",
8148 "thiserror",
8149 "wasmparser",
8150 "wasmtime-environ",
8151]
8152
8153[[package]]
8154name = "wasmtime-environ"
8155version = "0.38.3"
8156source = "registry+https://github.com/rust-lang/crates.io-index"
8157checksum = "839d2820e4b830f4b9e7aa08d4c0acabf4a5036105d639f6dfa1c6891c73bdc6"
8158dependencies = [
8159 "anyhow",
8160 "cranelift-entity",
8161 "gimli 0.26.2",
8162 "indexmap",
8163 "log",
8164 "more-asserts",
8165 "object 0.28.4",
8166 "serde",
8167 "target-lexicon",
8168 "thiserror",
8169 "wasmparser",
8170 "wasmtime-types",
8171]
8172
8173[[package]]
8174name = "wasmtime-fiber"
8175version = "0.38.3"
8176source = "registry+https://github.com/rust-lang/crates.io-index"
8177checksum = "3248be3c4911233535356025f6562193614a40155ee9094bb6a2b43f0dc82803"
8178dependencies = [
8179 "cc",
8180 "rustix 0.33.7",
8181 "winapi 0.3.9",
8182]
8183
8184[[package]]
8185name = "wasmtime-jit"
8186version = "0.38.3"
8187source = "registry+https://github.com/rust-lang/crates.io-index"
8188checksum = "ef0a0bcbfa18b946d890078ba0e1bc76bcc53eccfb40806c0020ec29dcd1bd49"
8189dependencies = [
8190 "addr2line 0.17.0",
8191 "anyhow",
8192 "bincode",
8193 "cfg-if 1.0.0",
8194 "cpp_demangle",
8195 "gimli 0.26.2",
8196 "ittapi-rs",
8197 "log",
8198 "object 0.28.4",
8199 "region",
8200 "rustc-demangle",
8201 "rustix 0.33.7",
8202 "serde",
8203 "target-lexicon",
8204 "thiserror",
8205 "wasmtime-environ",
8206 "wasmtime-jit-debug",
8207 "wasmtime-runtime",
8208 "winapi 0.3.9",
8209]
8210
8211[[package]]
8212name = "wasmtime-jit-debug"
8213version = "0.38.3"
8214source = "registry+https://github.com/rust-lang/crates.io-index"
8215checksum = "4f4779d976206c458edd643d1ac622b6c37e4a0800a8b1d25dfbf245ac2f2cac"
8216dependencies = [
8217 "lazy_static",
8218 "object 0.28.4",
8219 "rustix 0.33.7",
8220]
8221
8222[[package]]
8223name = "wasmtime-runtime"
8224version = "0.38.3"
8225source = "registry+https://github.com/rust-lang/crates.io-index"
8226checksum = "b7eb6ffa169eb5dcd18ac9473c817358cd57bc62c244622210566d473397954a"
8227dependencies = [
8228 "anyhow",
8229 "backtrace",
8230 "cc",
8231 "cfg-if 1.0.0",
8232 "indexmap",
8233 "libc",
8234 "log",
8235 "mach",
8236 "memfd",
8237 "memoffset 0.6.5",
8238 "more-asserts",
8239 "rand 0.8.5",
8240 "region",
8241 "rustix 0.33.7",
8242 "thiserror",
8243 "wasmtime-environ",
8244 "wasmtime-fiber",
8245 "wasmtime-jit-debug",
8246 "winapi 0.3.9",
8247]
8248
8249[[package]]
8250name = "wasmtime-types"
8251version = "0.38.3"
8252source = "registry+https://github.com/rust-lang/crates.io-index"
8253checksum = "8d932b0ac5336f7308d869703dd225610a6a3aeaa8e968c52b43eed96cefb1c2"
8254dependencies = [
8255 "cranelift-entity",
8256 "serde",
8257 "thiserror",
8258 "wasmparser",
8259]
8260
8261[[package]]
8262name = "wasmtime-wasi"
8263version = "0.38.3"
8264source = "registry+https://github.com/rust-lang/crates.io-index"
8265checksum = "b68b7d77fb6f2975a6fe6cc4d0015d6b0cebb65c39fce1dd4cc00880dbf7789c"
8266dependencies = [
8267 "anyhow",
8268 "wasi-cap-std-sync",
8269 "wasi-common",
8270 "wasmtime",
8271 "wiggle",
8272]
8273
8274[[package]]
8275name = "wast"
8276version = "35.0.2"
8277source = "registry+https://github.com/rust-lang/crates.io-index"
8278checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
8279dependencies = [
8280 "leb128",
8281]
8282
8283[[package]]
8284name = "wast"
8285version = "57.0.0"
8286source = "registry+https://github.com/rust-lang/crates.io-index"
8287checksum = "6eb0f5ed17ac4421193c7477da05892c2edafd67f9639e3c11a82086416662dc"
8288dependencies = [
8289 "leb128",
8290 "memchr",
8291 "unicode-width",
8292 "wasm-encoder",
8293]
8294
8295[[package]]
8296name = "wat"
8297version = "1.0.63"
8298source = "registry+https://github.com/rust-lang/crates.io-index"
8299checksum = "ab9ab0d87337c3be2bb6fc5cd331c4ba9fd6bcb4ee85048a0dd59ed9ecf92e53"
8300dependencies = [
8301 "wast 57.0.0",
8302]
8303
8304[[package]]
8305name = "web-sys"
8306version = "0.3.62"
8307source = "registry+https://github.com/rust-lang/crates.io-index"
8308checksum = "16b5f940c7edfdc6d12126d98c9ef4d1b3d470011c47c76a6581df47ad9ba721"
8309dependencies = [
8310 "js-sys",
8311 "wasm-bindgen",
8312]
8313
8314[[package]]
8315name = "webpki"
8316version = "0.21.4"
8317source = "registry+https://github.com/rust-lang/crates.io-index"
8318checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
8319dependencies = [
8320 "ring",
8321 "untrusted",
8322]
8323
8324[[package]]
8325name = "webpki"
8326version = "0.22.0"
8327source = "registry+https://github.com/rust-lang/crates.io-index"
8328checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
8329dependencies = [
8330 "ring",
8331 "untrusted",
8332]
8333
8334[[package]]
8335name = "webpki-roots"
8336version = "0.21.1"
8337source = "registry+https://github.com/rust-lang/crates.io-index"
8338checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
8339dependencies = [
8340 "webpki 0.21.4",
8341]
8342
8343[[package]]
8344name = "webpki-roots"
8345version = "0.22.6"
8346source = "registry+https://github.com/rust-lang/crates.io-index"
8347checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
8348dependencies = [
8349 "webpki 0.22.0",
8350]
8351
8352[[package]]
8353name = "weezl"
8354version = "0.1.7"
8355source = "registry+https://github.com/rust-lang/crates.io-index"
8356checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
8357
8358[[package]]
8359name = "welcome"
8360version = "0.1.0"
8361dependencies = [
8362 "anyhow",
8363 "client",
8364 "db",
8365 "editor",
8366 "fs",
8367 "fuzzy",
8368 "gpui",
8369 "install_cli",
8370 "log",
8371 "picker",
8372 "project",
8373 "schemars",
8374 "serde",
8375 "settings",
8376 "theme",
8377 "theme_selector",
8378 "util",
8379 "workspace",
8380]
8381
8382[[package]]
8383name = "which"
8384version = "4.4.0"
8385source = "registry+https://github.com/rust-lang/crates.io-index"
8386checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
8387dependencies = [
8388 "either",
8389 "libc",
8390 "once_cell",
8391]
8392
8393[[package]]
8394name = "whoami"
8395version = "1.4.0"
8396source = "registry+https://github.com/rust-lang/crates.io-index"
8397checksum = "2c70234412ca409cc04e864e89523cb0fc37f5e1344ebed5a3ebf4192b6b9f68"
8398dependencies = [
8399 "wasm-bindgen",
8400 "web-sys",
8401]
8402
8403[[package]]
8404name = "wiggle"
8405version = "0.38.3"
8406source = "registry+https://github.com/rust-lang/crates.io-index"
8407checksum = "67dadac11343d2aabc8a906a0db0aaf7cb5046ec3d6fffccdaf2847dccdef8d6"
8408dependencies = [
8409 "anyhow",
8410 "async-trait",
8411 "bitflags",
8412 "thiserror",
8413 "tracing",
8414 "wasmtime",
8415 "wiggle-macro",
8416]
8417
8418[[package]]
8419name = "wiggle-generate"
8420version = "0.38.3"
8421source = "registry+https://github.com/rust-lang/crates.io-index"
8422checksum = "63a1dccd6b3fbd9a27417f5d30ce9aa3ee9cf529aad453abbf88a49c5d605b79"
8423dependencies = [
8424 "anyhow",
8425 "heck 0.4.1",
8426 "proc-macro2",
8427 "quote",
8428 "shellexpand",
8429 "syn 1.0.109",
8430 "witx",
8431]
8432
8433[[package]]
8434name = "wiggle-macro"
8435version = "0.38.3"
8436source = "registry+https://github.com/rust-lang/crates.io-index"
8437checksum = "f1c368d57d9560c34deaa67e06b0953ccf65edb906c525e5a2c866c849b48ec2"
8438dependencies = [
8439 "proc-macro2",
8440 "quote",
8441 "syn 1.0.109",
8442 "wiggle-generate",
8443]
8444
8445[[package]]
8446name = "winapi"
8447version = "0.2.8"
8448source = "registry+https://github.com/rust-lang/crates.io-index"
8449checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
8450
8451[[package]]
8452name = "winapi"
8453version = "0.3.9"
8454source = "registry+https://github.com/rust-lang/crates.io-index"
8455checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
8456dependencies = [
8457 "winapi-i686-pc-windows-gnu",
8458 "winapi-x86_64-pc-windows-gnu",
8459]
8460
8461[[package]]
8462name = "winapi-build"
8463version = "0.1.1"
8464source = "registry+https://github.com/rust-lang/crates.io-index"
8465checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
8466
8467[[package]]
8468name = "winapi-i686-pc-windows-gnu"
8469version = "0.4.0"
8470source = "registry+https://github.com/rust-lang/crates.io-index"
8471checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
8472
8473[[package]]
8474name = "winapi-util"
8475version = "0.1.5"
8476source = "registry+https://github.com/rust-lang/crates.io-index"
8477checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
8478dependencies = [
8479 "winapi 0.3.9",
8480]
8481
8482[[package]]
8483name = "winapi-x86_64-pc-windows-gnu"
8484version = "0.4.0"
8485source = "registry+https://github.com/rust-lang/crates.io-index"
8486checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
8487
8488[[package]]
8489name = "windows"
8490version = "0.48.0"
8491source = "registry+https://github.com/rust-lang/crates.io-index"
8492checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
8493dependencies = [
8494 "windows-targets 0.48.0",
8495]
8496
8497[[package]]
8498name = "windows-sys"
8499version = "0.42.0"
8500source = "registry+https://github.com/rust-lang/crates.io-index"
8501checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
8502dependencies = [
8503 "windows_aarch64_gnullvm 0.42.2",
8504 "windows_aarch64_msvc 0.42.2",
8505 "windows_i686_gnu 0.42.2",
8506 "windows_i686_msvc 0.42.2",
8507 "windows_x86_64_gnu 0.42.2",
8508 "windows_x86_64_gnullvm 0.42.2",
8509 "windows_x86_64_msvc 0.42.2",
8510]
8511
8512[[package]]
8513name = "windows-sys"
8514version = "0.45.0"
8515source = "registry+https://github.com/rust-lang/crates.io-index"
8516checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
8517dependencies = [
8518 "windows-targets 0.42.2",
8519]
8520
8521[[package]]
8522name = "windows-sys"
8523version = "0.48.0"
8524source = "registry+https://github.com/rust-lang/crates.io-index"
8525checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
8526dependencies = [
8527 "windows-targets 0.48.0",
8528]
8529
8530[[package]]
8531name = "windows-targets"
8532version = "0.42.2"
8533source = "registry+https://github.com/rust-lang/crates.io-index"
8534checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
8535dependencies = [
8536 "windows_aarch64_gnullvm 0.42.2",
8537 "windows_aarch64_msvc 0.42.2",
8538 "windows_i686_gnu 0.42.2",
8539 "windows_i686_msvc 0.42.2",
8540 "windows_x86_64_gnu 0.42.2",
8541 "windows_x86_64_gnullvm 0.42.2",
8542 "windows_x86_64_msvc 0.42.2",
8543]
8544
8545[[package]]
8546name = "windows-targets"
8547version = "0.48.0"
8548source = "registry+https://github.com/rust-lang/crates.io-index"
8549checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
8550dependencies = [
8551 "windows_aarch64_gnullvm 0.48.0",
8552 "windows_aarch64_msvc 0.48.0",
8553 "windows_i686_gnu 0.48.0",
8554 "windows_i686_msvc 0.48.0",
8555 "windows_x86_64_gnu 0.48.0",
8556 "windows_x86_64_gnullvm 0.48.0",
8557 "windows_x86_64_msvc 0.48.0",
8558]
8559
8560[[package]]
8561name = "windows_aarch64_gnullvm"
8562version = "0.42.2"
8563source = "registry+https://github.com/rust-lang/crates.io-index"
8564checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
8565
8566[[package]]
8567name = "windows_aarch64_gnullvm"
8568version = "0.48.0"
8569source = "registry+https://github.com/rust-lang/crates.io-index"
8570checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
8571
8572[[package]]
8573name = "windows_aarch64_msvc"
8574version = "0.42.2"
8575source = "registry+https://github.com/rust-lang/crates.io-index"
8576checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
8577
8578[[package]]
8579name = "windows_aarch64_msvc"
8580version = "0.48.0"
8581source = "registry+https://github.com/rust-lang/crates.io-index"
8582checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
8583
8584[[package]]
8585name = "windows_i686_gnu"
8586version = "0.42.2"
8587source = "registry+https://github.com/rust-lang/crates.io-index"
8588checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
8589
8590[[package]]
8591name = "windows_i686_gnu"
8592version = "0.48.0"
8593source = "registry+https://github.com/rust-lang/crates.io-index"
8594checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
8595
8596[[package]]
8597name = "windows_i686_msvc"
8598version = "0.42.2"
8599source = "registry+https://github.com/rust-lang/crates.io-index"
8600checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
8601
8602[[package]]
8603name = "windows_i686_msvc"
8604version = "0.48.0"
8605source = "registry+https://github.com/rust-lang/crates.io-index"
8606checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
8607
8608[[package]]
8609name = "windows_x86_64_gnu"
8610version = "0.42.2"
8611source = "registry+https://github.com/rust-lang/crates.io-index"
8612checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
8613
8614[[package]]
8615name = "windows_x86_64_gnu"
8616version = "0.48.0"
8617source = "registry+https://github.com/rust-lang/crates.io-index"
8618checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
8619
8620[[package]]
8621name = "windows_x86_64_gnullvm"
8622version = "0.42.2"
8623source = "registry+https://github.com/rust-lang/crates.io-index"
8624checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
8625
8626[[package]]
8627name = "windows_x86_64_gnullvm"
8628version = "0.48.0"
8629source = "registry+https://github.com/rust-lang/crates.io-index"
8630checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
8631
8632[[package]]
8633name = "windows_x86_64_msvc"
8634version = "0.42.2"
8635source = "registry+https://github.com/rust-lang/crates.io-index"
8636checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
8637
8638[[package]]
8639name = "windows_x86_64_msvc"
8640version = "0.48.0"
8641source = "registry+https://github.com/rust-lang/crates.io-index"
8642checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
8643
8644[[package]]
8645name = "winreg"
8646version = "0.10.1"
8647source = "registry+https://github.com/rust-lang/crates.io-index"
8648checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
8649dependencies = [
8650 "winapi 0.3.9",
8651]
8652
8653[[package]]
8654name = "winx"
8655version = "0.31.0"
8656source = "registry+https://github.com/rust-lang/crates.io-index"
8657checksum = "08d5973cb8cd94a77d03ad7e23bbe14889cb29805da1cec0e4aff75e21aebded"
8658dependencies = [
8659 "bitflags",
8660 "io-lifetimes 0.5.3",
8661 "winapi 0.3.9",
8662]
8663
8664[[package]]
8665name = "wio"
8666version = "0.2.2"
8667source = "registry+https://github.com/rust-lang/crates.io-index"
8668checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
8669dependencies = [
8670 "winapi 0.3.9",
8671]
8672
8673[[package]]
8674name = "witx"
8675version = "0.9.1"
8676source = "registry+https://github.com/rust-lang/crates.io-index"
8677checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
8678dependencies = [
8679 "anyhow",
8680 "log",
8681 "thiserror",
8682 "wast 35.0.2",
8683]
8684
8685[[package]]
8686name = "workspace"
8687version = "0.1.0"
8688dependencies = [
8689 "anyhow",
8690 "assets",
8691 "async-recursion 1.0.4",
8692 "bincode",
8693 "call",
8694 "client",
8695 "collections",
8696 "context_menu",
8697 "db",
8698 "drag_and_drop",
8699 "env_logger 0.9.3",
8700 "fs",
8701 "futures 0.3.28",
8702 "gpui",
8703 "indoc",
8704 "install_cli",
8705 "itertools",
8706 "language",
8707 "lazy_static",
8708 "log",
8709 "menu",
8710 "parking_lot 0.11.2",
8711 "postage",
8712 "project",
8713 "schemars",
8714 "serde",
8715 "serde_derive",
8716 "serde_json",
8717 "settings",
8718 "smallvec",
8719 "terminal",
8720 "theme",
8721 "util",
8722 "uuid 1.3.2",
8723]
8724
8725[[package]]
8726name = "ws2_32-sys"
8727version = "0.2.1"
8728source = "registry+https://github.com/rust-lang/crates.io-index"
8729checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
8730dependencies = [
8731 "winapi 0.2.8",
8732 "winapi-build",
8733]
8734
8735[[package]]
8736name = "xattr"
8737version = "0.2.3"
8738source = "registry+https://github.com/rust-lang/crates.io-index"
8739checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
8740dependencies = [
8741 "libc",
8742]
8743
8744[[package]]
8745name = "xmlparser"
8746version = "0.13.5"
8747source = "registry+https://github.com/rust-lang/crates.io-index"
8748checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
8749
8750[[package]]
8751name = "xmlwriter"
8752version = "0.1.0"
8753source = "registry+https://github.com/rust-lang/crates.io-index"
8754checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
8755
8756[[package]]
8757name = "yaml-rust"
8758version = "0.4.5"
8759source = "registry+https://github.com/rust-lang/crates.io-index"
8760checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
8761dependencies = [
8762 "linked-hash-map",
8763]
8764
8765[[package]]
8766name = "yansi"
8767version = "0.5.1"
8768source = "registry+https://github.com/rust-lang/crates.io-index"
8769checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
8770
8771[[package]]
8772name = "yeslogic-fontconfig-sys"
8773version = "3.2.0"
8774source = "registry+https://github.com/rust-lang/crates.io-index"
8775checksum = "f2bbd69036d397ebbff671b1b8e4d918610c181c5a16073b96f984a38d08c386"
8776dependencies = [
8777 "const-cstr",
8778 "dlib",
8779 "once_cell",
8780 "pkg-config",
8781]
8782
8783[[package]]
8784name = "zed"
8785version = "0.90.0"
8786dependencies = [
8787 "activity_indicator",
8788 "ai",
8789 "anyhow",
8790 "assets",
8791 "async-compression",
8792 "async-recursion 0.3.2",
8793 "async-tar",
8794 "async-trait",
8795 "auto_update",
8796 "backtrace",
8797 "breadcrumbs",
8798 "call",
8799 "chrono",
8800 "cli",
8801 "client",
8802 "clock",
8803 "collab_ui",
8804 "collections",
8805 "command_palette",
8806 "context_menu",
8807 "copilot",
8808 "copilot_button",
8809 "ctor",
8810 "db",
8811 "diagnostics",
8812 "editor",
8813 "env_logger 0.9.3",
8814 "feedback",
8815 "file_finder",
8816 "fs",
8817 "fsevent",
8818 "futures 0.3.28",
8819 "fuzzy",
8820 "go_to_line",
8821 "gpui",
8822 "ignore",
8823 "image",
8824 "indexmap",
8825 "install_cli",
8826 "isahc",
8827 "journal",
8828 "language",
8829 "language_selector",
8830 "lazy_static",
8831 "libc",
8832 "log",
8833 "lsp",
8834 "lsp_log",
8835 "node_runtime",
8836 "num_cpus",
8837 "outline",
8838 "parking_lot 0.11.2",
8839 "plugin_runtime",
8840 "postage",
8841 "project",
8842 "project_panel",
8843 "project_symbols",
8844 "rand 0.8.5",
8845 "recent_projects",
8846 "regex",
8847 "rpc",
8848 "rsa",
8849 "rust-embed",
8850 "search",
8851 "serde",
8852 "serde_derive",
8853 "serde_json",
8854 "settings",
8855 "simplelog",
8856 "smallvec",
8857 "smol",
8858 "staff_mode",
8859 "sum_tree",
8860 "tempdir",
8861 "terminal_view",
8862 "text",
8863 "theme",
8864 "theme_selector",
8865 "theme_testbench",
8866 "thiserror",
8867 "tiny_http",
8868 "toml",
8869 "tree-sitter",
8870 "tree-sitter-c",
8871 "tree-sitter-cpp",
8872 "tree-sitter-css",
8873 "tree-sitter-elixir",
8874 "tree-sitter-embedded-template",
8875 "tree-sitter-go",
8876 "tree-sitter-html",
8877 "tree-sitter-json 0.20.0",
8878 "tree-sitter-lua",
8879 "tree-sitter-markdown",
8880 "tree-sitter-python",
8881 "tree-sitter-racket",
8882 "tree-sitter-ruby",
8883 "tree-sitter-rust",
8884 "tree-sitter-scheme",
8885 "tree-sitter-toml",
8886 "tree-sitter-typescript 0.20.2 (git+https://github.com/tree-sitter/tree-sitter-typescript?rev=5d20856f34315b068c41edaee2ac8a100081d259)",
8887 "tree-sitter-yaml",
8888 "unindent",
8889 "url",
8890 "urlencoding",
8891 "util",
8892 "uuid 1.3.2",
8893 "vim",
8894 "welcome",
8895 "workspace",
8896]
8897
8898[[package]]
8899name = "zeroize"
8900version = "1.3.0"
8901source = "registry+https://github.com/rust-lang/crates.io-index"
8902checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
8903dependencies = [
8904 "zeroize_derive",
8905]
8906
8907[[package]]
8908name = "zeroize_derive"
8909version = "1.4.2"
8910source = "registry+https://github.com/rust-lang/crates.io-index"
8911checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
8912dependencies = [
8913 "proc-macro2",
8914 "quote",
8915 "syn 2.0.15",
8916]
8917
8918[[package]]
8919name = "zstd"
8920version = "0.11.2+zstd.1.5.2"
8921source = "registry+https://github.com/rust-lang/crates.io-index"
8922checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
8923dependencies = [
8924 "zstd-safe",
8925]
8926
8927[[package]]
8928name = "zstd-safe"
8929version = "5.0.2+zstd.1.5.2"
8930source = "registry+https://github.com/rust-lang/crates.io-index"
8931checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
8932dependencies = [
8933 "libc",
8934 "zstd-sys",
8935]
8936
8937[[package]]
8938name = "zstd-sys"
8939version = "2.0.8+zstd.1.5.5"
8940source = "registry+https://github.com/rust-lang/crates.io-index"
8941checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
8942dependencies = [
8943 "cc",
8944 "libc",
8945 "pkg-config",
8946]