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 "db",
4893 "drag_and_drop",
4894 "editor",
4895 "futures 0.3.28",
4896 "gpui",
4897 "language",
4898 "menu",
4899 "postage",
4900 "project",
4901 "schemars",
4902 "serde",
4903 "serde_derive",
4904 "serde_json",
4905 "settings",
4906 "theme",
4907 "unicase",
4908 "util",
4909 "workspace",
4910]
4911
4912[[package]]
4913name = "project_symbols"
4914version = "0.1.0"
4915dependencies = [
4916 "anyhow",
4917 "editor",
4918 "futures 0.3.28",
4919 "fuzzy",
4920 "gpui",
4921 "language",
4922 "lsp",
4923 "ordered-float",
4924 "picker",
4925 "postage",
4926 "project",
4927 "settings",
4928 "smol",
4929 "text",
4930 "theme",
4931 "util",
4932 "workspace",
4933]
4934
4935[[package]]
4936name = "prometheus"
4937version = "0.13.3"
4938source = "registry+https://github.com/rust-lang/crates.io-index"
4939checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
4940dependencies = [
4941 "cfg-if 1.0.0",
4942 "fnv",
4943 "lazy_static",
4944 "memchr",
4945 "parking_lot 0.12.1",
4946 "protobuf",
4947 "thiserror",
4948]
4949
4950[[package]]
4951name = "prost"
4952version = "0.8.0"
4953source = "registry+https://github.com/rust-lang/crates.io-index"
4954checksum = "de5e2533f59d08fcf364fd374ebda0692a70bd6d7e66ef97f306f45c6c5d8020"
4955dependencies = [
4956 "bytes 1.4.0",
4957 "prost-derive 0.8.0",
4958]
4959
4960[[package]]
4961name = "prost"
4962version = "0.9.0"
4963source = "registry+https://github.com/rust-lang/crates.io-index"
4964checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
4965dependencies = [
4966 "bytes 1.4.0",
4967 "prost-derive 0.9.0",
4968]
4969
4970[[package]]
4971name = "prost-build"
4972version = "0.9.0"
4973source = "registry+https://github.com/rust-lang/crates.io-index"
4974checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
4975dependencies = [
4976 "bytes 1.4.0",
4977 "heck 0.3.3",
4978 "itertools",
4979 "lazy_static",
4980 "log",
4981 "multimap",
4982 "petgraph",
4983 "prost 0.9.0",
4984 "prost-types 0.9.0",
4985 "regex",
4986 "tempfile",
4987 "which",
4988]
4989
4990[[package]]
4991name = "prost-derive"
4992version = "0.8.0"
4993source = "registry+https://github.com/rust-lang/crates.io-index"
4994checksum = "600d2f334aa05acb02a755e217ef1ab6dea4d51b58b7846588b747edec04efba"
4995dependencies = [
4996 "anyhow",
4997 "itertools",
4998 "proc-macro2",
4999 "quote",
5000 "syn 1.0.109",
5001]
5002
5003[[package]]
5004name = "prost-derive"
5005version = "0.9.0"
5006source = "registry+https://github.com/rust-lang/crates.io-index"
5007checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
5008dependencies = [
5009 "anyhow",
5010 "itertools",
5011 "proc-macro2",
5012 "quote",
5013 "syn 1.0.109",
5014]
5015
5016[[package]]
5017name = "prost-types"
5018version = "0.8.0"
5019source = "registry+https://github.com/rust-lang/crates.io-index"
5020checksum = "603bbd6394701d13f3f25aada59c7de9d35a6a5887cfc156181234a44002771b"
5021dependencies = [
5022 "bytes 1.4.0",
5023 "prost 0.8.0",
5024]
5025
5026[[package]]
5027name = "prost-types"
5028version = "0.9.0"
5029source = "registry+https://github.com/rust-lang/crates.io-index"
5030checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
5031dependencies = [
5032 "bytes 1.4.0",
5033 "prost 0.9.0",
5034]
5035
5036[[package]]
5037name = "protobuf"
5038version = "2.28.0"
5039source = "registry+https://github.com/rust-lang/crates.io-index"
5040checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
5041
5042[[package]]
5043name = "psm"
5044version = "0.1.21"
5045source = "registry+https://github.com/rust-lang/crates.io-index"
5046checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
5047dependencies = [
5048 "cc",
5049]
5050
5051[[package]]
5052name = "ptr_meta"
5053version = "0.1.4"
5054source = "registry+https://github.com/rust-lang/crates.io-index"
5055checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
5056dependencies = [
5057 "ptr_meta_derive",
5058]
5059
5060[[package]]
5061name = "ptr_meta_derive"
5062version = "0.1.4"
5063source = "registry+https://github.com/rust-lang/crates.io-index"
5064checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
5065dependencies = [
5066 "proc-macro2",
5067 "quote",
5068 "syn 1.0.109",
5069]
5070
5071[[package]]
5072name = "pulldown-cmark"
5073version = "0.9.2"
5074source = "registry+https://github.com/rust-lang/crates.io-index"
5075checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63"
5076dependencies = [
5077 "bitflags",
5078 "memchr",
5079 "unicase",
5080]
5081
5082[[package]]
5083name = "quick-xml"
5084version = "0.28.2"
5085source = "registry+https://github.com/rust-lang/crates.io-index"
5086checksum = "0ce5e73202a820a31f8a0ee32ada5e21029c81fd9e3ebf668a40832e4219d9d1"
5087dependencies = [
5088 "memchr",
5089]
5090
5091[[package]]
5092name = "quote"
5093version = "1.0.27"
5094source = "registry+https://github.com/rust-lang/crates.io-index"
5095checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500"
5096dependencies = [
5097 "proc-macro2",
5098]
5099
5100[[package]]
5101name = "rand"
5102version = "0.4.6"
5103source = "registry+https://github.com/rust-lang/crates.io-index"
5104checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
5105dependencies = [
5106 "fuchsia-cprng",
5107 "libc",
5108 "rand_core 0.3.1",
5109 "rdrand",
5110 "winapi 0.3.9",
5111]
5112
5113[[package]]
5114name = "rand"
5115version = "0.7.3"
5116source = "registry+https://github.com/rust-lang/crates.io-index"
5117checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
5118dependencies = [
5119 "getrandom 0.1.16",
5120 "libc",
5121 "rand_chacha 0.2.2",
5122 "rand_core 0.5.1",
5123 "rand_hc",
5124]
5125
5126[[package]]
5127name = "rand"
5128version = "0.8.5"
5129source = "registry+https://github.com/rust-lang/crates.io-index"
5130checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
5131dependencies = [
5132 "libc",
5133 "rand_chacha 0.3.1",
5134 "rand_core 0.6.4",
5135]
5136
5137[[package]]
5138name = "rand_chacha"
5139version = "0.2.2"
5140source = "registry+https://github.com/rust-lang/crates.io-index"
5141checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
5142dependencies = [
5143 "ppv-lite86",
5144 "rand_core 0.5.1",
5145]
5146
5147[[package]]
5148name = "rand_chacha"
5149version = "0.3.1"
5150source = "registry+https://github.com/rust-lang/crates.io-index"
5151checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
5152dependencies = [
5153 "ppv-lite86",
5154 "rand_core 0.6.4",
5155]
5156
5157[[package]]
5158name = "rand_core"
5159version = "0.3.1"
5160source = "registry+https://github.com/rust-lang/crates.io-index"
5161checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
5162dependencies = [
5163 "rand_core 0.4.2",
5164]
5165
5166[[package]]
5167name = "rand_core"
5168version = "0.4.2"
5169source = "registry+https://github.com/rust-lang/crates.io-index"
5170checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
5171
5172[[package]]
5173name = "rand_core"
5174version = "0.5.1"
5175source = "registry+https://github.com/rust-lang/crates.io-index"
5176checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
5177dependencies = [
5178 "getrandom 0.1.16",
5179]
5180
5181[[package]]
5182name = "rand_core"
5183version = "0.6.4"
5184source = "registry+https://github.com/rust-lang/crates.io-index"
5185checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
5186dependencies = [
5187 "getrandom 0.2.9",
5188]
5189
5190[[package]]
5191name = "rand_hc"
5192version = "0.2.0"
5193source = "registry+https://github.com/rust-lang/crates.io-index"
5194checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
5195dependencies = [
5196 "rand_core 0.5.1",
5197]
5198
5199[[package]]
5200name = "rayon"
5201version = "1.7.0"
5202source = "registry+https://github.com/rust-lang/crates.io-index"
5203checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
5204dependencies = [
5205 "either",
5206 "rayon-core",
5207]
5208
5209[[package]]
5210name = "rayon-core"
5211version = "1.11.0"
5212source = "registry+https://github.com/rust-lang/crates.io-index"
5213checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
5214dependencies = [
5215 "crossbeam-channel 0.5.8",
5216 "crossbeam-deque",
5217 "crossbeam-utils 0.8.15",
5218 "num_cpus",
5219]
5220
5221[[package]]
5222name = "rctree"
5223version = "0.3.3"
5224source = "registry+https://github.com/rust-lang/crates.io-index"
5225checksum = "be9e29cb19c8fe84169fcb07f8f11e66bc9e6e0280efd4715c54818296f8a4a8"
5226
5227[[package]]
5228name = "rdrand"
5229version = "0.4.0"
5230source = "registry+https://github.com/rust-lang/crates.io-index"
5231checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
5232dependencies = [
5233 "rand_core 0.3.1",
5234]
5235
5236[[package]]
5237name = "recent_projects"
5238version = "0.1.0"
5239dependencies = [
5240 "db",
5241 "editor",
5242 "fuzzy",
5243 "gpui",
5244 "language",
5245 "ordered-float",
5246 "picker",
5247 "postage",
5248 "settings",
5249 "smol",
5250 "text",
5251 "theme",
5252 "util",
5253 "workspace",
5254]
5255
5256[[package]]
5257name = "redox_syscall"
5258version = "0.2.16"
5259source = "registry+https://github.com/rust-lang/crates.io-index"
5260checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
5261dependencies = [
5262 "bitflags",
5263]
5264
5265[[package]]
5266name = "redox_syscall"
5267version = "0.3.5"
5268source = "registry+https://github.com/rust-lang/crates.io-index"
5269checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
5270dependencies = [
5271 "bitflags",
5272]
5273
5274[[package]]
5275name = "redox_users"
5276version = "0.4.3"
5277source = "registry+https://github.com/rust-lang/crates.io-index"
5278checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
5279dependencies = [
5280 "getrandom 0.2.9",
5281 "redox_syscall 0.2.16",
5282 "thiserror",
5283]
5284
5285[[package]]
5286name = "regalloc2"
5287version = "0.2.3"
5288source = "registry+https://github.com/rust-lang/crates.io-index"
5289checksum = "4a8d23b35d7177df3b9d31ed8a9ab4bf625c668be77a319d4f5efd4a5257701c"
5290dependencies = [
5291 "fxhash",
5292 "log",
5293 "slice-group-by",
5294 "smallvec",
5295]
5296
5297[[package]]
5298name = "regex"
5299version = "1.8.1"
5300source = "registry+https://github.com/rust-lang/crates.io-index"
5301checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
5302dependencies = [
5303 "aho-corasick 1.0.1",
5304 "memchr",
5305 "regex-syntax 0.7.1",
5306]
5307
5308[[package]]
5309name = "regex-automata"
5310version = "0.1.10"
5311source = "registry+https://github.com/rust-lang/crates.io-index"
5312checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
5313dependencies = [
5314 "regex-syntax 0.6.29",
5315]
5316
5317[[package]]
5318name = "regex-syntax"
5319version = "0.6.29"
5320source = "registry+https://github.com/rust-lang/crates.io-index"
5321checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
5322
5323[[package]]
5324name = "regex-syntax"
5325version = "0.7.1"
5326source = "registry+https://github.com/rust-lang/crates.io-index"
5327checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
5328
5329[[package]]
5330name = "region"
5331version = "2.2.0"
5332source = "registry+https://github.com/rust-lang/crates.io-index"
5333checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"
5334dependencies = [
5335 "bitflags",
5336 "libc",
5337 "mach",
5338 "winapi 0.3.9",
5339]
5340
5341[[package]]
5342name = "remove_dir_all"
5343version = "0.5.3"
5344source = "registry+https://github.com/rust-lang/crates.io-index"
5345checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
5346dependencies = [
5347 "winapi 0.3.9",
5348]
5349
5350[[package]]
5351name = "rend"
5352version = "0.4.0"
5353source = "registry+https://github.com/rust-lang/crates.io-index"
5354checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
5355dependencies = [
5356 "bytecheck",
5357]
5358
5359[[package]]
5360name = "reqwest"
5361version = "0.11.17"
5362source = "registry+https://github.com/rust-lang/crates.io-index"
5363checksum = "13293b639a097af28fc8a90f22add145a9c954e49d77da06263d58cf44d5fb91"
5364dependencies = [
5365 "base64 0.21.0",
5366 "bytes 1.4.0",
5367 "encoding_rs",
5368 "futures-core",
5369 "futures-util",
5370 "h2",
5371 "http",
5372 "http-body",
5373 "hyper",
5374 "hyper-tls",
5375 "ipnet",
5376 "js-sys",
5377 "log",
5378 "mime",
5379 "native-tls",
5380 "once_cell",
5381 "percent-encoding",
5382 "pin-project-lite 0.2.9",
5383 "serde",
5384 "serde_json",
5385 "serde_urlencoded",
5386 "tokio",
5387 "tokio-native-tls",
5388 "tower-service",
5389 "url",
5390 "wasm-bindgen",
5391 "wasm-bindgen-futures",
5392 "web-sys",
5393 "winreg",
5394]
5395
5396[[package]]
5397name = "resvg"
5398version = "0.14.1"
5399source = "registry+https://github.com/rust-lang/crates.io-index"
5400checksum = "09697862c5c3f940cbaffef91969c62188b5c8ed385b0aef43a5ff01ddc8000f"
5401dependencies = [
5402 "jpeg-decoder",
5403 "log",
5404 "pico-args",
5405 "png",
5406 "rgb",
5407 "svgfilters",
5408 "tiny-skia",
5409 "usvg",
5410]
5411
5412[[package]]
5413name = "rgb"
5414version = "0.8.36"
5415source = "registry+https://github.com/rust-lang/crates.io-index"
5416checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
5417dependencies = [
5418 "bytemuck",
5419]
5420
5421[[package]]
5422name = "ring"
5423version = "0.16.20"
5424source = "registry+https://github.com/rust-lang/crates.io-index"
5425checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
5426dependencies = [
5427 "cc",
5428 "libc",
5429 "once_cell",
5430 "spin 0.5.2",
5431 "untrusted",
5432 "web-sys",
5433 "winapi 0.3.9",
5434]
5435
5436[[package]]
5437name = "rkyv"
5438version = "0.7.41"
5439source = "registry+https://github.com/rust-lang/crates.io-index"
5440checksum = "21499ed91807f07ae081880aabb2ccc0235e9d88011867d984525e9a4c3cfa3e"
5441dependencies = [
5442 "bytecheck",
5443 "hashbrown 0.12.3",
5444 "ptr_meta",
5445 "rend",
5446 "rkyv_derive",
5447 "seahash",
5448]
5449
5450[[package]]
5451name = "rkyv_derive"
5452version = "0.7.41"
5453source = "registry+https://github.com/rust-lang/crates.io-index"
5454checksum = "ac1c672430eb41556291981f45ca900a0239ad007242d1cb4b4167af842db666"
5455dependencies = [
5456 "proc-macro2",
5457 "quote",
5458 "syn 1.0.109",
5459]
5460
5461[[package]]
5462name = "rmp"
5463version = "0.8.11"
5464source = "registry+https://github.com/rust-lang/crates.io-index"
5465checksum = "44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f"
5466dependencies = [
5467 "byteorder",
5468 "num-traits",
5469 "paste",
5470]
5471
5472[[package]]
5473name = "rmpv"
5474version = "1.0.0"
5475source = "registry+https://github.com/rust-lang/crates.io-index"
5476checksum = "de8813b3a2f95c5138fe5925bfb8784175d88d6bff059ba8ce090aa891319754"
5477dependencies = [
5478 "num-traits",
5479 "rmp",
5480]
5481
5482[[package]]
5483name = "rope"
5484version = "0.1.0"
5485dependencies = [
5486 "arrayvec 0.7.2",
5487 "bromberg_sl2",
5488 "gpui",
5489 "log",
5490 "rand 0.8.5",
5491 "smallvec",
5492 "sum_tree",
5493 "util",
5494]
5495
5496[[package]]
5497name = "roxmltree"
5498version = "0.14.1"
5499source = "registry+https://github.com/rust-lang/crates.io-index"
5500checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
5501dependencies = [
5502 "xmlparser",
5503]
5504
5505[[package]]
5506name = "rpc"
5507version = "0.1.0"
5508dependencies = [
5509 "anyhow",
5510 "async-lock",
5511 "async-tungstenite",
5512 "base64 0.13.1",
5513 "clock",
5514 "collections",
5515 "ctor",
5516 "env_logger 0.9.3",
5517 "futures 0.3.28",
5518 "gpui",
5519 "parking_lot 0.11.2",
5520 "prost 0.8.0",
5521 "prost-build",
5522 "rand 0.8.5",
5523 "rsa",
5524 "serde",
5525 "serde_derive",
5526 "smol",
5527 "smol-timeout",
5528 "tempdir",
5529 "tracing",
5530 "util",
5531 "zstd",
5532]
5533
5534[[package]]
5535name = "rsa"
5536version = "0.4.1"
5537source = "registry+https://github.com/rust-lang/crates.io-index"
5538checksum = "7b0aeddcca1082112a6eeb43bf25fd7820b066aaf6eaef776e19d0a1febe38fe"
5539dependencies = [
5540 "byteorder",
5541 "digest 0.9.0",
5542 "lazy_static",
5543 "num-bigint-dig",
5544 "num-integer",
5545 "num-iter",
5546 "num-traits",
5547 "pem",
5548 "rand 0.8.5",
5549 "simple_asn1",
5550 "subtle",
5551 "zeroize",
5552]
5553
5554[[package]]
5555name = "rust-embed"
5556version = "6.6.1"
5557source = "registry+https://github.com/rust-lang/crates.io-index"
5558checksum = "1b68543d5527e158213414a92832d2aab11a84d2571a5eb021ebe22c43aab066"
5559dependencies = [
5560 "rust-embed-impl",
5561 "rust-embed-utils",
5562 "walkdir",
5563]
5564
5565[[package]]
5566name = "rust-embed-impl"
5567version = "6.5.0"
5568source = "registry+https://github.com/rust-lang/crates.io-index"
5569checksum = "4d4e0f0ced47ded9a68374ac145edd65a6c1fa13a96447b873660b2a568a0fd7"
5570dependencies = [
5571 "proc-macro2",
5572 "quote",
5573 "rust-embed-utils",
5574 "syn 1.0.109",
5575 "walkdir",
5576]
5577
5578[[package]]
5579name = "rust-embed-utils"
5580version = "7.5.0"
5581source = "registry+https://github.com/rust-lang/crates.io-index"
5582checksum = "512b0ab6853f7e14e3c8754acb43d6f748bb9ced66aa5915a6553ac8213f7731"
5583dependencies = [
5584 "globset",
5585 "sha2 0.10.6",
5586 "walkdir",
5587]
5588
5589[[package]]
5590name = "rust_decimal"
5591version = "1.29.1"
5592source = "registry+https://github.com/rust-lang/crates.io-index"
5593checksum = "26bd36b60561ee1fb5ec2817f198b6fd09fa571c897a5e86d1487cfc2b096dfc"
5594dependencies = [
5595 "arrayvec 0.7.2",
5596 "borsh",
5597 "bytecheck",
5598 "byteorder",
5599 "bytes 1.4.0",
5600 "num-traits",
5601 "rand 0.8.5",
5602 "rkyv",
5603 "serde",
5604 "serde_json",
5605]
5606
5607[[package]]
5608name = "rustc-demangle"
5609version = "0.1.23"
5610source = "registry+https://github.com/rust-lang/crates.io-index"
5611checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
5612
5613[[package]]
5614name = "rustc-hash"
5615version = "1.1.0"
5616source = "registry+https://github.com/rust-lang/crates.io-index"
5617checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
5618
5619[[package]]
5620name = "rustc_version"
5621version = "0.3.3"
5622source = "registry+https://github.com/rust-lang/crates.io-index"
5623checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
5624dependencies = [
5625 "semver",
5626]
5627
5628[[package]]
5629name = "rustix"
5630version = "0.33.7"
5631source = "registry+https://github.com/rust-lang/crates.io-index"
5632checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"
5633dependencies = [
5634 "bitflags",
5635 "errno 0.2.8",
5636 "io-lifetimes 0.5.3",
5637 "itoa",
5638 "libc",
5639 "linux-raw-sys 0.0.42",
5640 "once_cell",
5641 "winapi 0.3.9",
5642]
5643
5644[[package]]
5645name = "rustix"
5646version = "0.37.19"
5647source = "registry+https://github.com/rust-lang/crates.io-index"
5648checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
5649dependencies = [
5650 "bitflags",
5651 "errno 0.3.1",
5652 "io-lifetimes 1.0.10",
5653 "libc",
5654 "linux-raw-sys 0.3.7",
5655 "windows-sys 0.48.0",
5656]
5657
5658[[package]]
5659name = "rustls"
5660version = "0.19.1"
5661source = "registry+https://github.com/rust-lang/crates.io-index"
5662checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
5663dependencies = [
5664 "base64 0.13.1",
5665 "log",
5666 "ring",
5667 "sct 0.6.1",
5668 "webpki 0.21.4",
5669]
5670
5671[[package]]
5672name = "rustls"
5673version = "0.20.8"
5674source = "registry+https://github.com/rust-lang/crates.io-index"
5675checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
5676dependencies = [
5677 "log",
5678 "ring",
5679 "sct 0.7.0",
5680 "webpki 0.22.0",
5681]
5682
5683[[package]]
5684name = "rustls-pemfile"
5685version = "1.0.2"
5686source = "registry+https://github.com/rust-lang/crates.io-index"
5687checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
5688dependencies = [
5689 "base64 0.21.0",
5690]
5691
5692[[package]]
5693name = "rustversion"
5694version = "1.0.12"
5695source = "registry+https://github.com/rust-lang/crates.io-index"
5696checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
5697
5698[[package]]
5699name = "rustybuzz"
5700version = "0.3.0"
5701source = "registry+https://github.com/rust-lang/crates.io-index"
5702checksum = "0ab463a295d00f3692e0974a0bfd83c7a9bcd119e27e07c2beecdb1b44a09d10"
5703dependencies = [
5704 "bitflags",
5705 "bytemuck",
5706 "smallvec",
5707 "ttf-parser 0.9.0",
5708 "unicode-bidi-mirroring",
5709 "unicode-ccc",
5710 "unicode-general-category",
5711 "unicode-script",
5712]
5713
5714[[package]]
5715name = "ryu"
5716version = "1.0.13"
5717source = "registry+https://github.com/rust-lang/crates.io-index"
5718checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
5719
5720[[package]]
5721name = "safe_arch"
5722version = "0.5.2"
5723source = "registry+https://github.com/rust-lang/crates.io-index"
5724checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05"
5725dependencies = [
5726 "bytemuck",
5727]
5728
5729[[package]]
5730name = "safemem"
5731version = "0.3.3"
5732source = "registry+https://github.com/rust-lang/crates.io-index"
5733checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
5734
5735[[package]]
5736name = "salsa20"
5737version = "0.8.1"
5738source = "registry+https://github.com/rust-lang/crates.io-index"
5739checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"
5740dependencies = [
5741 "cipher",
5742]
5743
5744[[package]]
5745name = "same-file"
5746version = "1.0.6"
5747source = "registry+https://github.com/rust-lang/crates.io-index"
5748checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
5749dependencies = [
5750 "winapi-util",
5751]
5752
5753[[package]]
5754name = "schannel"
5755version = "0.1.21"
5756source = "registry+https://github.com/rust-lang/crates.io-index"
5757checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
5758dependencies = [
5759 "windows-sys 0.42.0",
5760]
5761
5762[[package]]
5763name = "schemars"
5764version = "0.8.12"
5765source = "registry+https://github.com/rust-lang/crates.io-index"
5766checksum = "02c613288622e5f0c3fdc5dbd4db1c5fbe752746b1d1a56a0630b78fd00de44f"
5767dependencies = [
5768 "dyn-clone",
5769 "schemars_derive",
5770 "serde",
5771 "serde_json",
5772]
5773
5774[[package]]
5775name = "schemars_derive"
5776version = "0.8.12"
5777source = "registry+https://github.com/rust-lang/crates.io-index"
5778checksum = "109da1e6b197438deb6db99952990c7f959572794b80ff93707d55a232545e7c"
5779dependencies = [
5780 "proc-macro2",
5781 "quote",
5782 "serde_derive_internals",
5783 "syn 1.0.109",
5784]
5785
5786[[package]]
5787name = "scoped_threadpool"
5788version = "0.1.9"
5789source = "registry+https://github.com/rust-lang/crates.io-index"
5790checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
5791
5792[[package]]
5793name = "scopeguard"
5794version = "1.1.0"
5795source = "registry+https://github.com/rust-lang/crates.io-index"
5796checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
5797
5798[[package]]
5799name = "scratch"
5800version = "1.0.5"
5801source = "registry+https://github.com/rust-lang/crates.io-index"
5802checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
5803
5804[[package]]
5805name = "scrypt"
5806version = "0.7.0"
5807source = "registry+https://github.com/rust-lang/crates.io-index"
5808checksum = "879588d8f90906e73302547e20fffefdd240eb3e0e744e142321f5d49dea0518"
5809dependencies = [
5810 "base64ct",
5811 "hmac 0.11.0",
5812 "password-hash",
5813 "pbkdf2",
5814 "salsa20",
5815 "sha2 0.9.9",
5816]
5817
5818[[package]]
5819name = "sct"
5820version = "0.6.1"
5821source = "registry+https://github.com/rust-lang/crates.io-index"
5822checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
5823dependencies = [
5824 "ring",
5825 "untrusted",
5826]
5827
5828[[package]]
5829name = "sct"
5830version = "0.7.0"
5831source = "registry+https://github.com/rust-lang/crates.io-index"
5832checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
5833dependencies = [
5834 "ring",
5835 "untrusted",
5836]
5837
5838[[package]]
5839name = "sea-orm"
5840version = "0.10.5"
5841source = "git+https://github.com/zed-industries/sea-orm?rev=18f4c691085712ad014a51792af75a9044bacee6#18f4c691085712ad014a51792af75a9044bacee6"
5842dependencies = [
5843 "async-stream",
5844 "async-trait",
5845 "chrono",
5846 "futures 0.3.28",
5847 "futures-util",
5848 "log",
5849 "ouroboros",
5850 "rust_decimal",
5851 "sea-orm-macros",
5852 "sea-query",
5853 "sea-query-binder",
5854 "sea-strum",
5855 "serde",
5856 "serde_json",
5857 "sqlx",
5858 "thiserror",
5859 "time 0.3.21",
5860 "tracing",
5861 "url",
5862 "uuid 1.3.2",
5863]
5864
5865[[package]]
5866name = "sea-orm-macros"
5867version = "0.10.5"
5868source = "git+https://github.com/zed-industries/sea-orm?rev=18f4c691085712ad014a51792af75a9044bacee6#18f4c691085712ad014a51792af75a9044bacee6"
5869dependencies = [
5870 "bae",
5871 "heck 0.3.3",
5872 "proc-macro2",
5873 "quote",
5874 "syn 1.0.109",
5875]
5876
5877[[package]]
5878name = "sea-query"
5879version = "0.27.2"
5880source = "registry+https://github.com/rust-lang/crates.io-index"
5881checksum = "a4f0fc4d8e44e1d51c739a68d336252a18bc59553778075d5e32649be6ec92ed"
5882dependencies = [
5883 "chrono",
5884 "rust_decimal",
5885 "sea-query-derive",
5886 "serde_json",
5887 "time 0.3.21",
5888 "uuid 1.3.2",
5889]
5890
5891[[package]]
5892name = "sea-query-binder"
5893version = "0.2.2"
5894source = "registry+https://github.com/rust-lang/crates.io-index"
5895checksum = "9c2585b89c985cfacfe0ec9fc9e7bb055b776c1a2581c4e3c6185af2b8bf8865"
5896dependencies = [
5897 "chrono",
5898 "rust_decimal",
5899 "sea-query",
5900 "serde_json",
5901 "sqlx",
5902 "time 0.3.21",
5903 "uuid 1.3.2",
5904]
5905
5906[[package]]
5907name = "sea-query-derive"
5908version = "0.2.0"
5909source = "registry+https://github.com/rust-lang/crates.io-index"
5910checksum = "34cdc022b4f606353fe5dc85b09713a04e433323b70163e81513b141c6ae6eb5"
5911dependencies = [
5912 "heck 0.3.3",
5913 "proc-macro2",
5914 "quote",
5915 "syn 1.0.109",
5916 "thiserror",
5917]
5918
5919[[package]]
5920name = "sea-strum"
5921version = "0.23.0"
5922source = "registry+https://github.com/rust-lang/crates.io-index"
5923checksum = "391d06a6007842cfe79ac6f7f53911b76dfd69fc9a6769f1cf6569d12ce20e1b"
5924dependencies = [
5925 "sea-strum_macros",
5926]
5927
5928[[package]]
5929name = "sea-strum_macros"
5930version = "0.23.0"
5931source = "registry+https://github.com/rust-lang/crates.io-index"
5932checksum = "69b4397b825df6ccf1e98bcdabef3bbcfc47ff5853983467850eeab878384f21"
5933dependencies = [
5934 "heck 0.3.3",
5935 "proc-macro2",
5936 "quote",
5937 "rustversion",
5938 "syn 1.0.109",
5939]
5940
5941[[package]]
5942name = "seahash"
5943version = "4.1.0"
5944source = "registry+https://github.com/rust-lang/crates.io-index"
5945checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
5946
5947[[package]]
5948name = "search"
5949version = "0.1.0"
5950dependencies = [
5951 "anyhow",
5952 "client",
5953 "collections",
5954 "editor",
5955 "futures 0.3.28",
5956 "globset",
5957 "gpui",
5958 "language",
5959 "log",
5960 "menu",
5961 "postage",
5962 "project",
5963 "serde",
5964 "serde_derive",
5965 "serde_json",
5966 "settings",
5967 "smallvec",
5968 "smol",
5969 "theme",
5970 "unindent",
5971 "util",
5972 "workspace",
5973]
5974
5975[[package]]
5976name = "security-framework"
5977version = "2.8.2"
5978source = "registry+https://github.com/rust-lang/crates.io-index"
5979checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
5980dependencies = [
5981 "bitflags",
5982 "core-foundation",
5983 "core-foundation-sys",
5984 "libc",
5985 "security-framework-sys",
5986]
5987
5988[[package]]
5989name = "security-framework-sys"
5990version = "2.8.0"
5991source = "registry+https://github.com/rust-lang/crates.io-index"
5992checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
5993dependencies = [
5994 "core-foundation-sys",
5995 "libc",
5996]
5997
5998[[package]]
5999name = "semver"
6000version = "0.11.0"
6001source = "registry+https://github.com/rust-lang/crates.io-index"
6002checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
6003dependencies = [
6004 "semver-parser",
6005]
6006
6007[[package]]
6008name = "semver-parser"
6009version = "0.10.2"
6010source = "registry+https://github.com/rust-lang/crates.io-index"
6011checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
6012dependencies = [
6013 "pest",
6014]
6015
6016[[package]]
6017name = "seq-macro"
6018version = "0.2.2"
6019source = "registry+https://github.com/rust-lang/crates.io-index"
6020checksum = "5a9f47faea3cad316faa914d013d24f471cd90bfca1a0c70f05a3f42c6441e99"
6021
6022[[package]]
6023name = "serde"
6024version = "1.0.162"
6025source = "registry+https://github.com/rust-lang/crates.io-index"
6026checksum = "71b2f6e1ab5c2b98c05f0f35b236b22e8df7ead6ffbf51d7808da7f8817e7ab6"
6027dependencies = [
6028 "serde_derive",
6029]
6030
6031[[package]]
6032name = "serde_derive"
6033version = "1.0.162"
6034source = "registry+https://github.com/rust-lang/crates.io-index"
6035checksum = "a2a0814352fd64b58489904a44ea8d90cb1a91dcb6b4f5ebabc32c8318e93cb6"
6036dependencies = [
6037 "proc-macro2",
6038 "quote",
6039 "syn 2.0.15",
6040]
6041
6042[[package]]
6043name = "serde_derive_internals"
6044version = "0.26.0"
6045source = "registry+https://github.com/rust-lang/crates.io-index"
6046checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
6047dependencies = [
6048 "proc-macro2",
6049 "quote",
6050 "syn 1.0.109",
6051]
6052
6053[[package]]
6054name = "serde_fmt"
6055version = "1.0.3"
6056source = "registry+https://github.com/rust-lang/crates.io-index"
6057checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
6058dependencies = [
6059 "serde",
6060]
6061
6062[[package]]
6063name = "serde_json"
6064version = "1.0.96"
6065source = "registry+https://github.com/rust-lang/crates.io-index"
6066checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
6067dependencies = [
6068 "indexmap",
6069 "itoa",
6070 "ryu",
6071 "serde",
6072]
6073
6074[[package]]
6075name = "serde_repr"
6076version = "0.1.12"
6077source = "registry+https://github.com/rust-lang/crates.io-index"
6078checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab"
6079dependencies = [
6080 "proc-macro2",
6081 "quote",
6082 "syn 2.0.15",
6083]
6084
6085[[package]]
6086name = "serde_urlencoded"
6087version = "0.7.1"
6088source = "registry+https://github.com/rust-lang/crates.io-index"
6089checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
6090dependencies = [
6091 "form_urlencoded",
6092 "itoa",
6093 "ryu",
6094 "serde",
6095]
6096
6097[[package]]
6098name = "serde_yaml"
6099version = "0.8.26"
6100source = "registry+https://github.com/rust-lang/crates.io-index"
6101checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
6102dependencies = [
6103 "indexmap",
6104 "ryu",
6105 "serde",
6106 "yaml-rust",
6107]
6108
6109[[package]]
6110name = "settings"
6111version = "0.1.0"
6112dependencies = [
6113 "anyhow",
6114 "assets",
6115 "collections",
6116 "fs",
6117 "futures 0.3.28",
6118 "gpui",
6119 "json_comments",
6120 "lazy_static",
6121 "postage",
6122 "pretty_assertions",
6123 "schemars",
6124 "serde",
6125 "serde_derive",
6126 "serde_json",
6127 "smallvec",
6128 "sqlez",
6129 "staff_mode",
6130 "toml",
6131 "tree-sitter",
6132 "tree-sitter-json 0.19.0",
6133 "unindent",
6134 "util",
6135]
6136
6137[[package]]
6138name = "sha-1"
6139version = "0.9.8"
6140source = "registry+https://github.com/rust-lang/crates.io-index"
6141checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
6142dependencies = [
6143 "block-buffer 0.9.0",
6144 "cfg-if 1.0.0",
6145 "cpufeatures",
6146 "digest 0.9.0",
6147 "opaque-debug",
6148]
6149
6150[[package]]
6151name = "sha-1"
6152version = "0.10.1"
6153source = "registry+https://github.com/rust-lang/crates.io-index"
6154checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
6155dependencies = [
6156 "cfg-if 1.0.0",
6157 "cpufeatures",
6158 "digest 0.10.6",
6159]
6160
6161[[package]]
6162name = "sha1"
6163version = "0.10.5"
6164source = "registry+https://github.com/rust-lang/crates.io-index"
6165checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
6166dependencies = [
6167 "cfg-if 1.0.0",
6168 "cpufeatures",
6169 "digest 0.10.6",
6170]
6171
6172[[package]]
6173name = "sha2"
6174version = "0.9.9"
6175source = "registry+https://github.com/rust-lang/crates.io-index"
6176checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
6177dependencies = [
6178 "block-buffer 0.9.0",
6179 "cfg-if 1.0.0",
6180 "cpufeatures",
6181 "digest 0.9.0",
6182 "opaque-debug",
6183]
6184
6185[[package]]
6186name = "sha2"
6187version = "0.10.6"
6188source = "registry+https://github.com/rust-lang/crates.io-index"
6189checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
6190dependencies = [
6191 "cfg-if 1.0.0",
6192 "cpufeatures",
6193 "digest 0.10.6",
6194]
6195
6196[[package]]
6197name = "sharded-slab"
6198version = "0.1.4"
6199source = "registry+https://github.com/rust-lang/crates.io-index"
6200checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
6201dependencies = [
6202 "lazy_static",
6203]
6204
6205[[package]]
6206name = "shellexpand"
6207version = "2.1.2"
6208source = "registry+https://github.com/rust-lang/crates.io-index"
6209checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
6210dependencies = [
6211 "dirs 4.0.0",
6212]
6213
6214[[package]]
6215name = "shlex"
6216version = "1.1.0"
6217source = "registry+https://github.com/rust-lang/crates.io-index"
6218checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
6219
6220[[package]]
6221name = "signal-hook"
6222version = "0.3.15"
6223source = "registry+https://github.com/rust-lang/crates.io-index"
6224checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
6225dependencies = [
6226 "libc",
6227 "signal-hook-registry",
6228]
6229
6230[[package]]
6231name = "signal-hook-mio"
6232version = "0.2.3"
6233source = "registry+https://github.com/rust-lang/crates.io-index"
6234checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
6235dependencies = [
6236 "libc",
6237 "mio 0.6.23",
6238 "mio-uds",
6239 "signal-hook",
6240]
6241
6242[[package]]
6243name = "signal-hook-registry"
6244version = "1.4.1"
6245source = "registry+https://github.com/rust-lang/crates.io-index"
6246checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
6247dependencies = [
6248 "libc",
6249]
6250
6251[[package]]
6252name = "simdutf8"
6253version = "0.1.4"
6254source = "registry+https://github.com/rust-lang/crates.io-index"
6255checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
6256
6257[[package]]
6258name = "similar"
6259version = "1.3.0"
6260source = "registry+https://github.com/rust-lang/crates.io-index"
6261checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
6262
6263[[package]]
6264name = "simple_asn1"
6265version = "0.5.4"
6266source = "registry+https://github.com/rust-lang/crates.io-index"
6267checksum = "8eb4ea60fb301dc81dfc113df680571045d375ab7345d171c5dc7d7e13107a80"
6268dependencies = [
6269 "chrono",
6270 "num-bigint",
6271 "num-traits",
6272 "thiserror",
6273]
6274
6275[[package]]
6276name = "simplecss"
6277version = "0.2.1"
6278source = "registry+https://github.com/rust-lang/crates.io-index"
6279checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
6280dependencies = [
6281 "log",
6282]
6283
6284[[package]]
6285name = "simplelog"
6286version = "0.9.0"
6287source = "registry+https://github.com/rust-lang/crates.io-index"
6288checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
6289dependencies = [
6290 "chrono",
6291 "log",
6292 "termcolor",
6293]
6294
6295[[package]]
6296name = "siphasher"
6297version = "0.2.3"
6298source = "registry+https://github.com/rust-lang/crates.io-index"
6299checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
6300
6301[[package]]
6302name = "slab"
6303version = "0.4.8"
6304source = "registry+https://github.com/rust-lang/crates.io-index"
6305checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
6306dependencies = [
6307 "autocfg 1.1.0",
6308]
6309
6310[[package]]
6311name = "slice-group-by"
6312version = "0.3.1"
6313source = "registry+https://github.com/rust-lang/crates.io-index"
6314checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
6315
6316[[package]]
6317name = "sluice"
6318version = "0.5.5"
6319source = "registry+https://github.com/rust-lang/crates.io-index"
6320checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
6321dependencies = [
6322 "async-channel",
6323 "futures-core",
6324 "futures-io",
6325]
6326
6327[[package]]
6328name = "smallvec"
6329version = "1.10.0"
6330source = "registry+https://github.com/rust-lang/crates.io-index"
6331checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
6332
6333[[package]]
6334name = "smol"
6335version = "1.3.0"
6336source = "registry+https://github.com/rust-lang/crates.io-index"
6337checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
6338dependencies = [
6339 "async-channel",
6340 "async-executor",
6341 "async-fs",
6342 "async-io",
6343 "async-lock",
6344 "async-net",
6345 "async-process",
6346 "blocking",
6347 "futures-lite",
6348]
6349
6350[[package]]
6351name = "smol-timeout"
6352version = "0.6.0"
6353source = "registry+https://github.com/rust-lang/crates.io-index"
6354checksum = "847d777e2c6c166bad26264479e80a9820f3d364fcb4a0e23cd57bbfa8e94961"
6355dependencies = [
6356 "async-io",
6357 "pin-project-lite 0.1.12",
6358]
6359
6360[[package]]
6361name = "snippet"
6362version = "0.1.0"
6363dependencies = [
6364 "anyhow",
6365 "smallvec",
6366]
6367
6368[[package]]
6369name = "socket2"
6370version = "0.4.9"
6371source = "registry+https://github.com/rust-lang/crates.io-index"
6372checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
6373dependencies = [
6374 "libc",
6375 "winapi 0.3.9",
6376]
6377
6378[[package]]
6379name = "spin"
6380version = "0.5.2"
6381source = "registry+https://github.com/rust-lang/crates.io-index"
6382checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
6383
6384[[package]]
6385name = "spin"
6386version = "0.9.8"
6387source = "registry+https://github.com/rust-lang/crates.io-index"
6388checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
6389dependencies = [
6390 "lock_api",
6391]
6392
6393[[package]]
6394name = "spsc-buffer"
6395version = "0.1.1"
6396source = "registry+https://github.com/rust-lang/crates.io-index"
6397checksum = "be6c3f39c37a4283ee4b43d1311c828f2e1fb0541e76ea0cb1a2abd9ef2f5b3b"
6398
6399[[package]]
6400name = "sqlez"
6401version = "0.1.0"
6402dependencies = [
6403 "anyhow",
6404 "futures 0.3.28",
6405 "indoc",
6406 "lazy_static",
6407 "libsqlite3-sys",
6408 "parking_lot 0.11.2",
6409 "smol",
6410 "thread_local",
6411 "uuid 1.3.2",
6412]
6413
6414[[package]]
6415name = "sqlez_macros"
6416version = "0.1.0"
6417dependencies = [
6418 "lazy_static",
6419 "proc-macro2",
6420 "quote",
6421 "sqlez",
6422 "sqlformat",
6423 "syn 1.0.109",
6424]
6425
6426[[package]]
6427name = "sqlformat"
6428version = "0.2.1"
6429source = "registry+https://github.com/rust-lang/crates.io-index"
6430checksum = "0c12bc9199d1db8234678b7051747c07f517cdcf019262d1847b94ec8b1aee3e"
6431dependencies = [
6432 "itertools",
6433 "nom",
6434 "unicode_categories",
6435]
6436
6437[[package]]
6438name = "sqlx"
6439version = "0.6.3"
6440source = "registry+https://github.com/rust-lang/crates.io-index"
6441checksum = "f8de3b03a925878ed54a954f621e64bf55a3c1bd29652d0d1a17830405350188"
6442dependencies = [
6443 "sqlx-core",
6444 "sqlx-macros",
6445]
6446
6447[[package]]
6448name = "sqlx-core"
6449version = "0.6.3"
6450source = "registry+https://github.com/rust-lang/crates.io-index"
6451checksum = "fa8241483a83a3f33aa5fff7e7d9def398ff9990b2752b6c6112b83c6d246029"
6452dependencies = [
6453 "ahash 0.7.6",
6454 "atoi",
6455 "base64 0.13.1",
6456 "bitflags",
6457 "byteorder",
6458 "bytes 1.4.0",
6459 "chrono",
6460 "crc",
6461 "crossbeam-queue",
6462 "dirs 4.0.0",
6463 "dotenvy",
6464 "either",
6465 "event-listener",
6466 "flume",
6467 "futures-channel",
6468 "futures-core",
6469 "futures-executor",
6470 "futures-intrusive",
6471 "futures-util",
6472 "hashlink",
6473 "hex",
6474 "hkdf",
6475 "hmac 0.12.1",
6476 "indexmap",
6477 "itoa",
6478 "libc",
6479 "libsqlite3-sys",
6480 "log",
6481 "md-5",
6482 "memchr",
6483 "num-bigint",
6484 "once_cell",
6485 "paste",
6486 "percent-encoding",
6487 "rand 0.8.5",
6488 "rust_decimal",
6489 "rustls 0.20.8",
6490 "rustls-pemfile",
6491 "serde",
6492 "serde_json",
6493 "sha1",
6494 "sha2 0.10.6",
6495 "smallvec",
6496 "sqlformat",
6497 "sqlx-rt",
6498 "stringprep",
6499 "thiserror",
6500 "time 0.3.21",
6501 "tokio-stream",
6502 "url",
6503 "uuid 1.3.2",
6504 "webpki-roots 0.22.6",
6505 "whoami",
6506]
6507
6508[[package]]
6509name = "sqlx-macros"
6510version = "0.6.3"
6511source = "registry+https://github.com/rust-lang/crates.io-index"
6512checksum = "9966e64ae989e7e575b19d7265cb79d7fc3cbbdf179835cb0d716f294c2049c9"
6513dependencies = [
6514 "dotenvy",
6515 "either",
6516 "heck 0.4.1",
6517 "once_cell",
6518 "proc-macro2",
6519 "quote",
6520 "serde_json",
6521 "sha2 0.10.6",
6522 "sqlx-core",
6523 "sqlx-rt",
6524 "syn 1.0.109",
6525 "url",
6526]
6527
6528[[package]]
6529name = "sqlx-rt"
6530version = "0.6.3"
6531source = "registry+https://github.com/rust-lang/crates.io-index"
6532checksum = "804d3f245f894e61b1e6263c84b23ca675d96753b5abfd5cc8597d86806e8024"
6533dependencies = [
6534 "once_cell",
6535 "tokio",
6536 "tokio-rustls",
6537]
6538
6539[[package]]
6540name = "stable_deref_trait"
6541version = "1.2.0"
6542source = "registry+https://github.com/rust-lang/crates.io-index"
6543checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
6544
6545[[package]]
6546name = "staff_mode"
6547version = "0.1.0"
6548dependencies = [
6549 "anyhow",
6550 "gpui",
6551]
6552
6553[[package]]
6554name = "static_assertions"
6555version = "1.1.0"
6556source = "registry+https://github.com/rust-lang/crates.io-index"
6557checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
6558
6559[[package]]
6560name = "stringprep"
6561version = "0.1.2"
6562source = "registry+https://github.com/rust-lang/crates.io-index"
6563checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
6564dependencies = [
6565 "unicode-bidi",
6566 "unicode-normalization",
6567]
6568
6569[[package]]
6570name = "strsim"
6571version = "0.8.0"
6572source = "registry+https://github.com/rust-lang/crates.io-index"
6573checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
6574
6575[[package]]
6576name = "strsim"
6577version = "0.10.0"
6578source = "registry+https://github.com/rust-lang/crates.io-index"
6579checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
6580
6581[[package]]
6582name = "subtle"
6583version = "2.4.1"
6584source = "registry+https://github.com/rust-lang/crates.io-index"
6585checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
6586
6587[[package]]
6588name = "sum_tree"
6589version = "0.1.0"
6590dependencies = [
6591 "arrayvec 0.7.2",
6592 "ctor",
6593 "env_logger 0.9.3",
6594 "log",
6595 "rand 0.8.5",
6596]
6597
6598[[package]]
6599name = "sval"
6600version = "1.0.0-alpha.5"
6601source = "registry+https://github.com/rust-lang/crates.io-index"
6602checksum = "45f6ee7c7b87caf59549e9fe45d6a69c75c8019e79e212a835c5da0e92f0ba08"
6603dependencies = [
6604 "serde",
6605]
6606
6607[[package]]
6608name = "svg_fmt"
6609version = "0.4.1"
6610source = "registry+https://github.com/rust-lang/crates.io-index"
6611checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
6612
6613[[package]]
6614name = "svgfilters"
6615version = "0.3.0"
6616source = "registry+https://github.com/rust-lang/crates.io-index"
6617checksum = "fb0dce2fee79ac40c21dafba48565ff7a5fa275e23ffe9ce047a40c9574ba34e"
6618dependencies = [
6619 "float-cmp",
6620 "rgb",
6621]
6622
6623[[package]]
6624name = "svgtypes"
6625version = "0.5.0"
6626source = "registry+https://github.com/rust-lang/crates.io-index"
6627checksum = "9c536faaff1a10837cfe373142583f6e27d81e96beba339147e77b67c9f260ff"
6628dependencies = [
6629 "float-cmp",
6630 "siphasher",
6631]
6632
6633[[package]]
6634name = "syn"
6635version = "1.0.109"
6636source = "registry+https://github.com/rust-lang/crates.io-index"
6637checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
6638dependencies = [
6639 "proc-macro2",
6640 "quote",
6641 "unicode-ident",
6642]
6643
6644[[package]]
6645name = "syn"
6646version = "2.0.15"
6647source = "registry+https://github.com/rust-lang/crates.io-index"
6648checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
6649dependencies = [
6650 "proc-macro2",
6651 "quote",
6652 "unicode-ident",
6653]
6654
6655[[package]]
6656name = "sync_wrapper"
6657version = "0.1.2"
6658source = "registry+https://github.com/rust-lang/crates.io-index"
6659checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
6660
6661[[package]]
6662name = "sys-info"
6663version = "0.9.1"
6664source = "registry+https://github.com/rust-lang/crates.io-index"
6665checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
6666dependencies = [
6667 "cc",
6668 "libc",
6669]
6670
6671[[package]]
6672name = "sysinfo"
6673version = "0.27.8"
6674source = "registry+https://github.com/rust-lang/crates.io-index"
6675checksum = "a902e9050fca0a5d6877550b769abd2bd1ce8c04634b941dbe2809735e1a1e33"
6676dependencies = [
6677 "cfg-if 1.0.0",
6678 "core-foundation-sys",
6679 "libc",
6680 "ntapi 0.4.1",
6681 "once_cell",
6682 "rayon",
6683 "winapi 0.3.9",
6684]
6685
6686[[package]]
6687name = "system-interface"
6688version = "0.20.0"
6689source = "registry+https://github.com/rust-lang/crates.io-index"
6690checksum = "1e09bb3fb4e02ec4b87e182ea9718fadbc0fa3e50085b40a9af9690572b67f9e"
6691dependencies = [
6692 "atty",
6693 "bitflags",
6694 "cap-fs-ext",
6695 "cap-std",
6696 "io-lifetimes 0.5.3",
6697 "rustix 0.33.7",
6698 "winapi 0.3.9",
6699 "winx",
6700]
6701
6702[[package]]
6703name = "take-until"
6704version = "0.2.0"
6705source = "registry+https://github.com/rust-lang/crates.io-index"
6706checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
6707
6708[[package]]
6709name = "target-lexicon"
6710version = "0.12.7"
6711source = "registry+https://github.com/rust-lang/crates.io-index"
6712checksum = "fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5"
6713
6714[[package]]
6715name = "tempdir"
6716version = "0.3.7"
6717source = "registry+https://github.com/rust-lang/crates.io-index"
6718checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
6719dependencies = [
6720 "rand 0.4.6",
6721 "remove_dir_all",
6722]
6723
6724[[package]]
6725name = "tempfile"
6726version = "3.5.0"
6727source = "registry+https://github.com/rust-lang/crates.io-index"
6728checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
6729dependencies = [
6730 "cfg-if 1.0.0",
6731 "fastrand",
6732 "redox_syscall 0.3.5",
6733 "rustix 0.37.19",
6734 "windows-sys 0.45.0",
6735]
6736
6737[[package]]
6738name = "termcolor"
6739version = "1.1.3"
6740source = "registry+https://github.com/rust-lang/crates.io-index"
6741checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
6742dependencies = [
6743 "winapi-util",
6744]
6745
6746[[package]]
6747name = "terminal"
6748version = "0.1.0"
6749dependencies = [
6750 "alacritty_terminal",
6751 "anyhow",
6752 "db",
6753 "dirs 4.0.0",
6754 "futures 0.3.28",
6755 "gpui",
6756 "itertools",
6757 "lazy_static",
6758 "libc",
6759 "mio-extras",
6760 "ordered-float",
6761 "procinfo",
6762 "rand 0.8.5",
6763 "schemars",
6764 "serde",
6765 "serde_derive",
6766 "settings",
6767 "shellexpand",
6768 "smallvec",
6769 "smol",
6770 "theme",
6771 "thiserror",
6772 "util",
6773]
6774
6775[[package]]
6776name = "terminal_view"
6777version = "0.1.0"
6778dependencies = [
6779 "anyhow",
6780 "client",
6781 "context_menu",
6782 "db",
6783 "dirs 4.0.0",
6784 "editor",
6785 "futures 0.3.28",
6786 "gpui",
6787 "itertools",
6788 "language",
6789 "lazy_static",
6790 "libc",
6791 "mio-extras",
6792 "ordered-float",
6793 "procinfo",
6794 "project",
6795 "rand 0.8.5",
6796 "serde",
6797 "serde_derive",
6798 "settings",
6799 "shellexpand",
6800 "smallvec",
6801 "smol",
6802 "terminal",
6803 "theme",
6804 "thiserror",
6805 "util",
6806 "workspace",
6807]
6808
6809[[package]]
6810name = "text"
6811version = "0.1.0"
6812dependencies = [
6813 "anyhow",
6814 "clock",
6815 "collections",
6816 "ctor",
6817 "digest 0.9.0",
6818 "env_logger 0.9.3",
6819 "fs",
6820 "gpui",
6821 "lazy_static",
6822 "log",
6823 "parking_lot 0.11.2",
6824 "postage",
6825 "rand 0.8.5",
6826 "regex",
6827 "rope",
6828 "smallvec",
6829 "sum_tree",
6830 "util",
6831]
6832
6833[[package]]
6834name = "textwrap"
6835version = "0.11.0"
6836source = "registry+https://github.com/rust-lang/crates.io-index"
6837checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
6838dependencies = [
6839 "unicode-width",
6840]
6841
6842[[package]]
6843name = "textwrap"
6844version = "0.16.0"
6845source = "registry+https://github.com/rust-lang/crates.io-index"
6846checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
6847
6848[[package]]
6849name = "theme"
6850version = "0.1.0"
6851dependencies = [
6852 "anyhow",
6853 "fs",
6854 "gpui",
6855 "indexmap",
6856 "parking_lot 0.11.2",
6857 "schemars",
6858 "serde",
6859 "serde_derive",
6860 "serde_json",
6861 "settings",
6862 "toml",
6863 "util",
6864]
6865
6866[[package]]
6867name = "theme_selector"
6868version = "0.1.0"
6869dependencies = [
6870 "editor",
6871 "fs",
6872 "fuzzy",
6873 "gpui",
6874 "log",
6875 "parking_lot 0.11.2",
6876 "picker",
6877 "postage",
6878 "settings",
6879 "smol",
6880 "staff_mode",
6881 "theme",
6882 "util",
6883 "workspace",
6884]
6885
6886[[package]]
6887name = "theme_testbench"
6888version = "0.1.0"
6889dependencies = [
6890 "gpui",
6891 "project",
6892 "settings",
6893 "smallvec",
6894 "theme",
6895 "workspace",
6896]
6897
6898[[package]]
6899name = "thiserror"
6900version = "1.0.40"
6901source = "registry+https://github.com/rust-lang/crates.io-index"
6902checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
6903dependencies = [
6904 "thiserror-impl",
6905]
6906
6907[[package]]
6908name = "thiserror-impl"
6909version = "1.0.40"
6910source = "registry+https://github.com/rust-lang/crates.io-index"
6911checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
6912dependencies = [
6913 "proc-macro2",
6914 "quote",
6915 "syn 2.0.15",
6916]
6917
6918[[package]]
6919name = "thousands"
6920version = "0.2.0"
6921source = "registry+https://github.com/rust-lang/crates.io-index"
6922checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"
6923
6924[[package]]
6925name = "thread_local"
6926version = "1.1.7"
6927source = "registry+https://github.com/rust-lang/crates.io-index"
6928checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
6929dependencies = [
6930 "cfg-if 1.0.0",
6931 "once_cell",
6932]
6933
6934[[package]]
6935name = "tiff"
6936version = "0.6.1"
6937source = "registry+https://github.com/rust-lang/crates.io-index"
6938checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
6939dependencies = [
6940 "jpeg-decoder",
6941 "miniz_oxide 0.4.4",
6942 "weezl",
6943]
6944
6945[[package]]
6946name = "time"
6947version = "0.1.45"
6948source = "registry+https://github.com/rust-lang/crates.io-index"
6949checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
6950dependencies = [
6951 "libc",
6952 "wasi 0.10.0+wasi-snapshot-preview1",
6953 "winapi 0.3.9",
6954]
6955
6956[[package]]
6957name = "time"
6958version = "0.3.21"
6959source = "registry+https://github.com/rust-lang/crates.io-index"
6960checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
6961dependencies = [
6962 "itoa",
6963 "serde",
6964 "time-core",
6965 "time-macros",
6966]
6967
6968[[package]]
6969name = "time-core"
6970version = "0.1.1"
6971source = "registry+https://github.com/rust-lang/crates.io-index"
6972checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
6973
6974[[package]]
6975name = "time-macros"
6976version = "0.2.9"
6977source = "registry+https://github.com/rust-lang/crates.io-index"
6978checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
6979dependencies = [
6980 "time-core",
6981]
6982
6983[[package]]
6984name = "tiny-skia"
6985version = "0.5.1"
6986source = "registry+https://github.com/rust-lang/crates.io-index"
6987checksum = "1bf81f2900d2e235220e6f31ec9f63ade6a7f59090c556d74fe949bb3b15e9fe"
6988dependencies = [
6989 "arrayref",
6990 "arrayvec 0.5.2",
6991 "bytemuck",
6992 "cfg-if 1.0.0",
6993 "png",
6994 "safe_arch",
6995]
6996
6997[[package]]
6998name = "tiny_http"
6999version = "0.8.2"
7000source = "registry+https://github.com/rust-lang/crates.io-index"
7001checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
7002dependencies = [
7003 "ascii",
7004 "chrono",
7005 "chunked_transfer",
7006 "log",
7007 "url",
7008]
7009
7010[[package]]
7011name = "tinyvec"
7012version = "1.6.0"
7013source = "registry+https://github.com/rust-lang/crates.io-index"
7014checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
7015dependencies = [
7016 "tinyvec_macros",
7017]
7018
7019[[package]]
7020name = "tinyvec_macros"
7021version = "0.1.1"
7022source = "registry+https://github.com/rust-lang/crates.io-index"
7023checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
7024
7025[[package]]
7026name = "tokio"
7027version = "1.28.1"
7028source = "registry+https://github.com/rust-lang/crates.io-index"
7029checksum = "0aa32867d44e6f2ce3385e89dceb990188b8bb0fb25b0cf576647a6f98ac5105"
7030dependencies = [
7031 "autocfg 1.1.0",
7032 "bytes 1.4.0",
7033 "libc",
7034 "mio 0.8.6",
7035 "num_cpus",
7036 "parking_lot 0.12.1",
7037 "pin-project-lite 0.2.9",
7038 "signal-hook-registry",
7039 "socket2",
7040 "tokio-macros",
7041 "windows-sys 0.48.0",
7042]
7043
7044[[package]]
7045name = "tokio-io"
7046version = "0.1.13"
7047source = "registry+https://github.com/rust-lang/crates.io-index"
7048checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
7049dependencies = [
7050 "bytes 0.4.12",
7051 "futures 0.1.31",
7052 "log",
7053]
7054
7055[[package]]
7056name = "tokio-io-timeout"
7057version = "1.2.0"
7058source = "registry+https://github.com/rust-lang/crates.io-index"
7059checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
7060dependencies = [
7061 "pin-project-lite 0.2.9",
7062 "tokio",
7063]
7064
7065[[package]]
7066name = "tokio-macros"
7067version = "2.1.0"
7068source = "registry+https://github.com/rust-lang/crates.io-index"
7069checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
7070dependencies = [
7071 "proc-macro2",
7072 "quote",
7073 "syn 2.0.15",
7074]
7075
7076[[package]]
7077name = "tokio-native-tls"
7078version = "0.3.1"
7079source = "registry+https://github.com/rust-lang/crates.io-index"
7080checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
7081dependencies = [
7082 "native-tls",
7083 "tokio",
7084]
7085
7086[[package]]
7087name = "tokio-rustls"
7088version = "0.23.4"
7089source = "registry+https://github.com/rust-lang/crates.io-index"
7090checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
7091dependencies = [
7092 "rustls 0.20.8",
7093 "tokio",
7094 "webpki 0.22.0",
7095]
7096
7097[[package]]
7098name = "tokio-stream"
7099version = "0.1.14"
7100source = "registry+https://github.com/rust-lang/crates.io-index"
7101checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
7102dependencies = [
7103 "futures-core",
7104 "pin-project-lite 0.2.9",
7105 "tokio",
7106]
7107
7108[[package]]
7109name = "tokio-tungstenite"
7110version = "0.17.2"
7111source = "registry+https://github.com/rust-lang/crates.io-index"
7112checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
7113dependencies = [
7114 "futures-util",
7115 "log",
7116 "tokio",
7117 "tungstenite 0.17.3",
7118]
7119
7120[[package]]
7121name = "tokio-util"
7122version = "0.6.10"
7123source = "registry+https://github.com/rust-lang/crates.io-index"
7124checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
7125dependencies = [
7126 "bytes 1.4.0",
7127 "futures-core",
7128 "futures-sink",
7129 "log",
7130 "pin-project-lite 0.2.9",
7131 "tokio",
7132]
7133
7134[[package]]
7135name = "tokio-util"
7136version = "0.7.8"
7137source = "registry+https://github.com/rust-lang/crates.io-index"
7138checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
7139dependencies = [
7140 "bytes 1.4.0",
7141 "futures-core",
7142 "futures-io",
7143 "futures-sink",
7144 "pin-project-lite 0.2.9",
7145 "tokio",
7146 "tracing",
7147]
7148
7149[[package]]
7150name = "toml"
7151version = "0.5.11"
7152source = "registry+https://github.com/rust-lang/crates.io-index"
7153checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
7154dependencies = [
7155 "serde",
7156]
7157
7158[[package]]
7159name = "tonic"
7160version = "0.6.2"
7161source = "registry+https://github.com/rust-lang/crates.io-index"
7162checksum = "ff08f4649d10a70ffa3522ca559031285d8e421d727ac85c60825761818f5d0a"
7163dependencies = [
7164 "async-stream",
7165 "async-trait",
7166 "base64 0.13.1",
7167 "bytes 1.4.0",
7168 "futures-core",
7169 "futures-util",
7170 "h2",
7171 "http",
7172 "http-body",
7173 "hyper",
7174 "hyper-timeout",
7175 "percent-encoding",
7176 "pin-project",
7177 "prost 0.9.0",
7178 "prost-derive 0.9.0",
7179 "tokio",
7180 "tokio-stream",
7181 "tokio-util 0.6.10",
7182 "tower",
7183 "tower-layer",
7184 "tower-service",
7185 "tracing",
7186 "tracing-futures",
7187]
7188
7189[[package]]
7190name = "tower"
7191version = "0.4.13"
7192source = "registry+https://github.com/rust-lang/crates.io-index"
7193checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
7194dependencies = [
7195 "futures-core",
7196 "futures-util",
7197 "indexmap",
7198 "pin-project",
7199 "pin-project-lite 0.2.9",
7200 "rand 0.8.5",
7201 "slab",
7202 "tokio",
7203 "tokio-util 0.7.8",
7204 "tower-layer",
7205 "tower-service",
7206 "tracing",
7207]
7208
7209[[package]]
7210name = "tower-http"
7211version = "0.3.5"
7212source = "registry+https://github.com/rust-lang/crates.io-index"
7213checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
7214dependencies = [
7215 "bitflags",
7216 "bytes 1.4.0",
7217 "futures-core",
7218 "futures-util",
7219 "http",
7220 "http-body",
7221 "http-range-header",
7222 "pin-project-lite 0.2.9",
7223 "tower",
7224 "tower-layer",
7225 "tower-service",
7226]
7227
7228[[package]]
7229name = "tower-layer"
7230version = "0.3.2"
7231source = "registry+https://github.com/rust-lang/crates.io-index"
7232checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
7233
7234[[package]]
7235name = "tower-service"
7236version = "0.3.2"
7237source = "registry+https://github.com/rust-lang/crates.io-index"
7238checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
7239
7240[[package]]
7241name = "tracing"
7242version = "0.1.37"
7243source = "registry+https://github.com/rust-lang/crates.io-index"
7244checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
7245dependencies = [
7246 "cfg-if 1.0.0",
7247 "log",
7248 "pin-project-lite 0.2.9",
7249 "tracing-attributes",
7250 "tracing-core",
7251]
7252
7253[[package]]
7254name = "tracing-attributes"
7255version = "0.1.24"
7256source = "registry+https://github.com/rust-lang/crates.io-index"
7257checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"
7258dependencies = [
7259 "proc-macro2",
7260 "quote",
7261 "syn 2.0.15",
7262]
7263
7264[[package]]
7265name = "tracing-core"
7266version = "0.1.30"
7267source = "registry+https://github.com/rust-lang/crates.io-index"
7268checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
7269dependencies = [
7270 "once_cell",
7271 "valuable",
7272]
7273
7274[[package]]
7275name = "tracing-futures"
7276version = "0.2.5"
7277source = "registry+https://github.com/rust-lang/crates.io-index"
7278checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
7279dependencies = [
7280 "pin-project",
7281 "tracing",
7282]
7283
7284[[package]]
7285name = "tracing-log"
7286version = "0.1.3"
7287source = "registry+https://github.com/rust-lang/crates.io-index"
7288checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
7289dependencies = [
7290 "lazy_static",
7291 "log",
7292 "tracing-core",
7293]
7294
7295[[package]]
7296name = "tracing-serde"
7297version = "0.1.3"
7298source = "registry+https://github.com/rust-lang/crates.io-index"
7299checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
7300dependencies = [
7301 "serde",
7302 "tracing-core",
7303]
7304
7305[[package]]
7306name = "tracing-subscriber"
7307version = "0.3.17"
7308source = "registry+https://github.com/rust-lang/crates.io-index"
7309checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
7310dependencies = [
7311 "matchers",
7312 "nu-ansi-term",
7313 "once_cell",
7314 "regex",
7315 "serde",
7316 "serde_json",
7317 "sharded-slab",
7318 "smallvec",
7319 "thread_local",
7320 "tracing",
7321 "tracing-core",
7322 "tracing-log",
7323 "tracing-serde",
7324]
7325
7326[[package]]
7327name = "tree-sitter"
7328version = "0.20.9"
7329source = "git+https://github.com/tree-sitter/tree-sitter?rev=c51896d32dcc11a38e41f36e3deb1a6a9c4f4b14#c51896d32dcc11a38e41f36e3deb1a6a9c4f4b14"
7330dependencies = [
7331 "cc",
7332 "regex",
7333]
7334
7335[[package]]
7336name = "tree-sitter-c"
7337version = "0.20.2"
7338source = "registry+https://github.com/rust-lang/crates.io-index"
7339checksum = "cca211f4827d4b4dc79f388bf67b6fa3bc8a8cfa642161ef24f99f371ba34c7b"
7340dependencies = [
7341 "cc",
7342 "tree-sitter",
7343]
7344
7345[[package]]
7346name = "tree-sitter-cpp"
7347version = "0.20.0"
7348source = "registry+https://github.com/rust-lang/crates.io-index"
7349checksum = "8a869e3c5cef4e5db4e9ab16a8dc84d73010e60ada14cdc60d2f6d8aed17779d"
7350dependencies = [
7351 "cc",
7352 "tree-sitter",
7353]
7354
7355[[package]]
7356name = "tree-sitter-css"
7357version = "0.19.0"
7358source = "git+https://github.com/tree-sitter/tree-sitter-css?rev=769203d0f9abe1a9a691ac2b9fe4bb4397a73c51#769203d0f9abe1a9a691ac2b9fe4bb4397a73c51"
7359dependencies = [
7360 "cc",
7361 "tree-sitter",
7362]
7363
7364[[package]]
7365name = "tree-sitter-elixir"
7366version = "0.19.0"
7367source = "git+https://github.com/elixir-lang/tree-sitter-elixir?rev=05e3631c6a0701c1fa518b0fee7be95a2ceef5e2#05e3631c6a0701c1fa518b0fee7be95a2ceef5e2"
7368dependencies = [
7369 "cc",
7370 "tree-sitter",
7371]
7372
7373[[package]]
7374name = "tree-sitter-embedded-template"
7375version = "0.20.0"
7376source = "registry+https://github.com/rust-lang/crates.io-index"
7377checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
7378dependencies = [
7379 "cc",
7380 "tree-sitter",
7381]
7382
7383[[package]]
7384name = "tree-sitter-go"
7385version = "0.19.1"
7386source = "git+https://github.com/tree-sitter/tree-sitter-go?rev=aeb2f33b366fd78d5789ff104956ce23508b85db#aeb2f33b366fd78d5789ff104956ce23508b85db"
7387dependencies = [
7388 "cc",
7389 "tree-sitter",
7390]
7391
7392[[package]]
7393name = "tree-sitter-html"
7394version = "0.19.0"
7395source = "registry+https://github.com/rust-lang/crates.io-index"
7396checksum = "184e6b77953a354303dc87bf5fe36558c83569ce92606e7b382a0dc1b7443443"
7397dependencies = [
7398 "cc",
7399 "tree-sitter",
7400]
7401
7402[[package]]
7403name = "tree-sitter-javascript"
7404version = "0.20.0"
7405source = "registry+https://github.com/rust-lang/crates.io-index"
7406checksum = "2490fab08630b2c8943c320f7b63473cbf65511c8d83aec551beb9b4375906ed"
7407dependencies = [
7408 "cc",
7409 "tree-sitter",
7410]
7411
7412[[package]]
7413name = "tree-sitter-json"
7414version = "0.19.0"
7415source = "registry+https://github.com/rust-lang/crates.io-index"
7416checksum = "90b04c4e1a92139535eb9fca4ec8fa9666cc96b618005d3ae35f3c957fa92f92"
7417dependencies = [
7418 "cc",
7419 "tree-sitter",
7420]
7421
7422[[package]]
7423name = "tree-sitter-json"
7424version = "0.20.0"
7425source = "git+https://github.com/tree-sitter/tree-sitter-json?rev=40a81c01a40ac48744e0c8ccabbaba1920441199#40a81c01a40ac48744e0c8ccabbaba1920441199"
7426dependencies = [
7427 "cc",
7428 "tree-sitter",
7429]
7430
7431[[package]]
7432name = "tree-sitter-lua"
7433version = "0.0.14"
7434source = "registry+https://github.com/rust-lang/crates.io-index"
7435checksum = "d489873fd1a2fa6d5f04930bfc5c081c96f0c038c1437104518b5b842c69b282"
7436dependencies = [
7437 "cc",
7438 "tree-sitter",
7439]
7440
7441[[package]]
7442name = "tree-sitter-markdown"
7443version = "0.0.1"
7444source = "git+https://github.com/MDeiml/tree-sitter-markdown?rev=330ecab87a3e3a7211ac69bbadc19eabecdb1cca#330ecab87a3e3a7211ac69bbadc19eabecdb1cca"
7445dependencies = [
7446 "cc",
7447 "tree-sitter",
7448]
7449
7450[[package]]
7451name = "tree-sitter-python"
7452version = "0.20.2"
7453source = "registry+https://github.com/rust-lang/crates.io-index"
7454checksum = "dda114f58048f5059dcf158aff691dffb8e113e6d2b50d94263fd68711975287"
7455dependencies = [
7456 "cc",
7457 "tree-sitter",
7458]
7459
7460[[package]]
7461name = "tree-sitter-racket"
7462version = "0.0.1"
7463source = "git+https://github.com/zed-industries/tree-sitter-racket?rev=eb010cf2c674c6fd9a6316a84e28ef90190fe51a#eb010cf2c674c6fd9a6316a84e28ef90190fe51a"
7464dependencies = [
7465 "cc",
7466 "tree-sitter",
7467]
7468
7469[[package]]
7470name = "tree-sitter-ruby"
7471version = "0.20.0"
7472source = "registry+https://github.com/rust-lang/crates.io-index"
7473checksum = "0ac30cbb1560363ae76e1ccde543d6d99087421e228cc47afcec004b86bb711a"
7474dependencies = [
7475 "cc",
7476 "tree-sitter",
7477]
7478
7479[[package]]
7480name = "tree-sitter-rust"
7481version = "0.20.3"
7482source = "registry+https://github.com/rust-lang/crates.io-index"
7483checksum = "797842733e252dc11ae5d403a18060bf337b822fc2ae5ddfaa6ff4d9cc20bda6"
7484dependencies = [
7485 "cc",
7486 "tree-sitter",
7487]
7488
7489[[package]]
7490name = "tree-sitter-scheme"
7491version = "0.2.0"
7492source = "git+https://github.com/6cdh/tree-sitter-scheme?rev=af0fd1fa452cb2562dc7b5c8a8c55551c39273b9#af0fd1fa452cb2562dc7b5c8a8c55551c39273b9"
7493dependencies = [
7494 "cc",
7495 "tree-sitter",
7496]
7497
7498[[package]]
7499name = "tree-sitter-toml"
7500version = "0.5.1"
7501source = "git+https://github.com/tree-sitter/tree-sitter-toml?rev=342d9be207c2dba869b9967124c679b5e6fd0ebe#342d9be207c2dba869b9967124c679b5e6fd0ebe"
7502dependencies = [
7503 "cc",
7504 "tree-sitter",
7505]
7506
7507[[package]]
7508name = "tree-sitter-typescript"
7509version = "0.20.2"
7510source = "registry+https://github.com/rust-lang/crates.io-index"
7511checksum = "079c695c32d39ad089101c66393aeaca30e967fba3486a91f573d2f0e12d290a"
7512dependencies = [
7513 "cc",
7514 "tree-sitter",
7515]
7516
7517[[package]]
7518name = "tree-sitter-typescript"
7519version = "0.20.2"
7520source = "git+https://github.com/tree-sitter/tree-sitter-typescript?rev=5d20856f34315b068c41edaee2ac8a100081d259#5d20856f34315b068c41edaee2ac8a100081d259"
7521dependencies = [
7522 "cc",
7523 "tree-sitter",
7524]
7525
7526[[package]]
7527name = "tree-sitter-yaml"
7528version = "0.0.1"
7529source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=9050a4a4a847ed29e25485b1292a36eab8ae3492#9050a4a4a847ed29e25485b1292a36eab8ae3492"
7530dependencies = [
7531 "cc",
7532 "tree-sitter",
7533]
7534
7535[[package]]
7536name = "try-lock"
7537version = "0.2.4"
7538source = "registry+https://github.com/rust-lang/crates.io-index"
7539checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
7540
7541[[package]]
7542name = "ttf-parser"
7543version = "0.9.0"
7544source = "registry+https://github.com/rust-lang/crates.io-index"
7545checksum = "62ddb402ac6c2af6f7a2844243887631c4e94b51585b229fcfddb43958cd55ca"
7546
7547[[package]]
7548name = "ttf-parser"
7549version = "0.12.3"
7550source = "registry+https://github.com/rust-lang/crates.io-index"
7551checksum = "7ae2f58a822f08abdaf668897e96a5656fe72f5a9ce66422423e8849384872e6"
7552
7553[[package]]
7554name = "tungstenite"
7555version = "0.16.0"
7556source = "registry+https://github.com/rust-lang/crates.io-index"
7557checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1"
7558dependencies = [
7559 "base64 0.13.1",
7560 "byteorder",
7561 "bytes 1.4.0",
7562 "http",
7563 "httparse",
7564 "log",
7565 "rand 0.8.5",
7566 "sha-1 0.9.8",
7567 "thiserror",
7568 "url",
7569 "utf-8",
7570]
7571
7572[[package]]
7573name = "tungstenite"
7574version = "0.17.3"
7575source = "registry+https://github.com/rust-lang/crates.io-index"
7576checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
7577dependencies = [
7578 "base64 0.13.1",
7579 "byteorder",
7580 "bytes 1.4.0",
7581 "http",
7582 "httparse",
7583 "log",
7584 "rand 0.8.5",
7585 "sha-1 0.10.1",
7586 "thiserror",
7587 "url",
7588 "utf-8",
7589]
7590
7591[[package]]
7592name = "typenum"
7593version = "1.16.0"
7594source = "registry+https://github.com/rust-lang/crates.io-index"
7595checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
7596
7597[[package]]
7598name = "ucd-trie"
7599version = "0.1.5"
7600source = "registry+https://github.com/rust-lang/crates.io-index"
7601checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
7602
7603[[package]]
7604name = "unicase"
7605version = "2.6.0"
7606source = "registry+https://github.com/rust-lang/crates.io-index"
7607checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
7608dependencies = [
7609 "version_check",
7610]
7611
7612[[package]]
7613name = "unicode-bidi"
7614version = "0.3.13"
7615source = "registry+https://github.com/rust-lang/crates.io-index"
7616checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
7617
7618[[package]]
7619name = "unicode-bidi-mirroring"
7620version = "0.1.0"
7621source = "registry+https://github.com/rust-lang/crates.io-index"
7622checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
7623
7624[[package]]
7625name = "unicode-ccc"
7626version = "0.1.2"
7627source = "registry+https://github.com/rust-lang/crates.io-index"
7628checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1"
7629
7630[[package]]
7631name = "unicode-general-category"
7632version = "0.2.0"
7633source = "registry+https://github.com/rust-lang/crates.io-index"
7634checksum = "7f9af028e052a610d99e066b33304625dea9613170a2563314490a4e6ec5cf7f"
7635
7636[[package]]
7637name = "unicode-ident"
7638version = "1.0.8"
7639source = "registry+https://github.com/rust-lang/crates.io-index"
7640checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
7641
7642[[package]]
7643name = "unicode-normalization"
7644version = "0.1.22"
7645source = "registry+https://github.com/rust-lang/crates.io-index"
7646checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
7647dependencies = [
7648 "tinyvec",
7649]
7650
7651[[package]]
7652name = "unicode-script"
7653version = "0.5.5"
7654source = "registry+https://github.com/rust-lang/crates.io-index"
7655checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
7656
7657[[package]]
7658name = "unicode-segmentation"
7659version = "1.10.1"
7660source = "registry+https://github.com/rust-lang/crates.io-index"
7661checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
7662
7663[[package]]
7664name = "unicode-vo"
7665version = "0.1.0"
7666source = "registry+https://github.com/rust-lang/crates.io-index"
7667checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
7668
7669[[package]]
7670name = "unicode-width"
7671version = "0.1.10"
7672source = "registry+https://github.com/rust-lang/crates.io-index"
7673checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
7674
7675[[package]]
7676name = "unicode_categories"
7677version = "0.1.1"
7678source = "registry+https://github.com/rust-lang/crates.io-index"
7679checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
7680
7681[[package]]
7682name = "unindent"
7683version = "0.1.11"
7684source = "registry+https://github.com/rust-lang/crates.io-index"
7685checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
7686
7687[[package]]
7688name = "untrusted"
7689version = "0.7.1"
7690source = "registry+https://github.com/rust-lang/crates.io-index"
7691checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
7692
7693[[package]]
7694name = "url"
7695version = "2.3.1"
7696source = "registry+https://github.com/rust-lang/crates.io-index"
7697checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
7698dependencies = [
7699 "form_urlencoded",
7700 "idna",
7701 "percent-encoding",
7702 "serde",
7703]
7704
7705[[package]]
7706name = "urlencoding"
7707version = "2.1.2"
7708source = "registry+https://github.com/rust-lang/crates.io-index"
7709checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9"
7710
7711[[package]]
7712name = "usvg"
7713version = "0.14.1"
7714source = "registry+https://github.com/rust-lang/crates.io-index"
7715checksum = "ef8352f317d8f9a918ba5154797fb2a93e2730244041cf7d5be35148266adfa5"
7716dependencies = [
7717 "base64 0.13.1",
7718 "data-url",
7719 "flate2",
7720 "fontdb",
7721 "kurbo",
7722 "log",
7723 "memmap2",
7724 "pico-args",
7725 "rctree",
7726 "roxmltree",
7727 "rustybuzz",
7728 "simplecss",
7729 "siphasher",
7730 "svgtypes",
7731 "ttf-parser 0.12.3",
7732 "unicode-bidi",
7733 "unicode-script",
7734 "unicode-vo",
7735 "xmlwriter",
7736]
7737
7738[[package]]
7739name = "utf-8"
7740version = "0.7.6"
7741source = "registry+https://github.com/rust-lang/crates.io-index"
7742checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
7743
7744[[package]]
7745name = "utf8parse"
7746version = "0.2.1"
7747source = "registry+https://github.com/rust-lang/crates.io-index"
7748checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
7749
7750[[package]]
7751name = "util"
7752version = "0.1.0"
7753dependencies = [
7754 "anyhow",
7755 "backtrace",
7756 "dirs 3.0.2",
7757 "futures 0.3.28",
7758 "git2",
7759 "isahc",
7760 "lazy_static",
7761 "log",
7762 "rand 0.8.5",
7763 "serde",
7764 "serde_json",
7765 "smol",
7766 "take-until",
7767 "tempdir",
7768 "url",
7769]
7770
7771[[package]]
7772name = "uuid"
7773version = "0.5.1"
7774source = "registry+https://github.com/rust-lang/crates.io-index"
7775checksum = "bcc7e3b898aa6f6c08e5295b6c89258d1331e9ac578cc992fb818759951bdc22"
7776
7777[[package]]
7778name = "uuid"
7779version = "0.8.2"
7780source = "registry+https://github.com/rust-lang/crates.io-index"
7781checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
7782dependencies = [
7783 "getrandom 0.2.9",
7784]
7785
7786[[package]]
7787name = "uuid"
7788version = "1.3.2"
7789source = "registry+https://github.com/rust-lang/crates.io-index"
7790checksum = "4dad5567ad0cf5b760e5665964bec1b47dfd077ba8a2544b513f3556d3d239a2"
7791dependencies = [
7792 "getrandom 0.2.9",
7793 "serde",
7794]
7795
7796[[package]]
7797name = "valuable"
7798version = "0.1.0"
7799source = "registry+https://github.com/rust-lang/crates.io-index"
7800checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
7801
7802[[package]]
7803name = "value-bag"
7804version = "1.0.0-alpha.9"
7805source = "registry+https://github.com/rust-lang/crates.io-index"
7806checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
7807dependencies = [
7808 "ctor",
7809 "erased-serde",
7810 "serde",
7811 "serde_fmt",
7812 "sval",
7813 "version_check",
7814]
7815
7816[[package]]
7817name = "vcpkg"
7818version = "0.2.15"
7819source = "registry+https://github.com/rust-lang/crates.io-index"
7820checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
7821
7822[[package]]
7823name = "vec_map"
7824version = "0.8.2"
7825source = "registry+https://github.com/rust-lang/crates.io-index"
7826checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
7827
7828[[package]]
7829name = "version_check"
7830version = "0.9.4"
7831source = "registry+https://github.com/rust-lang/crates.io-index"
7832checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
7833
7834[[package]]
7835name = "vim"
7836version = "0.1.0"
7837dependencies = [
7838 "anyhow",
7839 "assets",
7840 "async-compat",
7841 "async-trait",
7842 "collections",
7843 "command_palette",
7844 "editor",
7845 "gpui",
7846 "indoc",
7847 "itertools",
7848 "language",
7849 "lazy_static",
7850 "log",
7851 "nvim-rs",
7852 "parking_lot 0.11.2",
7853 "project",
7854 "search",
7855 "serde",
7856 "serde_derive",
7857 "serde_json",
7858 "settings",
7859 "tokio",
7860 "util",
7861 "workspace",
7862]
7863
7864[[package]]
7865name = "vte"
7866version = "0.10.1"
7867source = "registry+https://github.com/rust-lang/crates.io-index"
7868checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983"
7869dependencies = [
7870 "utf8parse",
7871 "vte_generate_state_changes",
7872]
7873
7874[[package]]
7875name = "vte_generate_state_changes"
7876version = "0.1.1"
7877source = "registry+https://github.com/rust-lang/crates.io-index"
7878checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
7879dependencies = [
7880 "proc-macro2",
7881 "quote",
7882]
7883
7884[[package]]
7885name = "waker-fn"
7886version = "1.1.0"
7887source = "registry+https://github.com/rust-lang/crates.io-index"
7888checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
7889
7890[[package]]
7891name = "walkdir"
7892version = "2.3.3"
7893source = "registry+https://github.com/rust-lang/crates.io-index"
7894checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
7895dependencies = [
7896 "same-file",
7897 "winapi-util",
7898]
7899
7900[[package]]
7901name = "want"
7902version = "0.3.0"
7903source = "registry+https://github.com/rust-lang/crates.io-index"
7904checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
7905dependencies = [
7906 "log",
7907 "try-lock",
7908]
7909
7910[[package]]
7911name = "wasi"
7912version = "0.9.0+wasi-snapshot-preview1"
7913source = "registry+https://github.com/rust-lang/crates.io-index"
7914checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
7915
7916[[package]]
7917name = "wasi"
7918version = "0.10.0+wasi-snapshot-preview1"
7919source = "registry+https://github.com/rust-lang/crates.io-index"
7920checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
7921
7922[[package]]
7923name = "wasi"
7924version = "0.11.0+wasi-snapshot-preview1"
7925source = "registry+https://github.com/rust-lang/crates.io-index"
7926checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
7927
7928[[package]]
7929name = "wasi-cap-std-sync"
7930version = "0.38.3"
7931source = "registry+https://github.com/rust-lang/crates.io-index"
7932checksum = "f086c5026d2fc3b268d138e65373f46422cc810f46d6e0776859c5027cb18728"
7933dependencies = [
7934 "anyhow",
7935 "async-trait",
7936 "cap-fs-ext",
7937 "cap-rand",
7938 "cap-std",
7939 "cap-time-ext",
7940 "fs-set-times",
7941 "io-extras",
7942 "io-lifetimes 0.5.3",
7943 "is-terminal 0.1.0",
7944 "lazy_static",
7945 "rustix 0.33.7",
7946 "system-interface",
7947 "tracing",
7948 "wasi-common",
7949 "winapi 0.3.9",
7950]
7951
7952[[package]]
7953name = "wasi-common"
7954version = "0.38.3"
7955source = "registry+https://github.com/rust-lang/crates.io-index"
7956checksum = "4e8844fede1c3787cc08853872f47e8bd91f6c939c7406bc7a5dba496b260c08"
7957dependencies = [
7958 "anyhow",
7959 "bitflags",
7960 "cap-rand",
7961 "cap-std",
7962 "io-extras",
7963 "rustix 0.33.7",
7964 "thiserror",
7965 "tracing",
7966 "wiggle",
7967 "winapi 0.3.9",
7968]
7969
7970[[package]]
7971name = "wasm-bindgen"
7972version = "0.2.85"
7973source = "registry+https://github.com/rust-lang/crates.io-index"
7974checksum = "5b6cb788c4e39112fbe1822277ef6fb3c55cd86b95cb3d3c4c1c9597e4ac74b4"
7975dependencies = [
7976 "cfg-if 1.0.0",
7977 "wasm-bindgen-macro",
7978]
7979
7980[[package]]
7981name = "wasm-bindgen-backend"
7982version = "0.2.85"
7983source = "registry+https://github.com/rust-lang/crates.io-index"
7984checksum = "35e522ed4105a9d626d885b35d62501b30d9666283a5c8be12c14a8bdafe7822"
7985dependencies = [
7986 "bumpalo",
7987 "log",
7988 "once_cell",
7989 "proc-macro2",
7990 "quote",
7991 "syn 2.0.15",
7992 "wasm-bindgen-shared",
7993]
7994
7995[[package]]
7996name = "wasm-bindgen-futures"
7997version = "0.4.35"
7998source = "registry+https://github.com/rust-lang/crates.io-index"
7999checksum = "083abe15c5d88556b77bdf7aef403625be9e327ad37c62c4e4129af740168163"
8000dependencies = [
8001 "cfg-if 1.0.0",
8002 "js-sys",
8003 "wasm-bindgen",
8004 "web-sys",
8005]
8006
8007[[package]]
8008name = "wasm-bindgen-macro"
8009version = "0.2.85"
8010source = "registry+https://github.com/rust-lang/crates.io-index"
8011checksum = "358a79a0cb89d21db8120cbfb91392335913e4890665b1a7981d9e956903b434"
8012dependencies = [
8013 "quote",
8014 "wasm-bindgen-macro-support",
8015]
8016
8017[[package]]
8018name = "wasm-bindgen-macro-support"
8019version = "0.2.85"
8020source = "registry+https://github.com/rust-lang/crates.io-index"
8021checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869"
8022dependencies = [
8023 "proc-macro2",
8024 "quote",
8025 "syn 2.0.15",
8026 "wasm-bindgen-backend",
8027 "wasm-bindgen-shared",
8028]
8029
8030[[package]]
8031name = "wasm-bindgen-shared"
8032version = "0.2.85"
8033source = "registry+https://github.com/rust-lang/crates.io-index"
8034checksum = "a901d592cafaa4d711bc324edfaff879ac700b19c3dfd60058d2b445be2691eb"
8035
8036[[package]]
8037name = "wasm-encoder"
8038version = "0.26.0"
8039source = "registry+https://github.com/rust-lang/crates.io-index"
8040checksum = "d05d0b6fcd0aeb98adf16e7975331b3c17222aa815148f5b976370ce589d80ef"
8041dependencies = [
8042 "leb128",
8043]
8044
8045[[package]]
8046name = "wasmparser"
8047version = "0.85.0"
8048source = "registry+https://github.com/rust-lang/crates.io-index"
8049checksum = "570460c58b21e9150d2df0eaaedbb7816c34bcec009ae0dcc976e40ba81463e7"
8050dependencies = [
8051 "indexmap",
8052]
8053
8054[[package]]
8055name = "wasmtime"
8056version = "0.38.3"
8057source = "registry+https://github.com/rust-lang/crates.io-index"
8058checksum = "1f50eadf868ab6a04b7b511460233377d0bfbb92e417b2f6a98b98fef2e098f5"
8059dependencies = [
8060 "anyhow",
8061 "async-trait",
8062 "backtrace",
8063 "bincode",
8064 "cfg-if 1.0.0",
8065 "indexmap",
8066 "lazy_static",
8067 "libc",
8068 "log",
8069 "object 0.28.4",
8070 "once_cell",
8071 "paste",
8072 "psm",
8073 "rayon",
8074 "region",
8075 "serde",
8076 "target-lexicon",
8077 "wasmparser",
8078 "wasmtime-cache",
8079 "wasmtime-cranelift",
8080 "wasmtime-environ",
8081 "wasmtime-fiber",
8082 "wasmtime-jit",
8083 "wasmtime-runtime",
8084 "wat",
8085 "winapi 0.3.9",
8086]
8087
8088[[package]]
8089name = "wasmtime-cache"
8090version = "0.38.3"
8091source = "registry+https://github.com/rust-lang/crates.io-index"
8092checksum = "d1df23c642e1376892f3b72f311596976979cbf8b85469680cdd3a8a063d12a2"
8093dependencies = [
8094 "anyhow",
8095 "base64 0.13.1",
8096 "bincode",
8097 "directories-next",
8098 "file-per-thread-logger",
8099 "log",
8100 "rustix 0.33.7",
8101 "serde",
8102 "sha2 0.9.9",
8103 "toml",
8104 "winapi 0.3.9",
8105 "zstd",
8106]
8107
8108[[package]]
8109name = "wasmtime-cranelift"
8110version = "0.38.3"
8111source = "registry+https://github.com/rust-lang/crates.io-index"
8112checksum = "f264ff6b4df247d15584f2f53d009fbc90032cfdc2605b52b961bffc71b6eccd"
8113dependencies = [
8114 "anyhow",
8115 "cranelift-codegen",
8116 "cranelift-entity",
8117 "cranelift-frontend",
8118 "cranelift-native",
8119 "cranelift-wasm",
8120 "gimli 0.26.2",
8121 "log",
8122 "more-asserts",
8123 "object 0.28.4",
8124 "target-lexicon",
8125 "thiserror",
8126 "wasmparser",
8127 "wasmtime-environ",
8128]
8129
8130[[package]]
8131name = "wasmtime-environ"
8132version = "0.38.3"
8133source = "registry+https://github.com/rust-lang/crates.io-index"
8134checksum = "839d2820e4b830f4b9e7aa08d4c0acabf4a5036105d639f6dfa1c6891c73bdc6"
8135dependencies = [
8136 "anyhow",
8137 "cranelift-entity",
8138 "gimli 0.26.2",
8139 "indexmap",
8140 "log",
8141 "more-asserts",
8142 "object 0.28.4",
8143 "serde",
8144 "target-lexicon",
8145 "thiserror",
8146 "wasmparser",
8147 "wasmtime-types",
8148]
8149
8150[[package]]
8151name = "wasmtime-fiber"
8152version = "0.38.3"
8153source = "registry+https://github.com/rust-lang/crates.io-index"
8154checksum = "3248be3c4911233535356025f6562193614a40155ee9094bb6a2b43f0dc82803"
8155dependencies = [
8156 "cc",
8157 "rustix 0.33.7",
8158 "winapi 0.3.9",
8159]
8160
8161[[package]]
8162name = "wasmtime-jit"
8163version = "0.38.3"
8164source = "registry+https://github.com/rust-lang/crates.io-index"
8165checksum = "ef0a0bcbfa18b946d890078ba0e1bc76bcc53eccfb40806c0020ec29dcd1bd49"
8166dependencies = [
8167 "addr2line 0.17.0",
8168 "anyhow",
8169 "bincode",
8170 "cfg-if 1.0.0",
8171 "cpp_demangle",
8172 "gimli 0.26.2",
8173 "ittapi-rs",
8174 "log",
8175 "object 0.28.4",
8176 "region",
8177 "rustc-demangle",
8178 "rustix 0.33.7",
8179 "serde",
8180 "target-lexicon",
8181 "thiserror",
8182 "wasmtime-environ",
8183 "wasmtime-jit-debug",
8184 "wasmtime-runtime",
8185 "winapi 0.3.9",
8186]
8187
8188[[package]]
8189name = "wasmtime-jit-debug"
8190version = "0.38.3"
8191source = "registry+https://github.com/rust-lang/crates.io-index"
8192checksum = "4f4779d976206c458edd643d1ac622b6c37e4a0800a8b1d25dfbf245ac2f2cac"
8193dependencies = [
8194 "lazy_static",
8195 "object 0.28.4",
8196 "rustix 0.33.7",
8197]
8198
8199[[package]]
8200name = "wasmtime-runtime"
8201version = "0.38.3"
8202source = "registry+https://github.com/rust-lang/crates.io-index"
8203checksum = "b7eb6ffa169eb5dcd18ac9473c817358cd57bc62c244622210566d473397954a"
8204dependencies = [
8205 "anyhow",
8206 "backtrace",
8207 "cc",
8208 "cfg-if 1.0.0",
8209 "indexmap",
8210 "libc",
8211 "log",
8212 "mach",
8213 "memfd",
8214 "memoffset 0.6.5",
8215 "more-asserts",
8216 "rand 0.8.5",
8217 "region",
8218 "rustix 0.33.7",
8219 "thiserror",
8220 "wasmtime-environ",
8221 "wasmtime-fiber",
8222 "wasmtime-jit-debug",
8223 "winapi 0.3.9",
8224]
8225
8226[[package]]
8227name = "wasmtime-types"
8228version = "0.38.3"
8229source = "registry+https://github.com/rust-lang/crates.io-index"
8230checksum = "8d932b0ac5336f7308d869703dd225610a6a3aeaa8e968c52b43eed96cefb1c2"
8231dependencies = [
8232 "cranelift-entity",
8233 "serde",
8234 "thiserror",
8235 "wasmparser",
8236]
8237
8238[[package]]
8239name = "wasmtime-wasi"
8240version = "0.38.3"
8241source = "registry+https://github.com/rust-lang/crates.io-index"
8242checksum = "b68b7d77fb6f2975a6fe6cc4d0015d6b0cebb65c39fce1dd4cc00880dbf7789c"
8243dependencies = [
8244 "anyhow",
8245 "wasi-cap-std-sync",
8246 "wasi-common",
8247 "wasmtime",
8248 "wiggle",
8249]
8250
8251[[package]]
8252name = "wast"
8253version = "35.0.2"
8254source = "registry+https://github.com/rust-lang/crates.io-index"
8255checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
8256dependencies = [
8257 "leb128",
8258]
8259
8260[[package]]
8261name = "wast"
8262version = "57.0.0"
8263source = "registry+https://github.com/rust-lang/crates.io-index"
8264checksum = "6eb0f5ed17ac4421193c7477da05892c2edafd67f9639e3c11a82086416662dc"
8265dependencies = [
8266 "leb128",
8267 "memchr",
8268 "unicode-width",
8269 "wasm-encoder",
8270]
8271
8272[[package]]
8273name = "wat"
8274version = "1.0.63"
8275source = "registry+https://github.com/rust-lang/crates.io-index"
8276checksum = "ab9ab0d87337c3be2bb6fc5cd331c4ba9fd6bcb4ee85048a0dd59ed9ecf92e53"
8277dependencies = [
8278 "wast 57.0.0",
8279]
8280
8281[[package]]
8282name = "web-sys"
8283version = "0.3.62"
8284source = "registry+https://github.com/rust-lang/crates.io-index"
8285checksum = "16b5f940c7edfdc6d12126d98c9ef4d1b3d470011c47c76a6581df47ad9ba721"
8286dependencies = [
8287 "js-sys",
8288 "wasm-bindgen",
8289]
8290
8291[[package]]
8292name = "webpki"
8293version = "0.21.4"
8294source = "registry+https://github.com/rust-lang/crates.io-index"
8295checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
8296dependencies = [
8297 "ring",
8298 "untrusted",
8299]
8300
8301[[package]]
8302name = "webpki"
8303version = "0.22.0"
8304source = "registry+https://github.com/rust-lang/crates.io-index"
8305checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
8306dependencies = [
8307 "ring",
8308 "untrusted",
8309]
8310
8311[[package]]
8312name = "webpki-roots"
8313version = "0.21.1"
8314source = "registry+https://github.com/rust-lang/crates.io-index"
8315checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
8316dependencies = [
8317 "webpki 0.21.4",
8318]
8319
8320[[package]]
8321name = "webpki-roots"
8322version = "0.22.6"
8323source = "registry+https://github.com/rust-lang/crates.io-index"
8324checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
8325dependencies = [
8326 "webpki 0.22.0",
8327]
8328
8329[[package]]
8330name = "weezl"
8331version = "0.1.7"
8332source = "registry+https://github.com/rust-lang/crates.io-index"
8333checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
8334
8335[[package]]
8336name = "welcome"
8337version = "0.1.0"
8338dependencies = [
8339 "anyhow",
8340 "client",
8341 "db",
8342 "editor",
8343 "fs",
8344 "fuzzy",
8345 "gpui",
8346 "install_cli",
8347 "log",
8348 "picker",
8349 "project",
8350 "schemars",
8351 "serde",
8352 "settings",
8353 "theme",
8354 "theme_selector",
8355 "util",
8356 "workspace",
8357]
8358
8359[[package]]
8360name = "which"
8361version = "4.4.0"
8362source = "registry+https://github.com/rust-lang/crates.io-index"
8363checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
8364dependencies = [
8365 "either",
8366 "libc",
8367 "once_cell",
8368]
8369
8370[[package]]
8371name = "whoami"
8372version = "1.4.0"
8373source = "registry+https://github.com/rust-lang/crates.io-index"
8374checksum = "2c70234412ca409cc04e864e89523cb0fc37f5e1344ebed5a3ebf4192b6b9f68"
8375dependencies = [
8376 "wasm-bindgen",
8377 "web-sys",
8378]
8379
8380[[package]]
8381name = "wiggle"
8382version = "0.38.3"
8383source = "registry+https://github.com/rust-lang/crates.io-index"
8384checksum = "67dadac11343d2aabc8a906a0db0aaf7cb5046ec3d6fffccdaf2847dccdef8d6"
8385dependencies = [
8386 "anyhow",
8387 "async-trait",
8388 "bitflags",
8389 "thiserror",
8390 "tracing",
8391 "wasmtime",
8392 "wiggle-macro",
8393]
8394
8395[[package]]
8396name = "wiggle-generate"
8397version = "0.38.3"
8398source = "registry+https://github.com/rust-lang/crates.io-index"
8399checksum = "63a1dccd6b3fbd9a27417f5d30ce9aa3ee9cf529aad453abbf88a49c5d605b79"
8400dependencies = [
8401 "anyhow",
8402 "heck 0.4.1",
8403 "proc-macro2",
8404 "quote",
8405 "shellexpand",
8406 "syn 1.0.109",
8407 "witx",
8408]
8409
8410[[package]]
8411name = "wiggle-macro"
8412version = "0.38.3"
8413source = "registry+https://github.com/rust-lang/crates.io-index"
8414checksum = "f1c368d57d9560c34deaa67e06b0953ccf65edb906c525e5a2c866c849b48ec2"
8415dependencies = [
8416 "proc-macro2",
8417 "quote",
8418 "syn 1.0.109",
8419 "wiggle-generate",
8420]
8421
8422[[package]]
8423name = "winapi"
8424version = "0.2.8"
8425source = "registry+https://github.com/rust-lang/crates.io-index"
8426checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
8427
8428[[package]]
8429name = "winapi"
8430version = "0.3.9"
8431source = "registry+https://github.com/rust-lang/crates.io-index"
8432checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
8433dependencies = [
8434 "winapi-i686-pc-windows-gnu",
8435 "winapi-x86_64-pc-windows-gnu",
8436]
8437
8438[[package]]
8439name = "winapi-build"
8440version = "0.1.1"
8441source = "registry+https://github.com/rust-lang/crates.io-index"
8442checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
8443
8444[[package]]
8445name = "winapi-i686-pc-windows-gnu"
8446version = "0.4.0"
8447source = "registry+https://github.com/rust-lang/crates.io-index"
8448checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
8449
8450[[package]]
8451name = "winapi-util"
8452version = "0.1.5"
8453source = "registry+https://github.com/rust-lang/crates.io-index"
8454checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
8455dependencies = [
8456 "winapi 0.3.9",
8457]
8458
8459[[package]]
8460name = "winapi-x86_64-pc-windows-gnu"
8461version = "0.4.0"
8462source = "registry+https://github.com/rust-lang/crates.io-index"
8463checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
8464
8465[[package]]
8466name = "windows"
8467version = "0.48.0"
8468source = "registry+https://github.com/rust-lang/crates.io-index"
8469checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
8470dependencies = [
8471 "windows-targets 0.48.0",
8472]
8473
8474[[package]]
8475name = "windows-sys"
8476version = "0.42.0"
8477source = "registry+https://github.com/rust-lang/crates.io-index"
8478checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
8479dependencies = [
8480 "windows_aarch64_gnullvm 0.42.2",
8481 "windows_aarch64_msvc 0.42.2",
8482 "windows_i686_gnu 0.42.2",
8483 "windows_i686_msvc 0.42.2",
8484 "windows_x86_64_gnu 0.42.2",
8485 "windows_x86_64_gnullvm 0.42.2",
8486 "windows_x86_64_msvc 0.42.2",
8487]
8488
8489[[package]]
8490name = "windows-sys"
8491version = "0.45.0"
8492source = "registry+https://github.com/rust-lang/crates.io-index"
8493checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
8494dependencies = [
8495 "windows-targets 0.42.2",
8496]
8497
8498[[package]]
8499name = "windows-sys"
8500version = "0.48.0"
8501source = "registry+https://github.com/rust-lang/crates.io-index"
8502checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
8503dependencies = [
8504 "windows-targets 0.48.0",
8505]
8506
8507[[package]]
8508name = "windows-targets"
8509version = "0.42.2"
8510source = "registry+https://github.com/rust-lang/crates.io-index"
8511checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
8512dependencies = [
8513 "windows_aarch64_gnullvm 0.42.2",
8514 "windows_aarch64_msvc 0.42.2",
8515 "windows_i686_gnu 0.42.2",
8516 "windows_i686_msvc 0.42.2",
8517 "windows_x86_64_gnu 0.42.2",
8518 "windows_x86_64_gnullvm 0.42.2",
8519 "windows_x86_64_msvc 0.42.2",
8520]
8521
8522[[package]]
8523name = "windows-targets"
8524version = "0.48.0"
8525source = "registry+https://github.com/rust-lang/crates.io-index"
8526checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
8527dependencies = [
8528 "windows_aarch64_gnullvm 0.48.0",
8529 "windows_aarch64_msvc 0.48.0",
8530 "windows_i686_gnu 0.48.0",
8531 "windows_i686_msvc 0.48.0",
8532 "windows_x86_64_gnu 0.48.0",
8533 "windows_x86_64_gnullvm 0.48.0",
8534 "windows_x86_64_msvc 0.48.0",
8535]
8536
8537[[package]]
8538name = "windows_aarch64_gnullvm"
8539version = "0.42.2"
8540source = "registry+https://github.com/rust-lang/crates.io-index"
8541checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
8542
8543[[package]]
8544name = "windows_aarch64_gnullvm"
8545version = "0.48.0"
8546source = "registry+https://github.com/rust-lang/crates.io-index"
8547checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
8548
8549[[package]]
8550name = "windows_aarch64_msvc"
8551version = "0.42.2"
8552source = "registry+https://github.com/rust-lang/crates.io-index"
8553checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
8554
8555[[package]]
8556name = "windows_aarch64_msvc"
8557version = "0.48.0"
8558source = "registry+https://github.com/rust-lang/crates.io-index"
8559checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
8560
8561[[package]]
8562name = "windows_i686_gnu"
8563version = "0.42.2"
8564source = "registry+https://github.com/rust-lang/crates.io-index"
8565checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
8566
8567[[package]]
8568name = "windows_i686_gnu"
8569version = "0.48.0"
8570source = "registry+https://github.com/rust-lang/crates.io-index"
8571checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
8572
8573[[package]]
8574name = "windows_i686_msvc"
8575version = "0.42.2"
8576source = "registry+https://github.com/rust-lang/crates.io-index"
8577checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
8578
8579[[package]]
8580name = "windows_i686_msvc"
8581version = "0.48.0"
8582source = "registry+https://github.com/rust-lang/crates.io-index"
8583checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
8584
8585[[package]]
8586name = "windows_x86_64_gnu"
8587version = "0.42.2"
8588source = "registry+https://github.com/rust-lang/crates.io-index"
8589checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
8590
8591[[package]]
8592name = "windows_x86_64_gnu"
8593version = "0.48.0"
8594source = "registry+https://github.com/rust-lang/crates.io-index"
8595checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
8596
8597[[package]]
8598name = "windows_x86_64_gnullvm"
8599version = "0.42.2"
8600source = "registry+https://github.com/rust-lang/crates.io-index"
8601checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
8602
8603[[package]]
8604name = "windows_x86_64_gnullvm"
8605version = "0.48.0"
8606source = "registry+https://github.com/rust-lang/crates.io-index"
8607checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
8608
8609[[package]]
8610name = "windows_x86_64_msvc"
8611version = "0.42.2"
8612source = "registry+https://github.com/rust-lang/crates.io-index"
8613checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
8614
8615[[package]]
8616name = "windows_x86_64_msvc"
8617version = "0.48.0"
8618source = "registry+https://github.com/rust-lang/crates.io-index"
8619checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
8620
8621[[package]]
8622name = "winreg"
8623version = "0.10.1"
8624source = "registry+https://github.com/rust-lang/crates.io-index"
8625checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
8626dependencies = [
8627 "winapi 0.3.9",
8628]
8629
8630[[package]]
8631name = "winx"
8632version = "0.31.0"
8633source = "registry+https://github.com/rust-lang/crates.io-index"
8634checksum = "08d5973cb8cd94a77d03ad7e23bbe14889cb29805da1cec0e4aff75e21aebded"
8635dependencies = [
8636 "bitflags",
8637 "io-lifetimes 0.5.3",
8638 "winapi 0.3.9",
8639]
8640
8641[[package]]
8642name = "wio"
8643version = "0.2.2"
8644source = "registry+https://github.com/rust-lang/crates.io-index"
8645checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
8646dependencies = [
8647 "winapi 0.3.9",
8648]
8649
8650[[package]]
8651name = "witx"
8652version = "0.9.1"
8653source = "registry+https://github.com/rust-lang/crates.io-index"
8654checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
8655dependencies = [
8656 "anyhow",
8657 "log",
8658 "thiserror",
8659 "wast 35.0.2",
8660]
8661
8662[[package]]
8663name = "workspace"
8664version = "0.1.0"
8665dependencies = [
8666 "anyhow",
8667 "assets",
8668 "async-recursion 1.0.4",
8669 "bincode",
8670 "call",
8671 "client",
8672 "collections",
8673 "context_menu",
8674 "db",
8675 "drag_and_drop",
8676 "env_logger 0.9.3",
8677 "fs",
8678 "futures 0.3.28",
8679 "gpui",
8680 "indoc",
8681 "install_cli",
8682 "itertools",
8683 "language",
8684 "lazy_static",
8685 "log",
8686 "menu",
8687 "parking_lot 0.11.2",
8688 "postage",
8689 "project",
8690 "schemars",
8691 "serde",
8692 "serde_derive",
8693 "serde_json",
8694 "settings",
8695 "smallvec",
8696 "terminal",
8697 "theme",
8698 "util",
8699 "uuid 1.3.2",
8700]
8701
8702[[package]]
8703name = "ws2_32-sys"
8704version = "0.2.1"
8705source = "registry+https://github.com/rust-lang/crates.io-index"
8706checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
8707dependencies = [
8708 "winapi 0.2.8",
8709 "winapi-build",
8710]
8711
8712[[package]]
8713name = "xattr"
8714version = "0.2.3"
8715source = "registry+https://github.com/rust-lang/crates.io-index"
8716checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
8717dependencies = [
8718 "libc",
8719]
8720
8721[[package]]
8722name = "xmlparser"
8723version = "0.13.5"
8724source = "registry+https://github.com/rust-lang/crates.io-index"
8725checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
8726
8727[[package]]
8728name = "xmlwriter"
8729version = "0.1.0"
8730source = "registry+https://github.com/rust-lang/crates.io-index"
8731checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
8732
8733[[package]]
8734name = "yaml-rust"
8735version = "0.4.5"
8736source = "registry+https://github.com/rust-lang/crates.io-index"
8737checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
8738dependencies = [
8739 "linked-hash-map",
8740]
8741
8742[[package]]
8743name = "yansi"
8744version = "0.5.1"
8745source = "registry+https://github.com/rust-lang/crates.io-index"
8746checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
8747
8748[[package]]
8749name = "yeslogic-fontconfig-sys"
8750version = "3.2.0"
8751source = "registry+https://github.com/rust-lang/crates.io-index"
8752checksum = "f2bbd69036d397ebbff671b1b8e4d918610c181c5a16073b96f984a38d08c386"
8753dependencies = [
8754 "const-cstr",
8755 "dlib",
8756 "once_cell",
8757 "pkg-config",
8758]
8759
8760[[package]]
8761name = "zed"
8762version = "0.88.0"
8763dependencies = [
8764 "activity_indicator",
8765 "anyhow",
8766 "assets",
8767 "async-compression",
8768 "async-recursion 0.3.2",
8769 "async-tar",
8770 "async-trait",
8771 "auto_update",
8772 "backtrace",
8773 "breadcrumbs",
8774 "call",
8775 "chrono",
8776 "cli",
8777 "client",
8778 "clock",
8779 "collab_ui",
8780 "collections",
8781 "command_palette",
8782 "context_menu",
8783 "copilot",
8784 "copilot_button",
8785 "ctor",
8786 "db",
8787 "diagnostics",
8788 "editor",
8789 "env_logger 0.9.3",
8790 "feedback",
8791 "file_finder",
8792 "fs",
8793 "fsevent",
8794 "futures 0.3.28",
8795 "fuzzy",
8796 "go_to_line",
8797 "gpui",
8798 "ignore",
8799 "image",
8800 "indexmap",
8801 "install_cli",
8802 "isahc",
8803 "journal",
8804 "language",
8805 "language_selector",
8806 "lazy_static",
8807 "libc",
8808 "log",
8809 "lsp",
8810 "lsp_log",
8811 "node_runtime",
8812 "num_cpus",
8813 "outline",
8814 "parking_lot 0.11.2",
8815 "plugin_runtime",
8816 "postage",
8817 "project",
8818 "project_panel",
8819 "project_symbols",
8820 "rand 0.8.5",
8821 "recent_projects",
8822 "regex",
8823 "rpc",
8824 "rsa",
8825 "rust-embed",
8826 "search",
8827 "serde",
8828 "serde_derive",
8829 "serde_json",
8830 "settings",
8831 "simplelog",
8832 "smallvec",
8833 "smol",
8834 "staff_mode",
8835 "sum_tree",
8836 "tempdir",
8837 "terminal_view",
8838 "text",
8839 "theme",
8840 "theme_selector",
8841 "theme_testbench",
8842 "thiserror",
8843 "tiny_http",
8844 "toml",
8845 "tree-sitter",
8846 "tree-sitter-c",
8847 "tree-sitter-cpp",
8848 "tree-sitter-css",
8849 "tree-sitter-elixir",
8850 "tree-sitter-embedded-template",
8851 "tree-sitter-go",
8852 "tree-sitter-html",
8853 "tree-sitter-json 0.20.0",
8854 "tree-sitter-lua",
8855 "tree-sitter-markdown",
8856 "tree-sitter-python",
8857 "tree-sitter-racket",
8858 "tree-sitter-ruby",
8859 "tree-sitter-rust",
8860 "tree-sitter-scheme",
8861 "tree-sitter-toml",
8862 "tree-sitter-typescript 0.20.2 (git+https://github.com/tree-sitter/tree-sitter-typescript?rev=5d20856f34315b068c41edaee2ac8a100081d259)",
8863 "tree-sitter-yaml",
8864 "unindent",
8865 "url",
8866 "urlencoding",
8867 "util",
8868 "uuid 1.3.2",
8869 "vim",
8870 "welcome",
8871 "workspace",
8872]
8873
8874[[package]]
8875name = "zeroize"
8876version = "1.3.0"
8877source = "registry+https://github.com/rust-lang/crates.io-index"
8878checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
8879dependencies = [
8880 "zeroize_derive",
8881]
8882
8883[[package]]
8884name = "zeroize_derive"
8885version = "1.4.2"
8886source = "registry+https://github.com/rust-lang/crates.io-index"
8887checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
8888dependencies = [
8889 "proc-macro2",
8890 "quote",
8891 "syn 2.0.15",
8892]
8893
8894[[package]]
8895name = "zstd"
8896version = "0.11.2+zstd.1.5.2"
8897source = "registry+https://github.com/rust-lang/crates.io-index"
8898checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
8899dependencies = [
8900 "zstd-safe",
8901]
8902
8903[[package]]
8904name = "zstd-safe"
8905version = "5.0.2+zstd.1.5.2"
8906source = "registry+https://github.com/rust-lang/crates.io-index"
8907checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
8908dependencies = [
8909 "libc",
8910 "zstd-sys",
8911]
8912
8913[[package]]
8914name = "zstd-sys"
8915version = "2.0.8+zstd.1.5.5"
8916source = "registry+https://github.com/rust-lang/crates.io-index"
8917checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
8918dependencies = [
8919 "cc",
8920 "libc",
8921 "pkg-config",
8922]