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