Cargo.lock

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