Cargo.lock

   1# This file is automatically @generated by Cargo.
   2# It is not intended for manual editing.
   3version = 3
   4
   5[[package]]
   6name = "addr2line"
   7version = "0.14.1"
   8source = "registry+https://github.com/rust-lang/crates.io-index"
   9checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
  10dependencies = [
  11 "gimli",
  12]
  13
  14[[package]]
  15name = "adler"
  16version = "1.0.2"
  17source = "registry+https://github.com/rust-lang/crates.io-index"
  18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
  19
  20[[package]]
  21name = "adler32"
  22version = "1.2.0"
  23source = "registry+https://github.com/rust-lang/crates.io-index"
  24checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
  25
  26[[package]]
  27name = "aead"
  28version = "0.3.2"
  29source = "registry+https://github.com/rust-lang/crates.io-index"
  30checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331"
  31dependencies = [
  32 "generic-array 0.14.4",
  33]
  34
  35[[package]]
  36name = "aes"
  37version = "0.6.0"
  38source = "registry+https://github.com/rust-lang/crates.io-index"
  39checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561"
  40dependencies = [
  41 "aes-soft",
  42 "aesni",
  43 "cipher 0.2.5",
  44]
  45
  46[[package]]
  47name = "aes-gcm"
  48version = "0.8.0"
  49source = "registry+https://github.com/rust-lang/crates.io-index"
  50checksum = "5278b5fabbb9bd46e24aa69b2fdea62c99088e0a950a9be40e3e0101298f88da"
  51dependencies = [
  52 "aead",
  53 "aes",
  54 "cipher 0.2.5",
  55 "ctr",
  56 "ghash",
  57 "subtle",
  58]
  59
  60[[package]]
  61name = "aes-soft"
  62version = "0.6.4"
  63source = "registry+https://github.com/rust-lang/crates.io-index"
  64checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072"
  65dependencies = [
  66 "cipher 0.2.5",
  67 "opaque-debug 0.3.0",
  68]
  69
  70[[package]]
  71name = "aesni"
  72version = "0.10.0"
  73source = "registry+https://github.com/rust-lang/crates.io-index"
  74checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce"
  75dependencies = [
  76 "cipher 0.2.5",
  77 "opaque-debug 0.3.0",
  78]
  79
  80[[package]]
  81name = "ahash"
  82version = "0.4.7"
  83source = "registry+https://github.com/rust-lang/crates.io-index"
  84checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
  85
  86[[package]]
  87name = "ahash"
  88version = "0.6.3"
  89source = "registry+https://github.com/rust-lang/crates.io-index"
  90checksum = "796540673305a66d127804eef19ad696f1f204b8c1025aaca4958c17eab32877"
  91dependencies = [
  92 "getrandom 0.2.2",
  93 "once_cell",
  94 "version_check",
  95]
  96
  97[[package]]
  98name = "ahash"
  99version = "0.7.4"
 100source = "registry+https://github.com/rust-lang/crates.io-index"
 101checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"
 102dependencies = [
 103 "getrandom 0.2.2",
 104 "once_cell",
 105 "version_check",
 106]
 107
 108[[package]]
 109name = "aho-corasick"
 110version = "0.7.18"
 111source = "registry+https://github.com/rust-lang/crates.io-index"
 112checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
 113dependencies = [
 114 "memchr",
 115]
 116
 117[[package]]
 118name = "alloc-no-stdlib"
 119version = "2.0.1"
 120source = "registry+https://github.com/rust-lang/crates.io-index"
 121checksum = "5192ec435945d87bc2f70992b4d818154b5feede43c09fb7592146374eac90a6"
 122
 123[[package]]
 124name = "alloc-stdlib"
 125version = "0.2.1"
 126source = "registry+https://github.com/rust-lang/crates.io-index"
 127checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"
 128dependencies = [
 129 "alloc-no-stdlib",
 130]
 131
 132[[package]]
 133name = "ansi_term"
 134version = "0.11.0"
 135source = "registry+https://github.com/rust-lang/crates.io-index"
 136checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
 137dependencies = [
 138 "winapi",
 139]
 140
 141[[package]]
 142name = "anyhow"
 143version = "1.0.42"
 144source = "registry+https://github.com/rust-lang/crates.io-index"
 145checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486"
 146
 147[[package]]
 148name = "arrayref"
 149version = "0.3.6"
 150source = "registry+https://github.com/rust-lang/crates.io-index"
 151checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
 152
 153[[package]]
 154name = "arrayvec"
 155version = "0.5.2"
 156source = "registry+https://github.com/rust-lang/crates.io-index"
 157checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
 158
 159[[package]]
 160name = "arrayvec"
 161version = "0.7.1"
 162source = "registry+https://github.com/rust-lang/crates.io-index"
 163checksum = "be4dc07131ffa69b8072d35f5007352af944213cde02545e2103680baed38fcd"
 164
 165[[package]]
 166name = "ascii"
 167version = "1.0.0"
 168source = "registry+https://github.com/rust-lang/crates.io-index"
 169checksum = "bbf56136a5198c7b01a49e3afcbef6cf84597273d298f54432926024107b0109"
 170
 171[[package]]
 172name = "async-attributes"
 173version = "1.1.2"
 174source = "registry+https://github.com/rust-lang/crates.io-index"
 175checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
 176dependencies = [
 177 "quote",
 178 "syn",
 179]
 180
 181[[package]]
 182name = "async-broadcast"
 183version = "0.3.4"
 184source = "registry+https://github.com/rust-lang/crates.io-index"
 185checksum = "90622698a1218e0b2fb846c97b5f19a0831f6baddee73d9454156365ccfa473b"
 186dependencies = [
 187 "easy-parallel",
 188 "event-listener",
 189 "futures-core",
 190]
 191
 192[[package]]
 193name = "async-channel"
 194version = "1.6.1"
 195source = "registry+https://github.com/rust-lang/crates.io-index"
 196checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
 197dependencies = [
 198 "concurrent-queue",
 199 "event-listener",
 200 "futures-core",
 201]
 202
 203[[package]]
 204name = "async-compression"
 205version = "0.3.8"
 206source = "registry+https://github.com/rust-lang/crates.io-index"
 207checksum = "5443ccbb270374a2b1055fc72da40e1f237809cd6bb0e97e66d264cd138473a6"
 208dependencies = [
 209 "brotli",
 210 "flate2",
 211 "futures-core",
 212 "futures-io",
 213 "memchr",
 214 "pin-project-lite 0.2.4",
 215]
 216
 217[[package]]
 218name = "async-dup"
 219version = "1.2.2"
 220source = "registry+https://github.com/rust-lang/crates.io-index"
 221checksum = "7427a12b8dc09291528cfb1da2447059adb4a257388c2acd6497a79d55cf6f7c"
 222dependencies = [
 223 "futures-io",
 224 "simple-mutex",
 225]
 226
 227[[package]]
 228name = "async-executor"
 229version = "1.4.0"
 230source = "registry+https://github.com/rust-lang/crates.io-index"
 231checksum = "eb877970c7b440ead138f6321a3b5395d6061183af779340b65e20c0fede9146"
 232dependencies = [
 233 "async-task",
 234 "concurrent-queue",
 235 "fastrand",
 236 "futures-lite",
 237 "once_cell",
 238 "vec-arena",
 239]
 240
 241[[package]]
 242name = "async-fs"
 243version = "1.5.0"
 244source = "registry+https://github.com/rust-lang/crates.io-index"
 245checksum = "8b3ca4f8ff117c37c278a2f7415ce9be55560b846b5bc4412aaa5d29c1c3dae2"
 246dependencies = [
 247 "async-lock",
 248 "blocking",
 249 "futures-lite",
 250]
 251
 252[[package]]
 253name = "async-global-executor"
 254version = "2.0.2"
 255source = "registry+https://github.com/rust-lang/crates.io-index"
 256checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6"
 257dependencies = [
 258 "async-channel",
 259 "async-executor",
 260 "async-io",
 261 "async-mutex",
 262 "blocking",
 263 "futures-lite",
 264 "num_cpus",
 265 "once_cell",
 266]
 267
 268[[package]]
 269name = "async-h1"
 270version = "2.3.2"
 271source = "registry+https://github.com/rust-lang/crates.io-index"
 272checksum = "cc5142de15b549749cce62923a50714b0d7b77f5090ced141599e78899865451"
 273dependencies = [
 274 "async-channel",
 275 "async-dup",
 276 "async-std",
 277 "byte-pool",
 278 "futures-core",
 279 "http-types",
 280 "httparse",
 281 "lazy_static",
 282 "log",
 283 "pin-project",
 284]
 285
 286[[package]]
 287name = "async-io"
 288version = "1.3.1"
 289source = "registry+https://github.com/rust-lang/crates.io-index"
 290checksum = "9315f8f07556761c3e48fec2e6b276004acf426e6dc068b2c2251854d65ee0fd"
 291dependencies = [
 292 "concurrent-queue",
 293 "fastrand",
 294 "futures-lite",
 295 "libc",
 296 "log",
 297 "nb-connect",
 298 "once_cell",
 299 "parking",
 300 "polling",
 301 "vec-arena",
 302 "waker-fn",
 303 "winapi",
 304]
 305
 306[[package]]
 307name = "async-lock"
 308version = "2.4.0"
 309source = "registry+https://github.com/rust-lang/crates.io-index"
 310checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b"
 311dependencies = [
 312 "event-listener",
 313]
 314
 315[[package]]
 316name = "async-mutex"
 317version = "1.4.0"
 318source = "registry+https://github.com/rust-lang/crates.io-index"
 319checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
 320dependencies = [
 321 "event-listener",
 322]
 323
 324[[package]]
 325name = "async-net"
 326version = "1.5.0"
 327source = "registry+https://github.com/rust-lang/crates.io-index"
 328checksum = "06de475c85affe184648202401d7622afb32f0f74e02192857d0201a16defbe5"
 329dependencies = [
 330 "async-io",
 331 "blocking",
 332 "fastrand",
 333 "futures-lite",
 334]
 335
 336[[package]]
 337name = "async-pipe"
 338version = "0.1.3"
 339source = "git+https://github.com/routerify/async-pipe-rs?rev=feeb77e83142a9ff837d0767652ae41bfc5d8e47#feeb77e83142a9ff837d0767652ae41bfc5d8e47"
 340dependencies = [
 341 "futures",
 342 "log",
 343]
 344
 345[[package]]
 346name = "async-process"
 347version = "1.0.2"
 348source = "registry+https://github.com/rust-lang/crates.io-index"
 349checksum = "ef37b86e2fa961bae5a4d212708ea0154f904ce31d1a4a7f47e1bbc33a0c040b"
 350dependencies = [
 351 "async-io",
 352 "blocking",
 353 "cfg-if 1.0.0",
 354 "event-listener",
 355 "futures-lite",
 356 "once_cell",
 357 "signal-hook",
 358 "winapi",
 359]
 360
 361[[package]]
 362name = "async-recursion"
 363version = "0.3.2"
 364source = "registry+https://github.com/rust-lang/crates.io-index"
 365checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
 366dependencies = [
 367 "proc-macro2",
 368 "quote",
 369 "syn",
 370]
 371
 372[[package]]
 373name = "async-rustls"
 374version = "0.1.2"
 375source = "registry+https://github.com/rust-lang/crates.io-index"
 376checksum = "7f38092e8f467f47aadaff680903c7cbfeee7926b058d7f40af2dd4c878fbdee"
 377dependencies = [
 378 "futures-lite",
 379 "rustls 0.18.1",
 380 "webpki",
 381]
 382
 383[[package]]
 384name = "async-rustls"
 385version = "0.2.0"
 386source = "registry+https://github.com/rust-lang/crates.io-index"
 387checksum = "9c86f33abd5a4f3e2d6d9251a9e0c6a7e52eb1113caf893dae8429bf4a53f378"
 388dependencies = [
 389 "futures-lite",
 390 "rustls 0.19.1",
 391 "webpki",
 392]
 393
 394[[package]]
 395name = "async-session"
 396version = "2.0.1"
 397source = "registry+https://github.com/rust-lang/crates.io-index"
 398checksum = "345022a2eed092cd105cc1b26fd61c341e100bd5fcbbd792df4baf31c2cc631f"
 399dependencies = [
 400 "anyhow",
 401 "async-std",
 402 "async-trait",
 403 "base64 0.12.3",
 404 "bincode",
 405 "blake3",
 406 "chrono",
 407 "hmac 0.8.1",
 408 "kv-log-macro",
 409 "rand 0.7.3",
 410 "serde",
 411 "serde_json",
 412 "sha2",
 413]
 414
 415[[package]]
 416name = "async-sqlx-session"
 417version = "0.3.0"
 418source = "registry+https://github.com/rust-lang/crates.io-index"
 419checksum = "5b66fb8c6ffbf26cdba6705c36f086b6f02f0b4778b6a348134302a2a00730bc"
 420dependencies = [
 421 "async-session",
 422 "async-std",
 423 "sqlx 0.4.2",
 424]
 425
 426[[package]]
 427name = "async-sse"
 428version = "4.1.0"
 429source = "registry+https://github.com/rust-lang/crates.io-index"
 430checksum = "53bba003996b8fd22245cd0c59b869ba764188ed435392cf2796d03b805ade10"
 431dependencies = [
 432 "async-channel",
 433 "async-std",
 434 "http-types",
 435 "log",
 436 "memchr",
 437 "pin-project-lite 0.1.12",
 438]
 439
 440[[package]]
 441name = "async-std"
 442version = "1.9.0"
 443source = "registry+https://github.com/rust-lang/crates.io-index"
 444checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341"
 445dependencies = [
 446 "async-attributes",
 447 "async-channel",
 448 "async-global-executor",
 449 "async-io",
 450 "async-lock",
 451 "async-process",
 452 "crossbeam-utils",
 453 "futures-channel",
 454 "futures-core",
 455 "futures-io",
 456 "futures-lite",
 457 "gloo-timers",
 458 "kv-log-macro",
 459 "log",
 460 "memchr",
 461 "num_cpus",
 462 "once_cell",
 463 "pin-project-lite 0.2.4",
 464 "pin-utils",
 465 "slab",
 466 "wasm-bindgen-futures",
 467]
 468
 469[[package]]
 470name = "async-task"
 471version = "4.0.3"
 472source = "git+https://github.com/zed-industries/async-task?rev=341b57d6de98cdfd7b418567b8de2022ca993a6e#341b57d6de98cdfd7b418567b8de2022ca993a6e"
 473
 474[[package]]
 475name = "async-tls"
 476version = "0.11.0"
 477source = "registry+https://github.com/rust-lang/crates.io-index"
 478checksum = "2f23d769dbf1838d5df5156e7b1ad404f4c463d1ac2c6aeb6cd943630f8a8400"
 479dependencies = [
 480 "futures-core",
 481 "futures-io",
 482 "rustls 0.19.1",
 483 "webpki",
 484 "webpki-roots",
 485]
 486
 487[[package]]
 488name = "async-trait"
 489version = "0.1.50"
 490source = "registry+https://github.com/rust-lang/crates.io-index"
 491checksum = "0b98e84bbb4cbcdd97da190ba0c58a1bb0de2c1fdf67d159e192ed766aeca722"
 492dependencies = [
 493 "proc-macro2",
 494 "quote",
 495 "syn",
 496]
 497
 498[[package]]
 499name = "async-tungstenite"
 500version = "0.16.1"
 501source = "registry+https://github.com/rust-lang/crates.io-index"
 502checksum = "5682ea0913e5c20780fe5785abacb85a411e7437bf52a1bedb93ddb3972cb8dd"
 503dependencies = [
 504 "async-tls",
 505 "futures-io",
 506 "futures-util",
 507 "log",
 508 "pin-project-lite 0.2.4",
 509 "tungstenite",
 510]
 511
 512[[package]]
 513name = "atoi"
 514version = "0.4.0"
 515source = "registry+https://github.com/rust-lang/crates.io-index"
 516checksum = "616896e05fc0e2649463a93a15183c6a16bf03413a7af88ef1285ddedfa9cda5"
 517dependencies = [
 518 "num-traits",
 519]
 520
 521[[package]]
 522name = "atomic"
 523version = "0.5.0"
 524source = "registry+https://github.com/rust-lang/crates.io-index"
 525checksum = "c3410529e8288c463bedb5930f82833bc0c90e5d2fe639a56582a4d09220b281"
 526dependencies = [
 527 "autocfg 1.0.1",
 528]
 529
 530[[package]]
 531name = "atomic-waker"
 532version = "1.0.0"
 533source = "registry+https://github.com/rust-lang/crates.io-index"
 534checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
 535
 536[[package]]
 537name = "atty"
 538version = "0.2.14"
 539source = "registry+https://github.com/rust-lang/crates.io-index"
 540checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
 541dependencies = [
 542 "hermit-abi",
 543 "libc",
 544 "winapi",
 545]
 546
 547[[package]]
 548name = "autocfg"
 549version = "0.1.7"
 550source = "registry+https://github.com/rust-lang/crates.io-index"
 551checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
 552
 553[[package]]
 554name = "autocfg"
 555version = "1.0.1"
 556source = "registry+https://github.com/rust-lang/crates.io-index"
 557checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
 558
 559[[package]]
 560name = "backtrace"
 561version = "0.3.56"
 562source = "registry+https://github.com/rust-lang/crates.io-index"
 563checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc"
 564dependencies = [
 565 "addr2line",
 566 "cfg-if 1.0.0",
 567 "libc",
 568 "miniz_oxide 0.4.4",
 569 "object",
 570 "rustc-demangle",
 571]
 572
 573[[package]]
 574name = "base-x"
 575version = "0.2.8"
 576source = "registry+https://github.com/rust-lang/crates.io-index"
 577checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
 578
 579[[package]]
 580name = "base64"
 581version = "0.12.3"
 582source = "registry+https://github.com/rust-lang/crates.io-index"
 583checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
 584
 585[[package]]
 586name = "base64"
 587version = "0.13.0"
 588source = "registry+https://github.com/rust-lang/crates.io-index"
 589checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
 590
 591[[package]]
 592name = "base64ct"
 593version = "1.0.0"
 594source = "registry+https://github.com/rust-lang/crates.io-index"
 595checksum = "d0d27fb6b6f1e43147af148af49d49329413ba781aa0d5e10979831c210173b5"
 596
 597[[package]]
 598name = "bincode"
 599version = "1.3.3"
 600source = "registry+https://github.com/rust-lang/crates.io-index"
 601checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 602dependencies = [
 603 "serde",
 604]
 605
 606[[package]]
 607name = "bindgen"
 608version = "0.58.1"
 609source = "registry+https://github.com/rust-lang/crates.io-index"
 610checksum = "0f8523b410d7187a43085e7e064416ea32ded16bd0a4e6fc025e21616d01258f"
 611dependencies = [
 612 "bitflags",
 613 "cexpr",
 614 "clang-sys",
 615 "clap 2.33.3",
 616 "env_logger",
 617 "lazy_static",
 618 "lazycell",
 619 "log",
 620 "peeking_take_while",
 621 "proc-macro2",
 622 "quote",
 623 "regex",
 624 "rustc-hash",
 625 "shlex",
 626 "which 3.1.1",
 627]
 628
 629[[package]]
 630name = "bitflags"
 631version = "1.2.1"
 632source = "registry+https://github.com/rust-lang/crates.io-index"
 633checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
 634
 635[[package]]
 636name = "bitvec"
 637version = "0.19.5"
 638source = "registry+https://github.com/rust-lang/crates.io-index"
 639checksum = "8942c8d352ae1838c9dda0b0ca2ab657696ef2232a20147cf1b30ae1a9cb4321"
 640dependencies = [
 641 "funty",
 642 "radium",
 643 "tap",
 644 "wyz",
 645]
 646
 647[[package]]
 648name = "blake3"
 649version = "0.3.8"
 650source = "registry+https://github.com/rust-lang/crates.io-index"
 651checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"
 652dependencies = [
 653 "arrayref",
 654 "arrayvec 0.5.2",
 655 "cc",
 656 "cfg-if 0.1.10",
 657 "constant_time_eq",
 658 "crypto-mac 0.8.0",
 659 "digest 0.9.0",
 660]
 661
 662[[package]]
 663name = "block"
 664version = "0.1.6"
 665source = "registry+https://github.com/rust-lang/crates.io-index"
 666checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 667
 668[[package]]
 669name = "block-buffer"
 670version = "0.7.3"
 671source = "registry+https://github.com/rust-lang/crates.io-index"
 672checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
 673dependencies = [
 674 "block-padding",
 675 "byte-tools",
 676 "byteorder",
 677 "generic-array 0.12.4",
 678]
 679
 680[[package]]
 681name = "block-buffer"
 682version = "0.9.0"
 683source = "registry+https://github.com/rust-lang/crates.io-index"
 684checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
 685dependencies = [
 686 "generic-array 0.14.4",
 687]
 688
 689[[package]]
 690name = "block-padding"
 691version = "0.1.5"
 692source = "registry+https://github.com/rust-lang/crates.io-index"
 693checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
 694dependencies = [
 695 "byte-tools",
 696]
 697
 698[[package]]
 699name = "blocking"
 700version = "1.0.2"
 701source = "registry+https://github.com/rust-lang/crates.io-index"
 702checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9"
 703dependencies = [
 704 "async-channel",
 705 "async-task",
 706 "atomic-waker",
 707 "fastrand",
 708 "futures-lite",
 709 "once_cell",
 710]
 711
 712[[package]]
 713name = "brotli"
 714version = "3.3.0"
 715source = "registry+https://github.com/rust-lang/crates.io-index"
 716checksum = "7f29919120f08613aadcd4383764e00526fc9f18b6c0895814faeed0dd78613e"
 717dependencies = [
 718 "alloc-no-stdlib",
 719 "alloc-stdlib",
 720 "brotli-decompressor",
 721]
 722
 723[[package]]
 724name = "brotli-decompressor"
 725version = "2.3.1"
 726source = "registry+https://github.com/rust-lang/crates.io-index"
 727checksum = "1052e1c3b8d4d80eb84a8b94f0a1498797b5fb96314c001156a1c761940ef4ec"
 728dependencies = [
 729 "alloc-no-stdlib",
 730 "alloc-stdlib",
 731]
 732
 733[[package]]
 734name = "bstr"
 735version = "0.2.15"
 736source = "registry+https://github.com/rust-lang/crates.io-index"
 737checksum = "a40b47ad93e1a5404e6c18dec46b628214fee441c70f4ab5d6942142cc268a3d"
 738dependencies = [
 739 "memchr",
 740]
 741
 742[[package]]
 743name = "build_const"
 744version = "0.2.2"
 745source = "registry+https://github.com/rust-lang/crates.io-index"
 746checksum = "b4ae4235e6dac0694637c763029ecea1a2ec9e4e06ec2729bd21ba4d9c863eb7"
 747
 748[[package]]
 749name = "bumpalo"
 750version = "3.7.0"
 751source = "registry+https://github.com/rust-lang/crates.io-index"
 752checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
 753
 754[[package]]
 755name = "byte-pool"
 756version = "0.2.3"
 757source = "registry+https://github.com/rust-lang/crates.io-index"
 758checksum = "f8c7230ddbb427b1094d477d821a99f3f54d36333178eeb806e279bcdcecf0ca"
 759dependencies = [
 760 "crossbeam-queue",
 761 "stable_deref_trait",
 762]
 763
 764[[package]]
 765name = "byte-tools"
 766version = "0.3.1"
 767source = "registry+https://github.com/rust-lang/crates.io-index"
 768checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
 769
 770[[package]]
 771name = "bytemuck"
 772version = "1.5.1"
 773source = "registry+https://github.com/rust-lang/crates.io-index"
 774checksum = "bed57e2090563b83ba8f83366628ce535a7584c9afa4c9fc0612a03925c6df58"
 775
 776[[package]]
 777name = "byteorder"
 778version = "1.4.2"
 779source = "registry+https://github.com/rust-lang/crates.io-index"
 780checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
 781
 782[[package]]
 783name = "bytes"
 784version = "0.5.6"
 785source = "registry+https://github.com/rust-lang/crates.io-index"
 786checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
 787
 788[[package]]
 789name = "bytes"
 790version = "1.0.1"
 791source = "registry+https://github.com/rust-lang/crates.io-index"
 792checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
 793
 794[[package]]
 795name = "cache-padded"
 796version = "1.1.1"
 797source = "registry+https://github.com/rust-lang/crates.io-index"
 798checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
 799
 800[[package]]
 801name = "cargo-platform"
 802version = "0.1.1"
 803source = "registry+https://github.com/rust-lang/crates.io-index"
 804checksum = "0226944a63d1bf35a3b5f948dd7c59e263db83695c9e8bffc4037de02e30f1d7"
 805dependencies = [
 806 "serde",
 807]
 808
 809[[package]]
 810name = "cargo_metadata"
 811version = "0.12.3"
 812source = "registry+https://github.com/rust-lang/crates.io-index"
 813checksum = "7714a157da7991e23d90686b9524b9e12e0407a108647f52e9328f4b3d51ac7f"
 814dependencies = [
 815 "cargo-platform",
 816 "semver 0.11.0",
 817 "semver-parser 0.10.2",
 818 "serde",
 819 "serde_json",
 820]
 821
 822[[package]]
 823name = "cc"
 824version = "1.0.67"
 825source = "registry+https://github.com/rust-lang/crates.io-index"
 826checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
 827dependencies = [
 828 "jobserver",
 829]
 830
 831[[package]]
 832name = "cexpr"
 833version = "0.4.0"
 834source = "registry+https://github.com/rust-lang/crates.io-index"
 835checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
 836dependencies = [
 837 "nom 5.1.2",
 838]
 839
 840[[package]]
 841name = "cfg-if"
 842version = "0.1.10"
 843source = "registry+https://github.com/rust-lang/crates.io-index"
 844checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
 845
 846[[package]]
 847name = "cfg-if"
 848version = "1.0.0"
 849source = "registry+https://github.com/rust-lang/crates.io-index"
 850checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 851
 852[[package]]
 853name = "chat_panel"
 854version = "0.1.0"
 855dependencies = [
 856 "client",
 857 "editor",
 858 "gpui",
 859 "postage",
 860 "theme",
 861 "time 0.3.2",
 862 "util",
 863 "workspace",
 864]
 865
 866[[package]]
 867name = "chrono"
 868version = "0.4.19"
 869source = "registry+https://github.com/rust-lang/crates.io-index"
 870checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
 871dependencies = [
 872 "libc",
 873 "num-integer",
 874 "num-traits",
 875 "serde",
 876 "time 0.1.44",
 877 "winapi",
 878]
 879
 880[[package]]
 881name = "chunked_transfer"
 882version = "1.4.0"
 883source = "registry+https://github.com/rust-lang/crates.io-index"
 884checksum = "fff857943da45f546682664a79488be82e69e43c1a7a2307679ab9afb3a66d2e"
 885
 886[[package]]
 887name = "cipher"
 888version = "0.2.5"
 889source = "registry+https://github.com/rust-lang/crates.io-index"
 890checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"
 891dependencies = [
 892 "generic-array 0.14.4",
 893]
 894
 895[[package]]
 896name = "cipher"
 897version = "0.3.0"
 898source = "registry+https://github.com/rust-lang/crates.io-index"
 899checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
 900dependencies = [
 901 "generic-array 0.14.4",
 902]
 903
 904[[package]]
 905name = "clang-sys"
 906version = "1.1.1"
 907source = "registry+https://github.com/rust-lang/crates.io-index"
 908checksum = "f54d78e30b388d4815220c8dd03fea5656b6c6d32adb59e89061552a102f8da1"
 909dependencies = [
 910 "glob",
 911 "libc",
 912 "libloading",
 913]
 914
 915[[package]]
 916name = "clap"
 917version = "2.33.3"
 918source = "registry+https://github.com/rust-lang/crates.io-index"
 919checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
 920dependencies = [
 921 "ansi_term",
 922 "atty",
 923 "bitflags",
 924 "strsim 0.8.0",
 925 "textwrap 0.11.0",
 926 "unicode-width",
 927 "vec_map",
 928]
 929
 930[[package]]
 931name = "clap"
 932version = "3.0.0-beta.2"
 933source = "registry+https://github.com/rust-lang/crates.io-index"
 934checksum = "4bd1061998a501ee7d4b6d449020df3266ca3124b941ec56cf2005c3779ca142"
 935dependencies = [
 936 "atty",
 937 "bitflags",
 938 "clap_derive",
 939 "indexmap",
 940 "lazy_static",
 941 "os_str_bytes",
 942 "strsim 0.10.0",
 943 "termcolor",
 944 "textwrap 0.12.1",
 945 "unicode-width",
 946 "vec_map",
 947]
 948
 949[[package]]
 950name = "clap_derive"
 951version = "3.0.0-beta.2"
 952source = "registry+https://github.com/rust-lang/crates.io-index"
 953checksum = "370f715b81112975b1b69db93e0b56ea4cd4e5002ac43b2da8474106a54096a1"
 954dependencies = [
 955 "heck",
 956 "proc-macro-error",
 957 "proc-macro2",
 958 "quote",
 959 "syn",
 960]
 961
 962[[package]]
 963name = "client"
 964version = "0.1.0"
 965dependencies = [
 966 "anyhow",
 967 "async-recursion",
 968 "async-tungstenite",
 969 "futures",
 970 "gpui",
 971 "image",
 972 "lazy_static",
 973 "log",
 974 "parking_lot",
 975 "postage",
 976 "rand 0.8.3",
 977 "rpc",
 978 "smol",
 979 "sum_tree",
 980 "surf",
 981 "thiserror",
 982 "time 0.3.2",
 983 "tiny_http",
 984 "util",
 985]
 986
 987[[package]]
 988name = "clock"
 989version = "0.1.0"
 990dependencies = [
 991 "rpc",
 992 "smallvec",
 993]
 994
 995[[package]]
 996name = "cmake"
 997version = "0.1.45"
 998source = "registry+https://github.com/rust-lang/crates.io-index"
 999checksum = "eb6210b637171dfba4cda12e579ac6dc73f5165ad56133e5d72ef3131f320855"
1000dependencies = [
1001 "cc",
1002]
1003
1004[[package]]
1005name = "coarsetime"
1006version = "0.1.19"
1007source = "registry+https://github.com/rust-lang/crates.io-index"
1008checksum = "2918e2ffa91a49dabbba4965fe38a37a1ba0b6953a29e32cc250a8d59cd42232"
1009dependencies = [
1010 "libc",
1011 "once_cell",
1012 "wasi 0.10.0+wasi-snapshot-preview1",
1013 "wasm-bindgen",
1014]
1015
1016[[package]]
1017name = "cocoa"
1018version = "0.24.0"
1019source = "git+https://github.com/servo/core-foundation-rs?rev=025dcb3c0d1ef01530f57ef65f3b1deb948f5737#025dcb3c0d1ef01530f57ef65f3b1deb948f5737"
1020dependencies = [
1021 "bitflags",
1022 "block",
1023 "cocoa-foundation",
1024 "core-foundation",
1025 "core-graphics",
1026 "foreign-types",
1027 "libc",
1028 "objc",
1029]
1030
1031[[package]]
1032name = "cocoa-foundation"
1033version = "0.1.0"
1034source = "git+https://github.com/servo/core-foundation-rs?rev=025dcb3c0d1ef01530f57ef65f3b1deb948f5737#025dcb3c0d1ef01530f57ef65f3b1deb948f5737"
1035dependencies = [
1036 "bitflags",
1037 "block",
1038 "core-foundation",
1039 "core-graphics-types",
1040 "foreign-types",
1041 "libc",
1042 "objc",
1043]
1044
1045[[package]]
1046name = "collections"
1047version = "0.1.0"
1048dependencies = [
1049 "seahash",
1050]
1051
1052[[package]]
1053name = "color_quant"
1054version = "1.1.0"
1055source = "registry+https://github.com/rust-lang/crates.io-index"
1056checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
1057
1058[[package]]
1059name = "comrak"
1060version = "0.10.1"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "b423acba50d5016684beaf643f9991e622633a4c858be6885653071c2da2b0c6"
1063dependencies = [
1064 "clap 2.33.3",
1065 "entities",
1066 "lazy_static",
1067 "pest",
1068 "pest_derive",
1069 "regex",
1070 "shell-words",
1071 "twoway",
1072 "typed-arena",
1073 "unicode_categories",
1074 "xdg",
1075]
1076
1077[[package]]
1078name = "concurrent-queue"
1079version = "1.2.2"
1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
1082dependencies = [
1083 "cache-padded",
1084]
1085
1086[[package]]
1087name = "const-oid"
1088version = "0.6.0"
1089source = "registry+https://github.com/rust-lang/crates.io-index"
1090checksum = "44c32f031ea41b4291d695026c023b95d59db2d8a2c7640800ed56bc8f510f22"
1091
1092[[package]]
1093name = "const_fn"
1094version = "0.4.8"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "f92cfa0fd5690b3cf8c1ef2cabbd9b7ef22fa53cf5e1f92b05103f6d5d1cf6e7"
1097
1098[[package]]
1099name = "constant_time_eq"
1100version = "0.1.5"
1101source = "registry+https://github.com/rust-lang/crates.io-index"
1102checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
1103
1104[[package]]
1105name = "contacts_panel"
1106version = "0.1.0"
1107dependencies = [
1108 "client",
1109 "gpui",
1110 "postage",
1111 "theme",
1112 "workspace",
1113]
1114
1115[[package]]
1116name = "cookie"
1117version = "0.14.4"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "03a5d7b21829bc7b4bf4754a978a241ae54ea55a40f92bb20216e54096f4b951"
1120dependencies = [
1121 "aes-gcm",
1122 "base64 0.13.0",
1123 "hkdf",
1124 "hmac 0.10.1",
1125 "percent-encoding",
1126 "rand 0.8.3",
1127 "sha2",
1128 "time 0.2.25",
1129 "version_check",
1130]
1131
1132[[package]]
1133name = "core-foundation"
1134version = "0.9.1"
1135source = "git+https://github.com/servo/core-foundation-rs?rev=025dcb3c0d1ef01530f57ef65f3b1deb948f5737#025dcb3c0d1ef01530f57ef65f3b1deb948f5737"
1136dependencies = [
1137 "core-foundation-sys",
1138 "libc",
1139]
1140
1141[[package]]
1142name = "core-foundation-sys"
1143version = "0.8.2"
1144source = "git+https://github.com/servo/core-foundation-rs?rev=025dcb3c0d1ef01530f57ef65f3b1deb948f5737#025dcb3c0d1ef01530f57ef65f3b1deb948f5737"
1145
1146[[package]]
1147name = "core-graphics"
1148version = "0.22.2"
1149source = "git+https://github.com/servo/core-foundation-rs?rev=025dcb3c0d1ef01530f57ef65f3b1deb948f5737#025dcb3c0d1ef01530f57ef65f3b1deb948f5737"
1150dependencies = [
1151 "bitflags",
1152 "core-foundation",
1153 "core-graphics-types",
1154 "foreign-types",
1155 "libc",
1156]
1157
1158[[package]]
1159name = "core-graphics-types"
1160version = "0.1.1"
1161source = "git+https://github.com/servo/core-foundation-rs?rev=025dcb3c0d1ef01530f57ef65f3b1deb948f5737#025dcb3c0d1ef01530f57ef65f3b1deb948f5737"
1162dependencies = [
1163 "bitflags",
1164 "core-foundation",
1165 "foreign-types",
1166 "libc",
1167]
1168
1169[[package]]
1170name = "core-text"
1171version = "19.2.0"
1172source = "registry+https://github.com/rust-lang/crates.io-index"
1173checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25"
1174dependencies = [
1175 "core-foundation",
1176 "core-graphics",
1177 "foreign-types",
1178 "libc",
1179]
1180
1181[[package]]
1182name = "cpufeatures"
1183version = "0.1.4"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8"
1186dependencies = [
1187 "libc",
1188]
1189
1190[[package]]
1191name = "cpuid-bool"
1192version = "0.2.0"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba"
1195
1196[[package]]
1197name = "crc"
1198version = "1.8.1"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"
1201dependencies = [
1202 "build_const",
1203]
1204
1205[[package]]
1206name = "crc32fast"
1207version = "1.2.1"
1208source = "registry+https://github.com/rust-lang/crates.io-index"
1209checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
1210dependencies = [
1211 "cfg-if 1.0.0",
1212]
1213
1214[[package]]
1215name = "crossbeam-channel"
1216version = "0.5.0"
1217source = "registry+https://github.com/rust-lang/crates.io-index"
1218checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
1219dependencies = [
1220 "cfg-if 1.0.0",
1221 "crossbeam-utils",
1222]
1223
1224[[package]]
1225name = "crossbeam-deque"
1226version = "0.8.0"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
1229dependencies = [
1230 "cfg-if 1.0.0",
1231 "crossbeam-epoch",
1232 "crossbeam-utils",
1233]
1234
1235[[package]]
1236name = "crossbeam-epoch"
1237version = "0.9.2"
1238source = "registry+https://github.com/rust-lang/crates.io-index"
1239checksum = "d60ab4a8dba064f2fbb5aa270c28da5cf4bbd0e72dae1140a6b0353a779dbe00"
1240dependencies = [
1241 "cfg-if 1.0.0",
1242 "crossbeam-utils",
1243 "lazy_static",
1244 "loom",
1245 "memoffset",
1246 "scopeguard",
1247]
1248
1249[[package]]
1250name = "crossbeam-queue"
1251version = "0.3.1"
1252source = "registry+https://github.com/rust-lang/crates.io-index"
1253checksum = "0f6cb3c7f5b8e51bc3ebb73a2327ad4abdbd119dc13223f14f961d2f38486756"
1254dependencies = [
1255 "cfg-if 1.0.0",
1256 "crossbeam-utils",
1257]
1258
1259[[package]]
1260name = "crossbeam-utils"
1261version = "0.8.2"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "bae8f328835f8f5a6ceb6a7842a7f2d0c03692adb5c889347235d59194731fe3"
1264dependencies = [
1265 "autocfg 1.0.1",
1266 "cfg-if 1.0.0",
1267 "lazy_static",
1268 "loom",
1269]
1270
1271[[package]]
1272name = "crypto-bigint"
1273version = "0.2.2"
1274source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "b32a398eb1ccfbe7e4f452bc749c44d38dd732e9a253f19da224c416f00ee7f4"
1276dependencies = [
1277 "generic-array 0.14.4",
1278 "rand_core 0.6.2",
1279 "subtle",
1280 "zeroize",
1281]
1282
1283[[package]]
1284name = "crypto-mac"
1285version = "0.8.0"
1286source = "registry+https://github.com/rust-lang/crates.io-index"
1287checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
1288dependencies = [
1289 "generic-array 0.14.4",
1290 "subtle",
1291]
1292
1293[[package]]
1294name = "crypto-mac"
1295version = "0.10.0"
1296source = "registry+https://github.com/rust-lang/crates.io-index"
1297checksum = "4857fd85a0c34b3c3297875b747c1e02e06b6a0ea32dd892d8192b9ce0813ea6"
1298dependencies = [
1299 "generic-array 0.14.4",
1300 "subtle",
1301]
1302
1303[[package]]
1304name = "crypto-mac"
1305version = "0.11.0"
1306source = "registry+https://github.com/rust-lang/crates.io-index"
1307checksum = "25fab6889090c8133f3deb8f73ba3c65a7f456f66436fc012a1b1e272b1e103e"
1308dependencies = [
1309 "generic-array 0.14.4",
1310 "subtle",
1311]
1312
1313[[package]]
1314name = "ct-codecs"
1315version = "1.1.1"
1316source = "registry+https://github.com/rust-lang/crates.io-index"
1317checksum = "f3b7eb4404b8195a9abb6356f4ac07d8ba267045c8d6d220ac4dc992e6cc75df"
1318
1319[[package]]
1320name = "ctor"
1321version = "0.1.20"
1322source = "registry+https://github.com/rust-lang/crates.io-index"
1323checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d"
1324dependencies = [
1325 "quote",
1326 "syn",
1327]
1328
1329[[package]]
1330name = "ctr"
1331version = "0.6.0"
1332source = "registry+https://github.com/rust-lang/crates.io-index"
1333checksum = "fb4a30d54f7443bf3d6191dcd486aca19e67cb3c49fa7a06a319966346707e7f"
1334dependencies = [
1335 "cipher 0.2.5",
1336]
1337
1338[[package]]
1339name = "curl"
1340version = "0.4.42"
1341source = "registry+https://github.com/rust-lang/crates.io-index"
1342checksum = "7de97b894edd5b5bcceef8b78d7da9b75b1d2f2f9a910569d0bde3dd31d84939"
1343dependencies = [
1344 "curl-sys",
1345 "libc",
1346 "openssl-probe",
1347 "openssl-sys",
1348 "schannel",
1349 "socket2 0.4.0",
1350 "winapi",
1351]
1352
1353[[package]]
1354name = "curl-sys"
1355version = "0.4.52+curl-7.81.0"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "14b8c2d1023ea5fded5b7b892e4b8e95f70038a421126a056761a84246a28971"
1358dependencies = [
1359 "cc",
1360 "libc",
1361 "libnghttp2-sys",
1362 "libz-sys",
1363 "openssl-sys",
1364 "pkg-config",
1365 "vcpkg",
1366 "winapi",
1367]
1368
1369[[package]]
1370name = "dashmap"
1371version = "4.0.2"
1372source = "registry+https://github.com/rust-lang/crates.io-index"
1373checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
1374dependencies = [
1375 "cfg-if 1.0.0",
1376 "num_cpus",
1377]
1378
1379[[package]]
1380name = "data-encoding"
1381version = "2.3.2"
1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
1384
1385[[package]]
1386name = "data-url"
1387version = "0.1.0"
1388source = "registry+https://github.com/rust-lang/crates.io-index"
1389checksum = "d33fe99ccedd6e84bc035f1931bb2e6be79739d6242bd895e7311c886c50dc9c"
1390dependencies = [
1391 "matches",
1392]
1393
1394[[package]]
1395name = "deflate"
1396version = "0.8.6"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
1399dependencies = [
1400 "adler32",
1401 "byteorder",
1402]
1403
1404[[package]]
1405name = "der"
1406version = "0.4.0"
1407source = "registry+https://github.com/rust-lang/crates.io-index"
1408checksum = "49f215f706081a44cb702c71c39a52c05da637822e9c1645a50b7202689e982d"
1409dependencies = [
1410 "const-oid",
1411]
1412
1413[[package]]
1414name = "diagnostics"
1415version = "0.1.0"
1416dependencies = [
1417 "anyhow",
1418 "client",
1419 "collections",
1420 "editor",
1421 "gpui",
1422 "language",
1423 "postage",
1424 "project",
1425 "serde_json",
1426 "theme",
1427 "unindent",
1428 "util",
1429 "workspace",
1430]
1431
1432[[package]]
1433name = "digest"
1434version = "0.8.1"
1435source = "registry+https://github.com/rust-lang/crates.io-index"
1436checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
1437dependencies = [
1438 "generic-array 0.12.4",
1439]
1440
1441[[package]]
1442name = "digest"
1443version = "0.9.0"
1444source = "registry+https://github.com/rust-lang/crates.io-index"
1445checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
1446dependencies = [
1447 "generic-array 0.14.4",
1448]
1449
1450[[package]]
1451name = "dirs"
1452version = "3.0.1"
1453source = "registry+https://github.com/rust-lang/crates.io-index"
1454checksum = "142995ed02755914747cc6ca76fc7e4583cd18578746716d0508ea6ed558b9ff"
1455dependencies = [
1456 "dirs-sys",
1457]
1458
1459[[package]]
1460name = "dirs"
1461version = "4.0.0"
1462source = "registry+https://github.com/rust-lang/crates.io-index"
1463checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
1464dependencies = [
1465 "dirs-sys",
1466]
1467
1468[[package]]
1469name = "dirs-next"
1470version = "2.0.0"
1471source = "registry+https://github.com/rust-lang/crates.io-index"
1472checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1473dependencies = [
1474 "cfg-if 1.0.0",
1475 "dirs-sys-next",
1476]
1477
1478[[package]]
1479name = "dirs-sys"
1480version = "0.3.6"
1481source = "registry+https://github.com/rust-lang/crates.io-index"
1482checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
1483dependencies = [
1484 "libc",
1485 "redox_users",
1486 "winapi",
1487]
1488
1489[[package]]
1490name = "dirs-sys-next"
1491version = "0.1.2"
1492source = "registry+https://github.com/rust-lang/crates.io-index"
1493checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1494dependencies = [
1495 "libc",
1496 "redox_users",
1497 "winapi",
1498]
1499
1500[[package]]
1501name = "discard"
1502version = "1.0.4"
1503source = "registry+https://github.com/rust-lang/crates.io-index"
1504checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
1505
1506[[package]]
1507name = "dotenv"
1508version = "0.15.0"
1509source = "registry+https://github.com/rust-lang/crates.io-index"
1510checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
1511
1512[[package]]
1513name = "dwrote"
1514version = "0.11.0"
1515source = "registry+https://github.com/rust-lang/crates.io-index"
1516checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
1517dependencies = [
1518 "lazy_static",
1519 "libc",
1520 "winapi",
1521 "wio",
1522]
1523
1524[[package]]
1525name = "easy-parallel"
1526version = "3.1.0"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "1dd4afd79212583ff429b913ad6605242ed7eec277e950b1438f300748f948f4"
1529
1530[[package]]
1531name = "ecdsa"
1532version = "0.12.2"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "05cb0ed2d2ce37766ac86c05f66973ace8c51f7f1533bedce8fb79e2b54b3f14"
1535dependencies = [
1536 "der",
1537 "elliptic-curve",
1538 "hmac 0.11.0",
1539 "signature",
1540]
1541
1542[[package]]
1543name = "ed25519-compact"
1544version = "0.1.9"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "aaf396058cc7285b342f9a10ed7a377f088942396c46c4c9a7eb4f0782cb1171"
1547dependencies = [
1548 "getrandom 0.2.2",
1549]
1550
1551[[package]]
1552name = "editor"
1553version = "0.1.0"
1554dependencies = [
1555 "aho-corasick",
1556 "anyhow",
1557 "clock",
1558 "collections",
1559 "ctor",
1560 "env_logger",
1561 "fuzzy",
1562 "gpui",
1563 "itertools",
1564 "language",
1565 "lazy_static",
1566 "log",
1567 "lsp",
1568 "ordered-float",
1569 "parking_lot",
1570 "postage",
1571 "project",
1572 "rand 0.8.3",
1573 "serde",
1574 "smallvec",
1575 "smol",
1576 "snippet",
1577 "sum_tree",
1578 "text",
1579 "theme",
1580 "tree-sitter",
1581 "tree-sitter-rust",
1582 "unindent",
1583 "util",
1584 "workspace",
1585]
1586
1587[[package]]
1588name = "either"
1589version = "1.6.1"
1590source = "registry+https://github.com/rust-lang/crates.io-index"
1591checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
1592
1593[[package]]
1594name = "elliptic-curve"
1595version = "0.10.4"
1596source = "registry+https://github.com/rust-lang/crates.io-index"
1597checksum = "83e5c176479da93a0983f0a6fdc3c1b8e7d5be0d7fe3fe05a99f15b96582b9a8"
1598dependencies = [
1599 "crypto-bigint",
1600 "ff",
1601 "generic-array 0.14.4",
1602 "group",
1603 "pkcs8",
1604 "rand_core 0.6.2",
1605 "subtle",
1606 "zeroize",
1607]
1608
1609[[package]]
1610name = "encoding_rs"
1611version = "0.8.28"
1612source = "registry+https://github.com/rust-lang/crates.io-index"
1613checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
1614dependencies = [
1615 "cfg-if 1.0.0",
1616]
1617
1618[[package]]
1619name = "entities"
1620version = "1.0.1"
1621source = "registry+https://github.com/rust-lang/crates.io-index"
1622checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
1623
1624[[package]]
1625name = "env_logger"
1626version = "0.8.3"
1627source = "registry+https://github.com/rust-lang/crates.io-index"
1628checksum = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f"
1629dependencies = [
1630 "atty",
1631 "humantime",
1632 "log",
1633 "regex",
1634 "termcolor",
1635]
1636
1637[[package]]
1638name = "envy"
1639version = "0.4.2"
1640source = "registry+https://github.com/rust-lang/crates.io-index"
1641checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
1642dependencies = [
1643 "serde",
1644]
1645
1646[[package]]
1647name = "etagere"
1648version = "0.2.4"
1649source = "registry+https://github.com/rust-lang/crates.io-index"
1650checksum = "520d7de540904fd09b11c03a47d50a7ce4ff37d1aa763f454fa60d9088ef8356"
1651dependencies = [
1652 "euclid",
1653 "svg_fmt",
1654]
1655
1656[[package]]
1657name = "euclid"
1658version = "0.22.2"
1659source = "registry+https://github.com/rust-lang/crates.io-index"
1660checksum = "51e5bac4ec41ece6346fd867815a57a221abdf48f4eb931b033789b5b4b6fc70"
1661dependencies = [
1662 "num-traits",
1663]
1664
1665[[package]]
1666name = "event-listener"
1667version = "2.5.1"
1668source = "registry+https://github.com/rust-lang/crates.io-index"
1669checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
1670
1671[[package]]
1672name = "expat-sys"
1673version = "2.1.6"
1674source = "registry+https://github.com/rust-lang/crates.io-index"
1675checksum = "658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa"
1676dependencies = [
1677 "cmake",
1678 "pkg-config",
1679]
1680
1681[[package]]
1682name = "fake-simd"
1683version = "0.1.2"
1684source = "registry+https://github.com/rust-lang/crates.io-index"
1685checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
1686
1687[[package]]
1688name = "fastrand"
1689version = "1.4.0"
1690source = "registry+https://github.com/rust-lang/crates.io-index"
1691checksum = "ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3"
1692dependencies = [
1693 "instant",
1694]
1695
1696[[package]]
1697name = "femme"
1698version = "2.1.1"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "2af1a24f391a5a94d756db5092c6576aad494b88a71a5a36b20c67b63e0df034"
1701dependencies = [
1702 "cfg-if 0.1.10",
1703 "js-sys",
1704 "log",
1705 "serde",
1706 "serde_derive",
1707 "serde_json",
1708 "wasm-bindgen",
1709 "web-sys",
1710]
1711
1712[[package]]
1713name = "ff"
1714version = "0.10.0"
1715source = "registry+https://github.com/rust-lang/crates.io-index"
1716checksum = "63eec06c61e487eecf0f7e6e6372e596a81922c28d33e645d6983ca6493a1af0"
1717dependencies = [
1718 "rand_core 0.6.2",
1719 "subtle",
1720]
1721
1722[[package]]
1723name = "file_finder"
1724version = "0.1.0"
1725dependencies = [
1726 "editor",
1727 "fuzzy",
1728 "gpui",
1729 "postage",
1730 "project",
1731 "serde_json",
1732 "theme",
1733 "util",
1734 "workspace",
1735]
1736
1737[[package]]
1738name = "find"
1739version = "0.1.0"
1740dependencies = [
1741 "aho-corasick",
1742 "anyhow",
1743 "collections",
1744 "editor",
1745 "gpui",
1746 "postage",
1747 "regex",
1748 "smol",
1749 "theme",
1750 "unindent",
1751 "workspace",
1752]
1753
1754[[package]]
1755name = "fixedbitset"
1756version = "0.2.0"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
1759
1760[[package]]
1761name = "flate2"
1762version = "1.0.20"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"
1765dependencies = [
1766 "cfg-if 1.0.0",
1767 "crc32fast",
1768 "libc",
1769 "miniz_oxide 0.4.4",
1770]
1771
1772[[package]]
1773name = "float-cmp"
1774version = "0.5.3"
1775source = "registry+https://github.com/rust-lang/crates.io-index"
1776checksum = "75224bec9bfe1a65e2d34132933f2de7fe79900c96a0174307554244ece8150e"
1777
1778[[package]]
1779name = "float-ord"
1780version = "0.2.0"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e"
1783
1784[[package]]
1785name = "flume"
1786version = "0.9.2"
1787source = "registry+https://github.com/rust-lang/crates.io-index"
1788checksum = "1bebadab126f8120d410b677ed95eee4ba6eb7c6dd8e34a5ec88a08050e26132"
1789dependencies = [
1790 "futures-core",
1791 "futures-sink",
1792 "spinning_top",
1793]
1794
1795[[package]]
1796name = "fnv"
1797version = "1.0.7"
1798source = "registry+https://github.com/rust-lang/crates.io-index"
1799checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1800
1801[[package]]
1802name = "font-kit"
1803version = "0.10.0"
1804source = "git+https://github.com/zed-industries/font-kit?rev=8eaf7a918eafa28b0a37dc759e2e0e7683fa24f1#8eaf7a918eafa28b0a37dc759e2e0e7683fa24f1"
1805dependencies = [
1806 "bitflags",
1807 "byteorder",
1808 "core-foundation",
1809 "core-graphics",
1810 "core-text",
1811 "dirs-next",
1812 "dwrote",
1813 "float-ord",
1814 "freetype",
1815 "lazy_static",
1816 "libc",
1817 "log",
1818 "pathfinder_geometry",
1819 "pathfinder_simd",
1820 "servo-fontconfig",
1821 "walkdir",
1822 "winapi",
1823]
1824
1825[[package]]
1826name = "fontdb"
1827version = "0.5.1"
1828source = "registry+https://github.com/rust-lang/crates.io-index"
1829checksum = "428948a0f39fb83fe55991d4423e35a793cdbb0322ebe23853f6024124a330d7"
1830dependencies = [
1831 "log",
1832 "memmap2 0.1.0",
1833 "ttf-parser 0.9.0",
1834]
1835
1836[[package]]
1837name = "foreign-types"
1838version = "0.3.2"
1839source = "registry+https://github.com/rust-lang/crates.io-index"
1840checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1841dependencies = [
1842 "foreign-types-shared",
1843]
1844
1845[[package]]
1846name = "foreign-types-shared"
1847version = "0.1.1"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1850
1851[[package]]
1852name = "form_urlencoded"
1853version = "1.0.1"
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
1856dependencies = [
1857 "matches",
1858 "percent-encoding",
1859]
1860
1861[[package]]
1862name = "freetype"
1863version = "0.7.0"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "bee38378a9e3db1cc693b4f88d166ae375338a0ff75cb8263e1c601d51f35dc6"
1866dependencies = [
1867 "freetype-sys",
1868 "libc",
1869]
1870
1871[[package]]
1872name = "freetype-sys"
1873version = "0.13.1"
1874source = "registry+https://github.com/rust-lang/crates.io-index"
1875checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
1876dependencies = [
1877 "cmake",
1878 "libc",
1879 "pkg-config",
1880]
1881
1882[[package]]
1883name = "fsevent"
1884version = "2.0.2"
1885dependencies = [
1886 "bitflags",
1887 "fsevent-sys",
1888 "parking_lot",
1889 "tempdir",
1890]
1891
1892[[package]]
1893name = "fsevent-sys"
1894version = "3.0.2"
1895source = "registry+https://github.com/rust-lang/crates.io-index"
1896checksum = "77a29c77f1ca394c3e73a9a5d24cfcabb734682d9634fc398f2204a63c994120"
1897dependencies = [
1898 "libc",
1899]
1900
1901[[package]]
1902name = "fuchsia-cprng"
1903version = "0.1.1"
1904source = "registry+https://github.com/rust-lang/crates.io-index"
1905checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
1906
1907[[package]]
1908name = "funty"
1909version = "1.1.0"
1910source = "registry+https://github.com/rust-lang/crates.io-index"
1911checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
1912
1913[[package]]
1914name = "futures"
1915version = "0.3.12"
1916source = "registry+https://github.com/rust-lang/crates.io-index"
1917checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"
1918dependencies = [
1919 "futures-channel",
1920 "futures-core",
1921 "futures-executor",
1922 "futures-io",
1923 "futures-sink",
1924 "futures-task",
1925 "futures-util",
1926]
1927
1928[[package]]
1929name = "futures-channel"
1930version = "0.3.12"
1931source = "registry+https://github.com/rust-lang/crates.io-index"
1932checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
1933dependencies = [
1934 "futures-core",
1935 "futures-sink",
1936]
1937
1938[[package]]
1939name = "futures-core"
1940version = "0.3.21"
1941source = "registry+https://github.com/rust-lang/crates.io-index"
1942checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
1943
1944[[package]]
1945name = "futures-executor"
1946version = "0.3.12"
1947source = "registry+https://github.com/rust-lang/crates.io-index"
1948checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"
1949dependencies = [
1950 "futures-core",
1951 "futures-task",
1952 "futures-util",
1953]
1954
1955[[package]]
1956name = "futures-io"
1957version = "0.3.12"
1958source = "registry+https://github.com/rust-lang/crates.io-index"
1959checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
1960
1961[[package]]
1962name = "futures-lite"
1963version = "1.12.0"
1964source = "registry+https://github.com/rust-lang/crates.io-index"
1965checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
1966dependencies = [
1967 "fastrand",
1968 "futures-core",
1969 "futures-io",
1970 "memchr",
1971 "parking",
1972 "pin-project-lite 0.2.4",
1973 "waker-fn",
1974]
1975
1976[[package]]
1977name = "futures-macro"
1978version = "0.3.12"
1979source = "registry+https://github.com/rust-lang/crates.io-index"
1980checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"
1981dependencies = [
1982 "proc-macro-hack",
1983 "proc-macro2",
1984 "quote",
1985 "syn",
1986]
1987
1988[[package]]
1989name = "futures-sink"
1990version = "0.3.14"
1991source = "registry+https://github.com/rust-lang/crates.io-index"
1992checksum = "5c5629433c555de3d82861a7a4e3794a4c40040390907cfbfd7143a92a426c23"
1993
1994[[package]]
1995name = "futures-task"
1996version = "0.3.14"
1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "ba7aa51095076f3ba6d9a1f702f74bd05ec65f555d70d2033d55ba8d69f581bc"
1999
2000[[package]]
2001name = "futures-util"
2002version = "0.3.12"
2003source = "registry+https://github.com/rust-lang/crates.io-index"
2004checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"
2005dependencies = [
2006 "futures-channel",
2007 "futures-core",
2008 "futures-io",
2009 "futures-macro",
2010 "futures-sink",
2011 "futures-task",
2012 "memchr",
2013 "pin-project-lite 0.2.4",
2014 "pin-utils",
2015 "proc-macro-hack",
2016 "proc-macro-nested",
2017 "slab",
2018]
2019
2020[[package]]
2021name = "fuzzy"
2022version = "0.1.0"
2023dependencies = [
2024 "gpui",
2025 "util",
2026]
2027
2028[[package]]
2029name = "generator"
2030version = "0.6.23"
2031source = "registry+https://github.com/rust-lang/crates.io-index"
2032checksum = "8cdc09201b2e8ca1b19290cf7e65de2246b8e91fb6874279722189c4de7b94dc"
2033dependencies = [
2034 "cc",
2035 "libc",
2036 "log",
2037 "rustc_version",
2038 "winapi",
2039]
2040
2041[[package]]
2042name = "generic-array"
2043version = "0.12.4"
2044source = "registry+https://github.com/rust-lang/crates.io-index"
2045checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
2046dependencies = [
2047 "typenum",
2048]
2049
2050[[package]]
2051name = "generic-array"
2052version = "0.14.4"
2053source = "registry+https://github.com/rust-lang/crates.io-index"
2054checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
2055dependencies = [
2056 "typenum",
2057 "version_check",
2058]
2059
2060[[package]]
2061name = "getrandom"
2062version = "0.1.16"
2063source = "registry+https://github.com/rust-lang/crates.io-index"
2064checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2065dependencies = [
2066 "cfg-if 1.0.0",
2067 "libc",
2068 "wasi 0.9.0+wasi-snapshot-preview1",
2069]
2070
2071[[package]]
2072name = "getrandom"
2073version = "0.2.2"
2074source = "registry+https://github.com/rust-lang/crates.io-index"
2075checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
2076dependencies = [
2077 "cfg-if 1.0.0",
2078 "js-sys",
2079 "libc",
2080 "wasi 0.10.0+wasi-snapshot-preview1",
2081 "wasm-bindgen",
2082]
2083
2084[[package]]
2085name = "ghash"
2086version = "0.3.1"
2087source = "registry+https://github.com/rust-lang/crates.io-index"
2088checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375"
2089dependencies = [
2090 "opaque-debug 0.3.0",
2091 "polyval",
2092]
2093
2094[[package]]
2095name = "gif"
2096version = "0.11.2"
2097source = "registry+https://github.com/rust-lang/crates.io-index"
2098checksum = "5a668f699973d0f573d15749b7002a9ac9e1f9c6b220e7b165601334c173d8de"
2099dependencies = [
2100 "color_quant",
2101 "weezl",
2102]
2103
2104[[package]]
2105name = "gimli"
2106version = "0.23.0"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
2109
2110[[package]]
2111name = "glob"
2112version = "0.3.0"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
2115
2116[[package]]
2117name = "globset"
2118version = "0.4.8"
2119source = "registry+https://github.com/rust-lang/crates.io-index"
2120checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"
2121dependencies = [
2122 "aho-corasick",
2123 "bstr",
2124 "fnv",
2125 "log",
2126 "regex",
2127]
2128
2129[[package]]
2130name = "gloo-timers"
2131version = "0.2.1"
2132source = "registry+https://github.com/rust-lang/crates.io-index"
2133checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f"
2134dependencies = [
2135 "futures-channel",
2136 "futures-core",
2137 "js-sys",
2138 "wasm-bindgen",
2139 "web-sys",
2140]
2141
2142[[package]]
2143name = "go_to_line"
2144version = "0.1.0"
2145dependencies = [
2146 "editor",
2147 "gpui",
2148 "postage",
2149 "text",
2150 "workspace",
2151]
2152
2153[[package]]
2154name = "gpui"
2155version = "0.1.0"
2156dependencies = [
2157 "anyhow",
2158 "async-task",
2159 "backtrace",
2160 "bindgen",
2161 "block",
2162 "cc",
2163 "cocoa",
2164 "collections",
2165 "core-foundation",
2166 "core-graphics",
2167 "core-text",
2168 "ctor",
2169 "env_logger",
2170 "etagere",
2171 "font-kit",
2172 "foreign-types",
2173 "futures",
2174 "gpui_macros",
2175 "image",
2176 "lazy_static",
2177 "log",
2178 "metal",
2179 "num_cpus",
2180 "objc",
2181 "ordered-float",
2182 "parking",
2183 "parking_lot",
2184 "pathfinder_color",
2185 "pathfinder_geometry",
2186 "png",
2187 "postage",
2188 "rand 0.8.3",
2189 "resvg",
2190 "seahash",
2191 "serde",
2192 "serde_json",
2193 "simplelog",
2194 "smallvec",
2195 "smol",
2196 "sum_tree",
2197 "time 0.3.2",
2198 "tiny-skia",
2199 "tree-sitter",
2200 "usvg",
2201 "waker-fn",
2202]
2203
2204[[package]]
2205name = "gpui_macros"
2206version = "0.1.0"
2207dependencies = [
2208 "proc-macro2",
2209 "quote",
2210 "syn",
2211]
2212
2213[[package]]
2214name = "group"
2215version = "0.10.0"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "1c363a5301b8f153d80747126a04b3c82073b9fe3130571a9d170cacdeaf7912"
2218dependencies = [
2219 "ff",
2220 "rand_core 0.6.2",
2221 "subtle",
2222]
2223
2224[[package]]
2225name = "handlebars"
2226version = "3.5.5"
2227source = "registry+https://github.com/rust-lang/crates.io-index"
2228checksum = "4498fc115fa7d34de968184e473529abb40eeb6be8bc5f7faba3d08c316cb3e3"
2229dependencies = [
2230 "log",
2231 "pest",
2232 "pest_derive",
2233 "quick-error",
2234 "serde",
2235 "serde_json",
2236]
2237
2238[[package]]
2239name = "hashbrown"
2240version = "0.9.1"
2241source = "registry+https://github.com/rust-lang/crates.io-index"
2242checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
2243dependencies = [
2244 "ahash 0.4.7",
2245]
2246
2247[[package]]
2248name = "hashbrown"
2249version = "0.11.2"
2250source = "registry+https://github.com/rust-lang/crates.io-index"
2251checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2252dependencies = [
2253 "ahash 0.7.4",
2254]
2255
2256[[package]]
2257name = "hashlink"
2258version = "0.6.0"
2259source = "registry+https://github.com/rust-lang/crates.io-index"
2260checksum = "d99cf782f0dc4372d26846bec3de7804ceb5df083c2d4462c0b8d2330e894fa8"
2261dependencies = [
2262 "hashbrown 0.9.1",
2263]
2264
2265[[package]]
2266name = "hashlink"
2267version = "0.7.0"
2268source = "registry+https://github.com/rust-lang/crates.io-index"
2269checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf"
2270dependencies = [
2271 "hashbrown 0.11.2",
2272]
2273
2274[[package]]
2275name = "heck"
2276version = "0.3.3"
2277source = "registry+https://github.com/rust-lang/crates.io-index"
2278checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2279dependencies = [
2280 "unicode-segmentation",
2281]
2282
2283[[package]]
2284name = "hermit-abi"
2285version = "0.1.18"
2286source = "registry+https://github.com/rust-lang/crates.io-index"
2287checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
2288dependencies = [
2289 "libc",
2290]
2291
2292[[package]]
2293name = "hex"
2294version = "0.4.3"
2295source = "registry+https://github.com/rust-lang/crates.io-index"
2296checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2297
2298[[package]]
2299name = "hkdf"
2300version = "0.10.0"
2301source = "registry+https://github.com/rust-lang/crates.io-index"
2302checksum = "51ab2f639c231793c5f6114bdb9bbe50a7dbbfcd7c7c6bd8475dec2d991e964f"
2303dependencies = [
2304 "digest 0.9.0",
2305 "hmac 0.10.1",
2306]
2307
2308[[package]]
2309name = "hmac"
2310version = "0.8.1"
2311source = "registry+https://github.com/rust-lang/crates.io-index"
2312checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
2313dependencies = [
2314 "crypto-mac 0.8.0",
2315 "digest 0.9.0",
2316]
2317
2318[[package]]
2319name = "hmac"
2320version = "0.10.1"
2321source = "registry+https://github.com/rust-lang/crates.io-index"
2322checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15"
2323dependencies = [
2324 "crypto-mac 0.10.0",
2325 "digest 0.9.0",
2326]
2327
2328[[package]]
2329name = "hmac"
2330version = "0.11.0"
2331source = "registry+https://github.com/rust-lang/crates.io-index"
2332checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
2333dependencies = [
2334 "crypto-mac 0.11.0",
2335 "digest 0.9.0",
2336]
2337
2338[[package]]
2339name = "hmac-sha256"
2340version = "0.1.7"
2341source = "registry+https://github.com/rust-lang/crates.io-index"
2342checksum = "bcdc571e566521512579aab40bf807c5066e1765fb36857f16ed7595c13567c6"
2343dependencies = [
2344 "digest 0.9.0",
2345]
2346
2347[[package]]
2348name = "hmac-sha512"
2349version = "0.1.9"
2350source = "registry+https://github.com/rust-lang/crates.io-index"
2351checksum = "77e806677ce663d0a199541030c816847b36e8dc095f70dae4a4f4ad63da5383"
2352dependencies = [
2353 "digest 0.9.0",
2354]
2355
2356[[package]]
2357name = "http"
2358version = "0.2.4"
2359source = "registry+https://github.com/rust-lang/crates.io-index"
2360checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
2361dependencies = [
2362 "bytes 1.0.1",
2363 "fnv",
2364 "itoa",
2365]
2366
2367[[package]]
2368name = "http-auth-basic"
2369version = "0.1.3"
2370source = "registry+https://github.com/rust-lang/crates.io-index"
2371checksum = "df69b6a68474b935f436fb9c84139f32de4f7759810090d1a3a5e592553f7ee0"
2372dependencies = [
2373 "base64 0.12.3",
2374]
2375
2376[[package]]
2377name = "http-client"
2378version = "6.4.1"
2379source = "registry+https://github.com/rust-lang/crates.io-index"
2380checksum = "ce318d86a47d18d1db645c979214f809a6cd625202ad334ef75ca813b30dac80"
2381dependencies = [
2382 "async-std",
2383 "async-trait",
2384 "cfg-if 1.0.0",
2385 "dashmap",
2386 "http-types",
2387 "isahc",
2388 "log",
2389]
2390
2391[[package]]
2392name = "http-types"
2393version = "2.11.1"
2394source = "registry+https://github.com/rust-lang/crates.io-index"
2395checksum = "ad077d89137cd3debdce53c66714dc536525ef43fe075d41ddc0a8ac11f85957"
2396dependencies = [
2397 "anyhow",
2398 "async-channel",
2399 "async-std",
2400 "base64 0.13.0",
2401 "cookie",
2402 "futures-lite",
2403 "infer",
2404 "pin-project-lite 0.2.4",
2405 "rand 0.7.3",
2406 "serde",
2407 "serde_json",
2408 "serde_qs",
2409 "serde_urlencoded",
2410 "url",
2411]
2412
2413[[package]]
2414name = "httparse"
2415version = "1.4.1"
2416source = "registry+https://github.com/rust-lang/crates.io-index"
2417checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68"
2418
2419[[package]]
2420name = "humantime"
2421version = "2.1.0"
2422source = "registry+https://github.com/rust-lang/crates.io-index"
2423checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2424
2425[[package]]
2426name = "idna"
2427version = "0.2.3"
2428source = "registry+https://github.com/rust-lang/crates.io-index"
2429checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2430dependencies = [
2431 "matches",
2432 "unicode-bidi",
2433 "unicode-normalization",
2434]
2435
2436[[package]]
2437name = "ignore"
2438version = "0.4.17"
2439source = "registry+https://github.com/rust-lang/crates.io-index"
2440checksum = "b287fb45c60bb826a0dc68ff08742b9d88a2fea13d6e0c286b3172065aaf878c"
2441dependencies = [
2442 "crossbeam-utils",
2443 "globset",
2444 "lazy_static",
2445 "log",
2446 "memchr",
2447 "regex",
2448 "same-file",
2449 "thread_local",
2450 "walkdir",
2451 "winapi-util",
2452]
2453
2454[[package]]
2455name = "image"
2456version = "0.23.14"
2457source = "registry+https://github.com/rust-lang/crates.io-index"
2458checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
2459dependencies = [
2460 "bytemuck",
2461 "byteorder",
2462 "color_quant",
2463 "gif",
2464 "jpeg-decoder",
2465 "num-iter",
2466 "num-rational",
2467 "num-traits",
2468 "png",
2469 "scoped_threadpool",
2470 "tiff",
2471]
2472
2473[[package]]
2474name = "indexmap"
2475version = "1.6.2"
2476source = "registry+https://github.com/rust-lang/crates.io-index"
2477checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
2478dependencies = [
2479 "autocfg 1.0.1",
2480 "hashbrown 0.9.1",
2481]
2482
2483[[package]]
2484name = "infer"
2485version = "0.2.3"
2486source = "registry+https://github.com/rust-lang/crates.io-index"
2487checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
2488
2489[[package]]
2490name = "instant"
2491version = "0.1.9"
2492source = "registry+https://github.com/rust-lang/crates.io-index"
2493checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
2494dependencies = [
2495 "cfg-if 1.0.0",
2496]
2497
2498[[package]]
2499name = "isahc"
2500version = "0.9.14"
2501source = "registry+https://github.com/rust-lang/crates.io-index"
2502checksum = "e2948a0ce43e2c2ef11d7edf6816508998d99e13badd1150be0914205df9388a"
2503dependencies = [
2504 "bytes 0.5.6",
2505 "crossbeam-utils",
2506 "curl",
2507 "curl-sys",
2508 "flume",
2509 "futures-lite",
2510 "http",
2511 "log",
2512 "once_cell",
2513 "slab",
2514 "sluice",
2515 "tracing",
2516 "tracing-futures",
2517 "url",
2518 "waker-fn",
2519]
2520
2521[[package]]
2522name = "itertools"
2523version = "0.10.1"
2524source = "registry+https://github.com/rust-lang/crates.io-index"
2525checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
2526dependencies = [
2527 "either",
2528]
2529
2530[[package]]
2531name = "itoa"
2532version = "0.4.7"
2533source = "registry+https://github.com/rust-lang/crates.io-index"
2534checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
2535
2536[[package]]
2537name = "jobserver"
2538version = "0.1.24"
2539source = "registry+https://github.com/rust-lang/crates.io-index"
2540checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
2541dependencies = [
2542 "libc",
2543]
2544
2545[[package]]
2546name = "journal"
2547version = "0.1.0"
2548dependencies = [
2549 "chrono",
2550 "dirs 4.0.0",
2551 "editor",
2552 "gpui",
2553 "log",
2554 "util",
2555 "workspace",
2556]
2557
2558[[package]]
2559name = "jpeg-decoder"
2560version = "0.1.22"
2561source = "registry+https://github.com/rust-lang/crates.io-index"
2562checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
2563dependencies = [
2564 "rayon",
2565]
2566
2567[[package]]
2568name = "js-sys"
2569version = "0.3.51"
2570source = "registry+https://github.com/rust-lang/crates.io-index"
2571checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062"
2572dependencies = [
2573 "wasm-bindgen",
2574]
2575
2576[[package]]
2577name = "jwt-simple"
2578version = "0.10.1"
2579source = "registry+https://github.com/rust-lang/crates.io-index"
2580checksum = "3b5630483dc02fd2274f6d1ec91209811f1a3bc442da4d76a31872d6a02cf9e9"
2581dependencies = [
2582 "anyhow",
2583 "coarsetime",
2584 "ct-codecs",
2585 "ed25519-compact",
2586 "hmac-sha256",
2587 "hmac-sha512",
2588 "k256",
2589 "p256",
2590 "rand 0.8.3",
2591 "rsa",
2592 "serde",
2593 "serde_json",
2594 "thiserror",
2595 "zeroize",
2596]
2597
2598[[package]]
2599name = "k256"
2600version = "0.9.4"
2601source = "registry+https://github.com/rust-lang/crates.io-index"
2602checksum = "f3a26a4a8e8b0ab315c687767b543c923c9667a1f2bf42a42818d1453891c7c1"
2603dependencies = [
2604 "cfg-if 1.0.0",
2605 "ecdsa",
2606 "elliptic-curve",
2607 "sha2",
2608]
2609
2610[[package]]
2611name = "kurbo"
2612version = "0.8.1"
2613source = "registry+https://github.com/rust-lang/crates.io-index"
2614checksum = "e30b1df631d23875f230ed3ddd1a88c231f269a04b2044eb6ca87e763b5f4c42"
2615dependencies = [
2616 "arrayvec 0.5.2",
2617]
2618
2619[[package]]
2620name = "kv-log-macro"
2621version = "1.0.7"
2622source = "registry+https://github.com/rust-lang/crates.io-index"
2623checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
2624dependencies = [
2625 "log",
2626]
2627
2628[[package]]
2629name = "language"
2630version = "0.1.0"
2631dependencies = [
2632 "anyhow",
2633 "async-broadcast",
2634 "async-trait",
2635 "client",
2636 "clock",
2637 "collections",
2638 "ctor",
2639 "env_logger",
2640 "futures",
2641 "fuzzy",
2642 "gpui",
2643 "lazy_static",
2644 "log",
2645 "lsp",
2646 "parking_lot",
2647 "postage",
2648 "rand 0.8.3",
2649 "rpc",
2650 "serde",
2651 "serde_json",
2652 "similar",
2653 "smallvec",
2654 "smol",
2655 "sum_tree",
2656 "text",
2657 "theme",
2658 "tree-sitter",
2659 "tree-sitter-rust",
2660 "unindent",
2661 "util",
2662]
2663
2664[[package]]
2665name = "lazy_static"
2666version = "1.4.0"
2667source = "registry+https://github.com/rust-lang/crates.io-index"
2668checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2669dependencies = [
2670 "spin",
2671]
2672
2673[[package]]
2674name = "lazycell"
2675version = "1.3.0"
2676source = "registry+https://github.com/rust-lang/crates.io-index"
2677checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2678
2679[[package]]
2680name = "lexical-core"
2681version = "0.7.6"
2682source = "registry+https://github.com/rust-lang/crates.io-index"
2683checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
2684dependencies = [
2685 "arrayvec 0.5.2",
2686 "bitflags",
2687 "cfg-if 1.0.0",
2688 "ryu",
2689 "static_assertions",
2690]
2691
2692[[package]]
2693name = "libc"
2694version = "0.2.98"
2695source = "registry+https://github.com/rust-lang/crates.io-index"
2696checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790"
2697
2698[[package]]
2699name = "libloading"
2700version = "0.7.0"
2701source = "registry+https://github.com/rust-lang/crates.io-index"
2702checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"
2703dependencies = [
2704 "cfg-if 1.0.0",
2705 "winapi",
2706]
2707
2708[[package]]
2709name = "libm"
2710version = "0.2.1"
2711source = "registry+https://github.com/rust-lang/crates.io-index"
2712checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
2713
2714[[package]]
2715name = "libnghttp2-sys"
2716version = "0.1.6+1.43.0"
2717source = "registry+https://github.com/rust-lang/crates.io-index"
2718checksum = "0af55541a8827e138d59ec9e5877fb6095ece63fb6f4da45e7491b4fbd262855"
2719dependencies = [
2720 "cc",
2721 "libc",
2722]
2723
2724[[package]]
2725name = "libz-sys"
2726version = "1.1.3"
2727source = "registry+https://github.com/rust-lang/crates.io-index"
2728checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
2729dependencies = [
2730 "cc",
2731 "libc",
2732 "pkg-config",
2733 "vcpkg",
2734]
2735
2736[[package]]
2737name = "lipsum"
2738version = "0.8.0"
2739source = "registry+https://github.com/rust-lang/crates.io-index"
2740checksum = "42ee7271c76a89032dcc7e595c0a739a9c5514eab483deb0e82981fe2098c56a"
2741dependencies = [
2742 "rand 0.8.3",
2743 "rand_chacha 0.3.0",
2744]
2745
2746[[package]]
2747name = "lock_api"
2748version = "0.4.2"
2749source = "registry+https://github.com/rust-lang/crates.io-index"
2750checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
2751dependencies = [
2752 "scopeguard",
2753]
2754
2755[[package]]
2756name = "log"
2757version = "0.4.14"
2758source = "registry+https://github.com/rust-lang/crates.io-index"
2759checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2760dependencies = [
2761 "cfg-if 1.0.0",
2762 "value-bag",
2763]
2764
2765[[package]]
2766name = "log-panics"
2767version = "2.0.0"
2768source = "registry+https://github.com/rust-lang/crates.io-index"
2769checksum = "ae0136257df209261daa18d6c16394757c63e032e27aafd8b07788b051082bef"
2770dependencies = [
2771 "backtrace",
2772 "log",
2773]
2774
2775[[package]]
2776name = "loom"
2777version = "0.4.0"
2778source = "registry+https://github.com/rust-lang/crates.io-index"
2779checksum = "d44c73b4636e497b4917eb21c33539efa3816741a2d3ff26c6316f1b529481a4"
2780dependencies = [
2781 "cfg-if 1.0.0",
2782 "generator",
2783 "scoped-tls",
2784]
2785
2786[[package]]
2787name = "lsp"
2788version = "0.1.0"
2789dependencies = [
2790 "anyhow",
2791 "async-pipe",
2792 "ctor",
2793 "env_logger",
2794 "futures",
2795 "gpui",
2796 "log",
2797 "lsp-types",
2798 "parking_lot",
2799 "postage",
2800 "serde",
2801 "serde_json",
2802 "smol",
2803 "unindent",
2804 "util",
2805]
2806
2807[[package]]
2808name = "lsp-types"
2809version = "0.91.0"
2810source = "registry+https://github.com/rust-lang/crates.io-index"
2811checksum = "be7801b458592d0998af808d97f6a85a6057af3aaf2a2a5c3c677702bbeb4ed7"
2812dependencies = [
2813 "bitflags",
2814 "serde",
2815 "serde_json",
2816 "serde_repr",
2817 "url",
2818]
2819
2820[[package]]
2821name = "malloc_buf"
2822version = "0.0.6"
2823source = "registry+https://github.com/rust-lang/crates.io-index"
2824checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
2825dependencies = [
2826 "libc",
2827]
2828
2829[[package]]
2830name = "maplit"
2831version = "1.0.2"
2832source = "registry+https://github.com/rust-lang/crates.io-index"
2833checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2834
2835[[package]]
2836name = "matches"
2837version = "0.1.8"
2838source = "registry+https://github.com/rust-lang/crates.io-index"
2839checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2840
2841[[package]]
2842name = "md-5"
2843version = "0.9.1"
2844source = "registry+https://github.com/rust-lang/crates.io-index"
2845checksum = "7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15"
2846dependencies = [
2847 "block-buffer 0.9.0",
2848 "digest 0.9.0",
2849 "opaque-debug 0.3.0",
2850]
2851
2852[[package]]
2853name = "memchr"
2854version = "2.4.1"
2855source = "registry+https://github.com/rust-lang/crates.io-index"
2856checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2857
2858[[package]]
2859name = "memmap2"
2860version = "0.1.0"
2861source = "registry+https://github.com/rust-lang/crates.io-index"
2862checksum = "d9b70ca2a6103ac8b665dc150b142ef0e4e89df640c9e6cf295d189c3caebe5a"
2863dependencies = [
2864 "libc",
2865]
2866
2867[[package]]
2868name = "memmap2"
2869version = "0.2.2"
2870source = "registry+https://github.com/rust-lang/crates.io-index"
2871checksum = "397d1a6d6d0563c0f5462bbdae662cf6c784edf5e828e40c7257f85d82bf56dd"
2872dependencies = [
2873 "libc",
2874]
2875
2876[[package]]
2877name = "memoffset"
2878version = "0.6.3"
2879source = "registry+https://github.com/rust-lang/crates.io-index"
2880checksum = "f83fb6581e8ed1f85fd45c116db8405483899489e38406156c25eb743554361d"
2881dependencies = [
2882 "autocfg 1.0.1",
2883]
2884
2885[[package]]
2886name = "metal"
2887version = "0.21.0"
2888source = "registry+https://github.com/rust-lang/crates.io-index"
2889checksum = "4598d719460ade24c7d91f335daf055bf2a7eec030728ce751814c50cdd6a26c"
2890dependencies = [
2891 "bitflags",
2892 "block",
2893 "cocoa-foundation",
2894 "foreign-types",
2895 "log",
2896 "objc",
2897]
2898
2899[[package]]
2900name = "mime"
2901version = "0.3.16"
2902source = "registry+https://github.com/rust-lang/crates.io-index"
2903checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2904
2905[[package]]
2906name = "mime_guess"
2907version = "2.0.3"
2908source = "registry+https://github.com/rust-lang/crates.io-index"
2909checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
2910dependencies = [
2911 "mime",
2912 "unicase",
2913]
2914
2915[[package]]
2916name = "miniz_oxide"
2917version = "0.3.7"
2918source = "registry+https://github.com/rust-lang/crates.io-index"
2919checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
2920dependencies = [
2921 "adler32",
2922]
2923
2924[[package]]
2925name = "miniz_oxide"
2926version = "0.4.4"
2927source = "registry+https://github.com/rust-lang/crates.io-index"
2928checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2929dependencies = [
2930 "adler",
2931 "autocfg 1.0.1",
2932]
2933
2934[[package]]
2935name = "multimap"
2936version = "0.8.3"
2937source = "registry+https://github.com/rust-lang/crates.io-index"
2938checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
2939
2940[[package]]
2941name = "nb-connect"
2942version = "1.0.3"
2943source = "registry+https://github.com/rust-lang/crates.io-index"
2944checksum = "670361df1bc2399ee1ff50406a0d422587dd3bb0da596e1978fe8e05dabddf4f"
2945dependencies = [
2946 "libc",
2947 "socket2 0.3.19",
2948]
2949
2950[[package]]
2951name = "nom"
2952version = "5.1.2"
2953source = "registry+https://github.com/rust-lang/crates.io-index"
2954checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
2955dependencies = [
2956 "memchr",
2957 "version_check",
2958]
2959
2960[[package]]
2961name = "nom"
2962version = "6.1.2"
2963source = "registry+https://github.com/rust-lang/crates.io-index"
2964checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
2965dependencies = [
2966 "bitvec",
2967 "funty",
2968 "lexical-core",
2969 "memchr",
2970 "version_check",
2971]
2972
2973[[package]]
2974name = "num-bigint"
2975version = "0.4.0"
2976source = "registry+https://github.com/rust-lang/crates.io-index"
2977checksum = "4e0d047c1062aa51e256408c560894e5251f08925980e53cf1aa5bd00eec6512"
2978dependencies = [
2979 "autocfg 1.0.1",
2980 "num-integer",
2981 "num-traits",
2982]
2983
2984[[package]]
2985name = "num-bigint-dig"
2986version = "0.7.0"
2987source = "registry+https://github.com/rust-lang/crates.io-index"
2988checksum = "4547ee5541c18742396ae2c895d0717d0f886d8823b8399cdaf7b07d63ad0480"
2989dependencies = [
2990 "autocfg 0.1.7",
2991 "byteorder",
2992 "lazy_static",
2993 "libm",
2994 "num-integer",
2995 "num-iter",
2996 "num-traits",
2997 "rand 0.8.3",
2998 "smallvec",
2999 "zeroize",
3000]
3001
3002[[package]]
3003name = "num-integer"
3004version = "0.1.44"
3005source = "registry+https://github.com/rust-lang/crates.io-index"
3006checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
3007dependencies = [
3008 "autocfg 1.0.1",
3009 "num-traits",
3010]
3011
3012[[package]]
3013name = "num-iter"
3014version = "0.1.42"
3015source = "registry+https://github.com/rust-lang/crates.io-index"
3016checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
3017dependencies = [
3018 "autocfg 1.0.1",
3019 "num-integer",
3020 "num-traits",
3021]
3022
3023[[package]]
3024name = "num-rational"
3025version = "0.3.2"
3026source = "registry+https://github.com/rust-lang/crates.io-index"
3027checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
3028dependencies = [
3029 "autocfg 1.0.1",
3030 "num-integer",
3031 "num-traits",
3032]
3033
3034[[package]]
3035name = "num-traits"
3036version = "0.2.14"
3037source = "registry+https://github.com/rust-lang/crates.io-index"
3038checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
3039dependencies = [
3040 "autocfg 1.0.1",
3041 "libm",
3042]
3043
3044[[package]]
3045name = "num_cpus"
3046version = "1.13.0"
3047source = "registry+https://github.com/rust-lang/crates.io-index"
3048checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
3049dependencies = [
3050 "hermit-abi",
3051 "libc",
3052]
3053
3054[[package]]
3055name = "oauth2"
3056version = "4.1.0"
3057source = "registry+https://github.com/rust-lang/crates.io-index"
3058checksum = "80e47cfc4c0a1a519d9a025ebfbac3a2439d1b5cdf397d72dcb79b11d9920dab"
3059dependencies = [
3060 "base64 0.13.0",
3061 "chrono",
3062 "getrandom 0.2.2",
3063 "http",
3064 "rand 0.8.3",
3065 "serde",
3066 "serde_json",
3067 "serde_path_to_error",
3068 "sha2",
3069 "thiserror",
3070 "url",
3071]
3072
3073[[package]]
3074name = "oauth2-surf"
3075version = "0.1.2"
3076source = "registry+https://github.com/rust-lang/crates.io-index"
3077checksum = "a8a041fdfcfb6aac56f08d021befc1493bde6e6699fef2364e74f0d9adedd27b"
3078dependencies = [
3079 "anyhow",
3080 "http",
3081 "oauth2",
3082 "surf",
3083 "thiserror",
3084]
3085
3086[[package]]
3087name = "objc"
3088version = "0.2.7"
3089source = "registry+https://github.com/rust-lang/crates.io-index"
3090checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
3091dependencies = [
3092 "malloc_buf",
3093 "objc_exception",
3094]
3095
3096[[package]]
3097name = "objc_exception"
3098version = "0.1.2"
3099source = "registry+https://github.com/rust-lang/crates.io-index"
3100checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
3101dependencies = [
3102 "cc",
3103]
3104
3105[[package]]
3106name = "object"
3107version = "0.23.0"
3108source = "registry+https://github.com/rust-lang/crates.io-index"
3109checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
3110
3111[[package]]
3112name = "once_cell"
3113version = "1.5.2"
3114source = "registry+https://github.com/rust-lang/crates.io-index"
3115checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
3116
3117[[package]]
3118name = "opaque-debug"
3119version = "0.2.3"
3120source = "registry+https://github.com/rust-lang/crates.io-index"
3121checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
3122
3123[[package]]
3124name = "opaque-debug"
3125version = "0.3.0"
3126source = "registry+https://github.com/rust-lang/crates.io-index"
3127checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
3128
3129[[package]]
3130name = "openssl-probe"
3131version = "0.1.4"
3132source = "registry+https://github.com/rust-lang/crates.io-index"
3133checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
3134
3135[[package]]
3136name = "openssl-sys"
3137version = "0.9.65"
3138source = "registry+https://github.com/rust-lang/crates.io-index"
3139checksum = "7a7907e3bfa08bb85105209cdfcb6c63d109f8f6c1ed6ca318fff5c1853fbc1d"
3140dependencies = [
3141 "autocfg 1.0.1",
3142 "cc",
3143 "libc",
3144 "pkg-config",
3145 "vcpkg",
3146]
3147
3148[[package]]
3149name = "ordered-float"
3150version = "2.1.1"
3151source = "registry+https://github.com/rust-lang/crates.io-index"
3152checksum = "766f840da25490628d8e63e529cd21c014f6600c6b8517add12a6fa6167a6218"
3153dependencies = [
3154 "num-traits",
3155]
3156
3157[[package]]
3158name = "os_str_bytes"
3159version = "2.4.0"
3160source = "registry+https://github.com/rust-lang/crates.io-index"
3161checksum = "afb2e1c3ee07430c2cf76151675e583e0f19985fa6efae47d6848a3e2c824f85"
3162
3163[[package]]
3164name = "outline"
3165version = "0.1.0"
3166dependencies = [
3167 "editor",
3168 "fuzzy",
3169 "gpui",
3170 "language",
3171 "ordered-float",
3172 "postage",
3173 "smol",
3174 "text",
3175 "workspace",
3176]
3177
3178[[package]]
3179name = "p256"
3180version = "0.9.0"
3181source = "registry+https://github.com/rust-lang/crates.io-index"
3182checksum = "d053368e1bae4c8a672953397bd1bd7183dde1c72b0b7612a15719173148d186"
3183dependencies = [
3184 "ecdsa",
3185 "elliptic-curve",
3186 "sha2",
3187]
3188
3189[[package]]
3190name = "parking"
3191version = "2.0.0"
3192source = "registry+https://github.com/rust-lang/crates.io-index"
3193checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
3194
3195[[package]]
3196name = "parking_lot"
3197version = "0.11.1"
3198source = "registry+https://github.com/rust-lang/crates.io-index"
3199checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
3200dependencies = [
3201 "instant",
3202 "lock_api",
3203 "parking_lot_core",
3204]
3205
3206[[package]]
3207name = "parking_lot_core"
3208version = "0.8.3"
3209source = "registry+https://github.com/rust-lang/crates.io-index"
3210checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
3211dependencies = [
3212 "cfg-if 1.0.0",
3213 "instant",
3214 "libc",
3215 "redox_syscall",
3216 "smallvec",
3217 "winapi",
3218]
3219
3220[[package]]
3221name = "password-hash"
3222version = "0.2.1"
3223source = "registry+https://github.com/rust-lang/crates.io-index"
3224checksum = "c1a5d4e9c205d2c1ae73b84aab6240e98218c0e72e63b50422cfb2d1ca952282"
3225dependencies = [
3226 "base64ct",
3227 "rand_core 0.6.2",
3228 "subtle",
3229]
3230
3231[[package]]
3232name = "pathfinder_color"
3233version = "0.5.0"
3234source = "registry+https://github.com/rust-lang/crates.io-index"
3235checksum = "69bdc0d277d559e35e1b374de56df9262a6b71e091ca04a8831a239f8c7f0c62"
3236dependencies = [
3237 "pathfinder_simd",
3238]
3239
3240[[package]]
3241name = "pathfinder_geometry"
3242version = "0.5.1"
3243source = "registry+https://github.com/rust-lang/crates.io-index"
3244checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
3245dependencies = [
3246 "log",
3247 "pathfinder_simd",
3248]
3249
3250[[package]]
3251name = "pathfinder_simd"
3252version = "0.5.0"
3253source = "registry+https://github.com/rust-lang/crates.io-index"
3254checksum = "b451513912d6b3440e443aa75a73ab22203afedc4a90df8526d008c0f86f7cb3"
3255dependencies = [
3256 "rustc_version",
3257]
3258
3259[[package]]
3260name = "pbkdf2"
3261version = "0.8.0"
3262source = "registry+https://github.com/rust-lang/crates.io-index"
3263checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
3264dependencies = [
3265 "crypto-mac 0.11.0",
3266]
3267
3268[[package]]
3269name = "peeking_take_while"
3270version = "0.1.2"
3271source = "registry+https://github.com/rust-lang/crates.io-index"
3272checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
3273
3274[[package]]
3275name = "pem"
3276version = "0.8.3"
3277source = "registry+https://github.com/rust-lang/crates.io-index"
3278checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
3279dependencies = [
3280 "base64 0.13.0",
3281 "once_cell",
3282 "regex",
3283]
3284
3285[[package]]
3286name = "percent-encoding"
3287version = "2.1.0"
3288source = "registry+https://github.com/rust-lang/crates.io-index"
3289checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
3290
3291[[package]]
3292name = "pest"
3293version = "2.1.3"
3294source = "registry+https://github.com/rust-lang/crates.io-index"
3295checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
3296dependencies = [
3297 "ucd-trie",
3298]
3299
3300[[package]]
3301name = "pest_derive"
3302version = "2.1.0"
3303source = "registry+https://github.com/rust-lang/crates.io-index"
3304checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
3305dependencies = [
3306 "pest",
3307 "pest_generator",
3308]
3309
3310[[package]]
3311name = "pest_generator"
3312version = "2.1.3"
3313source = "registry+https://github.com/rust-lang/crates.io-index"
3314checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
3315dependencies = [
3316 "pest",
3317 "pest_meta",
3318 "proc-macro2",
3319 "quote",
3320 "syn",
3321]
3322
3323[[package]]
3324name = "pest_meta"
3325version = "2.1.3"
3326source = "registry+https://github.com/rust-lang/crates.io-index"
3327checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
3328dependencies = [
3329 "maplit",
3330 "pest",
3331 "sha-1 0.8.2",
3332]
3333
3334[[package]]
3335name = "petgraph"
3336version = "0.5.1"
3337source = "registry+https://github.com/rust-lang/crates.io-index"
3338checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
3339dependencies = [
3340 "fixedbitset",
3341 "indexmap",
3342]
3343
3344[[package]]
3345name = "pico-args"
3346version = "0.4.0"
3347source = "registry+https://github.com/rust-lang/crates.io-index"
3348checksum = "d70072c20945e1ab871c472a285fc772aefd4f5407723c206242f2c6f94595d6"
3349
3350[[package]]
3351name = "pin-project"
3352version = "1.0.6"
3353source = "registry+https://github.com/rust-lang/crates.io-index"
3354checksum = "bc174859768806e91ae575187ada95c91a29e96a98dc5d2cd9a1fed039501ba6"
3355dependencies = [
3356 "pin-project-internal",
3357]
3358
3359[[package]]
3360name = "pin-project-internal"
3361version = "1.0.6"
3362source = "registry+https://github.com/rust-lang/crates.io-index"
3363checksum = "a490329918e856ed1b083f244e3bfe2d8c4f336407e4ea9e1a9f479ff09049e5"
3364dependencies = [
3365 "proc-macro2",
3366 "quote",
3367 "syn",
3368]
3369
3370[[package]]
3371name = "pin-project-lite"
3372version = "0.1.12"
3373source = "registry+https://github.com/rust-lang/crates.io-index"
3374checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
3375
3376[[package]]
3377name = "pin-project-lite"
3378version = "0.2.4"
3379source = "registry+https://github.com/rust-lang/crates.io-index"
3380checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
3381
3382[[package]]
3383name = "pin-utils"
3384version = "0.1.0"
3385source = "registry+https://github.com/rust-lang/crates.io-index"
3386checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3387
3388[[package]]
3389name = "pkcs8"
3390version = "0.7.0"
3391source = "registry+https://github.com/rust-lang/crates.io-index"
3392checksum = "09d156817ae0125e8aa5067710b0db24f0984830614f99875a70aa5e3b74db69"
3393dependencies = [
3394 "base64ct",
3395 "der",
3396 "spki",
3397 "zeroize",
3398]
3399
3400[[package]]
3401name = "pkg-config"
3402version = "0.3.19"
3403source = "registry+https://github.com/rust-lang/crates.io-index"
3404checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
3405
3406[[package]]
3407name = "png"
3408version = "0.16.8"
3409source = "registry+https://github.com/rust-lang/crates.io-index"
3410checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
3411dependencies = [
3412 "bitflags",
3413 "crc32fast",
3414 "deflate",
3415 "miniz_oxide 0.3.7",
3416]
3417
3418[[package]]
3419name = "polling"
3420version = "2.0.2"
3421source = "registry+https://github.com/rust-lang/crates.io-index"
3422checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4"
3423dependencies = [
3424 "cfg-if 0.1.10",
3425 "libc",
3426 "log",
3427 "wepoll-sys",
3428 "winapi",
3429]
3430
3431[[package]]
3432name = "pollster"
3433version = "0.2.3"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "6cce106fd2646acbe31a0e4006f75779d535c26a44f153ada196e9edcfc6d944"
3436
3437[[package]]
3438name = "polyval"
3439version = "0.4.5"
3440source = "registry+https://github.com/rust-lang/crates.io-index"
3441checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd"
3442dependencies = [
3443 "cpuid-bool",
3444 "opaque-debug 0.3.0",
3445 "universal-hash",
3446]
3447
3448[[package]]
3449name = "postage"
3450version = "0.4.1"
3451source = "registry+https://github.com/rust-lang/crates.io-index"
3452checksum = "a63d25391d04a097954b76aba742b6b5b74f213dfe3dbaeeb36e8ddc1c657f0b"
3453dependencies = [
3454 "atomic",
3455 "crossbeam-queue",
3456 "futures",
3457 "log",
3458 "pin-project",
3459 "pollster",
3460 "static_assertions",
3461 "thiserror",
3462]
3463
3464[[package]]
3465name = "ppv-lite86"
3466version = "0.2.10"
3467source = "registry+https://github.com/rust-lang/crates.io-index"
3468checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
3469
3470[[package]]
3471name = "proc-macro-error"
3472version = "1.0.4"
3473source = "registry+https://github.com/rust-lang/crates.io-index"
3474checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
3475dependencies = [
3476 "proc-macro-error-attr",
3477 "proc-macro2",
3478 "quote",
3479 "syn",
3480 "version_check",
3481]
3482
3483[[package]]
3484name = "proc-macro-error-attr"
3485version = "1.0.4"
3486source = "registry+https://github.com/rust-lang/crates.io-index"
3487checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
3488dependencies = [
3489 "proc-macro2",
3490 "quote",
3491 "version_check",
3492]
3493
3494[[package]]
3495name = "proc-macro-hack"
3496version = "0.5.19"
3497source = "registry+https://github.com/rust-lang/crates.io-index"
3498checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
3499
3500[[package]]
3501name = "proc-macro-nested"
3502version = "0.1.7"
3503source = "registry+https://github.com/rust-lang/crates.io-index"
3504checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
3505
3506[[package]]
3507name = "proc-macro2"
3508version = "1.0.24"
3509source = "registry+https://github.com/rust-lang/crates.io-index"
3510checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
3511dependencies = [
3512 "unicode-xid",
3513]
3514
3515[[package]]
3516name = "project"
3517version = "0.1.0"
3518dependencies = [
3519 "anyhow",
3520 "async-trait",
3521 "client",
3522 "clock",
3523 "collections",
3524 "fsevent",
3525 "futures",
3526 "fuzzy",
3527 "gpui",
3528 "ignore",
3529 "language",
3530 "lazy_static",
3531 "libc",
3532 "log",
3533 "lsp",
3534 "parking_lot",
3535 "postage",
3536 "rand 0.8.3",
3537 "rpc",
3538 "serde",
3539 "serde_json",
3540 "smol",
3541 "sum_tree",
3542 "tempdir",
3543 "text",
3544 "toml",
3545 "unindent",
3546 "util",
3547]
3548
3549[[package]]
3550name = "project_panel"
3551version = "0.1.0"
3552dependencies = [
3553 "gpui",
3554 "postage",
3555 "project",
3556 "serde_json",
3557 "theme",
3558 "util",
3559 "workspace",
3560]
3561
3562[[package]]
3563name = "prost"
3564version = "0.8.0"
3565source = "registry+https://github.com/rust-lang/crates.io-index"
3566checksum = "de5e2533f59d08fcf364fd374ebda0692a70bd6d7e66ef97f306f45c6c5d8020"
3567dependencies = [
3568 "bytes 1.0.1",
3569 "prost-derive",
3570]
3571
3572[[package]]
3573name = "prost-build"
3574version = "0.8.0"
3575source = "registry+https://github.com/rust-lang/crates.io-index"
3576checksum = "355f634b43cdd80724ee7848f95770e7e70eefa6dcf14fea676216573b8fd603"
3577dependencies = [
3578 "bytes 1.0.1",
3579 "heck",
3580 "itertools",
3581 "log",
3582 "multimap",
3583 "petgraph",
3584 "prost",
3585 "prost-types",
3586 "tempfile",
3587 "which 4.1.0",
3588]
3589
3590[[package]]
3591name = "prost-derive"
3592version = "0.8.0"
3593source = "registry+https://github.com/rust-lang/crates.io-index"
3594checksum = "600d2f334aa05acb02a755e217ef1ab6dea4d51b58b7846588b747edec04efba"
3595dependencies = [
3596 "anyhow",
3597 "itertools",
3598 "proc-macro2",
3599 "quote",
3600 "syn",
3601]
3602
3603[[package]]
3604name = "prost-types"
3605version = "0.8.0"
3606source = "registry+https://github.com/rust-lang/crates.io-index"
3607checksum = "603bbd6394701d13f3f25aada59c7de9d35a6a5887cfc156181234a44002771b"
3608dependencies = [
3609 "bytes 1.0.1",
3610 "prost",
3611]
3612
3613[[package]]
3614name = "quick-error"
3615version = "2.0.1"
3616source = "registry+https://github.com/rust-lang/crates.io-index"
3617checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
3618
3619[[package]]
3620name = "quote"
3621version = "1.0.9"
3622source = "registry+https://github.com/rust-lang/crates.io-index"
3623checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
3624dependencies = [
3625 "proc-macro2",
3626]
3627
3628[[package]]
3629name = "radium"
3630version = "0.5.3"
3631source = "registry+https://github.com/rust-lang/crates.io-index"
3632checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
3633
3634[[package]]
3635name = "rand"
3636version = "0.4.6"
3637source = "registry+https://github.com/rust-lang/crates.io-index"
3638checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
3639dependencies = [
3640 "fuchsia-cprng",
3641 "libc",
3642 "rand_core 0.3.1",
3643 "rdrand",
3644 "winapi",
3645]
3646
3647[[package]]
3648name = "rand"
3649version = "0.7.3"
3650source = "registry+https://github.com/rust-lang/crates.io-index"
3651checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
3652dependencies = [
3653 "getrandom 0.1.16",
3654 "libc",
3655 "rand_chacha 0.2.2",
3656 "rand_core 0.5.1",
3657 "rand_hc 0.2.0",
3658]
3659
3660[[package]]
3661name = "rand"
3662version = "0.8.3"
3663source = "registry+https://github.com/rust-lang/crates.io-index"
3664checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
3665dependencies = [
3666 "libc",
3667 "rand_chacha 0.3.0",
3668 "rand_core 0.6.2",
3669 "rand_hc 0.3.0",
3670]
3671
3672[[package]]
3673name = "rand_chacha"
3674version = "0.2.2"
3675source = "registry+https://github.com/rust-lang/crates.io-index"
3676checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
3677dependencies = [
3678 "ppv-lite86",
3679 "rand_core 0.5.1",
3680]
3681
3682[[package]]
3683name = "rand_chacha"
3684version = "0.3.0"
3685source = "registry+https://github.com/rust-lang/crates.io-index"
3686checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
3687dependencies = [
3688 "ppv-lite86",
3689 "rand_core 0.6.2",
3690]
3691
3692[[package]]
3693name = "rand_core"
3694version = "0.3.1"
3695source = "registry+https://github.com/rust-lang/crates.io-index"
3696checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
3697dependencies = [
3698 "rand_core 0.4.2",
3699]
3700
3701[[package]]
3702name = "rand_core"
3703version = "0.4.2"
3704source = "registry+https://github.com/rust-lang/crates.io-index"
3705checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
3706
3707[[package]]
3708name = "rand_core"
3709version = "0.5.1"
3710source = "registry+https://github.com/rust-lang/crates.io-index"
3711checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
3712dependencies = [
3713 "getrandom 0.1.16",
3714]
3715
3716[[package]]
3717name = "rand_core"
3718version = "0.6.2"
3719source = "registry+https://github.com/rust-lang/crates.io-index"
3720checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
3721dependencies = [
3722 "getrandom 0.2.2",
3723]
3724
3725[[package]]
3726name = "rand_hc"
3727version = "0.2.0"
3728source = "registry+https://github.com/rust-lang/crates.io-index"
3729checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
3730dependencies = [
3731 "rand_core 0.5.1",
3732]
3733
3734[[package]]
3735name = "rand_hc"
3736version = "0.3.0"
3737source = "registry+https://github.com/rust-lang/crates.io-index"
3738checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
3739dependencies = [
3740 "rand_core 0.6.2",
3741]
3742
3743[[package]]
3744name = "rayon"
3745version = "1.5.0"
3746source = "registry+https://github.com/rust-lang/crates.io-index"
3747checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
3748dependencies = [
3749 "autocfg 1.0.1",
3750 "crossbeam-deque",
3751 "either",
3752 "rayon-core",
3753]
3754
3755[[package]]
3756name = "rayon-core"
3757version = "1.9.0"
3758source = "registry+https://github.com/rust-lang/crates.io-index"
3759checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
3760dependencies = [
3761 "crossbeam-channel",
3762 "crossbeam-deque",
3763 "crossbeam-utils",
3764 "lazy_static",
3765 "num_cpus",
3766]
3767
3768[[package]]
3769name = "rctree"
3770version = "0.3.3"
3771source = "registry+https://github.com/rust-lang/crates.io-index"
3772checksum = "be9e29cb19c8fe84169fcb07f8f11e66bc9e6e0280efd4715c54818296f8a4a8"
3773
3774[[package]]
3775name = "rdrand"
3776version = "0.4.0"
3777source = "registry+https://github.com/rust-lang/crates.io-index"
3778checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
3779dependencies = [
3780 "rand_core 0.3.1",
3781]
3782
3783[[package]]
3784name = "redox_syscall"
3785version = "0.2.5"
3786source = "registry+https://github.com/rust-lang/crates.io-index"
3787checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
3788dependencies = [
3789 "bitflags",
3790]
3791
3792[[package]]
3793name = "redox_users"
3794version = "0.4.0"
3795source = "registry+https://github.com/rust-lang/crates.io-index"
3796checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
3797dependencies = [
3798 "getrandom 0.2.2",
3799 "redox_syscall",
3800]
3801
3802[[package]]
3803name = "regex"
3804version = "1.5.4"
3805source = "registry+https://github.com/rust-lang/crates.io-index"
3806checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
3807dependencies = [
3808 "aho-corasick",
3809 "memchr",
3810 "regex-syntax",
3811]
3812
3813[[package]]
3814name = "regex-syntax"
3815version = "0.6.25"
3816source = "registry+https://github.com/rust-lang/crates.io-index"
3817checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
3818
3819[[package]]
3820name = "remove_dir_all"
3821version = "0.5.3"
3822source = "registry+https://github.com/rust-lang/crates.io-index"
3823checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
3824dependencies = [
3825 "winapi",
3826]
3827
3828[[package]]
3829name = "resvg"
3830version = "0.14.0"
3831source = "registry+https://github.com/rust-lang/crates.io-index"
3832checksum = "ac9efbe9c239253e11e518352c5f015ec0c69e73658eed153670e853e1b78e40"
3833dependencies = [
3834 "jpeg-decoder",
3835 "log",
3836 "pico-args",
3837 "png",
3838 "rgb",
3839 "svgfilters",
3840 "tiny-skia",
3841 "usvg",
3842]
3843
3844[[package]]
3845name = "rgb"
3846version = "0.8.27"
3847source = "registry+https://github.com/rust-lang/crates.io-index"
3848checksum = "8fddb3b23626145d1776addfc307e1a1851f60ef6ca64f376bcb889697144cf0"
3849dependencies = [
3850 "bytemuck",
3851]
3852
3853[[package]]
3854name = "ring"
3855version = "0.16.20"
3856source = "registry+https://github.com/rust-lang/crates.io-index"
3857checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
3858dependencies = [
3859 "cc",
3860 "libc",
3861 "once_cell",
3862 "spin",
3863 "untrusted",
3864 "web-sys",
3865 "winapi",
3866]
3867
3868[[package]]
3869name = "route-recognizer"
3870version = "0.2.0"
3871source = "registry+https://github.com/rust-lang/crates.io-index"
3872checksum = "56770675ebc04927ded3e60633437841581c285dc6236109ea25fbf3beb7b59e"
3873
3874[[package]]
3875name = "roxmltree"
3876version = "0.14.1"
3877source = "registry+https://github.com/rust-lang/crates.io-index"
3878checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
3879dependencies = [
3880 "xmlparser",
3881]
3882
3883[[package]]
3884name = "rpc"
3885version = "0.1.0"
3886dependencies = [
3887 "anyhow",
3888 "async-lock",
3889 "async-tungstenite",
3890 "base64 0.13.0",
3891 "futures",
3892 "gpui",
3893 "log",
3894 "parking_lot",
3895 "postage",
3896 "prost",
3897 "prost-build",
3898 "rand 0.8.3",
3899 "rsa",
3900 "serde",
3901 "smol",
3902 "smol-timeout",
3903 "tempdir",
3904 "zstd",
3905]
3906
3907[[package]]
3908name = "rsa"
3909version = "0.4.0"
3910source = "registry+https://github.com/rust-lang/crates.io-index"
3911checksum = "68ef841a26fc5d040ced0417c6c6a64ee851f42489df11cdf0218e545b6f8d28"
3912dependencies = [
3913 "byteorder",
3914 "digest 0.9.0",
3915 "lazy_static",
3916 "num-bigint-dig",
3917 "num-integer",
3918 "num-iter",
3919 "num-traits",
3920 "pem",
3921 "rand 0.8.3",
3922 "simple_asn1",
3923 "subtle",
3924 "zeroize",
3925]
3926
3927[[package]]
3928name = "rust-embed"
3929version = "6.3.0"
3930source = "registry+https://github.com/rust-lang/crates.io-index"
3931checksum = "d40377bff8cceee81e28ddb73ac97f5c2856ce5522f0b260b763f434cdfae602"
3932dependencies = [
3933 "rust-embed-impl",
3934 "rust-embed-utils",
3935 "walkdir",
3936]
3937
3938[[package]]
3939name = "rust-embed-impl"
3940version = "6.2.0"
3941source = "registry+https://github.com/rust-lang/crates.io-index"
3942checksum = "94e763e24ba2bf0c72bc6be883f967f794a019fafd1b86ba1daff9c91a7edd30"
3943dependencies = [
3944 "proc-macro2",
3945 "quote",
3946 "rust-embed-utils",
3947 "syn",
3948 "walkdir",
3949]
3950
3951[[package]]
3952name = "rust-embed-utils"
3953version = "7.1.0"
3954source = "registry+https://github.com/rust-lang/crates.io-index"
3955checksum = "ad22c7226e4829104deab21df575e995bfbc4adfad13a595e387477f238c1aec"
3956dependencies = [
3957 "globset",
3958 "sha2",
3959 "walkdir",
3960]
3961
3962[[package]]
3963name = "rustc-demangle"
3964version = "0.1.18"
3965source = "registry+https://github.com/rust-lang/crates.io-index"
3966checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
3967
3968[[package]]
3969name = "rustc-hash"
3970version = "1.1.0"
3971source = "registry+https://github.com/rust-lang/crates.io-index"
3972checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3973
3974[[package]]
3975name = "rustc_version"
3976version = "0.2.3"
3977source = "registry+https://github.com/rust-lang/crates.io-index"
3978checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
3979dependencies = [
3980 "semver 0.9.0",
3981]
3982
3983[[package]]
3984name = "rustls"
3985version = "0.18.1"
3986source = "registry+https://github.com/rust-lang/crates.io-index"
3987checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81"
3988dependencies = [
3989 "base64 0.12.3",
3990 "log",
3991 "ring",
3992 "sct",
3993 "webpki",
3994]
3995
3996[[package]]
3997name = "rustls"
3998version = "0.19.1"
3999source = "registry+https://github.com/rust-lang/crates.io-index"
4000checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
4001dependencies = [
4002 "base64 0.13.0",
4003 "log",
4004 "ring",
4005 "sct",
4006 "webpki",
4007]
4008
4009[[package]]
4010name = "rustybuzz"
4011version = "0.3.0"
4012source = "registry+https://github.com/rust-lang/crates.io-index"
4013checksum = "0ab463a295d00f3692e0974a0bfd83c7a9bcd119e27e07c2beecdb1b44a09d10"
4014dependencies = [
4015 "bitflags",
4016 "bytemuck",
4017 "smallvec",
4018 "ttf-parser 0.9.0",
4019 "unicode-bidi-mirroring",
4020 "unicode-ccc",
4021 "unicode-general-category",
4022 "unicode-script",
4023]
4024
4025[[package]]
4026name = "ryu"
4027version = "1.0.5"
4028source = "registry+https://github.com/rust-lang/crates.io-index"
4029checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
4030
4031[[package]]
4032name = "safe_arch"
4033version = "0.5.2"
4034source = "registry+https://github.com/rust-lang/crates.io-index"
4035checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05"
4036dependencies = [
4037 "bytemuck",
4038]
4039
4040[[package]]
4041name = "salsa20"
4042version = "0.8.0"
4043source = "registry+https://github.com/rust-lang/crates.io-index"
4044checksum = "1c7c5f10864beba947e1a1b43f3ef46c8cc58d1c2ae549fa471713e8ff60787a"
4045dependencies = [
4046 "cipher 0.3.0",
4047]
4048
4049[[package]]
4050name = "same-file"
4051version = "1.0.6"
4052source = "registry+https://github.com/rust-lang/crates.io-index"
4053checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
4054dependencies = [
4055 "winapi-util",
4056]
4057
4058[[package]]
4059name = "schannel"
4060version = "0.1.19"
4061source = "registry+https://github.com/rust-lang/crates.io-index"
4062checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
4063dependencies = [
4064 "lazy_static",
4065 "winapi",
4066]
4067
4068[[package]]
4069name = "scoped-tls"
4070version = "1.0.0"
4071source = "registry+https://github.com/rust-lang/crates.io-index"
4072checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
4073
4074[[package]]
4075name = "scoped_threadpool"
4076version = "0.1.9"
4077source = "registry+https://github.com/rust-lang/crates.io-index"
4078checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
4079
4080[[package]]
4081name = "scopeguard"
4082version = "1.1.0"
4083source = "registry+https://github.com/rust-lang/crates.io-index"
4084checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
4085
4086[[package]]
4087name = "scrypt"
4088version = "0.7.0"
4089source = "registry+https://github.com/rust-lang/crates.io-index"
4090checksum = "879588d8f90906e73302547e20fffefdd240eb3e0e744e142321f5d49dea0518"
4091dependencies = [
4092 "base64ct",
4093 "hmac 0.11.0",
4094 "password-hash",
4095 "pbkdf2",
4096 "salsa20",
4097 "sha2",
4098]
4099
4100[[package]]
4101name = "sct"
4102version = "0.6.1"
4103source = "registry+https://github.com/rust-lang/crates.io-index"
4104checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
4105dependencies = [
4106 "ring",
4107 "untrusted",
4108]
4109
4110[[package]]
4111name = "seahash"
4112version = "4.1.0"
4113source = "registry+https://github.com/rust-lang/crates.io-index"
4114checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
4115
4116[[package]]
4117name = "semver"
4118version = "0.9.0"
4119source = "registry+https://github.com/rust-lang/crates.io-index"
4120checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
4121dependencies = [
4122 "semver-parser 0.7.0",
4123]
4124
4125[[package]]
4126name = "semver"
4127version = "0.11.0"
4128source = "registry+https://github.com/rust-lang/crates.io-index"
4129checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
4130dependencies = [
4131 "semver-parser 0.10.2",
4132 "serde",
4133]
4134
4135[[package]]
4136name = "semver-parser"
4137version = "0.7.0"
4138source = "registry+https://github.com/rust-lang/crates.io-index"
4139checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
4140
4141[[package]]
4142name = "semver-parser"
4143version = "0.10.2"
4144source = "registry+https://github.com/rust-lang/crates.io-index"
4145checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
4146dependencies = [
4147 "pest",
4148]
4149
4150[[package]]
4151name = "serde"
4152version = "1.0.125"
4153source = "registry+https://github.com/rust-lang/crates.io-index"
4154checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"
4155dependencies = [
4156 "serde_derive",
4157]
4158
4159[[package]]
4160name = "serde_derive"
4161version = "1.0.125"
4162source = "registry+https://github.com/rust-lang/crates.io-index"
4163checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
4164dependencies = [
4165 "proc-macro2",
4166 "quote",
4167 "syn",
4168]
4169
4170[[package]]
4171name = "serde_json"
4172version = "1.0.64"
4173source = "registry+https://github.com/rust-lang/crates.io-index"
4174checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
4175dependencies = [
4176 "indexmap",
4177 "itoa",
4178 "ryu",
4179 "serde",
4180]
4181
4182[[package]]
4183name = "serde_path_to_error"
4184version = "0.1.4"
4185source = "registry+https://github.com/rust-lang/crates.io-index"
4186checksum = "42f6109f0506e20f7e0f910e51a0079acf41da8e0694e6442527c4ddf5a2b158"
4187dependencies = [
4188 "serde",
4189]
4190
4191[[package]]
4192name = "serde_qs"
4193version = "0.7.2"
4194source = "registry+https://github.com/rust-lang/crates.io-index"
4195checksum = "5af82de3c6549b001bec34961ff2d6a54339a87bab37ce901b693401f27de6cb"
4196dependencies = [
4197 "data-encoding",
4198 "percent-encoding",
4199 "serde",
4200 "thiserror",
4201]
4202
4203[[package]]
4204name = "serde_repr"
4205version = "0.1.7"
4206source = "registry+https://github.com/rust-lang/crates.io-index"
4207checksum = "98d0516900518c29efa217c298fa1f4e6c6ffc85ae29fd7f4ee48f176e1a9ed5"
4208dependencies = [
4209 "proc-macro2",
4210 "quote",
4211 "syn",
4212]
4213
4214[[package]]
4215name = "serde_urlencoded"
4216version = "0.7.0"
4217source = "registry+https://github.com/rust-lang/crates.io-index"
4218checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
4219dependencies = [
4220 "form_urlencoded",
4221 "itoa",
4222 "ryu",
4223 "serde",
4224]
4225
4226[[package]]
4227name = "servo-fontconfig"
4228version = "0.5.1"
4229source = "registry+https://github.com/rust-lang/crates.io-index"
4230checksum = "c7e3e22fe5fd73d04ebf0daa049d3efe3eae55369ce38ab16d07ddd9ac5c217c"
4231dependencies = [
4232 "libc",
4233 "servo-fontconfig-sys",
4234]
4235
4236[[package]]
4237name = "servo-fontconfig-sys"
4238version = "5.1.0"
4239source = "registry+https://github.com/rust-lang/crates.io-index"
4240checksum = "e36b879db9892dfa40f95da1c38a835d41634b825fbd8c4c418093d53c24b388"
4241dependencies = [
4242 "expat-sys",
4243 "freetype-sys",
4244 "pkg-config",
4245]
4246
4247[[package]]
4248name = "sha-1"
4249version = "0.8.2"
4250source = "registry+https://github.com/rust-lang/crates.io-index"
4251checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
4252dependencies = [
4253 "block-buffer 0.7.3",
4254 "digest 0.8.1",
4255 "fake-simd",
4256 "opaque-debug 0.2.3",
4257]
4258
4259[[package]]
4260name = "sha-1"
4261version = "0.9.6"
4262source = "registry+https://github.com/rust-lang/crates.io-index"
4263checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16"
4264dependencies = [
4265 "block-buffer 0.9.0",
4266 "cfg-if 1.0.0",
4267 "cpufeatures",
4268 "digest 0.9.0",
4269 "opaque-debug 0.3.0",
4270]
4271
4272[[package]]
4273name = "sha1"
4274version = "0.6.0"
4275source = "registry+https://github.com/rust-lang/crates.io-index"
4276checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
4277
4278[[package]]
4279name = "sha2"
4280version = "0.9.5"
4281source = "registry+https://github.com/rust-lang/crates.io-index"
4282checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12"
4283dependencies = [
4284 "block-buffer 0.9.0",
4285 "cfg-if 1.0.0",
4286 "cpufeatures",
4287 "digest 0.9.0",
4288 "opaque-debug 0.3.0",
4289]
4290
4291[[package]]
4292name = "shell-words"
4293version = "1.0.0"
4294source = "registry+https://github.com/rust-lang/crates.io-index"
4295checksum = "b6fa3938c99da4914afedd13bf3d79bcb6c277d1b2c398d23257a304d9e1b074"
4296
4297[[package]]
4298name = "shlex"
4299version = "1.0.0"
4300source = "registry+https://github.com/rust-lang/crates.io-index"
4301checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
4302
4303[[package]]
4304name = "signal-hook"
4305version = "0.3.6"
4306source = "registry+https://github.com/rust-lang/crates.io-index"
4307checksum = "8a7f3f92a1da3d6b1d32245d0cbcbbab0cfc45996d8df619c42bccfa6d2bbb5f"
4308dependencies = [
4309 "libc",
4310 "signal-hook-registry",
4311]
4312
4313[[package]]
4314name = "signal-hook-registry"
4315version = "1.3.0"
4316source = "registry+https://github.com/rust-lang/crates.io-index"
4317checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6"
4318dependencies = [
4319 "libc",
4320]
4321
4322[[package]]
4323name = "signature"
4324version = "1.3.1"
4325source = "registry+https://github.com/rust-lang/crates.io-index"
4326checksum = "c19772be3c4dd2ceaacf03cb41d5885f2a02c4d8804884918e3a258480803335"
4327dependencies = [
4328 "digest 0.9.0",
4329 "rand_core 0.6.2",
4330]
4331
4332[[package]]
4333name = "similar"
4334version = "1.3.0"
4335source = "registry+https://github.com/rust-lang/crates.io-index"
4336checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
4337
4338[[package]]
4339name = "simple-mutex"
4340version = "1.1.5"
4341source = "registry+https://github.com/rust-lang/crates.io-index"
4342checksum = "38aabbeafa6f6dead8cebf246fe9fae1f9215c8d29b3a69f93bd62a9e4a3dcd6"
4343dependencies = [
4344 "event-listener",
4345]
4346
4347[[package]]
4348name = "simple_asn1"
4349version = "0.5.3"
4350source = "registry+https://github.com/rust-lang/crates.io-index"
4351checksum = "dc31e6cf34ad4321d3a2b8f934949b429e314519f753a77962f16c664dca8e13"
4352dependencies = [
4353 "chrono",
4354 "num-bigint",
4355 "num-traits",
4356 "thiserror",
4357]
4358
4359[[package]]
4360name = "simplecss"
4361version = "0.2.0"
4362source = "registry+https://github.com/rust-lang/crates.io-index"
4363checksum = "596554e63596d556a0dbd681416342ca61c75f1a45203201e7e77d3fa2fa9014"
4364dependencies = [
4365 "log",
4366]
4367
4368[[package]]
4369name = "simplelog"
4370version = "0.9.0"
4371source = "registry+https://github.com/rust-lang/crates.io-index"
4372checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
4373dependencies = [
4374 "chrono",
4375 "log",
4376 "termcolor",
4377]
4378
4379[[package]]
4380name = "siphasher"
4381version = "0.2.3"
4382source = "registry+https://github.com/rust-lang/crates.io-index"
4383checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
4384
4385[[package]]
4386name = "slab"
4387version = "0.4.3"
4388source = "registry+https://github.com/rust-lang/crates.io-index"
4389checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"
4390
4391[[package]]
4392name = "sluice"
4393version = "0.5.4"
4394source = "registry+https://github.com/rust-lang/crates.io-index"
4395checksum = "8fa0333a60ff2e3474a6775cc611840c2a55610c831dd366503474c02f1a28f5"
4396dependencies = [
4397 "futures-channel",
4398 "futures-core",
4399 "futures-io",
4400]
4401
4402[[package]]
4403name = "smallvec"
4404version = "1.6.1"
4405source = "registry+https://github.com/rust-lang/crates.io-index"
4406checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
4407
4408[[package]]
4409name = "smol"
4410version = "1.2.5"
4411source = "registry+https://github.com/rust-lang/crates.io-index"
4412checksum = "85cf3b5351f3e783c1d79ab5fc604eeed8b8ae9abd36b166e8b87a089efd85e4"
4413dependencies = [
4414 "async-channel",
4415 "async-executor",
4416 "async-fs",
4417 "async-io",
4418 "async-lock",
4419 "async-net",
4420 "async-process",
4421 "blocking",
4422 "futures-lite",
4423 "once_cell",
4424]
4425
4426[[package]]
4427name = "smol-timeout"
4428version = "0.6.0"
4429source = "registry+https://github.com/rust-lang/crates.io-index"
4430checksum = "847d777e2c6c166bad26264479e80a9820f3d364fcb4a0e23cd57bbfa8e94961"
4431dependencies = [
4432 "async-io",
4433 "pin-project-lite 0.1.12",
4434]
4435
4436[[package]]
4437name = "snippet"
4438version = "0.1.0"
4439dependencies = [
4440 "anyhow",
4441 "smallvec",
4442]
4443
4444[[package]]
4445name = "socket2"
4446version = "0.3.19"
4447source = "registry+https://github.com/rust-lang/crates.io-index"
4448checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
4449dependencies = [
4450 "cfg-if 1.0.0",
4451 "libc",
4452 "winapi",
4453]
4454
4455[[package]]
4456name = "socket2"
4457version = "0.4.0"
4458source = "registry+https://github.com/rust-lang/crates.io-index"
4459checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"
4460dependencies = [
4461 "libc",
4462 "winapi",
4463]
4464
4465[[package]]
4466name = "spin"
4467version = "0.5.2"
4468source = "registry+https://github.com/rust-lang/crates.io-index"
4469checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
4470
4471[[package]]
4472name = "spinning_top"
4473version = "0.2.4"
4474source = "registry+https://github.com/rust-lang/crates.io-index"
4475checksum = "75adad84ee84b521fb2cca2d4fd0f1dab1d8d026bda3c5bea4ca63b5f9f9293c"
4476dependencies = [
4477 "lock_api",
4478]
4479
4480[[package]]
4481name = "spki"
4482version = "0.4.0"
4483source = "registry+https://github.com/rust-lang/crates.io-index"
4484checksum = "987637c5ae6b3121aba9d513f869bd2bff11c4cc086c22473befd6649c0bd521"
4485dependencies = [
4486 "der",
4487]
4488
4489[[package]]
4490name = "sqlformat"
4491version = "0.1.6"
4492source = "registry+https://github.com/rust-lang/crates.io-index"
4493checksum = "6d86e3c77ff882a828346ba401a7ef4b8e440df804491c6064fe8295765de71c"
4494dependencies = [
4495 "lazy_static",
4496 "maplit",
4497 "nom 6.1.2",
4498 "regex",
4499 "unicode_categories",
4500]
4501
4502[[package]]
4503name = "sqlx"
4504version = "0.4.2"
4505source = "registry+https://github.com/rust-lang/crates.io-index"
4506checksum = "e1a98f9bf17b690f026b6fec565293a995b46dfbd6293debcb654dcffd2d1b34"
4507dependencies = [
4508 "sqlx-core 0.4.2",
4509 "sqlx-macros 0.4.2",
4510]
4511
4512[[package]]
4513name = "sqlx"
4514version = "0.5.5"
4515source = "registry+https://github.com/rust-lang/crates.io-index"
4516checksum = "ba82f79b31f30acebf19905bcd8b978f46891b9d0723f578447361a8910b6584"
4517dependencies = [
4518 "sqlx-core 0.5.5",
4519 "sqlx-macros 0.5.5",
4520]
4521
4522[[package]]
4523name = "sqlx-core"
4524version = "0.4.2"
4525source = "registry+https://github.com/rust-lang/crates.io-index"
4526checksum = "36bb6a2ca3345a86493bc3b71eabc2c6c16a8bb1aa476cf5303bee27f67627d7"
4527dependencies = [
4528 "ahash 0.6.3",
4529 "atoi",
4530 "base64 0.13.0",
4531 "bitflags",
4532 "byteorder",
4533 "bytes 0.5.6",
4534 "chrono",
4535 "crc",
4536 "crossbeam-channel",
4537 "crossbeam-queue",
4538 "crossbeam-utils",
4539 "either",
4540 "futures-channel",
4541 "futures-core",
4542 "futures-util",
4543 "hashlink 0.6.0",
4544 "hex",
4545 "hmac 0.10.1",
4546 "itoa",
4547 "libc",
4548 "log",
4549 "md-5",
4550 "memchr",
4551 "once_cell",
4552 "parking_lot",
4553 "percent-encoding",
4554 "rand 0.7.3",
4555 "rustls 0.18.1",
4556 "serde",
4557 "serde_json",
4558 "sha-1 0.9.6",
4559 "sha2",
4560 "smallvec",
4561 "sqlformat",
4562 "sqlx-rt 0.2.0",
4563 "stringprep",
4564 "thiserror",
4565 "url",
4566 "webpki",
4567 "webpki-roots",
4568 "whoami",
4569]
4570
4571[[package]]
4572name = "sqlx-core"
4573version = "0.5.5"
4574source = "registry+https://github.com/rust-lang/crates.io-index"
4575checksum = "7f23af36748ec8ea8d49ef8499839907be41b0b1178a4e82b8cb45d29f531dc9"
4576dependencies = [
4577 "ahash 0.7.4",
4578 "atoi",
4579 "base64 0.13.0",
4580 "bitflags",
4581 "byteorder",
4582 "bytes 1.0.1",
4583 "crc",
4584 "crossbeam-channel",
4585 "crossbeam-queue",
4586 "crossbeam-utils",
4587 "dirs 3.0.1",
4588 "either",
4589 "futures-channel",
4590 "futures-core",
4591 "futures-util",
4592 "hashlink 0.7.0",
4593 "hex",
4594 "hmac 0.10.1",
4595 "itoa",
4596 "libc",
4597 "log",
4598 "md-5",
4599 "memchr",
4600 "once_cell",
4601 "parking_lot",
4602 "percent-encoding",
4603 "rand 0.8.3",
4604 "rustls 0.19.1",
4605 "serde",
4606 "serde_json",
4607 "sha-1 0.9.6",
4608 "sha2",
4609 "smallvec",
4610 "sqlformat",
4611 "sqlx-rt 0.5.5",
4612 "stringprep",
4613 "thiserror",
4614 "time 0.2.25",
4615 "url",
4616 "uuid",
4617 "webpki",
4618 "webpki-roots",
4619 "whoami",
4620]
4621
4622[[package]]
4623name = "sqlx-macros"
4624version = "0.4.2"
4625source = "registry+https://github.com/rust-lang/crates.io-index"
4626checksum = "2b5ada8b3b565331275ce913368565a273a74faf2a34da58c4dc010ce3286844"
4627dependencies = [
4628 "cargo_metadata",
4629 "dotenv",
4630 "either",
4631 "futures",
4632 "heck",
4633 "lazy_static",
4634 "proc-macro2",
4635 "quote",
4636 "serde_json",
4637 "sha2",
4638 "sqlx-core 0.4.2",
4639 "sqlx-rt 0.2.0",
4640 "syn",
4641 "url",
4642]
4643
4644[[package]]
4645name = "sqlx-macros"
4646version = "0.5.5"
4647source = "registry+https://github.com/rust-lang/crates.io-index"
4648checksum = "47e4a2349d1ffd60a03ca0de3f116ba55d7f406e55a0d84c64a5590866d94c06"
4649dependencies = [
4650 "dotenv",
4651 "either",
4652 "futures",
4653 "heck",
4654 "once_cell",
4655 "proc-macro2",
4656 "quote",
4657 "sha2",
4658 "sqlx-core 0.5.5",
4659 "sqlx-rt 0.5.5",
4660 "syn",
4661 "url",
4662]
4663
4664[[package]]
4665name = "sqlx-rt"
4666version = "0.2.0"
4667source = "registry+https://github.com/rust-lang/crates.io-index"
4668checksum = "63fc5454c9dd7aaea3a0eeeb65ca40d06d0d8e7413a8184f7c3a3ffa5056190b"
4669dependencies = [
4670 "async-rustls 0.1.2",
4671 "async-std",
4672]
4673
4674[[package]]
4675name = "sqlx-rt"
4676version = "0.5.5"
4677source = "registry+https://github.com/rust-lang/crates.io-index"
4678checksum = "8199b421ecf3493ee9ef3e7bc90c904844cfb2ea7ea2f57347a93f52bfd3e057"
4679dependencies = [
4680 "async-rustls 0.2.0",
4681 "async-std",
4682]
4683
4684[[package]]
4685name = "stable_deref_trait"
4686version = "1.2.0"
4687source = "registry+https://github.com/rust-lang/crates.io-index"
4688checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
4689
4690[[package]]
4691name = "standback"
4692version = "0.2.17"
4693source = "registry+https://github.com/rust-lang/crates.io-index"
4694checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
4695dependencies = [
4696 "version_check",
4697]
4698
4699[[package]]
4700name = "static_assertions"
4701version = "1.1.0"
4702source = "registry+https://github.com/rust-lang/crates.io-index"
4703checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4704
4705[[package]]
4706name = "stdweb"
4707version = "0.4.20"
4708source = "registry+https://github.com/rust-lang/crates.io-index"
4709checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
4710dependencies = [
4711 "discard",
4712 "rustc_version",
4713 "stdweb-derive",
4714 "stdweb-internal-macros",
4715 "stdweb-internal-runtime",
4716 "wasm-bindgen",
4717]
4718
4719[[package]]
4720name = "stdweb-derive"
4721version = "0.5.3"
4722source = "registry+https://github.com/rust-lang/crates.io-index"
4723checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
4724dependencies = [
4725 "proc-macro2",
4726 "quote",
4727 "serde",
4728 "serde_derive",
4729 "syn",
4730]
4731
4732[[package]]
4733name = "stdweb-internal-macros"
4734version = "0.2.9"
4735source = "registry+https://github.com/rust-lang/crates.io-index"
4736checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
4737dependencies = [
4738 "base-x",
4739 "proc-macro2",
4740 "quote",
4741 "serde",
4742 "serde_derive",
4743 "serde_json",
4744 "sha1",
4745 "syn",
4746]
4747
4748[[package]]
4749name = "stdweb-internal-runtime"
4750version = "0.1.5"
4751source = "registry+https://github.com/rust-lang/crates.io-index"
4752checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
4753
4754[[package]]
4755name = "stringprep"
4756version = "0.1.2"
4757source = "registry+https://github.com/rust-lang/crates.io-index"
4758checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
4759dependencies = [
4760 "unicode-bidi",
4761 "unicode-normalization",
4762]
4763
4764[[package]]
4765name = "strsim"
4766version = "0.8.0"
4767source = "registry+https://github.com/rust-lang/crates.io-index"
4768checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
4769
4770[[package]]
4771name = "strsim"
4772version = "0.10.0"
4773source = "registry+https://github.com/rust-lang/crates.io-index"
4774checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
4775
4776[[package]]
4777name = "subtle"
4778version = "2.4.0"
4779source = "registry+https://github.com/rust-lang/crates.io-index"
4780checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2"
4781
4782[[package]]
4783name = "sum_tree"
4784version = "0.1.0"
4785dependencies = [
4786 "arrayvec 0.7.1",
4787 "rand 0.8.3",
4788]
4789
4790[[package]]
4791name = "surf"
4792version = "2.2.0"
4793source = "registry+https://github.com/rust-lang/crates.io-index"
4794checksum = "2a154d33ca6b5e1fe6fd1c760e5a5cc1202425f6cca2e13229f16a69009f6328"
4795dependencies = [
4796 "async-std",
4797 "async-trait",
4798 "cfg-if 1.0.0",
4799 "encoding_rs",
4800 "futures-util",
4801 "http-client",
4802 "http-types",
4803 "log",
4804 "mime_guess",
4805 "once_cell",
4806 "pin-project-lite 0.2.4",
4807 "serde",
4808 "serde_json",
4809 "web-sys",
4810]
4811
4812[[package]]
4813name = "sval"
4814version = "1.0.0-alpha.5"
4815source = "registry+https://github.com/rust-lang/crates.io-index"
4816checksum = "45f6ee7c7b87caf59549e9fe45d6a69c75c8019e79e212a835c5da0e92f0ba08"
4817
4818[[package]]
4819name = "svg_fmt"
4820version = "0.4.1"
4821source = "registry+https://github.com/rust-lang/crates.io-index"
4822checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
4823
4824[[package]]
4825name = "svgfilters"
4826version = "0.3.0"
4827source = "registry+https://github.com/rust-lang/crates.io-index"
4828checksum = "fb0dce2fee79ac40c21dafba48565ff7a5fa275e23ffe9ce047a40c9574ba34e"
4829dependencies = [
4830 "float-cmp",
4831 "rgb",
4832]
4833
4834[[package]]
4835name = "svgtypes"
4836version = "0.5.0"
4837source = "registry+https://github.com/rust-lang/crates.io-index"
4838checksum = "9c536faaff1a10837cfe373142583f6e27d81e96beba339147e77b67c9f260ff"
4839dependencies = [
4840 "float-cmp",
4841 "siphasher",
4842]
4843
4844[[package]]
4845name = "syn"
4846version = "1.0.67"
4847source = "registry+https://github.com/rust-lang/crates.io-index"
4848checksum = "6498a9efc342871f91cc2d0d694c674368b4ceb40f62b65a7a08c3792935e702"
4849dependencies = [
4850 "proc-macro2",
4851 "quote",
4852 "unicode-xid",
4853]
4854
4855[[package]]
4856name = "synstructure"
4857version = "0.12.4"
4858source = "registry+https://github.com/rust-lang/crates.io-index"
4859checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
4860dependencies = [
4861 "proc-macro2",
4862 "quote",
4863 "syn",
4864 "unicode-xid",
4865]
4866
4867[[package]]
4868name = "tap"
4869version = "1.0.1"
4870source = "registry+https://github.com/rust-lang/crates.io-index"
4871checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
4872
4873[[package]]
4874name = "tempdir"
4875version = "0.3.7"
4876source = "registry+https://github.com/rust-lang/crates.io-index"
4877checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
4878dependencies = [
4879 "rand 0.4.6",
4880 "remove_dir_all",
4881]
4882
4883[[package]]
4884name = "tempfile"
4885version = "3.2.0"
4886source = "registry+https://github.com/rust-lang/crates.io-index"
4887checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
4888dependencies = [
4889 "cfg-if 1.0.0",
4890 "libc",
4891 "rand 0.8.3",
4892 "redox_syscall",
4893 "remove_dir_all",
4894 "winapi",
4895]
4896
4897[[package]]
4898name = "termcolor"
4899version = "1.1.2"
4900source = "registry+https://github.com/rust-lang/crates.io-index"
4901checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
4902dependencies = [
4903 "winapi-util",
4904]
4905
4906[[package]]
4907name = "text"
4908version = "0.1.0"
4909dependencies = [
4910 "anyhow",
4911 "arrayvec 0.7.1",
4912 "clock",
4913 "collections",
4914 "ctor",
4915 "env_logger",
4916 "gpui",
4917 "lazy_static",
4918 "log",
4919 "parking_lot",
4920 "postage",
4921 "rand 0.8.3",
4922 "smallvec",
4923 "sum_tree",
4924 "util",
4925]
4926
4927[[package]]
4928name = "textwrap"
4929version = "0.11.0"
4930source = "registry+https://github.com/rust-lang/crates.io-index"
4931checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
4932dependencies = [
4933 "unicode-width",
4934]
4935
4936[[package]]
4937name = "textwrap"
4938version = "0.12.1"
4939source = "registry+https://github.com/rust-lang/crates.io-index"
4940checksum = "203008d98caf094106cfaba70acfed15e18ed3ddb7d94e49baec153a2b462789"
4941dependencies = [
4942 "unicode-width",
4943]
4944
4945[[package]]
4946name = "theme"
4947version = "0.1.0"
4948dependencies = [
4949 "anyhow",
4950 "gpui",
4951 "indexmap",
4952 "parking_lot",
4953 "serde",
4954 "serde_json",
4955 "serde_path_to_error",
4956 "toml",
4957]
4958
4959[[package]]
4960name = "theme_selector"
4961version = "0.1.0"
4962dependencies = [
4963 "editor",
4964 "fuzzy",
4965 "gpui",
4966 "log",
4967 "parking_lot",
4968 "postage",
4969 "smol",
4970 "theme",
4971 "workspace",
4972]
4973
4974[[package]]
4975name = "thiserror"
4976version = "1.0.29"
4977source = "registry+https://github.com/rust-lang/crates.io-index"
4978checksum = "602eca064b2d83369e2b2f34b09c70b605402801927c65c11071ac911d299b88"
4979dependencies = [
4980 "thiserror-impl",
4981]
4982
4983[[package]]
4984name = "thiserror-impl"
4985version = "1.0.29"
4986source = "registry+https://github.com/rust-lang/crates.io-index"
4987checksum = "bad553cc2c78e8de258400763a647e80e6d1b31ee237275d756f6836d204494c"
4988dependencies = [
4989 "proc-macro2",
4990 "quote",
4991 "syn",
4992]
4993
4994[[package]]
4995name = "thread_local"
4996version = "1.1.3"
4997source = "registry+https://github.com/rust-lang/crates.io-index"
4998checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
4999dependencies = [
5000 "once_cell",
5001]
5002
5003[[package]]
5004name = "tide"
5005version = "0.16.0"
5006source = "registry+https://github.com/rust-lang/crates.io-index"
5007checksum = "c459573f0dd2cc734b539047f57489ea875af8ee950860ded20cf93a79a1dee0"
5008dependencies = [
5009 "async-h1",
5010 "async-session",
5011 "async-sse",
5012 "async-std",
5013 "async-trait",
5014 "femme",
5015 "futures-util",
5016 "http-client",
5017 "http-types",
5018 "kv-log-macro",
5019 "log",
5020 "pin-project-lite 0.2.4",
5021 "route-recognizer",
5022 "serde",
5023 "serde_json",
5024]
5025
5026[[package]]
5027name = "tide-compress"
5028version = "0.9.0"
5029source = "registry+https://github.com/rust-lang/crates.io-index"
5030checksum = "1d59e3885ecbc547a611d81e501b51bb5f52abd44c3eb3b733ac3c44ff2f2619"
5031dependencies = [
5032 "async-compression",
5033 "futures-lite",
5034 "http-types",
5035 "tide",
5036]
5037
5038[[package]]
5039name = "tiff"
5040version = "0.6.1"
5041source = "registry+https://github.com/rust-lang/crates.io-index"
5042checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
5043dependencies = [
5044 "jpeg-decoder",
5045 "miniz_oxide 0.4.4",
5046 "weezl",
5047]
5048
5049[[package]]
5050name = "time"
5051version = "0.1.44"
5052source = "registry+https://github.com/rust-lang/crates.io-index"
5053checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
5054dependencies = [
5055 "libc",
5056 "wasi 0.10.0+wasi-snapshot-preview1",
5057 "winapi",
5058]
5059
5060[[package]]
5061name = "time"
5062version = "0.2.25"
5063source = "registry+https://github.com/rust-lang/crates.io-index"
5064checksum = "1195b046942c221454c2539395f85413b33383a067449d78aab2b7b052a142f7"
5065dependencies = [
5066 "const_fn",
5067 "libc",
5068 "standback",
5069 "stdweb",
5070 "time-macros",
5071 "version_check",
5072 "winapi",
5073]
5074
5075[[package]]
5076name = "time"
5077version = "0.3.2"
5078source = "registry+https://github.com/rust-lang/crates.io-index"
5079checksum = "3e0a10c9a9fb3a5dce8c2239ed670f1a2569fcf42da035f5face1b19860d52b0"
5080dependencies = [
5081 "libc",
5082]
5083
5084[[package]]
5085name = "time-macros"
5086version = "0.1.1"
5087source = "registry+https://github.com/rust-lang/crates.io-index"
5088checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
5089dependencies = [
5090 "proc-macro-hack",
5091 "time-macros-impl",
5092]
5093
5094[[package]]
5095name = "time-macros-impl"
5096version = "0.1.1"
5097source = "registry+https://github.com/rust-lang/crates.io-index"
5098checksum = "e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa"
5099dependencies = [
5100 "proc-macro-hack",
5101 "proc-macro2",
5102 "quote",
5103 "standback",
5104 "syn",
5105]
5106
5107[[package]]
5108name = "tiny-skia"
5109version = "0.5.1"
5110source = "registry+https://github.com/rust-lang/crates.io-index"
5111checksum = "1bf81f2900d2e235220e6f31ec9f63ade6a7f59090c556d74fe949bb3b15e9fe"
5112dependencies = [
5113 "arrayref",
5114 "arrayvec 0.5.2",
5115 "bytemuck",
5116 "cfg-if 1.0.0",
5117 "png",
5118 "safe_arch",
5119]
5120
5121[[package]]
5122name = "tiny_http"
5123version = "0.8.2"
5124source = "registry+https://github.com/rust-lang/crates.io-index"
5125checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
5126dependencies = [
5127 "ascii",
5128 "chrono",
5129 "chunked_transfer",
5130 "log",
5131 "url",
5132]
5133
5134[[package]]
5135name = "tinyvec"
5136version = "1.2.0"
5137source = "registry+https://github.com/rust-lang/crates.io-index"
5138checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342"
5139dependencies = [
5140 "tinyvec_macros",
5141]
5142
5143[[package]]
5144name = "tinyvec_macros"
5145version = "0.1.0"
5146source = "registry+https://github.com/rust-lang/crates.io-index"
5147checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
5148
5149[[package]]
5150name = "toml"
5151version = "0.5.8"
5152source = "registry+https://github.com/rust-lang/crates.io-index"
5153checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
5154dependencies = [
5155 "serde",
5156]
5157
5158[[package]]
5159name = "tracing"
5160version = "0.1.26"
5161source = "registry+https://github.com/rust-lang/crates.io-index"
5162checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
5163dependencies = [
5164 "cfg-if 1.0.0",
5165 "log",
5166 "pin-project-lite 0.2.4",
5167 "tracing-attributes",
5168 "tracing-core",
5169]
5170
5171[[package]]
5172name = "tracing-attributes"
5173version = "0.1.15"
5174source = "registry+https://github.com/rust-lang/crates.io-index"
5175checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2"
5176dependencies = [
5177 "proc-macro2",
5178 "quote",
5179 "syn",
5180]
5181
5182[[package]]
5183name = "tracing-core"
5184version = "0.1.18"
5185source = "registry+https://github.com/rust-lang/crates.io-index"
5186checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"
5187dependencies = [
5188 "lazy_static",
5189]
5190
5191[[package]]
5192name = "tracing-futures"
5193version = "0.2.5"
5194source = "registry+https://github.com/rust-lang/crates.io-index"
5195checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
5196dependencies = [
5197 "pin-project",
5198 "tracing",
5199]
5200
5201[[package]]
5202name = "tree-sitter"
5203version = "0.20.4"
5204source = "registry+https://github.com/rust-lang/crates.io-index"
5205checksum = "4e34327f8eac545e3f037382471b2b19367725a242bba7bc45edb9efb49fe39a"
5206dependencies = [
5207 "cc",
5208 "regex",
5209]
5210
5211[[package]]
5212name = "tree-sitter-markdown"
5213version = "0.0.1"
5214source = "git+https://github.com/MDeiml/tree-sitter-markdown?rev=330ecab87a3e3a7211ac69bbadc19eabecdb1cca#330ecab87a3e3a7211ac69bbadc19eabecdb1cca"
5215dependencies = [
5216 "cc",
5217 "tree-sitter",
5218]
5219
5220[[package]]
5221name = "tree-sitter-rust"
5222version = "0.20.1"
5223source = "registry+https://github.com/rust-lang/crates.io-index"
5224checksum = "13470fafb7327a3acf96f5bc1013b5539a899a182f01c59b5af53f6b93195717"
5225dependencies = [
5226 "cc",
5227 "tree-sitter",
5228]
5229
5230[[package]]
5231name = "ttf-parser"
5232version = "0.9.0"
5233source = "registry+https://github.com/rust-lang/crates.io-index"
5234checksum = "62ddb402ac6c2af6f7a2844243887631c4e94b51585b229fcfddb43958cd55ca"
5235
5236[[package]]
5237name = "ttf-parser"
5238version = "0.12.0"
5239source = "registry+https://github.com/rust-lang/crates.io-index"
5240checksum = "85e00391c1f3d171490a3f8bd79999b0002ae38d3da0d6a3a306c754b053d71b"
5241
5242[[package]]
5243name = "tungstenite"
5244version = "0.16.0"
5245source = "registry+https://github.com/rust-lang/crates.io-index"
5246checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1"
5247dependencies = [
5248 "base64 0.13.0",
5249 "byteorder",
5250 "bytes 1.0.1",
5251 "http",
5252 "httparse",
5253 "log",
5254 "rand 0.8.3",
5255 "sha-1 0.9.6",
5256 "thiserror",
5257 "url",
5258 "utf-8",
5259]
5260
5261[[package]]
5262name = "twoway"
5263version = "0.2.2"
5264source = "registry+https://github.com/rust-lang/crates.io-index"
5265checksum = "c57ffb460d7c24cd6eda43694110189030a3d1dfe418416d9468fd1c1d290b47"
5266dependencies = [
5267 "memchr",
5268 "unchecked-index",
5269]
5270
5271[[package]]
5272name = "typed-arena"
5273version = "1.7.0"
5274source = "registry+https://github.com/rust-lang/crates.io-index"
5275checksum = "a9b2228007eba4120145f785df0f6c92ea538f5a3635a612ecf4e334c8c1446d"
5276
5277[[package]]
5278name = "typenum"
5279version = "1.13.0"
5280source = "registry+https://github.com/rust-lang/crates.io-index"
5281checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
5282
5283[[package]]
5284name = "ucd-trie"
5285version = "0.1.3"
5286source = "registry+https://github.com/rust-lang/crates.io-index"
5287checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
5288
5289[[package]]
5290name = "unchecked-index"
5291version = "0.2.2"
5292source = "registry+https://github.com/rust-lang/crates.io-index"
5293checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c"
5294
5295[[package]]
5296name = "unicase"
5297version = "2.6.0"
5298source = "registry+https://github.com/rust-lang/crates.io-index"
5299checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
5300dependencies = [
5301 "version_check",
5302]
5303
5304[[package]]
5305name = "unicode-bidi"
5306version = "0.3.4"
5307source = "registry+https://github.com/rust-lang/crates.io-index"
5308checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
5309dependencies = [
5310 "matches",
5311]
5312
5313[[package]]
5314name = "unicode-bidi-mirroring"
5315version = "0.1.0"
5316source = "registry+https://github.com/rust-lang/crates.io-index"
5317checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
5318
5319[[package]]
5320name = "unicode-ccc"
5321version = "0.1.1"
5322source = "registry+https://github.com/rust-lang/crates.io-index"
5323checksum = "28ae07c514c335bbd0251147bb1de333e28ebc8f57d792014f919ed212d119f6"
5324
5325[[package]]
5326name = "unicode-general-category"
5327version = "0.2.0"
5328source = "registry+https://github.com/rust-lang/crates.io-index"
5329checksum = "7f9af028e052a610d99e066b33304625dea9613170a2563314490a4e6ec5cf7f"
5330
5331[[package]]
5332name = "unicode-normalization"
5333version = "0.1.19"
5334source = "registry+https://github.com/rust-lang/crates.io-index"
5335checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
5336dependencies = [
5337 "tinyvec",
5338]
5339
5340[[package]]
5341name = "unicode-script"
5342version = "0.5.2"
5343source = "registry+https://github.com/rust-lang/crates.io-index"
5344checksum = "79bf4d5fc96546fdb73f9827097810bbda93b11a6770ff3a54e1f445d4135787"
5345
5346[[package]]
5347name = "unicode-segmentation"
5348version = "1.7.1"
5349source = "registry+https://github.com/rust-lang/crates.io-index"
5350checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
5351
5352[[package]]
5353name = "unicode-vo"
5354version = "0.1.0"
5355source = "registry+https://github.com/rust-lang/crates.io-index"
5356checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
5357
5358[[package]]
5359name = "unicode-width"
5360version = "0.1.8"
5361source = "registry+https://github.com/rust-lang/crates.io-index"
5362checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
5363
5364[[package]]
5365name = "unicode-xid"
5366version = "0.2.1"
5367source = "registry+https://github.com/rust-lang/crates.io-index"
5368checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
5369
5370[[package]]
5371name = "unicode_categories"
5372version = "0.1.1"
5373source = "registry+https://github.com/rust-lang/crates.io-index"
5374checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
5375
5376[[package]]
5377name = "unindent"
5378version = "0.1.7"
5379source = "registry+https://github.com/rust-lang/crates.io-index"
5380checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7"
5381
5382[[package]]
5383name = "universal-hash"
5384version = "0.4.0"
5385source = "registry+https://github.com/rust-lang/crates.io-index"
5386checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402"
5387dependencies = [
5388 "generic-array 0.14.4",
5389 "subtle",
5390]
5391
5392[[package]]
5393name = "untrusted"
5394version = "0.7.1"
5395source = "registry+https://github.com/rust-lang/crates.io-index"
5396checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
5397
5398[[package]]
5399name = "url"
5400version = "2.2.2"
5401source = "registry+https://github.com/rust-lang/crates.io-index"
5402checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
5403dependencies = [
5404 "form_urlencoded",
5405 "idna",
5406 "matches",
5407 "percent-encoding",
5408 "serde",
5409]
5410
5411[[package]]
5412name = "usvg"
5413version = "0.14.0"
5414source = "registry+https://github.com/rust-lang/crates.io-index"
5415checksum = "5ffbeb91d06989028c9c5e44d14d78b0cacdec56a613bb146e7a70007b1b6163"
5416dependencies = [
5417 "base64 0.13.0",
5418 "data-url",
5419 "flate2",
5420 "fontdb",
5421 "kurbo",
5422 "log",
5423 "memmap2 0.2.2",
5424 "pico-args",
5425 "rctree",
5426 "roxmltree",
5427 "rustybuzz",
5428 "simplecss",
5429 "siphasher",
5430 "svgtypes",
5431 "ttf-parser 0.12.0",
5432 "unicode-bidi",
5433 "unicode-script",
5434 "unicode-vo",
5435 "xmlwriter",
5436]
5437
5438[[package]]
5439name = "utf-8"
5440version = "0.7.6"
5441source = "registry+https://github.com/rust-lang/crates.io-index"
5442checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
5443
5444[[package]]
5445name = "util"
5446version = "0.1.0"
5447dependencies = [
5448 "anyhow",
5449 "clock",
5450 "futures",
5451 "log",
5452 "rand 0.8.3",
5453 "serde_json",
5454 "surf",
5455 "tempdir",
5456]
5457
5458[[package]]
5459name = "uuid"
5460version = "0.8.2"
5461source = "registry+https://github.com/rust-lang/crates.io-index"
5462checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
5463
5464[[package]]
5465name = "value-bag"
5466version = "1.0.0-alpha.7"
5467source = "registry+https://github.com/rust-lang/crates.io-index"
5468checksum = "dd320e1520f94261153e96f7534476ad869c14022aee1e59af7c778075d840ae"
5469dependencies = [
5470 "ctor",
5471 "sval",
5472 "version_check",
5473]
5474
5475[[package]]
5476name = "vcpkg"
5477version = "0.2.13"
5478source = "registry+https://github.com/rust-lang/crates.io-index"
5479checksum = "025ce40a007e1907e58d5bc1a594def78e5573bb0b1160bc389634e8f12e4faa"
5480
5481[[package]]
5482name = "vec-arena"
5483version = "1.0.0"
5484source = "registry+https://github.com/rust-lang/crates.io-index"
5485checksum = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d"
5486
5487[[package]]
5488name = "vec_map"
5489version = "0.8.2"
5490source = "registry+https://github.com/rust-lang/crates.io-index"
5491checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
5492
5493[[package]]
5494name = "version_check"
5495version = "0.9.2"
5496source = "registry+https://github.com/rust-lang/crates.io-index"
5497checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
5498
5499[[package]]
5500name = "waker-fn"
5501version = "1.1.0"
5502source = "registry+https://github.com/rust-lang/crates.io-index"
5503checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
5504
5505[[package]]
5506name = "walkdir"
5507version = "2.3.1"
5508source = "registry+https://github.com/rust-lang/crates.io-index"
5509checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
5510dependencies = [
5511 "same-file",
5512 "winapi",
5513 "winapi-util",
5514]
5515
5516[[package]]
5517name = "wasi"
5518version = "0.9.0+wasi-snapshot-preview1"
5519source = "registry+https://github.com/rust-lang/crates.io-index"
5520checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
5521
5522[[package]]
5523name = "wasi"
5524version = "0.10.0+wasi-snapshot-preview1"
5525source = "registry+https://github.com/rust-lang/crates.io-index"
5526checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
5527
5528[[package]]
5529name = "wasm-bindgen"
5530version = "0.2.74"
5531source = "registry+https://github.com/rust-lang/crates.io-index"
5532checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd"
5533dependencies = [
5534 "cfg-if 1.0.0",
5535 "serde",
5536 "serde_json",
5537 "wasm-bindgen-macro",
5538]
5539
5540[[package]]
5541name = "wasm-bindgen-backend"
5542version = "0.2.74"
5543source = "registry+https://github.com/rust-lang/crates.io-index"
5544checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900"
5545dependencies = [
5546 "bumpalo",
5547 "lazy_static",
5548 "log",
5549 "proc-macro2",
5550 "quote",
5551 "syn",
5552 "wasm-bindgen-shared",
5553]
5554
5555[[package]]
5556name = "wasm-bindgen-futures"
5557version = "0.4.24"
5558source = "registry+https://github.com/rust-lang/crates.io-index"
5559checksum = "5fba7978c679d53ce2d0ac80c8c175840feb849a161664365d1287b41f2e67f1"
5560dependencies = [
5561 "cfg-if 1.0.0",
5562 "js-sys",
5563 "wasm-bindgen",
5564 "web-sys",
5565]
5566
5567[[package]]
5568name = "wasm-bindgen-macro"
5569version = "0.2.74"
5570source = "registry+https://github.com/rust-lang/crates.io-index"
5571checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4"
5572dependencies = [
5573 "quote",
5574 "wasm-bindgen-macro-support",
5575]
5576
5577[[package]]
5578name = "wasm-bindgen-macro-support"
5579version = "0.2.74"
5580source = "registry+https://github.com/rust-lang/crates.io-index"
5581checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97"
5582dependencies = [
5583 "proc-macro2",
5584 "quote",
5585 "syn",
5586 "wasm-bindgen-backend",
5587 "wasm-bindgen-shared",
5588]
5589
5590[[package]]
5591name = "wasm-bindgen-shared"
5592version = "0.2.74"
5593source = "registry+https://github.com/rust-lang/crates.io-index"
5594checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f"
5595
5596[[package]]
5597name = "web-sys"
5598version = "0.3.51"
5599source = "registry+https://github.com/rust-lang/crates.io-index"
5600checksum = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582"
5601dependencies = [
5602 "js-sys",
5603 "wasm-bindgen",
5604]
5605
5606[[package]]
5607name = "webpki"
5608version = "0.21.4"
5609source = "registry+https://github.com/rust-lang/crates.io-index"
5610checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
5611dependencies = [
5612 "ring",
5613 "untrusted",
5614]
5615
5616[[package]]
5617name = "webpki-roots"
5618version = "0.21.1"
5619source = "registry+https://github.com/rust-lang/crates.io-index"
5620checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
5621dependencies = [
5622 "webpki",
5623]
5624
5625[[package]]
5626name = "weezl"
5627version = "0.1.5"
5628source = "registry+https://github.com/rust-lang/crates.io-index"
5629checksum = "d8b77fdfd5a253be4ab714e4ffa3c49caf146b4de743e97510c0656cf90f1e8e"
5630
5631[[package]]
5632name = "wepoll-sys"
5633version = "3.0.1"
5634source = "registry+https://github.com/rust-lang/crates.io-index"
5635checksum = "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff"
5636dependencies = [
5637 "cc",
5638]
5639
5640[[package]]
5641name = "which"
5642version = "3.1.1"
5643source = "registry+https://github.com/rust-lang/crates.io-index"
5644checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
5645dependencies = [
5646 "libc",
5647]
5648
5649[[package]]
5650name = "which"
5651version = "4.1.0"
5652source = "registry+https://github.com/rust-lang/crates.io-index"
5653checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe"
5654dependencies = [
5655 "either",
5656 "libc",
5657]
5658
5659[[package]]
5660name = "whoami"
5661version = "1.1.2"
5662source = "registry+https://github.com/rust-lang/crates.io-index"
5663checksum = "4abacf325c958dfeaf1046931d37f2a901b6dfe0968ee965a29e94c6766b2af6"
5664dependencies = [
5665 "wasm-bindgen",
5666 "web-sys",
5667]
5668
5669[[package]]
5670name = "winapi"
5671version = "0.3.9"
5672source = "registry+https://github.com/rust-lang/crates.io-index"
5673checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
5674dependencies = [
5675 "winapi-i686-pc-windows-gnu",
5676 "winapi-x86_64-pc-windows-gnu",
5677]
5678
5679[[package]]
5680name = "winapi-i686-pc-windows-gnu"
5681version = "0.4.0"
5682source = "registry+https://github.com/rust-lang/crates.io-index"
5683checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5684
5685[[package]]
5686name = "winapi-util"
5687version = "0.1.5"
5688source = "registry+https://github.com/rust-lang/crates.io-index"
5689checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
5690dependencies = [
5691 "winapi",
5692]
5693
5694[[package]]
5695name = "winapi-x86_64-pc-windows-gnu"
5696version = "0.4.0"
5697source = "registry+https://github.com/rust-lang/crates.io-index"
5698checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5699
5700[[package]]
5701name = "wio"
5702version = "0.2.2"
5703source = "registry+https://github.com/rust-lang/crates.io-index"
5704checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
5705dependencies = [
5706 "winapi",
5707]
5708
5709[[package]]
5710name = "workspace"
5711version = "0.1.0"
5712dependencies = [
5713 "anyhow",
5714 "client",
5715 "clock",
5716 "collections",
5717 "futures",
5718 "gpui",
5719 "language",
5720 "log",
5721 "parking_lot",
5722 "postage",
5723 "project",
5724 "serde_json",
5725 "theme",
5726 "util",
5727]
5728
5729[[package]]
5730name = "wyz"
5731version = "0.2.0"
5732source = "registry+https://github.com/rust-lang/crates.io-index"
5733checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
5734
5735[[package]]
5736name = "xdg"
5737version = "2.2.0"
5738source = "registry+https://github.com/rust-lang/crates.io-index"
5739checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"
5740
5741[[package]]
5742name = "xmlparser"
5743version = "0.13.3"
5744source = "registry+https://github.com/rust-lang/crates.io-index"
5745checksum = "114ba2b24d2167ef6d67d7d04c8cc86522b87f490025f39f0303b7db5bf5e3d8"
5746
5747[[package]]
5748name = "xmlwriter"
5749version = "0.1.0"
5750source = "registry+https://github.com/rust-lang/crates.io-index"
5751checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
5752
5753[[package]]
5754name = "zed"
5755version = "0.16.0"
5756dependencies = [
5757 "anyhow",
5758 "async-compression",
5759 "async-recursion",
5760 "async-trait",
5761 "chat_panel",
5762 "client",
5763 "clock",
5764 "collections",
5765 "contacts_panel",
5766 "crossbeam-channel",
5767 "ctor",
5768 "diagnostics",
5769 "dirs 3.0.1",
5770 "easy-parallel",
5771 "editor",
5772 "env_logger",
5773 "file_finder",
5774 "find",
5775 "fsevent",
5776 "futures",
5777 "fuzzy",
5778 "go_to_line",
5779 "gpui",
5780 "http-auth-basic",
5781 "ignore",
5782 "image",
5783 "indexmap",
5784 "journal",
5785 "language",
5786 "lazy_static",
5787 "libc",
5788 "log",
5789 "log-panics",
5790 "lsp",
5791 "num_cpus",
5792 "outline",
5793 "parking_lot",
5794 "postage",
5795 "project",
5796 "project_panel",
5797 "rand 0.8.3",
5798 "regex",
5799 "rpc",
5800 "rsa",
5801 "rust-embed",
5802 "serde",
5803 "serde_json",
5804 "serde_path_to_error",
5805 "simplelog",
5806 "smallvec",
5807 "smol",
5808 "sum_tree",
5809 "surf",
5810 "tempdir",
5811 "text",
5812 "theme",
5813 "theme_selector",
5814 "thiserror",
5815 "time 0.3.2",
5816 "tiny_http",
5817 "toml",
5818 "tree-sitter",
5819 "tree-sitter-markdown",
5820 "tree-sitter-rust",
5821 "unindent",
5822 "url",
5823 "util",
5824 "workspace",
5825]
5826
5827[[package]]
5828name = "zed-server"
5829version = "0.1.0"
5830dependencies = [
5831 "anyhow",
5832 "async-sqlx-session",
5833 "async-std",
5834 "async-trait",
5835 "async-tungstenite",
5836 "base64 0.13.0",
5837 "clap 3.0.0-beta.2",
5838 "collections",
5839 "comrak",
5840 "ctor",
5841 "either",
5842 "env_logger",
5843 "envy",
5844 "futures",
5845 "gpui",
5846 "handlebars",
5847 "http-auth-basic",
5848 "jwt-simple",
5849 "lazy_static",
5850 "lipsum",
5851 "oauth2",
5852 "oauth2-surf",
5853 "parking_lot",
5854 "postage",
5855 "rand 0.8.3",
5856 "rpc",
5857 "rust-embed",
5858 "scrypt",
5859 "serde",
5860 "serde_json",
5861 "sha-1 0.9.6",
5862 "sqlx 0.5.5",
5863 "surf",
5864 "tide",
5865 "tide-compress",
5866 "time 0.2.25",
5867 "toml",
5868 "util",
5869 "zed",
5870]
5871
5872[[package]]
5873name = "zeroize"
5874version = "1.3.0"
5875source = "registry+https://github.com/rust-lang/crates.io-index"
5876checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
5877dependencies = [
5878 "zeroize_derive",
5879]
5880
5881[[package]]
5882name = "zeroize_derive"
5883version = "1.1.0"
5884source = "registry+https://github.com/rust-lang/crates.io-index"
5885checksum = "a2c1e130bebaeab2f23886bf9acbaca14b092408c452543c857f66399cd6dab1"
5886dependencies = [
5887 "proc-macro2",
5888 "quote",
5889 "syn",
5890 "synstructure",
5891]
5892
5893[[package]]
5894name = "zstd"
5895version = "0.9.0+zstd.1.5.0"
5896source = "registry+https://github.com/rust-lang/crates.io-index"
5897checksum = "07749a5dc2cb6b36661290245e350f15ec3bbb304e493db54a1d354480522ccd"
5898dependencies = [
5899 "zstd-safe",
5900]
5901
5902[[package]]
5903name = "zstd-safe"
5904version = "4.1.1+zstd.1.5.0"
5905source = "registry+https://github.com/rust-lang/crates.io-index"
5906checksum = "c91c90f2c593b003603e5e0493c837088df4469da25aafff8bce42ba48caf079"
5907dependencies = [
5908 "libc",
5909 "zstd-sys",
5910]
5911
5912[[package]]
5913name = "zstd-sys"
5914version = "1.6.1+zstd.1.5.0"
5915source = "registry+https://github.com/rust-lang/crates.io-index"
5916checksum = "615120c7a2431d16cf1cf979e7fc31ba7a5b5e5707b29c8a99e5dbf8a8392a33"
5917dependencies = [
5918 "cc",
5919 "libc",
5920]