1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "adler" 7version = "1.0.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 10 11[[package]] 12name = "android-tzdata" 13version = "0.1.1" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 16 17[[package]] 18name = "android_system_properties" 19version = "0.1.5" 20source = "registry+https://github.com/rust-lang/crates.io-index" 21checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 22dependencies = [ 23 "libc", 24] 25 26[[package]] 27name = "attohttpc" 28version = "0.25.0" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "7e57d6e7a84f33ff3316e97af3180fe7f86597a6a60161c0be70c0e45f382620" 31dependencies = [ 32 "flate2", 33 "http", 34 "log", 35 "rustls", 36 "url", 37 "webpki", 38 "webpki-roots", 39] 40 41[[package]] 42name = "autocfg" 43version = "1.1.0" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 46 47[[package]] 48name = "bitflags" 49version = "1.3.2" 50source = "registry+https://github.com/rust-lang/crates.io-index" 51checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 52 53[[package]] 54name = "built" 55version = "0.6.1" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "b99c4cdc7b2c2364182331055623bdf45254fcb679fea565c40c3c11c101889a" 58dependencies = [ 59 "cargo-lock", 60 "chrono", 61] 62 63[[package]] 64name = "bumpalo" 65version = "3.13.0" 66source = "registry+https://github.com/rust-lang/crates.io-index" 67checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" 68 69[[package]] 70name = "byteorder" 71version = "1.4.3" 72source = "registry+https://github.com/rust-lang/crates.io-index" 73checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 74 75[[package]] 76name = "bytes" 77version = "1.4.0" 78source = "registry+https://github.com/rust-lang/crates.io-index" 79checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 80 81[[package]] 82name = "cargo-lock" 83version = "9.0.0" 84source = "registry+https://github.com/rust-lang/crates.io-index" 85checksum = "e11c675378efb449ed3ce8de78d75d0d80542fc98487c26aba28eb3b82feac72" 86dependencies = [ 87 "semver", 88 "serde", 89 "toml", 90 "url", 91] 92 93[[package]] 94name = "cc" 95version = "1.0.79" 96source = "registry+https://github.com/rust-lang/crates.io-index" 97checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 98 99[[package]] 100name = "cfg-if" 101version = "1.0.0" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 104 105[[package]] 106name = "chrono" 107version = "0.4.26" 108source = "registry+https://github.com/rust-lang/crates.io-index" 109checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" 110dependencies = [ 111 "android-tzdata", 112 "iana-time-zone", 113 "num-traits", 114 "winapi", 115] 116 117[[package]] 118name = "convert_case" 119version = "0.4.0" 120source = "registry+https://github.com/rust-lang/crates.io-index" 121checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 122 123[[package]] 124name = "core-foundation-sys" 125version = "0.8.4" 126source = "registry+https://github.com/rust-lang/crates.io-index" 127checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 128 129[[package]] 130name = "crc32fast" 131version = "1.3.2" 132source = "registry+https://github.com/rust-lang/crates.io-index" 133checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 134dependencies = [ 135 "cfg-if", 136] 137 138[[package]] 139name = "crossbeam-channel" 140version = "0.5.8" 141source = "registry+https://github.com/rust-lang/crates.io-index" 142checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 143dependencies = [ 144 "cfg-if", 145 "crossbeam-utils", 146] 147 148[[package]] 149name = "crossbeam-deque" 150version = "0.8.3" 151source = "registry+https://github.com/rust-lang/crates.io-index" 152checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 153dependencies = [ 154 "cfg-if", 155 "crossbeam-epoch", 156 "crossbeam-utils", 157] 158 159[[package]] 160name = "crossbeam-epoch" 161version = "0.9.15" 162source = "registry+https://github.com/rust-lang/crates.io-index" 163checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" 164dependencies = [ 165 "autocfg", 166 "cfg-if", 167 "crossbeam-utils", 168 "memoffset", 169 "scopeguard", 170] 171 172[[package]] 173name = "crossbeam-utils" 174version = "0.8.16" 175source = "registry+https://github.com/rust-lang/crates.io-index" 176checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" 177dependencies = [ 178 "cfg-if", 179] 180 181[[package]] 182name = "css-inline" 183version = "0.10.1" 184dependencies = [ 185 "attohttpc", 186 "cssparser", 187 "html5ever", 188 "indexmap", 189 "memchr", 190 "selectors", 191 "smallvec", 192 "url", 193] 194 195[[package]] 196name = "css-inline-python" 197version = "0.10.1" 198dependencies = [ 199 "built", 200 "css-inline", 201 "pyo3", 202 "pyo3-built", 203 "rayon", 204 "url", 205] 206 207[[package]] 208name = "cssparser" 209version = "0.29.6" 210source = "registry+https://github.com/rust-lang/crates.io-index" 211checksum = "f93d03419cb5950ccfd3daf3ff1c7a36ace64609a1a8746d493df1ca0afde0fa" 212dependencies = [ 213 "cssparser-macros", 214 "dtoa-short", 215 "itoa", 216 "matches", 217 "phf 0.10.1", 218 "proc-macro2", 219 "quote", 220 "smallvec", 221 "syn 1.0.109", 222] 223 224[[package]] 225name = "cssparser-macros" 226version = "0.6.1" 227source = "registry+https://github.com/rust-lang/crates.io-index" 228checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 229dependencies = [ 230 "quote", 231 "syn 2.0.18", 232] 233 234[[package]] 235name = "derive_more" 236version = "0.99.17" 237source = "registry+https://github.com/rust-lang/crates.io-index" 238checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" 239dependencies = [ 240 "convert_case", 241 "proc-macro2", 242 "quote", 243 "rustc_version", 244 "syn 1.0.109", 245] 246 247[[package]] 248name = "dtoa" 249version = "1.0.6" 250source = "registry+https://github.com/rust-lang/crates.io-index" 251checksum = "65d09067bfacaa79114679b279d7f5885b53295b1e2cfb4e79c8e4bd3d633169" 252 253[[package]] 254name = "dtoa-short" 255version = "0.3.4" 256source = "registry+https://github.com/rust-lang/crates.io-index" 257checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74" 258dependencies = [ 259 "dtoa", 260] 261 262[[package]] 263name = "either" 264version = "1.8.1" 265source = "registry+https://github.com/rust-lang/crates.io-index" 266checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 267 268[[package]] 269name = "flate2" 270version = "1.0.26" 271source = "registry+https://github.com/rust-lang/crates.io-index" 272checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" 273dependencies = [ 274 "crc32fast", 275 "miniz_oxide", 276] 277 278[[package]] 279name = "fnv" 280version = "1.0.7" 281source = "registry+https://github.com/rust-lang/crates.io-index" 282checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 283 284[[package]] 285name = "form_urlencoded" 286version = "1.2.0" 287source = "registry+https://github.com/rust-lang/crates.io-index" 288checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" 289dependencies = [ 290 "percent-encoding", 291] 292 293[[package]] 294name = "futf" 295version = "0.1.5" 296source = "registry+https://github.com/rust-lang/crates.io-index" 297checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 298dependencies = [ 299 "mac", 300 "new_debug_unreachable", 301] 302 303[[package]] 304name = "fxhash" 305version = "0.2.1" 306source = "registry+https://github.com/rust-lang/crates.io-index" 307checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 308dependencies = [ 309 "byteorder", 310] 311 312[[package]] 313name = "getrandom" 314version = "0.1.16" 315source = "registry+https://github.com/rust-lang/crates.io-index" 316checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 317dependencies = [ 318 "cfg-if", 319 "libc", 320 "wasi 0.9.0+wasi-snapshot-preview1", 321] 322 323[[package]] 324name = "getrandom" 325version = "0.2.10" 326source = "registry+https://github.com/rust-lang/crates.io-index" 327checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 328dependencies = [ 329 "cfg-if", 330 "libc", 331 "wasi 0.11.0+wasi-snapshot-preview1", 332] 333 334[[package]] 335name = "hashbrown" 336version = "0.12.3" 337source = "registry+https://github.com/rust-lang/crates.io-index" 338checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 339 340[[package]] 341name = "hermit-abi" 342version = "0.2.6" 343source = "registry+https://github.com/rust-lang/crates.io-index" 344checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 345dependencies = [ 346 "libc", 347] 348 349[[package]] 350name = "html5ever" 351version = "0.26.0" 352source = "registry+https://github.com/rust-lang/crates.io-index" 353checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" 354dependencies = [ 355 "log", 356 "mac", 357 "markup5ever", 358 "proc-macro2", 359 "quote", 360 "syn 1.0.109", 361] 362 363[[package]] 364name = "http" 365version = "0.2.9" 366source = "registry+https://github.com/rust-lang/crates.io-index" 367checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 368dependencies = [ 369 "bytes", 370 "fnv", 371 "itoa", 372] 373 374[[package]] 375name = "iana-time-zone" 376version = "0.1.57" 377source = "registry+https://github.com/rust-lang/crates.io-index" 378checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" 379dependencies = [ 380 "android_system_properties", 381 "core-foundation-sys", 382 "iana-time-zone-haiku", 383 "js-sys", 384 "wasm-bindgen", 385 "windows", 386] 387 388[[package]] 389name = "iana-time-zone-haiku" 390version = "0.1.2" 391source = "registry+https://github.com/rust-lang/crates.io-index" 392checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 393dependencies = [ 394 "cc", 395] 396 397[[package]] 398name = "idna" 399version = "0.4.0" 400source = "registry+https://github.com/rust-lang/crates.io-index" 401checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 402dependencies = [ 403 "unicode-bidi", 404 "unicode-normalization", 405] 406 407[[package]] 408name = "indexmap" 409version = "1.9.3" 410source = "registry+https://github.com/rust-lang/crates.io-index" 411checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 412dependencies = [ 413 "autocfg", 414 "hashbrown", 415] 416 417[[package]] 418name = "indoc" 419version = "1.0.9" 420source = "registry+https://github.com/rust-lang/crates.io-index" 421checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" 422 423[[package]] 424name = "itoa" 425version = "1.0.6" 426source = "registry+https://github.com/rust-lang/crates.io-index" 427checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 428 429[[package]] 430name = "js-sys" 431version = "0.3.64" 432source = "registry+https://github.com/rust-lang/crates.io-index" 433checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" 434dependencies = [ 435 "wasm-bindgen", 436] 437 438[[package]] 439name = "libc" 440version = "0.2.146" 441source = "registry+https://github.com/rust-lang/crates.io-index" 442checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" 443 444[[package]] 445name = "lock_api" 446version = "0.4.10" 447source = "registry+https://github.com/rust-lang/crates.io-index" 448checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" 449dependencies = [ 450 "autocfg", 451 "scopeguard", 452] 453 454[[package]] 455name = "log" 456version = "0.4.19" 457source = "registry+https://github.com/rust-lang/crates.io-index" 458checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" 459 460[[package]] 461name = "mac" 462version = "0.1.1" 463source = "registry+https://github.com/rust-lang/crates.io-index" 464checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 465 466[[package]] 467name = "markup5ever" 468version = "0.11.0" 469source = "registry+https://github.com/rust-lang/crates.io-index" 470checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" 471dependencies = [ 472 "log", 473 "phf 0.10.1", 474 "phf_codegen 0.10.0", 475 "string_cache", 476 "string_cache_codegen", 477 "tendril", 478] 479 480[[package]] 481name = "matches" 482version = "0.1.10" 483source = "registry+https://github.com/rust-lang/crates.io-index" 484checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 485 486[[package]] 487name = "memchr" 488version = "2.5.0" 489source = "registry+https://github.com/rust-lang/crates.io-index" 490checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 491 492[[package]] 493name = "memoffset" 494version = "0.9.0" 495source = "registry+https://github.com/rust-lang/crates.io-index" 496checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 497dependencies = [ 498 "autocfg", 499] 500 501[[package]] 502name = "miniz_oxide" 503version = "0.7.1" 504source = "registry+https://github.com/rust-lang/crates.io-index" 505checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 506dependencies = [ 507 "adler", 508] 509 510[[package]] 511name = "new_debug_unreachable" 512version = "1.0.4" 513source = "registry+https://github.com/rust-lang/crates.io-index" 514checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" 515 516[[package]] 517name = "nodrop" 518version = "0.1.14" 519source = "registry+https://github.com/rust-lang/crates.io-index" 520checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" 521 522[[package]] 523name = "num-traits" 524version = "0.2.15" 525source = "registry+https://github.com/rust-lang/crates.io-index" 526checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 527dependencies = [ 528 "autocfg", 529] 530 531[[package]] 532name = "num_cpus" 533version = "1.15.0" 534source = "registry+https://github.com/rust-lang/crates.io-index" 535checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 536dependencies = [ 537 "hermit-abi", 538 "libc", 539] 540 541[[package]] 542name = "once_cell" 543version = "1.18.0" 544source = "registry+https://github.com/rust-lang/crates.io-index" 545checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 546 547[[package]] 548name = "parking_lot" 549version = "0.12.1" 550source = "registry+https://github.com/rust-lang/crates.io-index" 551checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 552dependencies = [ 553 "lock_api", 554 "parking_lot_core", 555] 556 557[[package]] 558name = "parking_lot_core" 559version = "0.9.8" 560source = "registry+https://github.com/rust-lang/crates.io-index" 561checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" 562dependencies = [ 563 "cfg-if", 564 "libc", 565 "redox_syscall", 566 "smallvec", 567 "windows-targets", 568] 569 570[[package]] 571name = "percent-encoding" 572version = "2.3.0" 573source = "registry+https://github.com/rust-lang/crates.io-index" 574checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" 575 576[[package]] 577name = "phf" 578version = "0.8.0" 579source = "registry+https://github.com/rust-lang/crates.io-index" 580checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" 581dependencies = [ 582 "phf_shared 0.8.0", 583] 584 585[[package]] 586name = "phf" 587version = "0.10.1" 588source = "registry+https://github.com/rust-lang/crates.io-index" 589checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" 590dependencies = [ 591 "phf_macros", 592 "phf_shared 0.10.0", 593 "proc-macro-hack", 594] 595 596[[package]] 597name = "phf_codegen" 598version = "0.8.0" 599source = "registry+https://github.com/rust-lang/crates.io-index" 600checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" 601dependencies = [ 602 "phf_generator 0.8.0", 603 "phf_shared 0.8.0", 604] 605 606[[package]] 607name = "phf_codegen" 608version = "0.10.0" 609source = "registry+https://github.com/rust-lang/crates.io-index" 610checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" 611dependencies = [ 612 "phf_generator 0.10.0", 613 "phf_shared 0.10.0", 614] 615 616[[package]] 617name = "phf_generator" 618version = "0.8.0" 619source = "registry+https://github.com/rust-lang/crates.io-index" 620checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" 621dependencies = [ 622 "phf_shared 0.8.0", 623 "rand 0.7.3", 624] 625 626[[package]] 627name = "phf_generator" 628version = "0.10.0" 629source = "registry+https://github.com/rust-lang/crates.io-index" 630checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 631dependencies = [ 632 "phf_shared 0.10.0", 633 "rand 0.8.5", 634] 635 636[[package]] 637name = "phf_macros" 638version = "0.10.0" 639source = "registry+https://github.com/rust-lang/crates.io-index" 640checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0" 641dependencies = [ 642 "phf_generator 0.10.0", 643 "phf_shared 0.10.0", 644 "proc-macro-hack", 645 "proc-macro2", 646 "quote", 647 "syn 1.0.109", 648] 649 650[[package]] 651name = "phf_shared" 652version = "0.8.0" 653source = "registry+https://github.com/rust-lang/crates.io-index" 654checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" 655dependencies = [ 656 "siphasher", 657] 658 659[[package]] 660name = "phf_shared" 661version = "0.10.0" 662source = "registry+https://github.com/rust-lang/crates.io-index" 663checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 664dependencies = [ 665 "siphasher", 666] 667 668[[package]] 669name = "ppv-lite86" 670version = "0.2.17" 671source = "registry+https://github.com/rust-lang/crates.io-index" 672checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 673 674[[package]] 675name = "precomputed-hash" 676version = "0.1.1" 677source = "registry+https://github.com/rust-lang/crates.io-index" 678checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 679 680[[package]] 681name = "proc-macro-hack" 682version = "0.5.20+deprecated" 683source = "registry+https://github.com/rust-lang/crates.io-index" 684checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 685 686[[package]] 687name = "proc-macro2" 688version = "1.0.60" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406" 691dependencies = [ 692 "unicode-ident", 693] 694 695[[package]] 696name = "pyo3" 697version = "0.19.0" 698source = "registry+https://github.com/rust-lang/crates.io-index" 699checksum = "cffef52f74ec3b1a1baf295d9b8fcc3070327aefc39a6d00656b13c1d0b8885c" 700dependencies = [ 701 "cfg-if", 702 "indoc", 703 "libc", 704 "memoffset", 705 "parking_lot", 706 "pyo3-build-config", 707 "pyo3-ffi", 708 "pyo3-macros", 709 "unindent", 710] 711 712[[package]] 713name = "pyo3-build-config" 714version = "0.19.0" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "713eccf888fb05f1a96eb78c0dbc51907fee42b3377272dc902eb38985f418d5" 717dependencies = [ 718 "once_cell", 719 "target-lexicon", 720] 721 722[[package]] 723name = "pyo3-built" 724version = "0.4.7" 725source = "registry+https://github.com/rust-lang/crates.io-index" 726checksum = "be6d574e0f8cab2cdd1eeeb640cbf845c974519fa9e9b62fa9c08ecece0ca5de" 727 728[[package]] 729name = "pyo3-ffi" 730version = "0.19.0" 731source = "registry+https://github.com/rust-lang/crates.io-index" 732checksum = "5b2ecbdcfb01cbbf56e179ce969a048fd7305a66d4cdf3303e0da09d69afe4c3" 733dependencies = [ 734 "libc", 735 "pyo3-build-config", 736] 737 738[[package]] 739name = "pyo3-macros" 740version = "0.19.0" 741source = "registry+https://github.com/rust-lang/crates.io-index" 742checksum = "b78fdc0899f2ea781c463679b20cb08af9247febc8d052de941951024cd8aea0" 743dependencies = [ 744 "proc-macro2", 745 "pyo3-macros-backend", 746 "quote", 747 "syn 1.0.109", 748] 749 750[[package]] 751name = "pyo3-macros-backend" 752version = "0.19.0" 753source = "registry+https://github.com/rust-lang/crates.io-index" 754checksum = "60da7b84f1227c3e2fe7593505de274dcf4c8928b4e0a1c23d551a14e4e80a0f" 755dependencies = [ 756 "proc-macro2", 757 "quote", 758 "syn 1.0.109", 759] 760 761[[package]] 762name = "quote" 763version = "1.0.28" 764source = "registry+https://github.com/rust-lang/crates.io-index" 765checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" 766dependencies = [ 767 "proc-macro2", 768] 769 770[[package]] 771name = "rand" 772version = "0.7.3" 773source = "registry+https://github.com/rust-lang/crates.io-index" 774checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 775dependencies = [ 776 "getrandom 0.1.16", 777 "libc", 778 "rand_chacha 0.2.2", 779 "rand_core 0.5.1", 780 "rand_hc", 781 "rand_pcg", 782] 783 784[[package]] 785name = "rand" 786version = "0.8.5" 787source = "registry+https://github.com/rust-lang/crates.io-index" 788checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 789dependencies = [ 790 "libc", 791 "rand_chacha 0.3.1", 792 "rand_core 0.6.4", 793] 794 795[[package]] 796name = "rand_chacha" 797version = "0.2.2" 798source = "registry+https://github.com/rust-lang/crates.io-index" 799checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 800dependencies = [ 801 "ppv-lite86", 802 "rand_core 0.5.1", 803] 804 805[[package]] 806name = "rand_chacha" 807version = "0.3.1" 808source = "registry+https://github.com/rust-lang/crates.io-index" 809checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 810dependencies = [ 811 "ppv-lite86", 812 "rand_core 0.6.4", 813] 814 815[[package]] 816name = "rand_core" 817version = "0.5.1" 818source = "registry+https://github.com/rust-lang/crates.io-index" 819checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 820dependencies = [ 821 "getrandom 0.1.16", 822] 823 824[[package]] 825name = "rand_core" 826version = "0.6.4" 827source = "registry+https://github.com/rust-lang/crates.io-index" 828checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 829dependencies = [ 830 "getrandom 0.2.10", 831] 832 833[[package]] 834name = "rand_hc" 835version = "0.2.0" 836source = "registry+https://github.com/rust-lang/crates.io-index" 837checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 838dependencies = [ 839 "rand_core 0.5.1", 840] 841 842[[package]] 843name = "rand_pcg" 844version = "0.2.1" 845source = "registry+https://github.com/rust-lang/crates.io-index" 846checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" 847dependencies = [ 848 "rand_core 0.5.1", 849] 850 851[[package]] 852name = "rayon" 853version = "1.7.0" 854source = "registry+https://github.com/rust-lang/crates.io-index" 855checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 856dependencies = [ 857 "either", 858 "rayon-core", 859] 860 861[[package]] 862name = "rayon-core" 863version = "1.11.0" 864source = "registry+https://github.com/rust-lang/crates.io-index" 865checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 866dependencies = [ 867 "crossbeam-channel", 868 "crossbeam-deque", 869 "crossbeam-utils", 870 "num_cpus", 871] 872 873[[package]] 874name = "redox_syscall" 875version = "0.3.5" 876source = "registry+https://github.com/rust-lang/crates.io-index" 877checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 878dependencies = [ 879 "bitflags", 880] 881 882[[package]] 883name = "ring" 884version = "0.16.20" 885source = "registry+https://github.com/rust-lang/crates.io-index" 886checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 887dependencies = [ 888 "cc", 889 "libc", 890 "once_cell", 891 "spin", 892 "untrusted", 893 "web-sys", 894 "winapi", 895] 896 897[[package]] 898name = "rustc_version" 899version = "0.4.0" 900source = "registry+https://github.com/rust-lang/crates.io-index" 901checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 902dependencies = [ 903 "semver", 904] 905 906[[package]] 907name = "rustls" 908version = "0.21.2" 909source = "registry+https://github.com/rust-lang/crates.io-index" 910checksum = "e32ca28af694bc1bbf399c33a516dbdf1c90090b8ab23c2bc24f834aa2247f5f" 911dependencies = [ 912 "log", 913 "ring", 914 "rustls-webpki", 915 "sct", 916] 917 918[[package]] 919name = "rustls-webpki" 920version = "0.100.1" 921source = "registry+https://github.com/rust-lang/crates.io-index" 922checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b" 923dependencies = [ 924 "ring", 925 "untrusted", 926] 927 928[[package]] 929name = "scopeguard" 930version = "1.1.0" 931source = "registry+https://github.com/rust-lang/crates.io-index" 932checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 933 934[[package]] 935name = "sct" 936version = "0.7.0" 937source = "registry+https://github.com/rust-lang/crates.io-index" 938checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 939dependencies = [ 940 "ring", 941 "untrusted", 942] 943 944[[package]] 945name = "selectors" 946version = "0.24.0" 947source = "registry+https://github.com/rust-lang/crates.io-index" 948checksum = "0c37578180969d00692904465fb7f6b3d50b9a2b952b87c23d0e2e5cb5013416" 949dependencies = [ 950 "bitflags", 951 "cssparser", 952 "derive_more", 953 "fxhash", 954 "log", 955 "phf 0.8.0", 956 "phf_codegen 0.8.0", 957 "precomputed-hash", 958 "servo_arc", 959 "smallvec", 960] 961 962[[package]] 963name = "semver" 964version = "1.0.17" 965source = "registry+https://github.com/rust-lang/crates.io-index" 966checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 967dependencies = [ 968 "serde", 969] 970 971[[package]] 972name = "serde" 973version = "1.0.164" 974source = "registry+https://github.com/rust-lang/crates.io-index" 975checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d" 976dependencies = [ 977 "serde_derive", 978] 979 980[[package]] 981name = "serde_derive" 982version = "1.0.164" 983source = "registry+https://github.com/rust-lang/crates.io-index" 984checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68" 985dependencies = [ 986 "proc-macro2", 987 "quote", 988 "syn 2.0.18", 989] 990 991[[package]] 992name = "serde_spanned" 993version = "0.6.2" 994source = "registry+https://github.com/rust-lang/crates.io-index" 995checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d" 996dependencies = [ 997 "serde", 998] 999 1000[[package]] 1001name = "servo_arc" 1002version = "0.2.0" 1003source = "registry+https://github.com/rust-lang/crates.io-index" 1004checksum = "d52aa42f8fdf0fed91e5ce7f23d8138441002fa31dca008acf47e6fd4721f741" 1005dependencies = [ 1006 "nodrop", 1007 "stable_deref_trait", 1008] 1009 1010[[package]] 1011name = "siphasher" 1012version = "0.3.10" 1013source = "registry+https://github.com/rust-lang/crates.io-index" 1014checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" 1015 1016[[package]] 1017name = "smallvec" 1018version = "1.10.0" 1019source = "registry+https://github.com/rust-lang/crates.io-index" 1020checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 1021 1022[[package]] 1023name = "spin" 1024version = "0.5.2" 1025source = "registry+https://github.com/rust-lang/crates.io-index" 1026checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 1027 1028[[package]] 1029name = "stable_deref_trait" 1030version = "1.2.0" 1031source = "registry+https://github.com/rust-lang/crates.io-index" 1032checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 1033 1034[[package]] 1035name = "string_cache" 1036version = "0.8.7" 1037source = "registry+https://github.com/rust-lang/crates.io-index" 1038checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" 1039dependencies = [ 1040 "new_debug_unreachable", 1041 "once_cell", 1042 "parking_lot", 1043 "phf_shared 0.10.0", 1044 "precomputed-hash", 1045 "serde", 1046] 1047 1048[[package]] 1049name = "string_cache_codegen" 1050version = "0.5.2" 1051source = "registry+https://github.com/rust-lang/crates.io-index" 1052checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" 1053dependencies = [ 1054 "phf_generator 0.10.0", 1055 "phf_shared 0.10.0", 1056 "proc-macro2", 1057 "quote", 1058] 1059 1060[[package]] 1061name = "syn" 1062version = "1.0.109" 1063source = "registry+https://github.com/rust-lang/crates.io-index" 1064checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1065dependencies = [ 1066 "proc-macro2", 1067 "quote", 1068 "unicode-ident", 1069] 1070 1071[[package]] 1072name = "syn" 1073version = "2.0.18" 1074source = "registry+https://github.com/rust-lang/crates.io-index" 1075checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e" 1076dependencies = [ 1077 "proc-macro2", 1078 "quote", 1079 "unicode-ident", 1080] 1081 1082[[package]] 1083name = "target-lexicon" 1084version = "0.12.8" 1085source = "registry+https://github.com/rust-lang/crates.io-index" 1086checksum = "1b1c7f239eb94671427157bd93b3694320f3668d4e1eff08c7285366fd777fac" 1087 1088[[package]] 1089name = "tendril" 1090version = "0.4.3" 1091source = "registry+https://github.com/rust-lang/crates.io-index" 1092checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 1093dependencies = [ 1094 "futf", 1095 "mac", 1096 "utf-8", 1097] 1098 1099[[package]] 1100name = "tinyvec" 1101version = "1.6.0" 1102source = "registry+https://github.com/rust-lang/crates.io-index" 1103checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1104dependencies = [ 1105 "tinyvec_macros", 1106] 1107 1108[[package]] 1109name = "tinyvec_macros" 1110version = "0.1.1" 1111source = "registry+https://github.com/rust-lang/crates.io-index" 1112checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1113 1114[[package]] 1115name = "toml" 1116version = "0.7.4" 1117source = "registry+https://github.com/rust-lang/crates.io-index" 1118checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec" 1119dependencies = [ 1120 "serde", 1121 "serde_spanned", 1122 "toml_datetime", 1123 "toml_edit", 1124] 1125 1126[[package]] 1127name = "toml_datetime" 1128version = "0.6.2" 1129source = "registry+https://github.com/rust-lang/crates.io-index" 1130checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f" 1131dependencies = [ 1132 "serde", 1133] 1134 1135[[package]] 1136name = "toml_edit" 1137version = "0.19.10" 1138source = "registry+https://github.com/rust-lang/crates.io-index" 1139checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739" 1140dependencies = [ 1141 "indexmap", 1142 "serde", 1143 "serde_spanned", 1144 "toml_datetime", 1145 "winnow", 1146] 1147 1148[[package]] 1149name = "unicode-bidi" 1150version = "0.3.13" 1151source = "registry+https://github.com/rust-lang/crates.io-index" 1152checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 1153 1154[[package]] 1155name = "unicode-ident" 1156version = "1.0.9" 1157source = "registry+https://github.com/rust-lang/crates.io-index" 1158checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" 1159 1160[[package]] 1161name = "unicode-normalization" 1162version = "0.1.22" 1163source = "registry+https://github.com/rust-lang/crates.io-index" 1164checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 1165dependencies = [ 1166 "tinyvec", 1167] 1168 1169[[package]] 1170name = "unindent" 1171version = "0.1.11" 1172source = "registry+https://github.com/rust-lang/crates.io-index" 1173checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c" 1174 1175[[package]] 1176name = "untrusted" 1177version = "0.7.1" 1178source = "registry+https://github.com/rust-lang/crates.io-index" 1179checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 1180 1181[[package]] 1182name = "url" 1183version = "2.4.0" 1184source = "registry+https://github.com/rust-lang/crates.io-index" 1185checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" 1186dependencies = [ 1187 "form_urlencoded", 1188 "idna", 1189 "percent-encoding", 1190] 1191 1192[[package]] 1193name = "utf-8" 1194version = "0.7.6" 1195source = "registry+https://github.com/rust-lang/crates.io-index" 1196checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 1197 1198[[package]] 1199name = "wasi" 1200version = "0.9.0+wasi-snapshot-preview1" 1201source = "registry+https://github.com/rust-lang/crates.io-index" 1202checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 1203 1204[[package]] 1205name = "wasi" 1206version = "0.11.0+wasi-snapshot-preview1" 1207source = "registry+https://github.com/rust-lang/crates.io-index" 1208checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1209 1210[[package]] 1211name = "wasm-bindgen" 1212version = "0.2.87" 1213source = "registry+https://github.com/rust-lang/crates.io-index" 1214checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" 1215dependencies = [ 1216 "cfg-if", 1217 "wasm-bindgen-macro", 1218] 1219 1220[[package]] 1221name = "wasm-bindgen-backend" 1222version = "0.2.87" 1223source = "registry+https://github.com/rust-lang/crates.io-index" 1224checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" 1225dependencies = [ 1226 "bumpalo", 1227 "log", 1228 "once_cell", 1229 "proc-macro2", 1230 "quote", 1231 "syn 2.0.18", 1232 "wasm-bindgen-shared", 1233] 1234 1235[[package]] 1236name = "wasm-bindgen-macro" 1237version = "0.2.87" 1238source = "registry+https://github.com/rust-lang/crates.io-index" 1239checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" 1240dependencies = [ 1241 "quote", 1242 "wasm-bindgen-macro-support", 1243] 1244 1245[[package]] 1246name = "wasm-bindgen-macro-support" 1247version = "0.2.87" 1248source = "registry+https://github.com/rust-lang/crates.io-index" 1249checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" 1250dependencies = [ 1251 "proc-macro2", 1252 "quote", 1253 "syn 2.0.18", 1254 "wasm-bindgen-backend", 1255 "wasm-bindgen-shared", 1256] 1257 1258[[package]] 1259name = "wasm-bindgen-shared" 1260version = "0.2.87" 1261source = "registry+https://github.com/rust-lang/crates.io-index" 1262checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" 1263 1264[[package]] 1265name = "web-sys" 1266version = "0.3.64" 1267source = "registry+https://github.com/rust-lang/crates.io-index" 1268checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" 1269dependencies = [ 1270 "js-sys", 1271 "wasm-bindgen", 1272] 1273 1274[[package]] 1275name = "webpki" 1276version = "0.22.0" 1277source = "registry+https://github.com/rust-lang/crates.io-index" 1278checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 1279dependencies = [ 1280 "ring", 1281 "untrusted", 1282] 1283 1284[[package]] 1285name = "webpki-roots" 1286version = "0.23.1" 1287source = "registry+https://github.com/rust-lang/crates.io-index" 1288checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338" 1289dependencies = [ 1290 "rustls-webpki", 1291] 1292 1293[[package]] 1294name = "winapi" 1295version = "0.3.9" 1296source = "registry+https://github.com/rust-lang/crates.io-index" 1297checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1298dependencies = [ 1299 "winapi-i686-pc-windows-gnu", 1300 "winapi-x86_64-pc-windows-gnu", 1301] 1302 1303[[package]] 1304name = "winapi-i686-pc-windows-gnu" 1305version = "0.4.0" 1306source = "registry+https://github.com/rust-lang/crates.io-index" 1307checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1308 1309[[package]] 1310name = "winapi-x86_64-pc-windows-gnu" 1311version = "0.4.0" 1312source = "registry+https://github.com/rust-lang/crates.io-index" 1313checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1314 1315[[package]] 1316name = "windows" 1317version = "0.48.0" 1318source = "registry+https://github.com/rust-lang/crates.io-index" 1319checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 1320dependencies = [ 1321 "windows-targets", 1322] 1323 1324[[package]] 1325name = "windows-targets" 1326version = "0.48.0" 1327source = "registry+https://github.com/rust-lang/crates.io-index" 1328checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 1329dependencies = [ 1330 "windows_aarch64_gnullvm", 1331 "windows_aarch64_msvc", 1332 "windows_i686_gnu", 1333 "windows_i686_msvc", 1334 "windows_x86_64_gnu", 1335 "windows_x86_64_gnullvm", 1336 "windows_x86_64_msvc", 1337] 1338 1339[[package]] 1340name = "windows_aarch64_gnullvm" 1341version = "0.48.0" 1342source = "registry+https://github.com/rust-lang/crates.io-index" 1343checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 1344 1345[[package]] 1346name = "windows_aarch64_msvc" 1347version = "0.48.0" 1348source = "registry+https://github.com/rust-lang/crates.io-index" 1349checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 1350 1351[[package]] 1352name = "windows_i686_gnu" 1353version = "0.48.0" 1354source = "registry+https://github.com/rust-lang/crates.io-index" 1355checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 1356 1357[[package]] 1358name = "windows_i686_msvc" 1359version = "0.48.0" 1360source = "registry+https://github.com/rust-lang/crates.io-index" 1361checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 1362 1363[[package]] 1364name = "windows_x86_64_gnu" 1365version = "0.48.0" 1366source = "registry+https://github.com/rust-lang/crates.io-index" 1367checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 1368 1369[[package]] 1370name = "windows_x86_64_gnullvm" 1371version = "0.48.0" 1372source = "registry+https://github.com/rust-lang/crates.io-index" 1373checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 1374 1375[[package]] 1376name = "windows_x86_64_msvc" 1377version = "0.48.0" 1378source = "registry+https://github.com/rust-lang/crates.io-index" 1379checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 1380 1381[[package]] 1382name = "winnow" 1383version = "0.4.7" 1384source = "registry+https://github.com/rust-lang/crates.io-index" 1385checksum = "ca0ace3845f0d96209f0375e6d367e3eb87eb65d27d445bdc9f1843a26f39448" 1386dependencies = [ 1387 "memchr", 1388]