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