nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at netboot-syslinux-multiplatform 5355 lines 131 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "Inflector" 7version = "0.11.4" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" 10 11[[package]] 12name = "ab_glyph" 13version = "0.2.17" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "04a9283dace1c41c265496614998d5b9c4a97b3eb770e804f007c5144bf03f2b" 16dependencies = [ 17 "ab_glyph_rasterizer", 18 "owned_ttf_parser", 19] 20 21[[package]] 22name = "ab_glyph_rasterizer" 23version = "0.1.6" 24source = "registry+https://github.com/rust-lang/crates.io-index" 25checksum = "363b9b88fad3af3be80bc8f762c9a3f9dfe906fd0327b8e92f1c12e5ae1b8bbb" 26 27[[package]] 28name = "addr2line" 29version = "0.17.0" 30source = "registry+https://github.com/rust-lang/crates.io-index" 31checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b" 32dependencies = [ 33 "gimli", 34] 35 36[[package]] 37name = "adler" 38version = "1.0.2" 39source = "registry+https://github.com/rust-lang/crates.io-index" 40checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 41 42[[package]] 43name = "adler32" 44version = "1.2.0" 45source = "registry+https://github.com/rust-lang/crates.io-index" 46checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" 47 48[[package]] 49name = "aead" 50version = "0.4.3" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877" 53dependencies = [ 54 "generic-array", 55] 56 57[[package]] 58name = "aes" 59version = "0.7.5" 60source = "registry+https://github.com/rust-lang/crates.io-index" 61checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8" 62dependencies = [ 63 "cfg-if 1.0.0", 64 "cipher", 65 "cpufeatures", 66 "opaque-debug", 67] 68 69[[package]] 70name = "aes-gcm" 71version = "0.9.4" 72source = "registry+https://github.com/rust-lang/crates.io-index" 73checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6" 74dependencies = [ 75 "aead", 76 "aes", 77 "cipher", 78 "ctr", 79 "ghash", 80 "subtle", 81] 82 83[[package]] 84name = "ahash" 85version = "0.7.6" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" 88dependencies = [ 89 "getrandom 0.2.7", 90 "once_cell", 91 "version_check", 92] 93 94[[package]] 95name = "aho-corasick" 96version = "0.7.19" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e" 99dependencies = [ 100 "memchr", 101] 102 103[[package]] 104name = "airshipper" 105version = "0.10.0" 106dependencies = [ 107 "bytesize", 108 "chrono", 109 "clap", 110 "colored", 111 "country-parser", 112 "derive_more", 113 "dirs-next", 114 "find_folder", 115 "futures-util", 116 "html2text", 117 "iced", 118 "iced_lazy", 119 "iced_native", 120 "image", 121 "indicatif 0.16.2", 122 "lazy_static", 123 "md5", 124 "opener", 125 "openssl-sys", 126 "pulldown-cmark 0.8.0", 127 "rand 0.8.5", 128 "regex", 129 "reqwest", 130 "ron 0.6.6", 131 "rss", 132 "rustyline", 133 "self_update", 134 "semver 1.0.13", 135 "serde", 136 "socket2", 137 "strip_markdown", 138 "surge-ping", 139 "termcolor", 140 "thiserror", 141 "tokio", 142 "tokio-stream", 143 "tracing", 144 "tracing-appender", 145 "tracing-futures", 146 "tracing-log", 147 "tracing-subscriber", 148 "url", 149 "veloren-serverbrowser-api", 150 "winapi", 151 "winres", 152 "zip", 153] 154 155[[package]] 156name = "airshipper-server" 157version = "0.10.0" 158dependencies = [ 159 "bytes", 160 "chrono", 161 "diesel", 162 "diesel_migrations", 163 "dotenv", 164 "futures", 165 "lazy_static", 166 "libsqlite3-sys", 167 "md5", 168 "octocrab", 169 "openssl-sys", 170 "prometheus", 171 "regex", 172 "reqwest", 173 "rocket", 174 "rocket_sync_db_pools", 175 "ron 0.7.1", 176 "serde", 177 "serde_json", 178 "termcolor", 179 "thiserror", 180 "tokio", 181 "tokio-util 0.6.10", 182 "tracing", 183 "tracing-appender", 184 "tracing-log", 185 "tracing-subscriber", 186 "url", 187] 188 189[[package]] 190name = "aliasable" 191version = "0.1.3" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" 194 195[[package]] 196name = "android_system_properties" 197version = "0.1.5" 198source = "registry+https://github.com/rust-lang/crates.io-index" 199checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 200dependencies = [ 201 "libc", 202] 203 204[[package]] 205name = "ansi_term" 206version = "0.12.1" 207source = "registry+https://github.com/rust-lang/crates.io-index" 208checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 209dependencies = [ 210 "winapi", 211] 212 213[[package]] 214name = "approx" 215version = "0.5.1" 216source = "registry+https://github.com/rust-lang/crates.io-index" 217checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" 218dependencies = [ 219 "num-traits", 220] 221 222[[package]] 223name = "arc-swap" 224version = "1.5.1" 225source = "registry+https://github.com/rust-lang/crates.io-index" 226checksum = "983cd8b9d4b02a6dc6ffa557262eb5858a27a0038ffffe21a0f133eaa819a164" 227 228[[package]] 229name = "arrayvec" 230version = "0.7.2" 231source = "registry+https://github.com/rust-lang/crates.io-index" 232checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 233 234[[package]] 235name = "ash" 236version = "0.34.0+1.2.203" 237source = "registry+https://github.com/rust-lang/crates.io-index" 238checksum = "b0f780da53d0063880d45554306489f09dd8d1bda47688b4a57bc579119356df" 239dependencies = [ 240 "libloading", 241] 242 243[[package]] 244name = "async-stream" 245version = "0.3.3" 246source = "registry+https://github.com/rust-lang/crates.io-index" 247checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e" 248dependencies = [ 249 "async-stream-impl", 250 "futures-core", 251] 252 253[[package]] 254name = "async-stream-impl" 255version = "0.3.3" 256source = "registry+https://github.com/rust-lang/crates.io-index" 257checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27" 258dependencies = [ 259 "proc-macro2", 260 "quote", 261 "syn", 262] 263 264[[package]] 265name = "async-trait" 266version = "0.1.57" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "76464446b8bc32758d7e88ee1a804d9914cd9b1cb264c029899680b0be29826f" 269dependencies = [ 270 "proc-macro2", 271 "quote", 272 "syn", 273] 274 275[[package]] 276name = "atom_syndication" 277version = "0.9.1" 278source = "registry+https://github.com/rust-lang/crates.io-index" 279checksum = "2d5016bf52ff4f3ed28bf3ec1fed96b53daf4b137d5e6b9f97a8cfae7b57a3a2" 280dependencies = [ 281 "chrono", 282 "derive_builder", 283 "diligent-date-parser", 284 "quick-xml", 285] 286 287[[package]] 288name = "atomic" 289version = "0.5.1" 290source = "registry+https://github.com/rust-lang/crates.io-index" 291checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c" 292dependencies = [ 293 "autocfg", 294] 295 296[[package]] 297name = "atty" 298version = "0.2.14" 299source = "registry+https://github.com/rust-lang/crates.io-index" 300checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 301dependencies = [ 302 "hermit-abi", 303 "libc", 304 "winapi", 305] 306 307[[package]] 308name = "autocfg" 309version = "1.1.0" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 312 313[[package]] 314name = "backtrace" 315version = "0.3.66" 316source = "registry+https://github.com/rust-lang/crates.io-index" 317checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7" 318dependencies = [ 319 "addr2line", 320 "cc", 321 "cfg-if 1.0.0", 322 "libc", 323 "miniz_oxide 0.5.4", 324 "object", 325 "rustc-demangle", 326] 327 328[[package]] 329name = "base64" 330version = "0.12.3" 331source = "registry+https://github.com/rust-lang/crates.io-index" 332checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" 333 334[[package]] 335name = "base64" 336version = "0.13.0" 337source = "registry+https://github.com/rust-lang/crates.io-index" 338checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" 339 340[[package]] 341name = "binascii" 342version = "0.1.4" 343source = "registry+https://github.com/rust-lang/crates.io-index" 344checksum = "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72" 345 346[[package]] 347name = "bit-set" 348version = "0.5.3" 349source = "registry+https://github.com/rust-lang/crates.io-index" 350checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 351dependencies = [ 352 "bit-vec", 353] 354 355[[package]] 356name = "bit-vec" 357version = "0.6.3" 358source = "registry+https://github.com/rust-lang/crates.io-index" 359checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 360 361[[package]] 362name = "bitflags" 363version = "1.3.2" 364source = "registry+https://github.com/rust-lang/crates.io-index" 365checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 366 367[[package]] 368name = "block" 369version = "0.1.6" 370source = "registry+https://github.com/rust-lang/crates.io-index" 371checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 372 373[[package]] 374name = "block-buffer" 375version = "0.10.3" 376source = "registry+https://github.com/rust-lang/crates.io-index" 377checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e" 378dependencies = [ 379 "generic-array", 380] 381 382[[package]] 383name = "bstr" 384version = "0.2.17" 385source = "registry+https://github.com/rust-lang/crates.io-index" 386checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" 387dependencies = [ 388 "lazy_static", 389 "memchr", 390 "regex-automata", 391] 392 393[[package]] 394name = "bumpalo" 395version = "3.11.0" 396source = "registry+https://github.com/rust-lang/crates.io-index" 397checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d" 398 399[[package]] 400name = "bytemuck" 401version = "1.12.1" 402source = "registry+https://github.com/rust-lang/crates.io-index" 403checksum = "2f5715e491b5a1598fc2bef5a606847b5dc1d48ea625bd3c02c00de8285591da" 404dependencies = [ 405 "bytemuck_derive", 406] 407 408[[package]] 409name = "bytemuck_derive" 410version = "1.2.1" 411source = "registry+https://github.com/rust-lang/crates.io-index" 412checksum = "1b9e1f5fa78f69496407a27ae9ed989e3c3b072310286f5ef385525e4cbc24a9" 413dependencies = [ 414 "proc-macro2", 415 "quote", 416 "syn", 417] 418 419[[package]] 420name = "byteorder" 421version = "1.4.3" 422source = "registry+https://github.com/rust-lang/crates.io-index" 423checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 424 425[[package]] 426name = "bytes" 427version = "1.1.0" 428source = "registry+https://github.com/rust-lang/crates.io-index" 429checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" 430 431[[package]] 432name = "bytesize" 433version = "1.1.0" 434source = "registry+https://github.com/rust-lang/crates.io-index" 435checksum = "6c58ec36aac5066d5ca17df51b3e70279f5670a72102f5752cb7e7c856adfc70" 436 437[[package]] 438name = "bzip2" 439version = "0.4.3" 440source = "registry+https://github.com/rust-lang/crates.io-index" 441checksum = "6afcd980b5f3a45017c57e57a2fcccbb351cc43a356ce117ef760ef8052b89b0" 442dependencies = [ 443 "bzip2-sys", 444 "libc", 445] 446 447[[package]] 448name = "bzip2-sys" 449version = "0.1.11+1.0.8" 450source = "registry+https://github.com/rust-lang/crates.io-index" 451checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" 452dependencies = [ 453 "cc", 454 "libc", 455 "pkg-config", 456] 457 458[[package]] 459name = "calloop" 460version = "0.9.3" 461source = "registry+https://github.com/rust-lang/crates.io-index" 462checksum = "bf2eec61efe56aa1e813f5126959296933cf0700030e4314786c48779a66ab82" 463dependencies = [ 464 "log", 465 "nix 0.22.3", 466] 467 468[[package]] 469name = "cc" 470version = "1.0.73" 471source = "registry+https://github.com/rust-lang/crates.io-index" 472checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" 473 474[[package]] 475name = "cfg-if" 476version = "0.1.10" 477source = "registry+https://github.com/rust-lang/crates.io-index" 478checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 479 480[[package]] 481name = "cfg-if" 482version = "1.0.0" 483source = "registry+https://github.com/rust-lang/crates.io-index" 484checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 485 486[[package]] 487name = "cfg_aliases" 488version = "0.1.1" 489source = "registry+https://github.com/rust-lang/crates.io-index" 490checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 491 492[[package]] 493name = "chrono" 494version = "0.4.22" 495source = "registry+https://github.com/rust-lang/crates.io-index" 496checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1" 497dependencies = [ 498 "iana-time-zone", 499 "js-sys", 500 "num-integer", 501 "num-traits", 502 "serde", 503 "time 0.1.44", 504 "wasm-bindgen", 505 "winapi", 506] 507 508[[package]] 509name = "cipher" 510version = "0.3.0" 511source = "registry+https://github.com/rust-lang/crates.io-index" 512checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7" 513dependencies = [ 514 "generic-array", 515] 516 517[[package]] 518name = "clap" 519version = "3.2.20" 520source = "registry+https://github.com/rust-lang/crates.io-index" 521checksum = "23b71c3ce99b7611011217b366d923f1d0a7e07a92bb2dbf1e84508c673ca3bd" 522dependencies = [ 523 "atty", 524 "bitflags", 525 "clap_derive", 526 "clap_lex", 527 "indexmap", 528 "once_cell", 529 "strsim 0.10.0", 530 "termcolor", 531 "textwrap", 532] 533 534[[package]] 535name = "clap_derive" 536version = "3.2.18" 537source = "registry+https://github.com/rust-lang/crates.io-index" 538checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65" 539dependencies = [ 540 "heck", 541 "proc-macro-error", 542 "proc-macro2", 543 "quote", 544 "syn", 545] 546 547[[package]] 548name = "clap_lex" 549version = "0.2.4" 550source = "registry+https://github.com/rust-lang/crates.io-index" 551checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 552dependencies = [ 553 "os_str_bytes", 554] 555 556[[package]] 557name = "clipboard-win" 558version = "4.4.2" 559source = "registry+https://github.com/rust-lang/crates.io-index" 560checksum = "c4ab1b92798304eedc095b53942963240037c0516452cb11aeba709d420b2219" 561dependencies = [ 562 "error-code", 563 "str-buf", 564 "winapi", 565] 566 567[[package]] 568name = "clipboard_macos" 569version = "0.1.0" 570source = "registry+https://github.com/rust-lang/crates.io-index" 571checksum = "145a7f9e9b89453bc0a5e32d166456405d389cea5b578f57f1274b1397588a95" 572dependencies = [ 573 "objc", 574 "objc-foundation", 575 "objc_id", 576] 577 578[[package]] 579name = "clipboard_wayland" 580version = "0.2.0" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "6f6364a9f7a66f2ac1a1a098aa1c7f6b686f2496c6ac5e5c0d773445df912747" 583dependencies = [ 584 "smithay-clipboard", 585] 586 587[[package]] 588name = "clipboard_x11" 589version = "0.4.0" 590source = "registry+https://github.com/rust-lang/crates.io-index" 591checksum = "983a7010836ecd04dde2c6d27a0cb56ec5d21572177e782bdcb24a600124e921" 592dependencies = [ 593 "thiserror", 594 "x11rb", 595] 596 597[[package]] 598name = "cocoa" 599version = "0.24.0" 600source = "registry+https://github.com/rust-lang/crates.io-index" 601checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832" 602dependencies = [ 603 "bitflags", 604 "block", 605 "cocoa-foundation", 606 "core-foundation 0.9.3", 607 "core-graphics 0.22.3", 608 "foreign-types", 609 "libc", 610 "objc", 611] 612 613[[package]] 614name = "cocoa-foundation" 615version = "0.1.0" 616source = "registry+https://github.com/rust-lang/crates.io-index" 617checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318" 618dependencies = [ 619 "bitflags", 620 "block", 621 "core-foundation 0.9.3", 622 "core-graphics-types", 623 "foreign-types", 624 "libc", 625 "objc", 626] 627 628[[package]] 629name = "codespan-reporting" 630version = "0.11.1" 631source = "registry+https://github.com/rust-lang/crates.io-index" 632checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 633dependencies = [ 634 "termcolor", 635 "unicode-width", 636] 637 638[[package]] 639name = "color_quant" 640version = "1.1.0" 641source = "registry+https://github.com/rust-lang/crates.io-index" 642checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 643 644[[package]] 645name = "colored" 646version = "2.0.0" 647source = "registry+https://github.com/rust-lang/crates.io-index" 648checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd" 649dependencies = [ 650 "atty", 651 "lazy_static", 652 "winapi", 653] 654 655[[package]] 656name = "console" 657version = "0.15.1" 658source = "registry+https://github.com/rust-lang/crates.io-index" 659checksum = "89eab4d20ce20cea182308bca13088fecea9c05f6776cf287205d41a0ed3c847" 660dependencies = [ 661 "encode_unicode", 662 "libc", 663 "once_cell", 664 "terminal_size", 665 "unicode-width", 666 "winapi", 667] 668 669[[package]] 670name = "convert_case" 671version = "0.4.0" 672source = "registry+https://github.com/rust-lang/crates.io-index" 673checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 674 675[[package]] 676name = "cookie" 677version = "0.16.0" 678source = "registry+https://github.com/rust-lang/crates.io-index" 679checksum = "94d4706de1b0fa5b132270cddffa8585166037822e260a944fe161acd137ca05" 680dependencies = [ 681 "aes-gcm", 682 "base64 0.13.0", 683 "hkdf", 684 "hmac", 685 "percent-encoding", 686 "rand 0.8.5", 687 "sha2", 688 "subtle", 689 "time 0.3.14", 690 "version_check", 691] 692 693[[package]] 694name = "copyless" 695version = "0.1.5" 696source = "registry+https://github.com/rust-lang/crates.io-index" 697checksum = "a2df960f5d869b2dd8532793fde43eb5427cceb126c929747a26823ab0eeb536" 698 699[[package]] 700name = "core-foundation" 701version = "0.7.0" 702source = "registry+https://github.com/rust-lang/crates.io-index" 703checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171" 704dependencies = [ 705 "core-foundation-sys 0.7.0", 706 "libc", 707] 708 709[[package]] 710name = "core-foundation" 711version = "0.9.3" 712source = "registry+https://github.com/rust-lang/crates.io-index" 713checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 714dependencies = [ 715 "core-foundation-sys 0.8.3", 716 "libc", 717] 718 719[[package]] 720name = "core-foundation-sys" 721version = "0.7.0" 722source = "registry+https://github.com/rust-lang/crates.io-index" 723checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac" 724 725[[package]] 726name = "core-foundation-sys" 727version = "0.8.3" 728source = "registry+https://github.com/rust-lang/crates.io-index" 729checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 730 731[[package]] 732name = "core-graphics" 733version = "0.19.2" 734source = "registry+https://github.com/rust-lang/crates.io-index" 735checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923" 736dependencies = [ 737 "bitflags", 738 "core-foundation 0.7.0", 739 "foreign-types", 740 "libc", 741] 742 743[[package]] 744name = "core-graphics" 745version = "0.22.3" 746source = "registry+https://github.com/rust-lang/crates.io-index" 747checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" 748dependencies = [ 749 "bitflags", 750 "core-foundation 0.9.3", 751 "core-graphics-types", 752 "foreign-types", 753 "libc", 754] 755 756[[package]] 757name = "core-graphics-types" 758version = "0.1.1" 759source = "registry+https://github.com/rust-lang/crates.io-index" 760checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b" 761dependencies = [ 762 "bitflags", 763 "core-foundation 0.9.3", 764 "foreign-types", 765 "libc", 766] 767 768[[package]] 769name = "core-video-sys" 770version = "0.1.4" 771source = "registry+https://github.com/rust-lang/crates.io-index" 772checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828" 773dependencies = [ 774 "cfg-if 0.1.10", 775 "core-foundation-sys 0.7.0", 776 "core-graphics 0.19.2", 777 "libc", 778 "objc", 779] 780 781[[package]] 782name = "country-parser" 783version = "0.1.1" 784source = "registry+https://github.com/rust-lang/crates.io-index" 785checksum = "1dee23a8308105cbce67c6b9bf85d204949b614bf9286c24f5eebfae50f17b60" 786dependencies = [ 787 "lazy_static", 788 "ron 0.6.6", 789 "serde", 790] 791 792[[package]] 793name = "cpufeatures" 794version = "0.2.5" 795source = "registry+https://github.com/rust-lang/crates.io-index" 796checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" 797dependencies = [ 798 "libc", 799] 800 801[[package]] 802name = "crc32fast" 803version = "1.3.2" 804source = "registry+https://github.com/rust-lang/crates.io-index" 805checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 806dependencies = [ 807 "cfg-if 1.0.0", 808] 809 810[[package]] 811name = "crossbeam-channel" 812version = "0.5.6" 813source = "registry+https://github.com/rust-lang/crates.io-index" 814checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" 815dependencies = [ 816 "cfg-if 1.0.0", 817 "crossbeam-utils", 818] 819 820[[package]] 821name = "crossbeam-deque" 822version = "0.8.2" 823source = "registry+https://github.com/rust-lang/crates.io-index" 824checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" 825dependencies = [ 826 "cfg-if 1.0.0", 827 "crossbeam-epoch", 828 "crossbeam-utils", 829] 830 831[[package]] 832name = "crossbeam-epoch" 833version = "0.9.10" 834source = "registry+https://github.com/rust-lang/crates.io-index" 835checksum = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1" 836dependencies = [ 837 "autocfg", 838 "cfg-if 1.0.0", 839 "crossbeam-utils", 840 "memoffset", 841 "once_cell", 842 "scopeguard", 843] 844 845[[package]] 846name = "crossbeam-utils" 847version = "0.8.11" 848source = "registry+https://github.com/rust-lang/crates.io-index" 849checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc" 850dependencies = [ 851 "cfg-if 1.0.0", 852 "once_cell", 853] 854 855[[package]] 856name = "crypto-common" 857version = "0.1.6" 858source = "registry+https://github.com/rust-lang/crates.io-index" 859checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 860dependencies = [ 861 "generic-array", 862 "typenum", 863] 864 865[[package]] 866name = "ctr" 867version = "0.8.0" 868source = "registry+https://github.com/rust-lang/crates.io-index" 869checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea" 870dependencies = [ 871 "cipher", 872] 873 874[[package]] 875name = "cty" 876version = "0.2.2" 877source = "registry+https://github.com/rust-lang/crates.io-index" 878checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" 879 880[[package]] 881name = "d3d12" 882version = "0.4.1" 883source = "registry+https://github.com/rust-lang/crates.io-index" 884checksum = "2daefd788d1e96e0a9d66dee4b828b883509bc3ea9ce30665f04c3246372690c" 885dependencies = [ 886 "bitflags", 887 "libloading", 888 "winapi", 889] 890 891[[package]] 892name = "darling" 893version = "0.10.2" 894source = "registry+https://github.com/rust-lang/crates.io-index" 895checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858" 896dependencies = [ 897 "darling_core 0.10.2", 898 "darling_macro 0.10.2", 899] 900 901[[package]] 902name = "darling" 903version = "0.13.4" 904source = "registry+https://github.com/rust-lang/crates.io-index" 905checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c" 906dependencies = [ 907 "darling_core 0.13.4", 908 "darling_macro 0.13.4", 909] 910 911[[package]] 912name = "darling_core" 913version = "0.10.2" 914source = "registry+https://github.com/rust-lang/crates.io-index" 915checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b" 916dependencies = [ 917 "fnv", 918 "ident_case", 919 "proc-macro2", 920 "quote", 921 "strsim 0.9.3", 922 "syn", 923] 924 925[[package]] 926name = "darling_core" 927version = "0.13.4" 928source = "registry+https://github.com/rust-lang/crates.io-index" 929checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610" 930dependencies = [ 931 "fnv", 932 "ident_case", 933 "proc-macro2", 934 "quote", 935 "strsim 0.10.0", 936 "syn", 937] 938 939[[package]] 940name = "darling_macro" 941version = "0.10.2" 942source = "registry+https://github.com/rust-lang/crates.io-index" 943checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72" 944dependencies = [ 945 "darling_core 0.10.2", 946 "quote", 947 "syn", 948] 949 950[[package]] 951name = "darling_macro" 952version = "0.13.4" 953source = "registry+https://github.com/rust-lang/crates.io-index" 954checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835" 955dependencies = [ 956 "darling_core 0.13.4", 957 "quote", 958 "syn", 959] 960 961[[package]] 962name = "deflate" 963version = "0.8.6" 964source = "registry+https://github.com/rust-lang/crates.io-index" 965checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174" 966dependencies = [ 967 "adler32", 968 "byteorder", 969] 970 971[[package]] 972name = "derive_builder" 973version = "0.9.0" 974source = "registry+https://github.com/rust-lang/crates.io-index" 975checksum = "a2658621297f2cf68762a6f7dc0bb7e1ff2cfd6583daef8ee0fed6f7ec468ec0" 976dependencies = [ 977 "darling 0.10.2", 978 "derive_builder_core", 979 "proc-macro2", 980 "quote", 981 "syn", 982] 983 984[[package]] 985name = "derive_builder_core" 986version = "0.9.0" 987source = "registry+https://github.com/rust-lang/crates.io-index" 988checksum = "2791ea3e372c8495c0bc2033991d76b512cd799d07491fbd6890124db9458bef" 989dependencies = [ 990 "darling 0.10.2", 991 "proc-macro2", 992 "quote", 993 "syn", 994] 995 996[[package]] 997name = "derive_more" 998version = "0.99.17" 999source = "registry+https://github.com/rust-lang/crates.io-index" 1000checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" 1001dependencies = [ 1002 "convert_case", 1003 "proc-macro2", 1004 "quote", 1005 "rustc_version", 1006 "syn", 1007] 1008 1009[[package]] 1010name = "devise" 1011version = "0.3.1" 1012source = "registry+https://github.com/rust-lang/crates.io-index" 1013checksum = "50c7580b072f1c8476148f16e0a0d5dedddab787da98d86c5082c5e9ed8ab595" 1014dependencies = [ 1015 "devise_codegen", 1016 "devise_core", 1017] 1018 1019[[package]] 1020name = "devise_codegen" 1021version = "0.3.1" 1022source = "registry+https://github.com/rust-lang/crates.io-index" 1023checksum = "123c73e7a6e51b05c75fe1a1b2f4e241399ea5740ed810b0e3e6cacd9db5e7b2" 1024dependencies = [ 1025 "devise_core", 1026 "quote", 1027] 1028 1029[[package]] 1030name = "devise_core" 1031version = "0.3.1" 1032source = "registry+https://github.com/rust-lang/crates.io-index" 1033checksum = "841ef46f4787d9097405cac4e70fb8644fc037b526e8c14054247c0263c400d0" 1034dependencies = [ 1035 "bitflags", 1036 "proc-macro2", 1037 "proc-macro2-diagnostics", 1038 "quote", 1039 "syn", 1040] 1041 1042[[package]] 1043name = "diesel" 1044version = "1.4.8" 1045source = "registry+https://github.com/rust-lang/crates.io-index" 1046checksum = "b28135ecf6b7d446b43e27e225622a038cc4e2930a1022f51cdb97ada19b8e4d" 1047dependencies = [ 1048 "byteorder", 1049 "chrono", 1050 "diesel_derives", 1051 "libsqlite3-sys", 1052 "r2d2", 1053] 1054 1055[[package]] 1056name = "diesel_derives" 1057version = "1.4.1" 1058source = "registry+https://github.com/rust-lang/crates.io-index" 1059checksum = "45f5098f628d02a7a0f68ddba586fb61e80edec3bdc1be3b921f4ceec60858d3" 1060dependencies = [ 1061 "proc-macro2", 1062 "quote", 1063 "syn", 1064] 1065 1066[[package]] 1067name = "diesel_migrations" 1068version = "1.4.0" 1069source = "registry+https://github.com/rust-lang/crates.io-index" 1070checksum = "bf3cde8413353dc7f5d72fa8ce0b99a560a359d2c5ef1e5817ca731cd9008f4c" 1071dependencies = [ 1072 "migrations_internals", 1073 "migrations_macros", 1074] 1075 1076[[package]] 1077name = "digest" 1078version = "0.10.3" 1079source = "registry+https://github.com/rust-lang/crates.io-index" 1080checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506" 1081dependencies = [ 1082 "block-buffer", 1083 "crypto-common", 1084 "subtle", 1085] 1086 1087[[package]] 1088name = "diligent-date-parser" 1089version = "0.1.3" 1090source = "registry+https://github.com/rust-lang/crates.io-index" 1091checksum = "c2d0fd95c7c02e2d6c588c6c5628466fff9bdde4b8c6196465e087b08e792720" 1092dependencies = [ 1093 "chrono", 1094] 1095 1096[[package]] 1097name = "dirs-next" 1098version = "2.0.0" 1099source = "registry+https://github.com/rust-lang/crates.io-index" 1100checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 1101dependencies = [ 1102 "cfg-if 1.0.0", 1103 "dirs-sys-next", 1104] 1105 1106[[package]] 1107name = "dirs-sys-next" 1108version = "0.1.2" 1109source = "registry+https://github.com/rust-lang/crates.io-index" 1110checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 1111dependencies = [ 1112 "libc", 1113 "redox_users", 1114 "winapi", 1115] 1116 1117[[package]] 1118name = "dispatch" 1119version = "0.2.0" 1120source = "registry+https://github.com/rust-lang/crates.io-index" 1121checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 1122 1123[[package]] 1124name = "dlib" 1125version = "0.5.0" 1126source = "registry+https://github.com/rust-lang/crates.io-index" 1127checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794" 1128dependencies = [ 1129 "libloading", 1130] 1131 1132[[package]] 1133name = "doc-comment" 1134version = "0.3.3" 1135source = "registry+https://github.com/rust-lang/crates.io-index" 1136checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 1137 1138[[package]] 1139name = "dotenv" 1140version = "0.15.0" 1141source = "registry+https://github.com/rust-lang/crates.io-index" 1142checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f" 1143 1144[[package]] 1145name = "downcast-rs" 1146version = "1.2.0" 1147source = "registry+https://github.com/rust-lang/crates.io-index" 1148checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" 1149 1150[[package]] 1151name = "either" 1152version = "1.8.0" 1153source = "registry+https://github.com/rust-lang/crates.io-index" 1154checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" 1155 1156[[package]] 1157name = "encode_unicode" 1158version = "0.3.6" 1159source = "registry+https://github.com/rust-lang/crates.io-index" 1160checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 1161 1162[[package]] 1163name = "encoding_rs" 1164version = "0.8.31" 1165source = "registry+https://github.com/rust-lang/crates.io-index" 1166checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b" 1167dependencies = [ 1168 "cfg-if 1.0.0", 1169] 1170 1171[[package]] 1172name = "endian-type" 1173version = "0.1.2" 1174source = "registry+https://github.com/rust-lang/crates.io-index" 1175checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" 1176 1177[[package]] 1178name = "errno" 1179version = "0.2.8" 1180source = "registry+https://github.com/rust-lang/crates.io-index" 1181checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 1182dependencies = [ 1183 "errno-dragonfly", 1184 "libc", 1185 "winapi", 1186] 1187 1188[[package]] 1189name = "errno-dragonfly" 1190version = "0.1.2" 1191source = "registry+https://github.com/rust-lang/crates.io-index" 1192checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 1193dependencies = [ 1194 "cc", 1195 "libc", 1196] 1197 1198[[package]] 1199name = "error-code" 1200version = "2.3.1" 1201source = "registry+https://github.com/rust-lang/crates.io-index" 1202checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21" 1203dependencies = [ 1204 "libc", 1205 "str-buf", 1206] 1207 1208[[package]] 1209name = "euclid" 1210version = "0.22.7" 1211source = "registry+https://github.com/rust-lang/crates.io-index" 1212checksum = "b52c2ef4a78da0ba68fbe1fd920627411096d2ac478f7f4c9f3a54ba6705bade" 1213dependencies = [ 1214 "num-traits", 1215] 1216 1217[[package]] 1218name = "fastrand" 1219version = "1.8.0" 1220source = "registry+https://github.com/rust-lang/crates.io-index" 1221checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" 1222dependencies = [ 1223 "instant", 1224] 1225 1226[[package]] 1227name = "fd-lock" 1228version = "3.0.8" 1229source = "registry+https://github.com/rust-lang/crates.io-index" 1230checksum = "bb21c69b9fea5e15dbc1049e4b77145dd0ba1c84019c488102de0dc4ea4b0a27" 1231dependencies = [ 1232 "cfg-if 1.0.0", 1233 "rustix", 1234 "windows-sys 0.42.0", 1235] 1236 1237[[package]] 1238name = "figment" 1239version = "0.10.7" 1240source = "registry+https://github.com/rust-lang/crates.io-index" 1241checksum = "6e3bd154d9ae2f1bb0ada5b7eebd56529513efa5de7d2fc8c6adf33bc43260cf" 1242dependencies = [ 1243 "atomic", 1244 "pear", 1245 "serde", 1246 "toml", 1247 "uncased", 1248 "version_check", 1249] 1250 1251[[package]] 1252name = "find_folder" 1253version = "0.3.0" 1254source = "registry+https://github.com/rust-lang/crates.io-index" 1255checksum = "9f6d018fb95a0b59f854aed68ecd96ce2b80af7911b92b1fed3c4b1fa516b91b" 1256 1257[[package]] 1258name = "flate2" 1259version = "1.0.24" 1260source = "registry+https://github.com/rust-lang/crates.io-index" 1261checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6" 1262dependencies = [ 1263 "crc32fast", 1264 "miniz_oxide 0.5.4", 1265] 1266 1267[[package]] 1268name = "fnv" 1269version = "1.0.7" 1270source = "registry+https://github.com/rust-lang/crates.io-index" 1271checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1272 1273[[package]] 1274name = "foreign-types" 1275version = "0.3.2" 1276source = "registry+https://github.com/rust-lang/crates.io-index" 1277checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1278dependencies = [ 1279 "foreign-types-shared", 1280] 1281 1282[[package]] 1283name = "foreign-types-shared" 1284version = "0.1.1" 1285source = "registry+https://github.com/rust-lang/crates.io-index" 1286checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1287 1288[[package]] 1289name = "form_urlencoded" 1290version = "1.0.1" 1291source = "registry+https://github.com/rust-lang/crates.io-index" 1292checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" 1293dependencies = [ 1294 "matches", 1295 "percent-encoding", 1296] 1297 1298[[package]] 1299name = "futf" 1300version = "0.1.5" 1301source = "registry+https://github.com/rust-lang/crates.io-index" 1302checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 1303dependencies = [ 1304 "mac", 1305 "new_debug_unreachable", 1306] 1307 1308[[package]] 1309name = "futures" 1310version = "0.3.24" 1311source = "registry+https://github.com/rust-lang/crates.io-index" 1312checksum = "7f21eda599937fba36daeb58a22e8f5cee2d14c4a17b5b7739c7c8e5e3b8230c" 1313dependencies = [ 1314 "futures-channel", 1315 "futures-core", 1316 "futures-executor", 1317 "futures-io", 1318 "futures-sink", 1319 "futures-task", 1320 "futures-util", 1321] 1322 1323[[package]] 1324name = "futures-channel" 1325version = "0.3.24" 1326source = "registry+https://github.com/rust-lang/crates.io-index" 1327checksum = "30bdd20c28fadd505d0fd6712cdfcb0d4b5648baf45faef7f852afb2399bb050" 1328dependencies = [ 1329 "futures-core", 1330 "futures-sink", 1331] 1332 1333[[package]] 1334name = "futures-core" 1335version = "0.3.24" 1336source = "registry+https://github.com/rust-lang/crates.io-index" 1337checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf" 1338 1339[[package]] 1340name = "futures-executor" 1341version = "0.3.24" 1342source = "registry+https://github.com/rust-lang/crates.io-index" 1343checksum = "9ff63c23854bee61b6e9cd331d523909f238fc7636290b96826e9cfa5faa00ab" 1344dependencies = [ 1345 "futures-core", 1346 "futures-task", 1347 "futures-util", 1348 "num_cpus", 1349] 1350 1351[[package]] 1352name = "futures-io" 1353version = "0.3.24" 1354source = "registry+https://github.com/rust-lang/crates.io-index" 1355checksum = "bbf4d2a7a308fd4578637c0b17c7e1c7ba127b8f6ba00b29f717e9655d85eb68" 1356 1357[[package]] 1358name = "futures-macro" 1359version = "0.3.24" 1360source = "registry+https://github.com/rust-lang/crates.io-index" 1361checksum = "42cd15d1c7456c04dbdf7e88bcd69760d74f3a798d6444e16974b505b0e62f17" 1362dependencies = [ 1363 "proc-macro2", 1364 "quote", 1365 "syn", 1366] 1367 1368[[package]] 1369name = "futures-sink" 1370version = "0.3.24" 1371source = "registry+https://github.com/rust-lang/crates.io-index" 1372checksum = "21b20ba5a92e727ba30e72834706623d94ac93a725410b6a6b6fbc1b07f7ba56" 1373 1374[[package]] 1375name = "futures-task" 1376version = "0.3.24" 1377source = "registry+https://github.com/rust-lang/crates.io-index" 1378checksum = "a6508c467c73851293f390476d4491cf4d227dbabcd4170f3bb6044959b294f1" 1379 1380[[package]] 1381name = "futures-util" 1382version = "0.3.24" 1383source = "registry+https://github.com/rust-lang/crates.io-index" 1384checksum = "44fb6cb1be61cc1d2e43b262516aafcf63b241cffdb1d3fa115f91d9c7b09c90" 1385dependencies = [ 1386 "futures-channel", 1387 "futures-core", 1388 "futures-io", 1389 "futures-macro", 1390 "futures-sink", 1391 "futures-task", 1392 "memchr", 1393 "pin-project-lite", 1394 "pin-utils", 1395 "slab", 1396] 1397 1398[[package]] 1399name = "fxhash" 1400version = "0.2.1" 1401source = "registry+https://github.com/rust-lang/crates.io-index" 1402checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 1403dependencies = [ 1404 "byteorder", 1405] 1406 1407[[package]] 1408name = "generator" 1409version = "0.7.1" 1410source = "registry+https://github.com/rust-lang/crates.io-index" 1411checksum = "cc184cace1cea8335047a471cc1da80f18acf8a76f3bab2028d499e328948ec7" 1412dependencies = [ 1413 "cc", 1414 "libc", 1415 "log", 1416 "rustversion", 1417 "windows", 1418] 1419 1420[[package]] 1421name = "generic-array" 1422version = "0.14.6" 1423source = "registry+https://github.com/rust-lang/crates.io-index" 1424checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" 1425dependencies = [ 1426 "typenum", 1427 "version_check", 1428] 1429 1430[[package]] 1431name = "gethostname" 1432version = "0.2.3" 1433source = "registry+https://github.com/rust-lang/crates.io-index" 1434checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e" 1435dependencies = [ 1436 "libc", 1437 "winapi", 1438] 1439 1440[[package]] 1441name = "getopts" 1442version = "0.2.21" 1443source = "registry+https://github.com/rust-lang/crates.io-index" 1444checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" 1445dependencies = [ 1446 "unicode-width", 1447] 1448 1449[[package]] 1450name = "getrandom" 1451version = "0.1.16" 1452source = "registry+https://github.com/rust-lang/crates.io-index" 1453checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 1454dependencies = [ 1455 "cfg-if 1.0.0", 1456 "libc", 1457 "wasi 0.9.0+wasi-snapshot-preview1", 1458] 1459 1460[[package]] 1461name = "getrandom" 1462version = "0.2.7" 1463source = "registry+https://github.com/rust-lang/crates.io-index" 1464checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6" 1465dependencies = [ 1466 "cfg-if 1.0.0", 1467 "libc", 1468 "wasi 0.11.0+wasi-snapshot-preview1", 1469] 1470 1471[[package]] 1472name = "ghash" 1473version = "0.4.4" 1474source = "registry+https://github.com/rust-lang/crates.io-index" 1475checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99" 1476dependencies = [ 1477 "opaque-debug", 1478 "polyval", 1479] 1480 1481[[package]] 1482name = "gif" 1483version = "0.11.4" 1484source = "registry+https://github.com/rust-lang/crates.io-index" 1485checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06" 1486dependencies = [ 1487 "color_quant", 1488 "weezl", 1489] 1490 1491[[package]] 1492name = "gimli" 1493version = "0.26.2" 1494source = "registry+https://github.com/rust-lang/crates.io-index" 1495checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" 1496 1497[[package]] 1498name = "glam" 1499version = "0.10.2" 1500source = "registry+https://github.com/rust-lang/crates.io-index" 1501checksum = "579160312273c954cc51bd440f059dde741029ac8daf8c84fece76cb77f62c15" 1502dependencies = [ 1503 "version_check", 1504] 1505 1506[[package]] 1507name = "glob" 1508version = "0.3.0" 1509source = "registry+https://github.com/rust-lang/crates.io-index" 1510checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" 1511 1512[[package]] 1513name = "glow" 1514version = "0.11.2" 1515source = "registry+https://github.com/rust-lang/crates.io-index" 1516checksum = "d8bd5877156a19b8ac83a29b2306fe20537429d318f3ff0a1a2119f8d9c61919" 1517dependencies = [ 1518 "js-sys", 1519 "slotmap", 1520 "wasm-bindgen", 1521 "web-sys", 1522] 1523 1524[[package]] 1525name = "glyph_brush" 1526version = "0.7.5" 1527source = "registry+https://github.com/rust-lang/crates.io-index" 1528checksum = "ac02497410cdb5062cc056a33f2e1e19ff69fbf26a4be9a02bf29d6e17ea105b" 1529dependencies = [ 1530 "glyph_brush_draw_cache", 1531 "glyph_brush_layout", 1532 "log", 1533 "ordered-float", 1534 "rustc-hash", 1535 "twox-hash", 1536] 1537 1538[[package]] 1539name = "glyph_brush_draw_cache" 1540version = "0.1.5" 1541source = "registry+https://github.com/rust-lang/crates.io-index" 1542checksum = "6010675390f6889e09a21e2c8b575b3ee25667ea8237a8d59423f73cb8c28610" 1543dependencies = [ 1544 "ab_glyph", 1545 "crossbeam-channel", 1546 "crossbeam-deque", 1547 "linked-hash-map", 1548 "rayon", 1549 "rustc-hash", 1550] 1551 1552[[package]] 1553name = "glyph_brush_layout" 1554version = "0.2.3" 1555source = "registry+https://github.com/rust-lang/crates.io-index" 1556checksum = "cc32c2334f00ca5ac3695c5009ae35da21da8c62d255b5b96d56e2597a637a38" 1557dependencies = [ 1558 "ab_glyph", 1559 "approx", 1560 "xi-unicode", 1561] 1562 1563[[package]] 1564name = "gpu-alloc" 1565version = "0.5.3" 1566source = "registry+https://github.com/rust-lang/crates.io-index" 1567checksum = "7fc59e5f710e310e76e6707f86c561dd646f69a8876da9131703b2f717de818d" 1568dependencies = [ 1569 "bitflags", 1570 "gpu-alloc-types", 1571] 1572 1573[[package]] 1574name = "gpu-alloc-types" 1575version = "0.2.0" 1576source = "registry+https://github.com/rust-lang/crates.io-index" 1577checksum = "54804d0d6bc9d7f26db4eaec1ad10def69b599315f487d32c334a80d1efe67a5" 1578dependencies = [ 1579 "bitflags", 1580] 1581 1582[[package]] 1583name = "gpu-descriptor" 1584version = "0.2.3" 1585source = "registry+https://github.com/rust-lang/crates.io-index" 1586checksum = "0b0c02e1ba0bdb14e965058ca34e09c020f8e507a760df1121728e0aef68d57a" 1587dependencies = [ 1588 "bitflags", 1589 "gpu-descriptor-types", 1590 "hashbrown", 1591] 1592 1593[[package]] 1594name = "gpu-descriptor-types" 1595version = "0.1.1" 1596source = "registry+https://github.com/rust-lang/crates.io-index" 1597checksum = "363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126" 1598dependencies = [ 1599 "bitflags", 1600] 1601 1602[[package]] 1603name = "guillotiere" 1604version = "0.6.2" 1605source = "registry+https://github.com/rust-lang/crates.io-index" 1606checksum = "b62d5865c036cb1393e23c50693df631d3f5d7bcca4c04fe4cc0fd592e74a782" 1607dependencies = [ 1608 "euclid", 1609 "svg_fmt", 1610] 1611 1612[[package]] 1613name = "h2" 1614version = "0.3.14" 1615source = "registry+https://github.com/rust-lang/crates.io-index" 1616checksum = "5ca32592cf21ac7ccab1825cd87f6c9b3d9022c44d086172ed0966bec8af30be" 1617dependencies = [ 1618 "bytes", 1619 "fnv", 1620 "futures-core", 1621 "futures-sink", 1622 "futures-util", 1623 "http", 1624 "indexmap", 1625 "slab", 1626 "tokio", 1627 "tokio-util 0.7.3", 1628 "tracing", 1629] 1630 1631[[package]] 1632name = "hashbrown" 1633version = "0.12.3" 1634source = "registry+https://github.com/rust-lang/crates.io-index" 1635checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1636dependencies = [ 1637 "ahash", 1638] 1639 1640[[package]] 1641name = "heck" 1642version = "0.4.0" 1643source = "registry+https://github.com/rust-lang/crates.io-index" 1644checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" 1645 1646[[package]] 1647name = "hermit-abi" 1648version = "0.1.19" 1649source = "registry+https://github.com/rust-lang/crates.io-index" 1650checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 1651dependencies = [ 1652 "libc", 1653] 1654 1655[[package]] 1656name = "hex" 1657version = "0.4.3" 1658source = "registry+https://github.com/rust-lang/crates.io-index" 1659checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1660 1661[[package]] 1662name = "hexf-parse" 1663version = "0.2.1" 1664source = "registry+https://github.com/rust-lang/crates.io-index" 1665checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 1666 1667[[package]] 1668name = "hkdf" 1669version = "0.12.3" 1670source = "registry+https://github.com/rust-lang/crates.io-index" 1671checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" 1672dependencies = [ 1673 "hmac", 1674] 1675 1676[[package]] 1677name = "hmac" 1678version = "0.12.1" 1679source = "registry+https://github.com/rust-lang/crates.io-index" 1680checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1681dependencies = [ 1682 "digest", 1683] 1684 1685[[package]] 1686name = "html2text" 1687version = "0.2.1" 1688source = "registry+https://github.com/rust-lang/crates.io-index" 1689checksum = "a26379dcb715e237b96102a12b505c553e2bffa74bae2e54658748d298660ef1" 1690dependencies = [ 1691 "html5ever", 1692 "markup5ever_rcdom", 1693 "unicode-width", 1694] 1695 1696[[package]] 1697name = "html5ever" 1698version = "0.25.2" 1699source = "registry+https://github.com/rust-lang/crates.io-index" 1700checksum = "e5c13fb08e5d4dfc151ee5e88bae63f7773d61852f3bdc73c9f4b9e1bde03148" 1701dependencies = [ 1702 "log", 1703 "mac", 1704 "markup5ever", 1705 "proc-macro2", 1706 "quote", 1707 "syn", 1708] 1709 1710[[package]] 1711name = "http" 1712version = "0.2.8" 1713source = "registry+https://github.com/rust-lang/crates.io-index" 1714checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" 1715dependencies = [ 1716 "bytes", 1717 "fnv", 1718 "itoa", 1719] 1720 1721[[package]] 1722name = "http-body" 1723version = "0.4.5" 1724source = "registry+https://github.com/rust-lang/crates.io-index" 1725checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 1726dependencies = [ 1727 "bytes", 1728 "http", 1729 "pin-project-lite", 1730] 1731 1732[[package]] 1733name = "httparse" 1734version = "1.8.0" 1735source = "registry+https://github.com/rust-lang/crates.io-index" 1736checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1737 1738[[package]] 1739name = "httpdate" 1740version = "1.0.2" 1741source = "registry+https://github.com/rust-lang/crates.io-index" 1742checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 1743 1744[[package]] 1745name = "hyper" 1746version = "0.14.20" 1747source = "registry+https://github.com/rust-lang/crates.io-index" 1748checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac" 1749dependencies = [ 1750 "bytes", 1751 "futures-channel", 1752 "futures-core", 1753 "futures-util", 1754 "h2", 1755 "http", 1756 "http-body", 1757 "httparse", 1758 "httpdate", 1759 "itoa", 1760 "pin-project-lite", 1761 "socket2", 1762 "tokio", 1763 "tower-service", 1764 "tracing", 1765 "want", 1766] 1767 1768[[package]] 1769name = "hyper-rustls" 1770version = "0.23.0" 1771source = "registry+https://github.com/rust-lang/crates.io-index" 1772checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac" 1773dependencies = [ 1774 "http", 1775 "hyper", 1776 "rustls", 1777 "tokio", 1778 "tokio-rustls", 1779] 1780 1781[[package]] 1782name = "hyper-tls" 1783version = "0.5.0" 1784source = "registry+https://github.com/rust-lang/crates.io-index" 1785checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 1786dependencies = [ 1787 "bytes", 1788 "hyper", 1789 "native-tls", 1790 "tokio", 1791 "tokio-native-tls", 1792] 1793 1794[[package]] 1795name = "hyperx" 1796version = "1.4.0" 1797source = "registry+https://github.com/rust-lang/crates.io-index" 1798checksum = "5617e92fc2f2501c3e2bc6ce547cad841adba2bae5b921c7e52510beca6d084c" 1799dependencies = [ 1800 "base64 0.13.0", 1801 "bytes", 1802 "http", 1803 "httpdate", 1804 "language-tags", 1805 "mime", 1806 "percent-encoding", 1807 "unicase", 1808] 1809 1810[[package]] 1811name = "iana-time-zone" 1812version = "0.1.47" 1813source = "registry+https://github.com/rust-lang/crates.io-index" 1814checksum = "4c495f162af0bf17656d0014a0eded5f3cd2f365fdd204548c2869db89359dc7" 1815dependencies = [ 1816 "android_system_properties", 1817 "core-foundation-sys 0.8.3", 1818 "js-sys", 1819 "once_cell", 1820 "wasm-bindgen", 1821 "winapi", 1822] 1823 1824[[package]] 1825name = "iced" 1826version = "0.4.2" 1827source = "registry+https://github.com/rust-lang/crates.io-index" 1828checksum = "6025abe6b1056c9b5adad79c484c5fd8b7012e5230f3b0439a1294ade7ded7bf" 1829dependencies = [ 1830 "iced_core", 1831 "iced_futures", 1832 "iced_graphics", 1833 "iced_native", 1834 "iced_pure", 1835 "iced_wgpu", 1836 "iced_winit", 1837 "thiserror", 1838] 1839 1840[[package]] 1841name = "iced_core" 1842version = "0.5.0" 1843source = "registry+https://github.com/rust-lang/crates.io-index" 1844checksum = "ccf9133ceb345ec640047d5597fb8aa88e9cf74ce2d0277a9a62e2d6ed4a8148" 1845dependencies = [ 1846 "bitflags", 1847 "wasm-timer", 1848] 1849 1850[[package]] 1851name = "iced_futures" 1852version = "0.4.1" 1853source = "registry+https://github.com/rust-lang/crates.io-index" 1854checksum = "13d13241d5ed32846bbcffaf60e27e7ceebb60cf16d791ff00d582f0d4d1b07b" 1855dependencies = [ 1856 "futures", 1857 "log", 1858 "tokio", 1859 "wasm-bindgen-futures", 1860 "wasm-timer", 1861] 1862 1863[[package]] 1864name = "iced_graphics" 1865version = "0.3.1" 1866source = "registry+https://github.com/rust-lang/crates.io-index" 1867checksum = "2adcf703fc326e0985ea99c75f1b73e718560a7b220d57ec6478417ccb2f463f" 1868dependencies = [ 1869 "bytemuck", 1870 "glam", 1871 "iced_native", 1872 "iced_pure", 1873 "iced_style", 1874 "raw-window-handle 0.4.3", 1875 "thiserror", 1876] 1877 1878[[package]] 1879name = "iced_lazy" 1880version = "0.1.1" 1881source = "registry+https://github.com/rust-lang/crates.io-index" 1882checksum = "333979d705964832864ee7676516ab3c3df4ab0b65efb603c86a256d4adbec6f" 1883dependencies = [ 1884 "iced_native", 1885 "ouroboros", 1886] 1887 1888[[package]] 1889name = "iced_native" 1890version = "0.5.1" 1891source = "registry+https://github.com/rust-lang/crates.io-index" 1892checksum = "8ca174d4693a5daa2ffcae38d5c28cf0dbd54bd8fc19848f28392cd52624751a" 1893dependencies = [ 1894 "iced_core", 1895 "iced_futures", 1896 "iced_style", 1897 "num-traits", 1898 "twox-hash", 1899 "unicode-segmentation", 1900] 1901 1902[[package]] 1903name = "iced_pure" 1904version = "0.2.2" 1905source = "registry+https://github.com/rust-lang/crates.io-index" 1906checksum = "80aeaecadfd6832c2c787cbdfd357adc256a51c55d68142d852037451e72f393" 1907dependencies = [ 1908 "iced_native", 1909 "iced_style", 1910 "num-traits", 1911] 1912 1913[[package]] 1914name = "iced_style" 1915version = "0.4.0" 1916source = "registry+https://github.com/rust-lang/crates.io-index" 1917checksum = "a90028c94ab62c13cd3b6fb1499a593a51510d4729c5b4e8e60705b2b28c6bc2" 1918dependencies = [ 1919 "iced_core", 1920] 1921 1922[[package]] 1923name = "iced_wgpu" 1924version = "0.5.1" 1925source = "registry+https://github.com/rust-lang/crates.io-index" 1926checksum = "8bc44ca209f77bd855f035d2e86e50e66332f55fb60d9fb67eeb09eae9d9de2e" 1927dependencies = [ 1928 "bitflags", 1929 "bytemuck", 1930 "futures", 1931 "glyph_brush", 1932 "guillotiere", 1933 "iced_graphics", 1934 "iced_native", 1935 "image", 1936 "kamadak-exif", 1937 "log", 1938 "raw-window-handle 0.4.3", 1939 "wgpu", 1940 "wgpu_glyph", 1941] 1942 1943[[package]] 1944name = "iced_winit" 1945version = "0.4.0" 1946source = "registry+https://github.com/rust-lang/crates.io-index" 1947checksum = "72011b895e439e2ebad8f545720e3e97c7368ecfc47a23cbfeaa9508a98af90c" 1948dependencies = [ 1949 "iced_futures", 1950 "iced_graphics", 1951 "iced_native", 1952 "log", 1953 "thiserror", 1954 "web-sys", 1955 "winapi", 1956 "window_clipboard", 1957 "winit", 1958] 1959 1960[[package]] 1961name = "ident_case" 1962version = "1.0.1" 1963source = "registry+https://github.com/rust-lang/crates.io-index" 1964checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1965 1966[[package]] 1967name = "idna" 1968version = "0.2.3" 1969source = "registry+https://github.com/rust-lang/crates.io-index" 1970checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" 1971dependencies = [ 1972 "matches", 1973 "unicode-bidi", 1974 "unicode-normalization", 1975] 1976 1977[[package]] 1978name = "image" 1979version = "0.23.14" 1980source = "registry+https://github.com/rust-lang/crates.io-index" 1981checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1" 1982dependencies = [ 1983 "bytemuck", 1984 "byteorder", 1985 "color_quant", 1986 "gif", 1987 "jpeg-decoder", 1988 "num-iter", 1989 "num-rational", 1990 "num-traits", 1991 "png", 1992] 1993 1994[[package]] 1995name = "indexmap" 1996version = "1.9.1" 1997source = "registry+https://github.com/rust-lang/crates.io-index" 1998checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" 1999dependencies = [ 2000 "autocfg", 2001 "hashbrown", 2002 "serde", 2003] 2004 2005[[package]] 2006name = "indicatif" 2007version = "0.15.0" 2008source = "registry+https://github.com/rust-lang/crates.io-index" 2009checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4" 2010dependencies = [ 2011 "console", 2012 "lazy_static", 2013 "number_prefix 0.3.0", 2014 "regex", 2015] 2016 2017[[package]] 2018name = "indicatif" 2019version = "0.16.2" 2020source = "registry+https://github.com/rust-lang/crates.io-index" 2021checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b" 2022dependencies = [ 2023 "console", 2024 "lazy_static", 2025 "number_prefix 0.4.0", 2026 "regex", 2027] 2028 2029[[package]] 2030name = "inlinable_string" 2031version = "0.1.15" 2032source = "registry+https://github.com/rust-lang/crates.io-index" 2033checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb" 2034 2035[[package]] 2036name = "inplace_it" 2037version = "0.3.4" 2038source = "registry+https://github.com/rust-lang/crates.io-index" 2039checksum = "67f0347836f3f6362c1e7efdadde2b1c4b4556d211310b70631bae7eb692070b" 2040 2041[[package]] 2042name = "instant" 2043version = "0.1.12" 2044source = "registry+https://github.com/rust-lang/crates.io-index" 2045checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 2046dependencies = [ 2047 "cfg-if 1.0.0", 2048 "js-sys", 2049 "wasm-bindgen", 2050 "web-sys", 2051] 2052 2053[[package]] 2054name = "io-lifetimes" 2055version = "1.0.1" 2056source = "registry+https://github.com/rust-lang/crates.io-index" 2057checksum = "a7d367024b3f3414d8e01f437f704f41a9f64ab36f9067fa73e526ad4c763c87" 2058dependencies = [ 2059 "libc", 2060 "windows-sys 0.42.0", 2061] 2062 2063[[package]] 2064name = "ipnet" 2065version = "2.5.0" 2066source = "registry+https://github.com/rust-lang/crates.io-index" 2067checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b" 2068 2069[[package]] 2070name = "itoa" 2071version = "1.0.3" 2072source = "registry+https://github.com/rust-lang/crates.io-index" 2073checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754" 2074 2075[[package]] 2076name = "jni-sys" 2077version = "0.3.0" 2078source = "registry+https://github.com/rust-lang/crates.io-index" 2079checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2080 2081[[package]] 2082name = "jpeg-decoder" 2083version = "0.1.22" 2084source = "registry+https://github.com/rust-lang/crates.io-index" 2085checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2" 2086dependencies = [ 2087 "rayon", 2088] 2089 2090[[package]] 2091name = "js-sys" 2092version = "0.3.59" 2093source = "registry+https://github.com/rust-lang/crates.io-index" 2094checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2" 2095dependencies = [ 2096 "wasm-bindgen", 2097] 2098 2099[[package]] 2100name = "jsonwebtoken" 2101version = "7.2.0" 2102source = "registry+https://github.com/rust-lang/crates.io-index" 2103checksum = "afabcc15e437a6484fc4f12d0fd63068fe457bf93f1c148d3d9649c60b103f32" 2104dependencies = [ 2105 "base64 0.12.3", 2106 "pem", 2107 "ring", 2108 "serde", 2109 "serde_json", 2110 "simple_asn1", 2111] 2112 2113[[package]] 2114name = "kamadak-exif" 2115version = "0.5.4" 2116source = "registry+https://github.com/rust-lang/crates.io-index" 2117checksum = "70494964492bf8e491eb3951c5d70c9627eb7100ede6cc56d748b9a3f302cfb6" 2118dependencies = [ 2119 "mutate_once", 2120] 2121 2122[[package]] 2123name = "khronos-egl" 2124version = "4.1.0" 2125source = "registry+https://github.com/rust-lang/crates.io-index" 2126checksum = "8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3" 2127dependencies = [ 2128 "libc", 2129 "libloading", 2130] 2131 2132[[package]] 2133name = "language-tags" 2134version = "0.3.2" 2135source = "registry+https://github.com/rust-lang/crates.io-index" 2136checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388" 2137 2138[[package]] 2139name = "lazy_static" 2140version = "1.4.0" 2141source = "registry+https://github.com/rust-lang/crates.io-index" 2142checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 2143 2144[[package]] 2145name = "libc" 2146version = "0.2.137" 2147source = "registry+https://github.com/rust-lang/crates.io-index" 2148checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89" 2149 2150[[package]] 2151name = "libloading" 2152version = "0.7.3" 2153source = "registry+https://github.com/rust-lang/crates.io-index" 2154checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd" 2155dependencies = [ 2156 "cfg-if 1.0.0", 2157 "winapi", 2158] 2159 2160[[package]] 2161name = "libsqlite3-sys" 2162version = "0.22.2" 2163source = "registry+https://github.com/rust-lang/crates.io-index" 2164checksum = "290b64917f8b0cb885d9de0f9959fe1f775d7fa12f1da2db9001c1c8ab60f89d" 2165dependencies = [ 2166 "cc", 2167 "pkg-config", 2168 "vcpkg", 2169] 2170 2171[[package]] 2172name = "linked-hash-map" 2173version = "0.5.6" 2174source = "registry+https://github.com/rust-lang/crates.io-index" 2175checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 2176 2177[[package]] 2178name = "linux-raw-sys" 2179version = "0.1.2" 2180source = "registry+https://github.com/rust-lang/crates.io-index" 2181checksum = "bb68f22743a3fb35785f1e7f844ca5a3de2dde5bd0c0ef5b372065814699b121" 2182 2183[[package]] 2184name = "lock_api" 2185version = "0.4.8" 2186source = "registry+https://github.com/rust-lang/crates.io-index" 2187checksum = "9f80bf5aacaf25cbfc8210d1cfb718f2bf3b11c4c54e5afe36c236853a8ec390" 2188dependencies = [ 2189 "autocfg", 2190 "scopeguard", 2191] 2192 2193[[package]] 2194name = "log" 2195version = "0.4.17" 2196source = "registry+https://github.com/rust-lang/crates.io-index" 2197checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 2198dependencies = [ 2199 "cfg-if 1.0.0", 2200] 2201 2202[[package]] 2203name = "loom" 2204version = "0.5.6" 2205source = "registry+https://github.com/rust-lang/crates.io-index" 2206checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5" 2207dependencies = [ 2208 "cfg-if 1.0.0", 2209 "generator", 2210 "scoped-tls", 2211 "serde", 2212 "serde_json", 2213 "tracing", 2214 "tracing-subscriber", 2215] 2216 2217[[package]] 2218name = "mac" 2219version = "0.1.1" 2220source = "registry+https://github.com/rust-lang/crates.io-index" 2221checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 2222 2223[[package]] 2224name = "malloc_buf" 2225version = "0.0.6" 2226source = "registry+https://github.com/rust-lang/crates.io-index" 2227checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 2228dependencies = [ 2229 "libc", 2230] 2231 2232[[package]] 2233name = "markup5ever" 2234version = "0.10.1" 2235source = "registry+https://github.com/rust-lang/crates.io-index" 2236checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd" 2237dependencies = [ 2238 "log", 2239 "phf", 2240 "phf_codegen", 2241 "string_cache", 2242 "string_cache_codegen", 2243 "tendril", 2244] 2245 2246[[package]] 2247name = "markup5ever_rcdom" 2248version = "0.1.0" 2249source = "registry+https://github.com/rust-lang/crates.io-index" 2250checksum = "f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b" 2251dependencies = [ 2252 "html5ever", 2253 "markup5ever", 2254 "tendril", 2255 "xml5ever", 2256] 2257 2258[[package]] 2259name = "matchers" 2260version = "0.1.0" 2261source = "registry+https://github.com/rust-lang/crates.io-index" 2262checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 2263dependencies = [ 2264 "regex-automata", 2265] 2266 2267[[package]] 2268name = "matches" 2269version = "0.1.9" 2270source = "registry+https://github.com/rust-lang/crates.io-index" 2271checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" 2272 2273[[package]] 2274name = "md5" 2275version = "0.7.0" 2276source = "registry+https://github.com/rust-lang/crates.io-index" 2277checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" 2278 2279[[package]] 2280name = "memchr" 2281version = "2.5.0" 2282source = "registry+https://github.com/rust-lang/crates.io-index" 2283checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 2284 2285[[package]] 2286name = "memmap2" 2287version = "0.3.1" 2288source = "registry+https://github.com/rust-lang/crates.io-index" 2289checksum = "00b6c2ebff6180198788f5db08d7ce3bc1d0b617176678831a7510825973e357" 2290dependencies = [ 2291 "libc", 2292] 2293 2294[[package]] 2295name = "memmap2" 2296version = "0.5.7" 2297source = "registry+https://github.com/rust-lang/crates.io-index" 2298checksum = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498" 2299dependencies = [ 2300 "libc", 2301] 2302 2303[[package]] 2304name = "memoffset" 2305version = "0.6.5" 2306source = "registry+https://github.com/rust-lang/crates.io-index" 2307checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 2308dependencies = [ 2309 "autocfg", 2310] 2311 2312[[package]] 2313name = "metal" 2314version = "0.23.1" 2315source = "registry+https://github.com/rust-lang/crates.io-index" 2316checksum = "e0514f491f4cc03632ab399ee01e2c1c1b12d3e1cf2d667c1ff5f87d6dcd2084" 2317dependencies = [ 2318 "bitflags", 2319 "block", 2320 "core-graphics-types", 2321 "foreign-types", 2322 "log", 2323 "objc", 2324] 2325 2326[[package]] 2327name = "migrations_internals" 2328version = "1.4.1" 2329source = "registry+https://github.com/rust-lang/crates.io-index" 2330checksum = "2b4fc84e4af020b837029e017966f86a1c2d5e83e64b589963d5047525995860" 2331dependencies = [ 2332 "diesel", 2333] 2334 2335[[package]] 2336name = "migrations_macros" 2337version = "1.4.2" 2338source = "registry+https://github.com/rust-lang/crates.io-index" 2339checksum = "9753f12909fd8d923f75ae5c3258cae1ed3c8ec052e1b38c93c21a6d157f789c" 2340dependencies = [ 2341 "migrations_internals", 2342 "proc-macro2", 2343 "quote", 2344 "syn", 2345] 2346 2347[[package]] 2348name = "mime" 2349version = "0.3.16" 2350source = "registry+https://github.com/rust-lang/crates.io-index" 2351checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 2352 2353[[package]] 2354name = "minimal-lexical" 2355version = "0.2.1" 2356source = "registry+https://github.com/rust-lang/crates.io-index" 2357checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2358 2359[[package]] 2360name = "miniz_oxide" 2361version = "0.3.7" 2362source = "registry+https://github.com/rust-lang/crates.io-index" 2363checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435" 2364dependencies = [ 2365 "adler32", 2366] 2367 2368[[package]] 2369name = "miniz_oxide" 2370version = "0.5.4" 2371source = "registry+https://github.com/rust-lang/crates.io-index" 2372checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34" 2373dependencies = [ 2374 "adler", 2375] 2376 2377[[package]] 2378name = "mio" 2379version = "0.8.4" 2380source = "registry+https://github.com/rust-lang/crates.io-index" 2381checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf" 2382dependencies = [ 2383 "libc", 2384 "log", 2385 "wasi 0.11.0+wasi-snapshot-preview1", 2386 "windows-sys 0.36.1", 2387] 2388 2389[[package]] 2390name = "multer" 2391version = "2.0.3" 2392source = "registry+https://github.com/rust-lang/crates.io-index" 2393checksum = "a30ba6d97eb198c5e8a35d67d5779d6680cca35652a60ee90fc23dc431d4fde8" 2394dependencies = [ 2395 "bytes", 2396 "encoding_rs", 2397 "futures-util", 2398 "http", 2399 "httparse", 2400 "log", 2401 "memchr", 2402 "mime", 2403 "spin 0.9.4", 2404 "tokio", 2405 "tokio-util 0.7.3", 2406 "version_check", 2407] 2408 2409[[package]] 2410name = "mutate_once" 2411version = "0.1.1" 2412source = "registry+https://github.com/rust-lang/crates.io-index" 2413checksum = "16cf681a23b4d0a43fc35024c176437f9dcd818db34e0f42ab456a0ee5ad497b" 2414 2415[[package]] 2416name = "naga" 2417version = "0.8.5" 2418source = "registry+https://github.com/rust-lang/crates.io-index" 2419checksum = "3012f2dbcc79e8e0b5825a4836a7106a75dd9b2fe42c528163be0f572538c705" 2420dependencies = [ 2421 "bit-set", 2422 "bitflags", 2423 "codespan-reporting", 2424 "hexf-parse", 2425 "indexmap", 2426 "log", 2427 "num-traits", 2428 "rustc-hash", 2429 "spirv", 2430 "thiserror", 2431] 2432 2433[[package]] 2434name = "native-tls" 2435version = "0.2.10" 2436source = "registry+https://github.com/rust-lang/crates.io-index" 2437checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9" 2438dependencies = [ 2439 "lazy_static", 2440 "libc", 2441 "log", 2442 "openssl", 2443 "openssl-probe", 2444 "openssl-sys", 2445 "schannel", 2446 "security-framework", 2447 "security-framework-sys", 2448 "tempfile", 2449] 2450 2451[[package]] 2452name = "ndk" 2453version = "0.5.0" 2454source = "registry+https://github.com/rust-lang/crates.io-index" 2455checksum = "96d868f654c72e75f8687572699cdabe755f03effbb62542768e995d5b8d699d" 2456dependencies = [ 2457 "bitflags", 2458 "jni-sys", 2459 "ndk-sys", 2460 "num_enum", 2461 "thiserror", 2462] 2463 2464[[package]] 2465name = "ndk-context" 2466version = "0.1.1" 2467source = "registry+https://github.com/rust-lang/crates.io-index" 2468checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 2469 2470[[package]] 2471name = "ndk-glue" 2472version = "0.5.2" 2473source = "registry+https://github.com/rust-lang/crates.io-index" 2474checksum = "c71bee8ea72d685477e28bd004cfe1bf99c754d688cd78cad139eae4089484d4" 2475dependencies = [ 2476 "lazy_static", 2477 "libc", 2478 "log", 2479 "ndk", 2480 "ndk-context", 2481 "ndk-macro", 2482 "ndk-sys", 2483] 2484 2485[[package]] 2486name = "ndk-macro" 2487version = "0.3.0" 2488source = "registry+https://github.com/rust-lang/crates.io-index" 2489checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c" 2490dependencies = [ 2491 "darling 0.13.4", 2492 "proc-macro-crate", 2493 "proc-macro2", 2494 "quote", 2495 "syn", 2496] 2497 2498[[package]] 2499name = "ndk-sys" 2500version = "0.2.2" 2501source = "registry+https://github.com/rust-lang/crates.io-index" 2502checksum = "e1bcdd74c20ad5d95aacd60ef9ba40fdf77f767051040541df557b7a9b2a2121" 2503 2504[[package]] 2505name = "new_debug_unreachable" 2506version = "1.0.4" 2507source = "registry+https://github.com/rust-lang/crates.io-index" 2508checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" 2509 2510[[package]] 2511name = "nibble_vec" 2512version = "0.1.0" 2513source = "registry+https://github.com/rust-lang/crates.io-index" 2514checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" 2515dependencies = [ 2516 "smallvec", 2517] 2518 2519[[package]] 2520name = "nix" 2521version = "0.22.3" 2522source = "registry+https://github.com/rust-lang/crates.io-index" 2523checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf" 2524dependencies = [ 2525 "bitflags", 2526 "cc", 2527 "cfg-if 1.0.0", 2528 "libc", 2529 "memoffset", 2530] 2531 2532[[package]] 2533name = "nix" 2534version = "0.24.2" 2535source = "registry+https://github.com/rust-lang/crates.io-index" 2536checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc" 2537dependencies = [ 2538 "bitflags", 2539 "cfg-if 1.0.0", 2540 "libc", 2541 "memoffset", 2542] 2543 2544[[package]] 2545name = "no-std-net" 2546version = "0.6.0" 2547source = "registry+https://github.com/rust-lang/crates.io-index" 2548checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65" 2549 2550[[package]] 2551name = "nom" 2552version = "7.1.1" 2553source = "registry+https://github.com/rust-lang/crates.io-index" 2554checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36" 2555dependencies = [ 2556 "memchr", 2557 "minimal-lexical", 2558] 2559 2560[[package]] 2561name = "num-bigint" 2562version = "0.2.6" 2563source = "registry+https://github.com/rust-lang/crates.io-index" 2564checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304" 2565dependencies = [ 2566 "autocfg", 2567 "num-integer", 2568 "num-traits", 2569] 2570 2571[[package]] 2572name = "num-integer" 2573version = "0.1.45" 2574source = "registry+https://github.com/rust-lang/crates.io-index" 2575checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 2576dependencies = [ 2577 "autocfg", 2578 "num-traits", 2579] 2580 2581[[package]] 2582name = "num-iter" 2583version = "0.1.43" 2584source = "registry+https://github.com/rust-lang/crates.io-index" 2585checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" 2586dependencies = [ 2587 "autocfg", 2588 "num-integer", 2589 "num-traits", 2590] 2591 2592[[package]] 2593name = "num-rational" 2594version = "0.3.2" 2595source = "registry+https://github.com/rust-lang/crates.io-index" 2596checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07" 2597dependencies = [ 2598 "autocfg", 2599 "num-integer", 2600 "num-traits", 2601] 2602 2603[[package]] 2604name = "num-traits" 2605version = "0.2.15" 2606source = "registry+https://github.com/rust-lang/crates.io-index" 2607checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 2608dependencies = [ 2609 "autocfg", 2610] 2611 2612[[package]] 2613name = "num_cpus" 2614version = "1.13.1" 2615source = "registry+https://github.com/rust-lang/crates.io-index" 2616checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" 2617dependencies = [ 2618 "hermit-abi", 2619 "libc", 2620] 2621 2622[[package]] 2623name = "num_enum" 2624version = "0.5.7" 2625source = "registry+https://github.com/rust-lang/crates.io-index" 2626checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9" 2627dependencies = [ 2628 "num_enum_derive", 2629] 2630 2631[[package]] 2632name = "num_enum_derive" 2633version = "0.5.7" 2634source = "registry+https://github.com/rust-lang/crates.io-index" 2635checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce" 2636dependencies = [ 2637 "proc-macro-crate", 2638 "proc-macro2", 2639 "quote", 2640 "syn", 2641] 2642 2643[[package]] 2644name = "num_threads" 2645version = "0.1.6" 2646source = "registry+https://github.com/rust-lang/crates.io-index" 2647checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" 2648dependencies = [ 2649 "libc", 2650] 2651 2652[[package]] 2653name = "number_prefix" 2654version = "0.3.0" 2655source = "registry+https://github.com/rust-lang/crates.io-index" 2656checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a" 2657 2658[[package]] 2659name = "number_prefix" 2660version = "0.4.0" 2661source = "registry+https://github.com/rust-lang/crates.io-index" 2662checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 2663 2664[[package]] 2665name = "objc" 2666version = "0.2.7" 2667source = "registry+https://github.com/rust-lang/crates.io-index" 2668checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 2669dependencies = [ 2670 "malloc_buf", 2671 "objc_exception", 2672] 2673 2674[[package]] 2675name = "objc-foundation" 2676version = "0.1.1" 2677source = "registry+https://github.com/rust-lang/crates.io-index" 2678checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" 2679dependencies = [ 2680 "block", 2681 "objc", 2682 "objc_id", 2683] 2684 2685[[package]] 2686name = "objc_exception" 2687version = "0.1.2" 2688source = "registry+https://github.com/rust-lang/crates.io-index" 2689checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4" 2690dependencies = [ 2691 "cc", 2692] 2693 2694[[package]] 2695name = "objc_id" 2696version = "0.1.1" 2697source = "registry+https://github.com/rust-lang/crates.io-index" 2698checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 2699dependencies = [ 2700 "objc", 2701] 2702 2703[[package]] 2704name = "object" 2705version = "0.29.0" 2706source = "registry+https://github.com/rust-lang/crates.io-index" 2707checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53" 2708dependencies = [ 2709 "memchr", 2710] 2711 2712[[package]] 2713name = "octocrab" 2714version = "0.15.4" 2715source = "git+https://github.com/XAMPPRocky/octocrab?rev=c78edcd87fa5edcd5a6d0d0878b2a8d020802c40#c78edcd87fa5edcd5a6d0d0878b2a8d020802c40" 2716dependencies = [ 2717 "arc-swap", 2718 "async-trait", 2719 "base64 0.13.0", 2720 "bytes", 2721 "chrono", 2722 "hyperx", 2723 "jsonwebtoken", 2724 "once_cell", 2725 "reqwest", 2726 "serde", 2727 "serde_json", 2728 "serde_path_to_error", 2729 "snafu", 2730 "url", 2731] 2732 2733[[package]] 2734name = "once_cell" 2735version = "1.14.0" 2736source = "registry+https://github.com/rust-lang/crates.io-index" 2737checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0" 2738 2739[[package]] 2740name = "opaque-debug" 2741version = "0.3.0" 2742source = "registry+https://github.com/rust-lang/crates.io-index" 2743checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" 2744 2745[[package]] 2746name = "opener" 2747version = "0.5.0" 2748source = "registry+https://github.com/rust-lang/crates.io-index" 2749checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952" 2750dependencies = [ 2751 "bstr", 2752 "winapi", 2753] 2754 2755[[package]] 2756name = "openssl" 2757version = "0.10.41" 2758source = "registry+https://github.com/rust-lang/crates.io-index" 2759checksum = "618febf65336490dfcf20b73f885f5651a0c89c64c2d4a8c3662585a70bf5bd0" 2760dependencies = [ 2761 "bitflags", 2762 "cfg-if 1.0.0", 2763 "foreign-types", 2764 "libc", 2765 "once_cell", 2766 "openssl-macros", 2767 "openssl-sys", 2768] 2769 2770[[package]] 2771name = "openssl-macros" 2772version = "0.1.0" 2773source = "registry+https://github.com/rust-lang/crates.io-index" 2774checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" 2775dependencies = [ 2776 "proc-macro2", 2777 "quote", 2778 "syn", 2779] 2780 2781[[package]] 2782name = "openssl-probe" 2783version = "0.1.5" 2784source = "registry+https://github.com/rust-lang/crates.io-index" 2785checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 2786 2787[[package]] 2788name = "openssl-src" 2789version = "111.22.0+1.1.1q" 2790source = "registry+https://github.com/rust-lang/crates.io-index" 2791checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853" 2792dependencies = [ 2793 "cc", 2794] 2795 2796[[package]] 2797name = "openssl-sys" 2798version = "0.9.75" 2799source = "registry+https://github.com/rust-lang/crates.io-index" 2800checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f" 2801dependencies = [ 2802 "autocfg", 2803 "cc", 2804 "libc", 2805 "openssl-src", 2806 "pkg-config", 2807 "vcpkg", 2808] 2809 2810[[package]] 2811name = "ordered-float" 2812version = "3.0.0" 2813source = "registry+https://github.com/rust-lang/crates.io-index" 2814checksum = "96bcbab4bfea7a59c2c0fe47211a1ac4e3e96bea6eb446d704f310bc5c732ae2" 2815dependencies = [ 2816 "num-traits", 2817] 2818 2819[[package]] 2820name = "os_str_bytes" 2821version = "6.3.0" 2822source = "registry+https://github.com/rust-lang/crates.io-index" 2823checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff" 2824 2825[[package]] 2826name = "ouroboros" 2827version = "0.13.0" 2828source = "registry+https://github.com/rust-lang/crates.io-index" 2829checksum = "f357ef82d1b4db66fbed0b8d542cbd3c22d0bf5b393b3c257b9ba4568e70c9c3" 2830dependencies = [ 2831 "aliasable", 2832 "ouroboros_macro", 2833 "stable_deref_trait", 2834] 2835 2836[[package]] 2837name = "ouroboros_macro" 2838version = "0.13.0" 2839source = "registry+https://github.com/rust-lang/crates.io-index" 2840checksum = "44a0b52c2cbaef7dffa5fec1a43274afe8bd2a644fa9fc50a9ef4ff0269b1257" 2841dependencies = [ 2842 "Inflector", 2843 "proc-macro-error", 2844 "proc-macro2", 2845 "quote", 2846 "syn", 2847] 2848 2849[[package]] 2850name = "owned_ttf_parser" 2851version = "0.15.2" 2852source = "registry+https://github.com/rust-lang/crates.io-index" 2853checksum = "05e6affeb1632d6ff6a23d2cd40ffed138e82f1532571a26f527c8a284bb2fbb" 2854dependencies = [ 2855 "ttf-parser", 2856] 2857 2858[[package]] 2859name = "parking_lot" 2860version = "0.11.2" 2861source = "registry+https://github.com/rust-lang/crates.io-index" 2862checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 2863dependencies = [ 2864 "instant", 2865 "lock_api", 2866 "parking_lot_core 0.8.5", 2867] 2868 2869[[package]] 2870name = "parking_lot" 2871version = "0.12.1" 2872source = "registry+https://github.com/rust-lang/crates.io-index" 2873checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 2874dependencies = [ 2875 "lock_api", 2876 "parking_lot_core 0.9.3", 2877] 2878 2879[[package]] 2880name = "parking_lot_core" 2881version = "0.8.5" 2882source = "registry+https://github.com/rust-lang/crates.io-index" 2883checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" 2884dependencies = [ 2885 "cfg-if 1.0.0", 2886 "instant", 2887 "libc", 2888 "redox_syscall", 2889 "smallvec", 2890 "winapi", 2891] 2892 2893[[package]] 2894name = "parking_lot_core" 2895version = "0.9.3" 2896source = "registry+https://github.com/rust-lang/crates.io-index" 2897checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929" 2898dependencies = [ 2899 "cfg-if 1.0.0", 2900 "libc", 2901 "redox_syscall", 2902 "smallvec", 2903 "windows-sys 0.36.1", 2904] 2905 2906[[package]] 2907name = "pear" 2908version = "0.2.3" 2909source = "registry+https://github.com/rust-lang/crates.io-index" 2910checksum = "15e44241c5e4c868e3eaa78b7c1848cadd6344ed4f54d029832d32b415a58702" 2911dependencies = [ 2912 "inlinable_string", 2913 "pear_codegen", 2914 "yansi", 2915] 2916 2917[[package]] 2918name = "pear_codegen" 2919version = "0.2.3" 2920source = "registry+https://github.com/rust-lang/crates.io-index" 2921checksum = "82a5ca643c2303ecb740d506539deba189e16f2754040a42901cd8105d0282d0" 2922dependencies = [ 2923 "proc-macro2", 2924 "proc-macro2-diagnostics", 2925 "quote", 2926 "syn", 2927] 2928 2929[[package]] 2930name = "pem" 2931version = "0.8.3" 2932source = "registry+https://github.com/rust-lang/crates.io-index" 2933checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb" 2934dependencies = [ 2935 "base64 0.13.0", 2936 "once_cell", 2937 "regex", 2938] 2939 2940[[package]] 2941name = "percent-encoding" 2942version = "2.1.0" 2943source = "registry+https://github.com/rust-lang/crates.io-index" 2944checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" 2945 2946[[package]] 2947name = "pest" 2948version = "2.3.0" 2949source = "registry+https://github.com/rust-lang/crates.io-index" 2950checksum = "4b0560d531d1febc25a3c9398a62a71256c0178f2e3443baedd9ad4bb8c9deb4" 2951dependencies = [ 2952 "thiserror", 2953 "ucd-trie", 2954] 2955 2956[[package]] 2957name = "phf" 2958version = "0.8.0" 2959source = "registry+https://github.com/rust-lang/crates.io-index" 2960checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" 2961dependencies = [ 2962 "phf_shared 0.8.0", 2963] 2964 2965[[package]] 2966name = "phf_codegen" 2967version = "0.8.0" 2968source = "registry+https://github.com/rust-lang/crates.io-index" 2969checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" 2970dependencies = [ 2971 "phf_generator 0.8.0", 2972 "phf_shared 0.8.0", 2973] 2974 2975[[package]] 2976name = "phf_generator" 2977version = "0.8.0" 2978source = "registry+https://github.com/rust-lang/crates.io-index" 2979checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" 2980dependencies = [ 2981 "phf_shared 0.8.0", 2982 "rand 0.7.3", 2983] 2984 2985[[package]] 2986name = "phf_generator" 2987version = "0.10.0" 2988source = "registry+https://github.com/rust-lang/crates.io-index" 2989checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 2990dependencies = [ 2991 "phf_shared 0.10.0", 2992 "rand 0.8.5", 2993] 2994 2995[[package]] 2996name = "phf_shared" 2997version = "0.8.0" 2998source = "registry+https://github.com/rust-lang/crates.io-index" 2999checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" 3000dependencies = [ 3001 "siphasher", 3002] 3003 3004[[package]] 3005name = "phf_shared" 3006version = "0.10.0" 3007source = "registry+https://github.com/rust-lang/crates.io-index" 3008checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 3009dependencies = [ 3010 "siphasher", 3011] 3012 3013[[package]] 3014name = "pin-project" 3015version = "1.0.12" 3016source = "registry+https://github.com/rust-lang/crates.io-index" 3017checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 3018dependencies = [ 3019 "pin-project-internal", 3020] 3021 3022[[package]] 3023name = "pin-project-internal" 3024version = "1.0.12" 3025source = "registry+https://github.com/rust-lang/crates.io-index" 3026checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 3027dependencies = [ 3028 "proc-macro2", 3029 "quote", 3030 "syn", 3031] 3032 3033[[package]] 3034name = "pin-project-lite" 3035version = "0.2.9" 3036source = "registry+https://github.com/rust-lang/crates.io-index" 3037checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 3038 3039[[package]] 3040name = "pin-utils" 3041version = "0.1.0" 3042source = "registry+https://github.com/rust-lang/crates.io-index" 3043checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3044 3045[[package]] 3046name = "pkg-config" 3047version = "0.3.25" 3048source = "registry+https://github.com/rust-lang/crates.io-index" 3049checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae" 3050 3051[[package]] 3052name = "pnet_base" 3053version = "0.30.0" 3054source = "registry+https://github.com/rust-lang/crates.io-index" 3055checksum = "2e88341c6c842f89bdc7287f7b1e26b6fa64fa11c7ea3756971e6f18cd2510c4" 3056dependencies = [ 3057 "no-std-net", 3058] 3059 3060[[package]] 3061name = "pnet_macros" 3062version = "0.30.0" 3063source = "registry+https://github.com/rust-lang/crates.io-index" 3064checksum = "ebfcdc9c072966723026b3596a1f655fb8bbfe0142f9770f8d481aee4459d6b9" 3065dependencies = [ 3066 "proc-macro2", 3067 "quote", 3068 "regex", 3069 "syn", 3070] 3071 3072[[package]] 3073name = "pnet_macros_support" 3074version = "0.30.0" 3075source = "registry+https://github.com/rust-lang/crates.io-index" 3076checksum = "bba532f5a4b320c029d89e612671fb621851b3b07e972c53850d34130033a5cd" 3077dependencies = [ 3078 "pnet_base", 3079] 3080 3081[[package]] 3082name = "pnet_packet" 3083version = "0.30.0" 3084source = "registry+https://github.com/rust-lang/crates.io-index" 3085checksum = "7009716ac86091c1b6e2cdec95a2b028c880f516054c1ec11edd02f9f463cbde" 3086dependencies = [ 3087 "glob", 3088 "pnet_base", 3089 "pnet_macros", 3090 "pnet_macros_support", 3091] 3092 3093[[package]] 3094name = "png" 3095version = "0.16.8" 3096source = "registry+https://github.com/rust-lang/crates.io-index" 3097checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6" 3098dependencies = [ 3099 "bitflags", 3100 "crc32fast", 3101 "deflate", 3102 "miniz_oxide 0.3.7", 3103] 3104 3105[[package]] 3106name = "polyval" 3107version = "0.5.3" 3108source = "registry+https://github.com/rust-lang/crates.io-index" 3109checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1" 3110dependencies = [ 3111 "cfg-if 1.0.0", 3112 "cpufeatures", 3113 "opaque-debug", 3114 "universal-hash", 3115] 3116 3117[[package]] 3118name = "ppv-lite86" 3119version = "0.2.16" 3120source = "registry+https://github.com/rust-lang/crates.io-index" 3121checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" 3122 3123[[package]] 3124name = "precomputed-hash" 3125version = "0.1.1" 3126source = "registry+https://github.com/rust-lang/crates.io-index" 3127checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 3128 3129[[package]] 3130name = "proc-macro-crate" 3131version = "1.2.1" 3132source = "registry+https://github.com/rust-lang/crates.io-index" 3133checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9" 3134dependencies = [ 3135 "once_cell", 3136 "thiserror", 3137 "toml", 3138] 3139 3140[[package]] 3141name = "proc-macro-error" 3142version = "1.0.4" 3143source = "registry+https://github.com/rust-lang/crates.io-index" 3144checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 3145dependencies = [ 3146 "proc-macro-error-attr", 3147 "proc-macro2", 3148 "quote", 3149 "syn", 3150 "version_check", 3151] 3152 3153[[package]] 3154name = "proc-macro-error-attr" 3155version = "1.0.4" 3156source = "registry+https://github.com/rust-lang/crates.io-index" 3157checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 3158dependencies = [ 3159 "proc-macro2", 3160 "quote", 3161 "version_check", 3162] 3163 3164[[package]] 3165name = "proc-macro2" 3166version = "1.0.43" 3167source = "registry+https://github.com/rust-lang/crates.io-index" 3168checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab" 3169dependencies = [ 3170 "unicode-ident", 3171] 3172 3173[[package]] 3174name = "proc-macro2-diagnostics" 3175version = "0.9.1" 3176source = "registry+https://github.com/rust-lang/crates.io-index" 3177checksum = "4bf29726d67464d49fa6224a1d07936a8c08bb3fba727c7493f6cf1616fdaada" 3178dependencies = [ 3179 "proc-macro2", 3180 "quote", 3181 "syn", 3182 "version_check", 3183 "yansi", 3184] 3185 3186[[package]] 3187name = "profiling" 3188version = "1.0.6" 3189source = "registry+https://github.com/rust-lang/crates.io-index" 3190checksum = "2f61dcf0b917cd75d4521d7343d1ffff3d1583054133c9b5cbea3375c703c40d" 3191 3192[[package]] 3193name = "prometheus" 3194version = "0.12.0" 3195source = "registry+https://github.com/rust-lang/crates.io-index" 3196checksum = "5986aa8d62380092d2f50f8b1cdba9cb9b6731ffd4b25b51fd126b6c3e05b99c" 3197dependencies = [ 3198 "cfg-if 1.0.0", 3199 "fnv", 3200 "lazy_static", 3201 "memchr", 3202 "parking_lot 0.11.2", 3203 "protobuf", 3204 "thiserror", 3205] 3206 3207[[package]] 3208name = "protobuf" 3209version = "2.27.1" 3210source = "registry+https://github.com/rust-lang/crates.io-index" 3211checksum = "cf7e6d18738ecd0902d30d1ad232c9125985a3422929b16c65517b38adc14f96" 3212 3213[[package]] 3214name = "pulldown-cmark" 3215version = "0.7.2" 3216source = "registry+https://github.com/rust-lang/crates.io-index" 3217checksum = "ca36dea94d187597e104a5c8e4b07576a8a45aa5db48a65e12940d3eb7461f55" 3218dependencies = [ 3219 "bitflags", 3220 "getopts", 3221 "memchr", 3222 "unicase", 3223] 3224 3225[[package]] 3226name = "pulldown-cmark" 3227version = "0.8.0" 3228source = "registry+https://github.com/rust-lang/crates.io-index" 3229checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8" 3230dependencies = [ 3231 "bitflags", 3232 "getopts", 3233 "memchr", 3234 "unicase", 3235] 3236 3237[[package]] 3238name = "quick-xml" 3239version = "0.20.0" 3240source = "registry+https://github.com/rust-lang/crates.io-index" 3241checksum = "26aab6b48e2590e4a64d1ed808749ba06257882b461d01ca71baeb747074a6dd" 3242dependencies = [ 3243 "encoding_rs", 3244 "memchr", 3245] 3246 3247[[package]] 3248name = "quote" 3249version = "1.0.21" 3250source = "registry+https://github.com/rust-lang/crates.io-index" 3251checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" 3252dependencies = [ 3253 "proc-macro2", 3254] 3255 3256[[package]] 3257name = "r2d2" 3258version = "0.8.10" 3259source = "registry+https://github.com/rust-lang/crates.io-index" 3260checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93" 3261dependencies = [ 3262 "log", 3263 "parking_lot 0.12.1", 3264 "scheduled-thread-pool", 3265] 3266 3267[[package]] 3268name = "radix_trie" 3269version = "0.2.1" 3270source = "registry+https://github.com/rust-lang/crates.io-index" 3271checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" 3272dependencies = [ 3273 "endian-type", 3274 "nibble_vec", 3275] 3276 3277[[package]] 3278name = "rand" 3279version = "0.7.3" 3280source = "registry+https://github.com/rust-lang/crates.io-index" 3281checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 3282dependencies = [ 3283 "getrandom 0.1.16", 3284 "libc", 3285 "rand_chacha 0.2.2", 3286 "rand_core 0.5.1", 3287 "rand_hc", 3288 "rand_pcg", 3289] 3290 3291[[package]] 3292name = "rand" 3293version = "0.8.5" 3294source = "registry+https://github.com/rust-lang/crates.io-index" 3295checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3296dependencies = [ 3297 "libc", 3298 "rand_chacha 0.3.1", 3299 "rand_core 0.6.3", 3300] 3301 3302[[package]] 3303name = "rand_chacha" 3304version = "0.2.2" 3305source = "registry+https://github.com/rust-lang/crates.io-index" 3306checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 3307dependencies = [ 3308 "ppv-lite86", 3309 "rand_core 0.5.1", 3310] 3311 3312[[package]] 3313name = "rand_chacha" 3314version = "0.3.1" 3315source = "registry+https://github.com/rust-lang/crates.io-index" 3316checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3317dependencies = [ 3318 "ppv-lite86", 3319 "rand_core 0.6.3", 3320] 3321 3322[[package]] 3323name = "rand_core" 3324version = "0.5.1" 3325source = "registry+https://github.com/rust-lang/crates.io-index" 3326checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 3327dependencies = [ 3328 "getrandom 0.1.16", 3329] 3330 3331[[package]] 3332name = "rand_core" 3333version = "0.6.3" 3334source = "registry+https://github.com/rust-lang/crates.io-index" 3335checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" 3336dependencies = [ 3337 "getrandom 0.2.7", 3338] 3339 3340[[package]] 3341name = "rand_hc" 3342version = "0.2.0" 3343source = "registry+https://github.com/rust-lang/crates.io-index" 3344checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 3345dependencies = [ 3346 "rand_core 0.5.1", 3347] 3348 3349[[package]] 3350name = "rand_pcg" 3351version = "0.2.1" 3352source = "registry+https://github.com/rust-lang/crates.io-index" 3353checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" 3354dependencies = [ 3355 "rand_core 0.5.1", 3356] 3357 3358[[package]] 3359name = "range-alloc" 3360version = "0.1.2" 3361source = "registry+https://github.com/rust-lang/crates.io-index" 3362checksum = "63e935c45e09cc6dcf00d2f0b2d630a58f4095320223d47fc68918722f0538b6" 3363 3364[[package]] 3365name = "raw-window-handle" 3366version = "0.3.4" 3367source = "registry+https://github.com/rust-lang/crates.io-index" 3368checksum = "e28f55143d0548dad60bb4fbdc835a3d7ac6acc3324506450c5fdd6e42903a76" 3369dependencies = [ 3370 "libc", 3371 "raw-window-handle 0.4.3", 3372] 3373 3374[[package]] 3375name = "raw-window-handle" 3376version = "0.4.3" 3377source = "registry+https://github.com/rust-lang/crates.io-index" 3378checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41" 3379dependencies = [ 3380 "cty", 3381] 3382 3383[[package]] 3384name = "rayon" 3385version = "1.5.3" 3386source = "registry+https://github.com/rust-lang/crates.io-index" 3387checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d" 3388dependencies = [ 3389 "autocfg", 3390 "crossbeam-deque", 3391 "either", 3392 "rayon-core", 3393] 3394 3395[[package]] 3396name = "rayon-core" 3397version = "1.9.3" 3398source = "registry+https://github.com/rust-lang/crates.io-index" 3399checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f" 3400dependencies = [ 3401 "crossbeam-channel", 3402 "crossbeam-deque", 3403 "crossbeam-utils", 3404 "num_cpus", 3405] 3406 3407[[package]] 3408name = "redox_syscall" 3409version = "0.2.16" 3410source = "registry+https://github.com/rust-lang/crates.io-index" 3411checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 3412dependencies = [ 3413 "bitflags", 3414] 3415 3416[[package]] 3417name = "redox_users" 3418version = "0.4.3" 3419source = "registry+https://github.com/rust-lang/crates.io-index" 3420checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 3421dependencies = [ 3422 "getrandom 0.2.7", 3423 "redox_syscall", 3424 "thiserror", 3425] 3426 3427[[package]] 3428name = "ref-cast" 3429version = "1.0.9" 3430source = "registry+https://github.com/rust-lang/crates.io-index" 3431checksum = "ed13bcd201494ab44900a96490291651d200730904221832b9547d24a87d332b" 3432dependencies = [ 3433 "ref-cast-impl", 3434] 3435 3436[[package]] 3437name = "ref-cast-impl" 3438version = "1.0.9" 3439source = "registry+https://github.com/rust-lang/crates.io-index" 3440checksum = "5234cd6063258a5e32903b53b1b6ac043a0541c8adc1f610f67b0326c7a578fa" 3441dependencies = [ 3442 "proc-macro2", 3443 "quote", 3444 "syn", 3445] 3446 3447[[package]] 3448name = "regex" 3449version = "1.6.0" 3450source = "registry+https://github.com/rust-lang/crates.io-index" 3451checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b" 3452dependencies = [ 3453 "aho-corasick", 3454 "memchr", 3455 "regex-syntax", 3456] 3457 3458[[package]] 3459name = "regex-automata" 3460version = "0.1.10" 3461source = "registry+https://github.com/rust-lang/crates.io-index" 3462checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 3463dependencies = [ 3464 "regex-syntax", 3465] 3466 3467[[package]] 3468name = "regex-syntax" 3469version = "0.6.27" 3470source = "registry+https://github.com/rust-lang/crates.io-index" 3471checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" 3472 3473[[package]] 3474name = "remove_dir_all" 3475version = "0.5.3" 3476source = "registry+https://github.com/rust-lang/crates.io-index" 3477checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 3478dependencies = [ 3479 "winapi", 3480] 3481 3482[[package]] 3483name = "renderdoc-sys" 3484version = "0.7.1" 3485source = "registry+https://github.com/rust-lang/crates.io-index" 3486checksum = "f1382d1f0a252c4bf97dc20d979a2fdd05b024acd7c2ed0f7595d7817666a157" 3487 3488[[package]] 3489name = "reqwest" 3490version = "0.11.11" 3491source = "registry+https://github.com/rust-lang/crates.io-index" 3492checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92" 3493dependencies = [ 3494 "base64 0.13.0", 3495 "bytes", 3496 "encoding_rs", 3497 "futures-core", 3498 "futures-util", 3499 "h2", 3500 "http", 3501 "http-body", 3502 "hyper", 3503 "hyper-rustls", 3504 "hyper-tls", 3505 "ipnet", 3506 "js-sys", 3507 "lazy_static", 3508 "log", 3509 "mime", 3510 "native-tls", 3511 "percent-encoding", 3512 "pin-project-lite", 3513 "rustls", 3514 "rustls-pemfile", 3515 "serde", 3516 "serde_json", 3517 "serde_urlencoded", 3518 "tokio", 3519 "tokio-native-tls", 3520 "tokio-rustls", 3521 "tokio-util 0.7.3", 3522 "tower-service", 3523 "url", 3524 "wasm-bindgen", 3525 "wasm-bindgen-futures", 3526 "web-sys", 3527 "webpki-roots", 3528 "winreg", 3529] 3530 3531[[package]] 3532name = "ring" 3533version = "0.16.20" 3534source = "registry+https://github.com/rust-lang/crates.io-index" 3535checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 3536dependencies = [ 3537 "cc", 3538 "libc", 3539 "once_cell", 3540 "spin 0.5.2", 3541 "untrusted", 3542 "web-sys", 3543 "winapi", 3544] 3545 3546[[package]] 3547name = "rocket" 3548version = "0.5.0-rc.2" 3549source = "registry+https://github.com/rust-lang/crates.io-index" 3550checksum = "98ead083fce4a405feb349cf09abdf64471c6077f14e0ce59364aa90d4b99317" 3551dependencies = [ 3552 "async-stream", 3553 "async-trait", 3554 "atomic", 3555 "atty", 3556 "binascii", 3557 "bytes", 3558 "either", 3559 "figment", 3560 "futures", 3561 "indexmap", 3562 "log", 3563 "memchr", 3564 "multer", 3565 "num_cpus", 3566 "parking_lot 0.12.1", 3567 "pin-project-lite", 3568 "rand 0.8.5", 3569 "ref-cast", 3570 "rocket_codegen", 3571 "rocket_http", 3572 "serde", 3573 "serde_json", 3574 "state", 3575 "tempfile", 3576 "time 0.3.14", 3577 "tokio", 3578 "tokio-stream", 3579 "tokio-util 0.7.3", 3580 "ubyte", 3581 "version_check", 3582 "yansi", 3583] 3584 3585[[package]] 3586name = "rocket_codegen" 3587version = "0.5.0-rc.2" 3588source = "registry+https://github.com/rust-lang/crates.io-index" 3589checksum = "d6aeb6bb9c61e9cd2c00d70ea267bf36f76a4cc615e5908b349c2f9d93999b47" 3590dependencies = [ 3591 "devise", 3592 "glob", 3593 "indexmap", 3594 "proc-macro2", 3595 "quote", 3596 "rocket_http", 3597 "syn", 3598 "unicode-xid", 3599] 3600 3601[[package]] 3602name = "rocket_http" 3603version = "0.5.0-rc.2" 3604source = "registry+https://github.com/rust-lang/crates.io-index" 3605checksum = "2ded65d127954de3c12471630bf4b81a2792f065984461e65b91d0fdaafc17a2" 3606dependencies = [ 3607 "cookie", 3608 "either", 3609 "futures", 3610 "http", 3611 "hyper", 3612 "indexmap", 3613 "log", 3614 "memchr", 3615 "pear", 3616 "percent-encoding", 3617 "pin-project-lite", 3618 "ref-cast", 3619 "serde", 3620 "smallvec", 3621 "stable-pattern", 3622 "state", 3623 "time 0.3.14", 3624 "tokio", 3625 "uncased", 3626] 3627 3628[[package]] 3629name = "rocket_sync_db_pools" 3630version = "0.1.0-rc.2" 3631source = "registry+https://github.com/rust-lang/crates.io-index" 3632checksum = "5fa48b6ab25013e9812f1b0c592741900b3a2a83c0936292e0565c0ac842f558" 3633dependencies = [ 3634 "diesel", 3635 "r2d2", 3636 "rocket", 3637 "rocket_sync_db_pools_codegen", 3638 "serde", 3639 "tokio", 3640] 3641 3642[[package]] 3643name = "rocket_sync_db_pools_codegen" 3644version = "0.1.0-rc.2" 3645source = "registry+https://github.com/rust-lang/crates.io-index" 3646checksum = "280ef2d232923e69cb93da156972eb5476a7cce5ba44843f6608f46a4abf7aab" 3647dependencies = [ 3648 "devise", 3649 "quote", 3650] 3651 3652[[package]] 3653name = "ron" 3654version = "0.6.6" 3655source = "registry+https://github.com/rust-lang/crates.io-index" 3656checksum = "86018df177b1beef6c7c8ef949969c4f7cb9a9344181b92486b23c79995bdaa4" 3657dependencies = [ 3658 "base64 0.13.0", 3659 "bitflags", 3660 "serde", 3661] 3662 3663[[package]] 3664name = "ron" 3665version = "0.7.1" 3666source = "registry+https://github.com/rust-lang/crates.io-index" 3667checksum = "88073939a61e5b7680558e6be56b419e208420c2adb92be54921fa6b72283f1a" 3668dependencies = [ 3669 "base64 0.13.0", 3670 "bitflags", 3671 "serde", 3672] 3673 3674[[package]] 3675name = "rss" 3676version = "1.10.0" 3677source = "registry+https://github.com/rust-lang/crates.io-index" 3678checksum = "02e70d6ae72f8a4333af8ce9dce58942020528430eb0d46ee2fcb5e8d4d16377" 3679dependencies = [ 3680 "atom_syndication", 3681 "derive_builder", 3682 "quick-xml", 3683] 3684 3685[[package]] 3686name = "rustc-demangle" 3687version = "0.1.21" 3688source = "registry+https://github.com/rust-lang/crates.io-index" 3689checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" 3690 3691[[package]] 3692name = "rustc-hash" 3693version = "1.1.0" 3694source = "registry+https://github.com/rust-lang/crates.io-index" 3695checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 3696 3697[[package]] 3698name = "rustc_version" 3699version = "0.4.0" 3700source = "registry+https://github.com/rust-lang/crates.io-index" 3701checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 3702dependencies = [ 3703 "semver 1.0.13", 3704] 3705 3706[[package]] 3707name = "rustix" 3708version = "0.36.2" 3709source = "registry+https://github.com/rust-lang/crates.io-index" 3710checksum = "203974af07ea769452490ee8de3e5947971efc3a090dca8a779dd432d3fa46a7" 3711dependencies = [ 3712 "bitflags", 3713 "errno", 3714 "io-lifetimes", 3715 "libc", 3716 "linux-raw-sys", 3717 "windows-sys 0.42.0", 3718] 3719 3720[[package]] 3721name = "rustls" 3722version = "0.20.6" 3723source = "registry+https://github.com/rust-lang/crates.io-index" 3724checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033" 3725dependencies = [ 3726 "log", 3727 "ring", 3728 "sct", 3729 "webpki", 3730] 3731 3732[[package]] 3733name = "rustls-pemfile" 3734version = "1.0.1" 3735source = "registry+https://github.com/rust-lang/crates.io-index" 3736checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55" 3737dependencies = [ 3738 "base64 0.13.0", 3739] 3740 3741[[package]] 3742name = "rustversion" 3743version = "1.0.9" 3744source = "registry+https://github.com/rust-lang/crates.io-index" 3745checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8" 3746 3747[[package]] 3748name = "rustyline" 3749version = "10.0.0" 3750source = "registry+https://github.com/rust-lang/crates.io-index" 3751checksum = "1d1cd5ae51d3f7bf65d7969d579d502168ef578f289452bd8ccc91de28fda20e" 3752dependencies = [ 3753 "bitflags", 3754 "cfg-if 1.0.0", 3755 "clipboard-win", 3756 "dirs-next", 3757 "fd-lock", 3758 "libc", 3759 "log", 3760 "memchr", 3761 "nix 0.24.2", 3762 "radix_trie", 3763 "scopeguard", 3764 "unicode-segmentation", 3765 "unicode-width", 3766 "utf8parse", 3767 "winapi", 3768] 3769 3770[[package]] 3771name = "ryu" 3772version = "1.0.11" 3773source = "registry+https://github.com/rust-lang/crates.io-index" 3774checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" 3775 3776[[package]] 3777name = "schannel" 3778version = "0.1.20" 3779source = "registry+https://github.com/rust-lang/crates.io-index" 3780checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2" 3781dependencies = [ 3782 "lazy_static", 3783 "windows-sys 0.36.1", 3784] 3785 3786[[package]] 3787name = "scheduled-thread-pool" 3788version = "0.2.6" 3789source = "registry+https://github.com/rust-lang/crates.io-index" 3790checksum = "977a7519bff143a44f842fd07e80ad1329295bd71686457f18e496736f4bf9bf" 3791dependencies = [ 3792 "parking_lot 0.12.1", 3793] 3794 3795[[package]] 3796name = "scoped-tls" 3797version = "1.0.0" 3798source = "registry+https://github.com/rust-lang/crates.io-index" 3799checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" 3800 3801[[package]] 3802name = "scopeguard" 3803version = "1.1.0" 3804source = "registry+https://github.com/rust-lang/crates.io-index" 3805checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 3806 3807[[package]] 3808name = "sct" 3809version = "0.7.0" 3810source = "registry+https://github.com/rust-lang/crates.io-index" 3811checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 3812dependencies = [ 3813 "ring", 3814 "untrusted", 3815] 3816 3817[[package]] 3818name = "security-framework" 3819version = "2.7.0" 3820source = "registry+https://github.com/rust-lang/crates.io-index" 3821checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c" 3822dependencies = [ 3823 "bitflags", 3824 "core-foundation 0.9.3", 3825 "core-foundation-sys 0.8.3", 3826 "libc", 3827 "security-framework-sys", 3828] 3829 3830[[package]] 3831name = "security-framework-sys" 3832version = "2.6.1" 3833source = "registry+https://github.com/rust-lang/crates.io-index" 3834checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556" 3835dependencies = [ 3836 "core-foundation-sys 0.8.3", 3837 "libc", 3838] 3839 3840[[package]] 3841name = "self_update" 3842version = "0.27.0" 3843source = "registry+https://github.com/rust-lang/crates.io-index" 3844checksum = "6fb85f1802f7b987237b8525c0fde86ea86f31c957c1875467c727d5b921179c" 3845dependencies = [ 3846 "hyper", 3847 "indicatif 0.15.0", 3848 "log", 3849 "quick-xml", 3850 "regex", 3851 "reqwest", 3852 "semver 0.11.0", 3853 "serde_json", 3854 "tempfile", 3855 "zip", 3856] 3857 3858[[package]] 3859name = "semver" 3860version = "0.11.0" 3861source = "registry+https://github.com/rust-lang/crates.io-index" 3862checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" 3863dependencies = [ 3864 "semver-parser", 3865] 3866 3867[[package]] 3868name = "semver" 3869version = "1.0.13" 3870source = "registry+https://github.com/rust-lang/crates.io-index" 3871checksum = "93f6841e709003d68bb2deee8c343572bf446003ec20a583e76f7b15cebf3711" 3872 3873[[package]] 3874name = "semver-parser" 3875version = "0.10.2" 3876source = "registry+https://github.com/rust-lang/crates.io-index" 3877checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" 3878dependencies = [ 3879 "pest", 3880] 3881 3882[[package]] 3883name = "serde" 3884version = "1.0.144" 3885source = "registry+https://github.com/rust-lang/crates.io-index" 3886checksum = "0f747710de3dcd43b88c9168773254e809d8ddbdf9653b84e2554ab219f17860" 3887dependencies = [ 3888 "serde_derive", 3889] 3890 3891[[package]] 3892name = "serde_derive" 3893version = "1.0.144" 3894source = "registry+https://github.com/rust-lang/crates.io-index" 3895checksum = "94ed3a816fb1d101812f83e789f888322c34e291f894f19590dc310963e87a00" 3896dependencies = [ 3897 "proc-macro2", 3898 "quote", 3899 "syn", 3900] 3901 3902[[package]] 3903name = "serde_json" 3904version = "1.0.85" 3905source = "registry+https://github.com/rust-lang/crates.io-index" 3906checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44" 3907dependencies = [ 3908 "itoa", 3909 "ryu", 3910 "serde", 3911] 3912 3913[[package]] 3914name = "serde_path_to_error" 3915version = "0.1.8" 3916source = "registry+https://github.com/rust-lang/crates.io-index" 3917checksum = "184c643044780f7ceb59104cef98a5a6f12cb2288a7bc701ab93a362b49fd47d" 3918dependencies = [ 3919 "serde", 3920] 3921 3922[[package]] 3923name = "serde_urlencoded" 3924version = "0.7.1" 3925source = "registry+https://github.com/rust-lang/crates.io-index" 3926checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3927dependencies = [ 3928 "form_urlencoded", 3929 "itoa", 3930 "ryu", 3931 "serde", 3932] 3933 3934[[package]] 3935name = "sha2" 3936version = "0.10.5" 3937source = "registry+https://github.com/rust-lang/crates.io-index" 3938checksum = "cf9db03534dff993187064c4e0c05a5708d2a9728ace9a8959b77bedf415dac5" 3939dependencies = [ 3940 "cfg-if 1.0.0", 3941 "cpufeatures", 3942 "digest", 3943] 3944 3945[[package]] 3946name = "sharded-slab" 3947version = "0.1.4" 3948source = "registry+https://github.com/rust-lang/crates.io-index" 3949checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" 3950dependencies = [ 3951 "lazy_static", 3952] 3953 3954[[package]] 3955name = "signal-hook-registry" 3956version = "1.4.0" 3957source = "registry+https://github.com/rust-lang/crates.io-index" 3958checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" 3959dependencies = [ 3960 "libc", 3961] 3962 3963[[package]] 3964name = "simple_asn1" 3965version = "0.4.1" 3966source = "registry+https://github.com/rust-lang/crates.io-index" 3967checksum = "692ca13de57ce0613a363c8c2f1de925adebc81b04c923ac60c5488bb44abe4b" 3968dependencies = [ 3969 "chrono", 3970 "num-bigint", 3971 "num-traits", 3972] 3973 3974[[package]] 3975name = "siphasher" 3976version = "0.3.10" 3977source = "registry+https://github.com/rust-lang/crates.io-index" 3978checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" 3979 3980[[package]] 3981name = "slab" 3982version = "0.4.7" 3983source = "registry+https://github.com/rust-lang/crates.io-index" 3984checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" 3985dependencies = [ 3986 "autocfg", 3987] 3988 3989[[package]] 3990name = "slotmap" 3991version = "1.0.6" 3992source = "registry+https://github.com/rust-lang/crates.io-index" 3993checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342" 3994dependencies = [ 3995 "version_check", 3996] 3997 3998[[package]] 3999name = "smallvec" 4000version = "1.9.0" 4001source = "registry+https://github.com/rust-lang/crates.io-index" 4002checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1" 4003 4004[[package]] 4005name = "smithay-client-toolkit" 4006version = "0.15.4" 4007source = "registry+https://github.com/rust-lang/crates.io-index" 4008checksum = "8a28f16a97fa0e8ce563b2774d1e732dd5d4025d2772c5dba0a41a0f90a29da3" 4009dependencies = [ 4010 "bitflags", 4011 "calloop", 4012 "dlib", 4013 "lazy_static", 4014 "log", 4015 "memmap2 0.3.1", 4016 "nix 0.22.3", 4017 "pkg-config", 4018 "wayland-client", 4019 "wayland-cursor", 4020 "wayland-protocols", 4021] 4022 4023[[package]] 4024name = "smithay-client-toolkit" 4025version = "0.16.0" 4026source = "registry+https://github.com/rust-lang/crates.io-index" 4027checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454" 4028dependencies = [ 4029 "bitflags", 4030 "dlib", 4031 "lazy_static", 4032 "log", 4033 "memmap2 0.5.7", 4034 "nix 0.24.2", 4035 "pkg-config", 4036 "wayland-client", 4037 "wayland-cursor", 4038 "wayland-protocols", 4039] 4040 4041[[package]] 4042name = "smithay-clipboard" 4043version = "0.6.6" 4044source = "registry+https://github.com/rust-lang/crates.io-index" 4045checksum = "0a345c870a1fae0b1b779085e81b51e614767c239e93503588e54c5b17f4b0e8" 4046dependencies = [ 4047 "smithay-client-toolkit 0.16.0", 4048 "wayland-client", 4049] 4050 4051[[package]] 4052name = "snafu" 4053version = "0.7.1" 4054source = "registry+https://github.com/rust-lang/crates.io-index" 4055checksum = "5177903bf45656592d9eb5c0e22f408fc023aae51dbe2088889b71633ba451f2" 4056dependencies = [ 4057 "backtrace", 4058 "doc-comment", 4059 "snafu-derive", 4060] 4061 4062[[package]] 4063name = "snafu-derive" 4064version = "0.7.1" 4065source = "registry+https://github.com/rust-lang/crates.io-index" 4066checksum = "410b26ed97440d90ced3e2488c868d56a86e2064f5d7d6f417909b286afe25e5" 4067dependencies = [ 4068 "heck", 4069 "proc-macro2", 4070 "quote", 4071 "syn", 4072] 4073 4074[[package]] 4075name = "socket2" 4076version = "0.4.7" 4077source = "registry+https://github.com/rust-lang/crates.io-index" 4078checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd" 4079dependencies = [ 4080 "libc", 4081 "winapi", 4082] 4083 4084[[package]] 4085name = "spin" 4086version = "0.5.2" 4087source = "registry+https://github.com/rust-lang/crates.io-index" 4088checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 4089 4090[[package]] 4091name = "spin" 4092version = "0.9.4" 4093source = "registry+https://github.com/rust-lang/crates.io-index" 4094checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09" 4095 4096[[package]] 4097name = "spirv" 4098version = "0.2.0+1.5.4" 4099source = "registry+https://github.com/rust-lang/crates.io-index" 4100checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830" 4101dependencies = [ 4102 "bitflags", 4103 "num-traits", 4104] 4105 4106[[package]] 4107name = "stable-pattern" 4108version = "0.1.0" 4109source = "registry+https://github.com/rust-lang/crates.io-index" 4110checksum = "4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045" 4111dependencies = [ 4112 "memchr", 4113] 4114 4115[[package]] 4116name = "stable_deref_trait" 4117version = "1.2.0" 4118source = "registry+https://github.com/rust-lang/crates.io-index" 4119checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 4120 4121[[package]] 4122name = "state" 4123version = "0.5.3" 4124source = "registry+https://github.com/rust-lang/crates.io-index" 4125checksum = "dbe866e1e51e8260c9eed836a042a5e7f6726bb2b411dffeaa712e19c388f23b" 4126dependencies = [ 4127 "loom", 4128] 4129 4130[[package]] 4131name = "static_assertions" 4132version = "1.1.0" 4133source = "registry+https://github.com/rust-lang/crates.io-index" 4134checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4135 4136[[package]] 4137name = "str-buf" 4138version = "1.0.6" 4139source = "registry+https://github.com/rust-lang/crates.io-index" 4140checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0" 4141 4142[[package]] 4143name = "string_cache" 4144version = "0.8.4" 4145source = "registry+https://github.com/rust-lang/crates.io-index" 4146checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08" 4147dependencies = [ 4148 "new_debug_unreachable", 4149 "once_cell", 4150 "parking_lot 0.12.1", 4151 "phf_shared 0.10.0", 4152 "precomputed-hash", 4153 "serde", 4154] 4155 4156[[package]] 4157name = "string_cache_codegen" 4158version = "0.5.2" 4159source = "registry+https://github.com/rust-lang/crates.io-index" 4160checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" 4161dependencies = [ 4162 "phf_generator 0.10.0", 4163 "phf_shared 0.10.0", 4164 "proc-macro2", 4165 "quote", 4166] 4167 4168[[package]] 4169name = "strip_markdown" 4170version = "0.2.0" 4171source = "registry+https://github.com/rust-lang/crates.io-index" 4172checksum = "32c754386109f9adc8ca62513c51cf81cc2d8502588064103aa8e9f69b4276da" 4173dependencies = [ 4174 "log", 4175 "pulldown-cmark 0.7.2", 4176] 4177 4178[[package]] 4179name = "strsim" 4180version = "0.9.3" 4181source = "registry+https://github.com/rust-lang/crates.io-index" 4182checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c" 4183 4184[[package]] 4185name = "strsim" 4186version = "0.10.0" 4187source = "registry+https://github.com/rust-lang/crates.io-index" 4188checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 4189 4190[[package]] 4191name = "subtle" 4192version = "2.4.1" 4193source = "registry+https://github.com/rust-lang/crates.io-index" 4194checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" 4195 4196[[package]] 4197name = "surge-ping" 4198version = "0.7.2" 4199source = "registry+https://github.com/rust-lang/crates.io-index" 4200checksum = "4d33636a95261e9f939742d4712b20f8813a9b3cfaf1510b751096329cd3902b" 4201dependencies = [ 4202 "hex", 4203 "parking_lot 0.12.1", 4204 "pnet_packet", 4205 "rand 0.8.5", 4206 "socket2", 4207 "thiserror", 4208 "tokio", 4209 "tracing", 4210] 4211 4212[[package]] 4213name = "svg_fmt" 4214version = "0.4.1" 4215source = "registry+https://github.com/rust-lang/crates.io-index" 4216checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2" 4217 4218[[package]] 4219name = "syn" 4220version = "1.0.99" 4221source = "registry+https://github.com/rust-lang/crates.io-index" 4222checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13" 4223dependencies = [ 4224 "proc-macro2", 4225 "quote", 4226 "unicode-ident", 4227] 4228 4229[[package]] 4230name = "tempfile" 4231version = "3.3.0" 4232source = "registry+https://github.com/rust-lang/crates.io-index" 4233checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" 4234dependencies = [ 4235 "cfg-if 1.0.0", 4236 "fastrand", 4237 "libc", 4238 "redox_syscall", 4239 "remove_dir_all", 4240 "winapi", 4241] 4242 4243[[package]] 4244name = "tendril" 4245version = "0.4.3" 4246source = "registry+https://github.com/rust-lang/crates.io-index" 4247checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 4248dependencies = [ 4249 "futf", 4250 "mac", 4251 "utf-8", 4252] 4253 4254[[package]] 4255name = "termcolor" 4256version = "1.1.3" 4257source = "registry+https://github.com/rust-lang/crates.io-index" 4258checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 4259dependencies = [ 4260 "winapi-util", 4261] 4262 4263[[package]] 4264name = "terminal_size" 4265version = "0.1.17" 4266source = "registry+https://github.com/rust-lang/crates.io-index" 4267checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df" 4268dependencies = [ 4269 "libc", 4270 "winapi", 4271] 4272 4273[[package]] 4274name = "textwrap" 4275version = "0.15.0" 4276source = "registry+https://github.com/rust-lang/crates.io-index" 4277checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" 4278 4279[[package]] 4280name = "thiserror" 4281version = "1.0.34" 4282source = "registry+https://github.com/rust-lang/crates.io-index" 4283checksum = "8c1b05ca9d106ba7d2e31a9dab4a64e7be2cce415321966ea3132c49a656e252" 4284dependencies = [ 4285 "thiserror-impl", 4286] 4287 4288[[package]] 4289name = "thiserror-impl" 4290version = "1.0.34" 4291source = "registry+https://github.com/rust-lang/crates.io-index" 4292checksum = "e8f2591983642de85c921015f3f070c665a197ed69e417af436115e3a1407487" 4293dependencies = [ 4294 "proc-macro2", 4295 "quote", 4296 "syn", 4297] 4298 4299[[package]] 4300name = "thread_local" 4301version = "1.1.4" 4302source = "registry+https://github.com/rust-lang/crates.io-index" 4303checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" 4304dependencies = [ 4305 "once_cell", 4306] 4307 4308[[package]] 4309name = "time" 4310version = "0.1.44" 4311source = "registry+https://github.com/rust-lang/crates.io-index" 4312checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" 4313dependencies = [ 4314 "libc", 4315 "wasi 0.10.0+wasi-snapshot-preview1", 4316 "winapi", 4317] 4318 4319[[package]] 4320name = "time" 4321version = "0.3.14" 4322source = "registry+https://github.com/rust-lang/crates.io-index" 4323checksum = "3c3f9a28b618c3a6b9251b6908e9c99e04b9e5c02e6581ccbb67d59c34ef7f9b" 4324dependencies = [ 4325 "itoa", 4326 "libc", 4327 "num_threads", 4328 "time-macros", 4329] 4330 4331[[package]] 4332name = "time-macros" 4333version = "0.2.4" 4334source = "registry+https://github.com/rust-lang/crates.io-index" 4335checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792" 4336 4337[[package]] 4338name = "tinyvec" 4339version = "1.6.0" 4340source = "registry+https://github.com/rust-lang/crates.io-index" 4341checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 4342dependencies = [ 4343 "tinyvec_macros", 4344] 4345 4346[[package]] 4347name = "tinyvec_macros" 4348version = "0.1.0" 4349source = "registry+https://github.com/rust-lang/crates.io-index" 4350checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" 4351 4352[[package]] 4353name = "tokio" 4354version = "1.21.0" 4355source = "registry+https://github.com/rust-lang/crates.io-index" 4356checksum = "89797afd69d206ccd11fb0ea560a44bbb87731d020670e79416d442919257d42" 4357dependencies = [ 4358 "autocfg", 4359 "bytes", 4360 "libc", 4361 "memchr", 4362 "mio", 4363 "num_cpus", 4364 "once_cell", 4365 "pin-project-lite", 4366 "signal-hook-registry", 4367 "socket2", 4368 "tokio-macros", 4369 "winapi", 4370] 4371 4372[[package]] 4373name = "tokio-macros" 4374version = "1.8.0" 4375source = "registry+https://github.com/rust-lang/crates.io-index" 4376checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484" 4377dependencies = [ 4378 "proc-macro2", 4379 "quote", 4380 "syn", 4381] 4382 4383[[package]] 4384name = "tokio-native-tls" 4385version = "0.3.0" 4386source = "registry+https://github.com/rust-lang/crates.io-index" 4387checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" 4388dependencies = [ 4389 "native-tls", 4390 "tokio", 4391] 4392 4393[[package]] 4394name = "tokio-rustls" 4395version = "0.23.4" 4396source = "registry+https://github.com/rust-lang/crates.io-index" 4397checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" 4398dependencies = [ 4399 "rustls", 4400 "tokio", 4401 "webpki", 4402] 4403 4404[[package]] 4405name = "tokio-stream" 4406version = "0.1.9" 4407source = "registry+https://github.com/rust-lang/crates.io-index" 4408checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9" 4409dependencies = [ 4410 "futures-core", 4411 "pin-project-lite", 4412 "tokio", 4413] 4414 4415[[package]] 4416name = "tokio-util" 4417version = "0.6.10" 4418source = "registry+https://github.com/rust-lang/crates.io-index" 4419checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507" 4420dependencies = [ 4421 "bytes", 4422 "futures-core", 4423 "futures-sink", 4424 "log", 4425 "pin-project-lite", 4426 "tokio", 4427] 4428 4429[[package]] 4430name = "tokio-util" 4431version = "0.7.3" 4432source = "registry+https://github.com/rust-lang/crates.io-index" 4433checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45" 4434dependencies = [ 4435 "bytes", 4436 "futures-core", 4437 "futures-sink", 4438 "pin-project-lite", 4439 "tokio", 4440 "tracing", 4441] 4442 4443[[package]] 4444name = "toml" 4445version = "0.5.9" 4446source = "registry+https://github.com/rust-lang/crates.io-index" 4447checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7" 4448dependencies = [ 4449 "serde", 4450] 4451 4452[[package]] 4453name = "tower-service" 4454version = "0.3.2" 4455source = "registry+https://github.com/rust-lang/crates.io-index" 4456checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 4457 4458[[package]] 4459name = "tracing" 4460version = "0.1.36" 4461source = "registry+https://github.com/rust-lang/crates.io-index" 4462checksum = "2fce9567bd60a67d08a16488756721ba392f24f29006402881e43b19aac64307" 4463dependencies = [ 4464 "cfg-if 1.0.0", 4465 "log", 4466 "pin-project-lite", 4467 "tracing-attributes", 4468 "tracing-core", 4469] 4470 4471[[package]] 4472name = "tracing-appender" 4473version = "0.2.2" 4474source = "registry+https://github.com/rust-lang/crates.io-index" 4475checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e" 4476dependencies = [ 4477 "crossbeam-channel", 4478 "time 0.3.14", 4479 "tracing-subscriber", 4480] 4481 4482[[package]] 4483name = "tracing-attributes" 4484version = "0.1.22" 4485source = "registry+https://github.com/rust-lang/crates.io-index" 4486checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2" 4487dependencies = [ 4488 "proc-macro2", 4489 "quote", 4490 "syn", 4491] 4492 4493[[package]] 4494name = "tracing-core" 4495version = "0.1.29" 4496source = "registry+https://github.com/rust-lang/crates.io-index" 4497checksum = "5aeea4303076558a00714b823f9ad67d58a3bbda1df83d8827d21193156e22f7" 4498dependencies = [ 4499 "once_cell", 4500 "valuable", 4501] 4502 4503[[package]] 4504name = "tracing-futures" 4505version = "0.2.5" 4506source = "registry+https://github.com/rust-lang/crates.io-index" 4507checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" 4508dependencies = [ 4509 "pin-project", 4510 "tracing", 4511] 4512 4513[[package]] 4514name = "tracing-log" 4515version = "0.1.3" 4516source = "registry+https://github.com/rust-lang/crates.io-index" 4517checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" 4518dependencies = [ 4519 "lazy_static", 4520 "log", 4521 "tracing-core", 4522] 4523 4524[[package]] 4525name = "tracing-subscriber" 4526version = "0.3.15" 4527source = "registry+https://github.com/rust-lang/crates.io-index" 4528checksum = "60db860322da191b40952ad9affe65ea23e7dd6a5c442c2c42865810c6ab8e6b" 4529dependencies = [ 4530 "ansi_term", 4531 "matchers", 4532 "once_cell", 4533 "regex", 4534 "sharded-slab", 4535 "smallvec", 4536 "thread_local", 4537 "time 0.3.14", 4538 "tracing", 4539 "tracing-core", 4540 "tracing-log", 4541] 4542 4543[[package]] 4544name = "try-lock" 4545version = "0.2.3" 4546source = "registry+https://github.com/rust-lang/crates.io-index" 4547checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" 4548 4549[[package]] 4550name = "ttf-parser" 4551version = "0.15.2" 4552source = "registry+https://github.com/rust-lang/crates.io-index" 4553checksum = "7b3e06c9b9d80ed6b745c7159c40b311ad2916abb34a49e9be2653b90db0d8dd" 4554 4555[[package]] 4556name = "twox-hash" 4557version = "1.6.3" 4558source = "registry+https://github.com/rust-lang/crates.io-index" 4559checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" 4560dependencies = [ 4561 "cfg-if 1.0.0", 4562 "rand 0.8.5", 4563 "static_assertions", 4564] 4565 4566[[package]] 4567name = "typenum" 4568version = "1.15.0" 4569source = "registry+https://github.com/rust-lang/crates.io-index" 4570checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" 4571 4572[[package]] 4573name = "ubyte" 4574version = "0.10.3" 4575source = "registry+https://github.com/rust-lang/crates.io-index" 4576checksum = "c81f0dae7d286ad0d9366d7679a77934cfc3cf3a8d67e82669794412b2368fe6" 4577dependencies = [ 4578 "serde", 4579] 4580 4581[[package]] 4582name = "ucd-trie" 4583version = "0.1.5" 4584source = "registry+https://github.com/rust-lang/crates.io-index" 4585checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81" 4586 4587[[package]] 4588name = "uncased" 4589version = "0.9.7" 4590source = "registry+https://github.com/rust-lang/crates.io-index" 4591checksum = "09b01702b0fd0b3fadcf98e098780badda8742d4f4a7676615cad90e8ac73622" 4592dependencies = [ 4593 "serde", 4594 "version_check", 4595] 4596 4597[[package]] 4598name = "unicase" 4599version = "2.6.0" 4600source = "registry+https://github.com/rust-lang/crates.io-index" 4601checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 4602dependencies = [ 4603 "version_check", 4604] 4605 4606[[package]] 4607name = "unicode-bidi" 4608version = "0.3.8" 4609source = "registry+https://github.com/rust-lang/crates.io-index" 4610checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992" 4611 4612[[package]] 4613name = "unicode-ident" 4614version = "1.0.3" 4615source = "registry+https://github.com/rust-lang/crates.io-index" 4616checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf" 4617 4618[[package]] 4619name = "unicode-normalization" 4620version = "0.1.21" 4621source = "registry+https://github.com/rust-lang/crates.io-index" 4622checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6" 4623dependencies = [ 4624 "tinyvec", 4625] 4626 4627[[package]] 4628name = "unicode-segmentation" 4629version = "1.9.0" 4630source = "registry+https://github.com/rust-lang/crates.io-index" 4631checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99" 4632 4633[[package]] 4634name = "unicode-width" 4635version = "0.1.9" 4636source = "registry+https://github.com/rust-lang/crates.io-index" 4637checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" 4638 4639[[package]] 4640name = "unicode-xid" 4641version = "0.2.3" 4642source = "registry+https://github.com/rust-lang/crates.io-index" 4643checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04" 4644 4645[[package]] 4646name = "universal-hash" 4647version = "0.4.1" 4648source = "registry+https://github.com/rust-lang/crates.io-index" 4649checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05" 4650dependencies = [ 4651 "generic-array", 4652 "subtle", 4653] 4654 4655[[package]] 4656name = "untrusted" 4657version = "0.7.1" 4658source = "registry+https://github.com/rust-lang/crates.io-index" 4659checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 4660 4661[[package]] 4662name = "url" 4663version = "2.3.0" 4664source = "registry+https://github.com/rust-lang/crates.io-index" 4665checksum = "22fe195a4f217c25b25cb5058ced57059824a678474874038dc88d211bf508d3" 4666dependencies = [ 4667 "form_urlencoded", 4668 "idna", 4669 "percent-encoding", 4670 "serde", 4671] 4672 4673[[package]] 4674name = "utf-8" 4675version = "0.7.6" 4676source = "registry+https://github.com/rust-lang/crates.io-index" 4677checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 4678 4679[[package]] 4680name = "utf8parse" 4681version = "0.2.0" 4682source = "registry+https://github.com/rust-lang/crates.io-index" 4683checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372" 4684 4685[[package]] 4686name = "valuable" 4687version = "0.1.0" 4688source = "registry+https://github.com/rust-lang/crates.io-index" 4689checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 4690 4691[[package]] 4692name = "vcpkg" 4693version = "0.2.15" 4694source = "registry+https://github.com/rust-lang/crates.io-index" 4695checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 4696 4697[[package]] 4698name = "veloren-serverbrowser-api" 4699version = "0.3.1" 4700source = "registry+https://github.com/rust-lang/crates.io-index" 4701checksum = "b25e966b27a95a55d4903c4646dc55ffdf59f23bef7e27978b97fa92fd64ca27" 4702dependencies = [ 4703 "country-parser", 4704 "serde", 4705] 4706 4707[[package]] 4708name = "version_check" 4709version = "0.9.4" 4710source = "registry+https://github.com/rust-lang/crates.io-index" 4711checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 4712 4713[[package]] 4714name = "want" 4715version = "0.3.0" 4716source = "registry+https://github.com/rust-lang/crates.io-index" 4717checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 4718dependencies = [ 4719 "log", 4720 "try-lock", 4721] 4722 4723[[package]] 4724name = "wasi" 4725version = "0.9.0+wasi-snapshot-preview1" 4726source = "registry+https://github.com/rust-lang/crates.io-index" 4727checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 4728 4729[[package]] 4730name = "wasi" 4731version = "0.10.0+wasi-snapshot-preview1" 4732source = "registry+https://github.com/rust-lang/crates.io-index" 4733checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 4734 4735[[package]] 4736name = "wasi" 4737version = "0.11.0+wasi-snapshot-preview1" 4738source = "registry+https://github.com/rust-lang/crates.io-index" 4739checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 4740 4741[[package]] 4742name = "wasm-bindgen" 4743version = "0.2.82" 4744source = "registry+https://github.com/rust-lang/crates.io-index" 4745checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d" 4746dependencies = [ 4747 "cfg-if 1.0.0", 4748 "wasm-bindgen-macro", 4749] 4750 4751[[package]] 4752name = "wasm-bindgen-backend" 4753version = "0.2.82" 4754source = "registry+https://github.com/rust-lang/crates.io-index" 4755checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f" 4756dependencies = [ 4757 "bumpalo", 4758 "log", 4759 "once_cell", 4760 "proc-macro2", 4761 "quote", 4762 "syn", 4763 "wasm-bindgen-shared", 4764] 4765 4766[[package]] 4767name = "wasm-bindgen-futures" 4768version = "0.4.32" 4769source = "registry+https://github.com/rust-lang/crates.io-index" 4770checksum = "fa76fb221a1f8acddf5b54ace85912606980ad661ac7a503b4570ffd3a624dad" 4771dependencies = [ 4772 "cfg-if 1.0.0", 4773 "js-sys", 4774 "wasm-bindgen", 4775 "web-sys", 4776] 4777 4778[[package]] 4779name = "wasm-bindgen-macro" 4780version = "0.2.82" 4781source = "registry+https://github.com/rust-lang/crates.io-index" 4782checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602" 4783dependencies = [ 4784 "quote", 4785 "wasm-bindgen-macro-support", 4786] 4787 4788[[package]] 4789name = "wasm-bindgen-macro-support" 4790version = "0.2.82" 4791source = "registry+https://github.com/rust-lang/crates.io-index" 4792checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da" 4793dependencies = [ 4794 "proc-macro2", 4795 "quote", 4796 "syn", 4797 "wasm-bindgen-backend", 4798 "wasm-bindgen-shared", 4799] 4800 4801[[package]] 4802name = "wasm-bindgen-shared" 4803version = "0.2.82" 4804source = "registry+https://github.com/rust-lang/crates.io-index" 4805checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a" 4806 4807[[package]] 4808name = "wasm-timer" 4809version = "0.2.5" 4810source = "registry+https://github.com/rust-lang/crates.io-index" 4811checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" 4812dependencies = [ 4813 "futures", 4814 "js-sys", 4815 "parking_lot 0.11.2", 4816 "pin-utils", 4817 "wasm-bindgen", 4818 "wasm-bindgen-futures", 4819 "web-sys", 4820] 4821 4822[[package]] 4823name = "wayland-client" 4824version = "0.29.5" 4825source = "registry+https://github.com/rust-lang/crates.io-index" 4826checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715" 4827dependencies = [ 4828 "bitflags", 4829 "downcast-rs", 4830 "libc", 4831 "nix 0.24.2", 4832 "scoped-tls", 4833 "wayland-commons", 4834 "wayland-scanner", 4835 "wayland-sys", 4836] 4837 4838[[package]] 4839name = "wayland-commons" 4840version = "0.29.5" 4841source = "registry+https://github.com/rust-lang/crates.io-index" 4842checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902" 4843dependencies = [ 4844 "nix 0.24.2", 4845 "once_cell", 4846 "smallvec", 4847 "wayland-sys", 4848] 4849 4850[[package]] 4851name = "wayland-cursor" 4852version = "0.29.5" 4853source = "registry+https://github.com/rust-lang/crates.io-index" 4854checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661" 4855dependencies = [ 4856 "nix 0.24.2", 4857 "wayland-client", 4858 "xcursor", 4859] 4860 4861[[package]] 4862name = "wayland-protocols" 4863version = "0.29.5" 4864source = "registry+https://github.com/rust-lang/crates.io-index" 4865checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6" 4866dependencies = [ 4867 "bitflags", 4868 "wayland-client", 4869 "wayland-commons", 4870 "wayland-scanner", 4871] 4872 4873[[package]] 4874name = "wayland-scanner" 4875version = "0.29.5" 4876source = "registry+https://github.com/rust-lang/crates.io-index" 4877checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53" 4878dependencies = [ 4879 "proc-macro2", 4880 "quote", 4881 "xml-rs", 4882] 4883 4884[[package]] 4885name = "wayland-sys" 4886version = "0.29.5" 4887source = "registry+https://github.com/rust-lang/crates.io-index" 4888checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4" 4889dependencies = [ 4890 "dlib", 4891 "lazy_static", 4892 "pkg-config", 4893] 4894 4895[[package]] 4896name = "web-sys" 4897version = "0.3.57" 4898source = "registry+https://github.com/rust-lang/crates.io-index" 4899checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283" 4900dependencies = [ 4901 "js-sys", 4902 "wasm-bindgen", 4903] 4904 4905[[package]] 4906name = "webpki" 4907version = "0.22.0" 4908source = "registry+https://github.com/rust-lang/crates.io-index" 4909checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 4910dependencies = [ 4911 "ring", 4912 "untrusted", 4913] 4914 4915[[package]] 4916name = "webpki-roots" 4917version = "0.22.4" 4918source = "registry+https://github.com/rust-lang/crates.io-index" 4919checksum = "f1c760f0d366a6c24a02ed7816e23e691f5d92291f94d15e836006fd11b04daf" 4920dependencies = [ 4921 "webpki", 4922] 4923 4924[[package]] 4925name = "weezl" 4926version = "0.1.7" 4927source = "registry+https://github.com/rust-lang/crates.io-index" 4928checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" 4929 4930[[package]] 4931name = "wgpu" 4932version = "0.12.0" 4933source = "registry+https://github.com/rust-lang/crates.io-index" 4934checksum = "b97cd781ff044d6d697b632a2e212032c2e957d1afaa21dbf58069cbb8f78567" 4935dependencies = [ 4936 "arrayvec", 4937 "js-sys", 4938 "log", 4939 "naga", 4940 "parking_lot 0.11.2", 4941 "raw-window-handle 0.4.3", 4942 "smallvec", 4943 "wasm-bindgen", 4944 "wasm-bindgen-futures", 4945 "web-sys", 4946 "wgpu-core", 4947 "wgpu-hal", 4948 "wgpu-types", 4949] 4950 4951[[package]] 4952name = "wgpu-core" 4953version = "0.12.2" 4954source = "registry+https://github.com/rust-lang/crates.io-index" 4955checksum = "c4688c000eb841ca55f7b35db659b78d6e1cd77d7caf8fb929f4e181f754047d" 4956dependencies = [ 4957 "arrayvec", 4958 "bitflags", 4959 "cfg_aliases", 4960 "codespan-reporting", 4961 "copyless", 4962 "fxhash", 4963 "log", 4964 "naga", 4965 "parking_lot 0.11.2", 4966 "profiling", 4967 "raw-window-handle 0.4.3", 4968 "smallvec", 4969 "thiserror", 4970 "wgpu-hal", 4971 "wgpu-types", 4972] 4973 4974[[package]] 4975name = "wgpu-hal" 4976version = "0.12.5" 4977source = "registry+https://github.com/rust-lang/crates.io-index" 4978checksum = "d684ea6a34974a2fc19f1dfd183d11a62e22d75c4f187a574bb1224df8e056c2" 4979dependencies = [ 4980 "arrayvec", 4981 "ash", 4982 "bit-set", 4983 "bitflags", 4984 "block", 4985 "core-graphics-types", 4986 "d3d12", 4987 "foreign-types", 4988 "fxhash", 4989 "glow", 4990 "gpu-alloc", 4991 "gpu-descriptor", 4992 "inplace_it", 4993 "js-sys", 4994 "khronos-egl", 4995 "libloading", 4996 "log", 4997 "metal", 4998 "naga", 4999 "objc", 5000 "parking_lot 0.11.2", 5001 "profiling", 5002 "range-alloc", 5003 "raw-window-handle 0.4.3", 5004 "renderdoc-sys", 5005 "thiserror", 5006 "wasm-bindgen", 5007 "web-sys", 5008 "wgpu-types", 5009 "winapi", 5010] 5011 5012[[package]] 5013name = "wgpu-types" 5014version = "0.12.0" 5015source = "registry+https://github.com/rust-lang/crates.io-index" 5016checksum = "549533d9e1cdd4b4cda7718d33ff500fc4c34b5467b71d76b547ae0324f3b2a2" 5017dependencies = [ 5018 "bitflags", 5019] 5020 5021[[package]] 5022name = "wgpu_glyph" 5023version = "0.16.0" 5024source = "registry+https://github.com/rust-lang/crates.io-index" 5025checksum = "8134edb15ae465caf308125646c9e98bdef7398cdefc69227ac77a5eb795e7fe" 5026dependencies = [ 5027 "bytemuck", 5028 "glyph_brush", 5029 "log", 5030 "wgpu", 5031] 5032 5033[[package]] 5034name = "winapi" 5035version = "0.3.9" 5036source = "registry+https://github.com/rust-lang/crates.io-index" 5037checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 5038dependencies = [ 5039 "winapi-i686-pc-windows-gnu", 5040 "winapi-x86_64-pc-windows-gnu", 5041] 5042 5043[[package]] 5044name = "winapi-i686-pc-windows-gnu" 5045version = "0.4.0" 5046source = "registry+https://github.com/rust-lang/crates.io-index" 5047checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 5048 5049[[package]] 5050name = "winapi-util" 5051version = "0.1.5" 5052source = "registry+https://github.com/rust-lang/crates.io-index" 5053checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 5054dependencies = [ 5055 "winapi", 5056] 5057 5058[[package]] 5059name = "winapi-wsapoll" 5060version = "0.1.1" 5061source = "registry+https://github.com/rust-lang/crates.io-index" 5062checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e" 5063dependencies = [ 5064 "winapi", 5065] 5066 5067[[package]] 5068name = "winapi-x86_64-pc-windows-gnu" 5069version = "0.4.0" 5070source = "registry+https://github.com/rust-lang/crates.io-index" 5071checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 5072 5073[[package]] 5074name = "window_clipboard" 5075version = "0.2.3" 5076source = "registry+https://github.com/rust-lang/crates.io-index" 5077checksum = "b47d7fb4df5cd1fea61e5ee3841380f54359bac814e227d8f72709f4f193f8cf" 5078dependencies = [ 5079 "clipboard-win", 5080 "clipboard_macos", 5081 "clipboard_wayland", 5082 "clipboard_x11", 5083 "raw-window-handle 0.3.4", 5084 "thiserror", 5085] 5086 5087[[package]] 5088name = "windows" 5089version = "0.32.0" 5090source = "registry+https://github.com/rust-lang/crates.io-index" 5091checksum = "fbedf6db9096bc2364adce0ae0aa636dcd89f3c3f2cd67947062aaf0ca2a10ec" 5092dependencies = [ 5093 "windows_aarch64_msvc 0.32.0", 5094 "windows_i686_gnu 0.32.0", 5095 "windows_i686_msvc 0.32.0", 5096 "windows_x86_64_gnu 0.32.0", 5097 "windows_x86_64_msvc 0.32.0", 5098] 5099 5100[[package]] 5101name = "windows-sys" 5102version = "0.36.1" 5103source = "registry+https://github.com/rust-lang/crates.io-index" 5104checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" 5105dependencies = [ 5106 "windows_aarch64_msvc 0.36.1", 5107 "windows_i686_gnu 0.36.1", 5108 "windows_i686_msvc 0.36.1", 5109 "windows_x86_64_gnu 0.36.1", 5110 "windows_x86_64_msvc 0.36.1", 5111] 5112 5113[[package]] 5114name = "windows-sys" 5115version = "0.42.0" 5116source = "registry+https://github.com/rust-lang/crates.io-index" 5117checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 5118dependencies = [ 5119 "windows_aarch64_gnullvm", 5120 "windows_aarch64_msvc 0.42.0", 5121 "windows_i686_gnu 0.42.0", 5122 "windows_i686_msvc 0.42.0", 5123 "windows_x86_64_gnu 0.42.0", 5124 "windows_x86_64_gnullvm", 5125 "windows_x86_64_msvc 0.42.0", 5126] 5127 5128[[package]] 5129name = "windows_aarch64_gnullvm" 5130version = "0.42.0" 5131source = "registry+https://github.com/rust-lang/crates.io-index" 5132checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e" 5133 5134[[package]] 5135name = "windows_aarch64_msvc" 5136version = "0.32.0" 5137source = "registry+https://github.com/rust-lang/crates.io-index" 5138checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5" 5139 5140[[package]] 5141name = "windows_aarch64_msvc" 5142version = "0.36.1" 5143source = "registry+https://github.com/rust-lang/crates.io-index" 5144checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" 5145 5146[[package]] 5147name = "windows_aarch64_msvc" 5148version = "0.42.0" 5149source = "registry+https://github.com/rust-lang/crates.io-index" 5150checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4" 5151 5152[[package]] 5153name = "windows_i686_gnu" 5154version = "0.32.0" 5155source = "registry+https://github.com/rust-lang/crates.io-index" 5156checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615" 5157 5158[[package]] 5159name = "windows_i686_gnu" 5160version = "0.36.1" 5161source = "registry+https://github.com/rust-lang/crates.io-index" 5162checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" 5163 5164[[package]] 5165name = "windows_i686_gnu" 5166version = "0.42.0" 5167source = "registry+https://github.com/rust-lang/crates.io-index" 5168checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7" 5169 5170[[package]] 5171name = "windows_i686_msvc" 5172version = "0.32.0" 5173source = "registry+https://github.com/rust-lang/crates.io-index" 5174checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172" 5175 5176[[package]] 5177name = "windows_i686_msvc" 5178version = "0.36.1" 5179source = "registry+https://github.com/rust-lang/crates.io-index" 5180checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" 5181 5182[[package]] 5183name = "windows_i686_msvc" 5184version = "0.42.0" 5185source = "registry+https://github.com/rust-lang/crates.io-index" 5186checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246" 5187 5188[[package]] 5189name = "windows_x86_64_gnu" 5190version = "0.32.0" 5191source = "registry+https://github.com/rust-lang/crates.io-index" 5192checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc" 5193 5194[[package]] 5195name = "windows_x86_64_gnu" 5196version = "0.36.1" 5197source = "registry+https://github.com/rust-lang/crates.io-index" 5198checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" 5199 5200[[package]] 5201name = "windows_x86_64_gnu" 5202version = "0.42.0" 5203source = "registry+https://github.com/rust-lang/crates.io-index" 5204checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed" 5205 5206[[package]] 5207name = "windows_x86_64_gnullvm" 5208version = "0.42.0" 5209source = "registry+https://github.com/rust-lang/crates.io-index" 5210checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028" 5211 5212[[package]] 5213name = "windows_x86_64_msvc" 5214version = "0.32.0" 5215source = "registry+https://github.com/rust-lang/crates.io-index" 5216checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316" 5217 5218[[package]] 5219name = "windows_x86_64_msvc" 5220version = "0.36.1" 5221source = "registry+https://github.com/rust-lang/crates.io-index" 5222checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" 5223 5224[[package]] 5225name = "windows_x86_64_msvc" 5226version = "0.42.0" 5227source = "registry+https://github.com/rust-lang/crates.io-index" 5228checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5" 5229 5230[[package]] 5231name = "winit" 5232version = "0.26.1" 5233source = "registry+https://github.com/rust-lang/crates.io-index" 5234checksum = "9b43cc931d58b99461188607efd7acb2a093e65fc621f54cad78517a6063e73a" 5235dependencies = [ 5236 "bitflags", 5237 "cocoa", 5238 "core-foundation 0.9.3", 5239 "core-graphics 0.22.3", 5240 "core-video-sys", 5241 "dispatch", 5242 "instant", 5243 "lazy_static", 5244 "libc", 5245 "log", 5246 "mio", 5247 "ndk", 5248 "ndk-glue", 5249 "ndk-sys", 5250 "objc", 5251 "parking_lot 0.11.2", 5252 "percent-encoding", 5253 "raw-window-handle 0.4.3", 5254 "smithay-client-toolkit 0.15.4", 5255 "wasm-bindgen", 5256 "wayland-client", 5257 "wayland-protocols", 5258 "web-sys", 5259 "winapi", 5260 "x11-dl", 5261] 5262 5263[[package]] 5264name = "winreg" 5265version = "0.10.1" 5266source = "registry+https://github.com/rust-lang/crates.io-index" 5267checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 5268dependencies = [ 5269 "winapi", 5270] 5271 5272[[package]] 5273name = "winres" 5274version = "0.1.12" 5275source = "registry+https://github.com/rust-lang/crates.io-index" 5276checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c" 5277dependencies = [ 5278 "toml", 5279] 5280 5281[[package]] 5282name = "x11-dl" 5283version = "2.20.0" 5284source = "registry+https://github.com/rust-lang/crates.io-index" 5285checksum = "0c83627bc137605acc00bb399c7b908ef460b621fc37c953db2b09f88c449ea6" 5286dependencies = [ 5287 "lazy_static", 5288 "libc", 5289 "pkg-config", 5290] 5291 5292[[package]] 5293name = "x11rb" 5294version = "0.9.0" 5295source = "registry+https://github.com/rust-lang/crates.io-index" 5296checksum = "6e99be55648b3ae2a52342f9a870c0e138709a3493261ce9b469afe6e4df6d8a" 5297dependencies = [ 5298 "gethostname", 5299 "nix 0.22.3", 5300 "winapi", 5301 "winapi-wsapoll", 5302] 5303 5304[[package]] 5305name = "xcursor" 5306version = "0.3.4" 5307source = "registry+https://github.com/rust-lang/crates.io-index" 5308checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7" 5309dependencies = [ 5310 "nom", 5311] 5312 5313[[package]] 5314name = "xi-unicode" 5315version = "0.3.0" 5316source = "registry+https://github.com/rust-lang/crates.io-index" 5317checksum = "a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a" 5318 5319[[package]] 5320name = "xml-rs" 5321version = "0.8.4" 5322source = "registry+https://github.com/rust-lang/crates.io-index" 5323checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3" 5324 5325[[package]] 5326name = "xml5ever" 5327version = "0.16.2" 5328source = "registry+https://github.com/rust-lang/crates.io-index" 5329checksum = "9234163818fd8e2418fcde330655e757900d4236acd8cc70fef345ef91f6d865" 5330dependencies = [ 5331 "log", 5332 "mac", 5333 "markup5ever", 5334 "time 0.1.44", 5335] 5336 5337[[package]] 5338name = "yansi" 5339version = "0.5.1" 5340source = "registry+https://github.com/rust-lang/crates.io-index" 5341checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" 5342 5343[[package]] 5344name = "zip" 5345version = "0.5.13" 5346source = "registry+https://github.com/rust-lang/crates.io-index" 5347checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815" 5348dependencies = [ 5349 "byteorder", 5350 "bzip2", 5351 "crc32fast", 5352 "flate2", 5353 "thiserror", 5354 "time 0.1.44", 5355]