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