Cargo.lock

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