1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "aho-corasick" 7version = "1.0.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "argh" 16version = "0.1.10" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "ab257697eb9496bf75526f0217b5ed64636a9cfafa78b8365c71bd283fcef93e" 19dependencies = [ 20 "argh_derive", 21 "argh_shared", 22] 23 24[[package]] 25name = "argh_derive" 26version = "0.1.10" 27source = "registry+https://github.com/rust-lang/crates.io-index" 28checksum = "b382dbd3288e053331f03399e1db106c9fb0d8562ad62cb04859ae926f324fa6" 29dependencies = [ 30 "argh_shared", 31 "proc-macro2", 32 "quote", 33 "syn 1.0.109", 34] 35 36[[package]] 37name = "argh_shared" 38version = "0.1.10" 39source = "registry+https://github.com/rust-lang/crates.io-index" 40checksum = "64cb94155d965e3d37ffbbe7cc5b82c3dd79dd33bd48e536f73d2cfb8d85506f" 41 42[[package]] 43name = "autocfg" 44version = "1.1.0" 45source = "registry+https://github.com/rust-lang/crates.io-index" 46checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 47 48[[package]] 49name = "bitflags" 50version = "1.3.2" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 53 54[[package]] 55name = "block-buffer" 56version = "0.10.4" 57source = "registry+https://github.com/rust-lang/crates.io-index" 58checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 59dependencies = [ 60 "generic-array", 61] 62 63[[package]] 64name = "bytes" 65version = "1.4.0" 66source = "registry+https://github.com/rust-lang/crates.io-index" 67checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 68dependencies = [ 69 "serde", 70] 71 72[[package]] 73name = "cc" 74version = "1.0.79" 75source = "registry+https://github.com/rust-lang/crates.io-index" 76checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 77 78[[package]] 79name = "cfg-if" 80version = "1.0.0" 81source = "registry+https://github.com/rust-lang/crates.io-index" 82checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 83 84[[package]] 85name = "codespan-reporting" 86version = "0.11.1" 87source = "registry+https://github.com/rust-lang/crates.io-index" 88checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 89dependencies = [ 90 "termcolor", 91 "unicode-width", 92] 93 94[[package]] 95name = "cpufeatures" 96version = "0.2.7" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58" 99dependencies = [ 100 "libc", 101] 102 103[[package]] 104name = "crypto-common" 105version = "0.1.6" 106source = "registry+https://github.com/rust-lang/crates.io-index" 107checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 108dependencies = [ 109 "generic-array", 110 "typenum", 111] 112 113[[package]] 114name = "digest" 115version = "0.10.6" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" 118dependencies = [ 119 "block-buffer", 120 "crypto-common", 121] 122 123[[package]] 124name = "errno" 125version = "0.3.1" 126source = "registry+https://github.com/rust-lang/crates.io-index" 127checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 128dependencies = [ 129 "errno-dragonfly", 130 "libc", 131 "windows-sys 0.48.0", 132] 133 134[[package]] 135name = "errno-dragonfly" 136version = "0.1.2" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 139dependencies = [ 140 "cc", 141 "libc", 142] 143 144[[package]] 145name = "fastrand" 146version = "1.9.0" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 149dependencies = [ 150 "instant", 151] 152 153[[package]] 154name = "generic-array" 155version = "0.14.7" 156source = "registry+https://github.com/rust-lang/crates.io-index" 157checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 158dependencies = [ 159 "typenum", 160 "version_check", 161] 162 163[[package]] 164name = "googletest" 165version = "0.10.0" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "09213705c85aa0e4b4fff44a3a826a556979a34a266df6bcda703a49c69fb61e" 168dependencies = [ 169 "googletest_macro", 170 "num-traits", 171 "regex", 172 "rustversion", 173] 174 175[[package]] 176name = "googletest_macro" 177version = "0.10.0" 178source = "registry+https://github.com/rust-lang/crates.io-index" 179checksum = "005e4cb962c56efd249bdeeb4ac232b11e1c45a2e49793bba2b2982dcc3f2e9d" 180dependencies = [ 181 "quote", 182 "syn 2.0.29", 183] 184 185[[package]] 186name = "heck" 187version = "0.4.1" 188source = "registry+https://github.com/rust-lang/crates.io-index" 189checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 190 191[[package]] 192name = "hermit-abi" 193version = "0.3.1" 194source = "registry+https://github.com/rust-lang/crates.io-index" 195checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 196 197[[package]] 198name = "instant" 199version = "0.1.12" 200source = "registry+https://github.com/rust-lang/crates.io-index" 201checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 202dependencies = [ 203 "cfg-if", 204] 205 206[[package]] 207name = "io-lifetimes" 208version = "1.0.10" 209source = "registry+https://github.com/rust-lang/crates.io-index" 210checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" 211dependencies = [ 212 "hermit-abi", 213 "libc", 214 "windows-sys 0.48.0", 215] 216 217[[package]] 218name = "itoa" 219version = "1.0.6" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 222 223[[package]] 224name = "libc" 225version = "0.2.142" 226source = "registry+https://github.com/rust-lang/crates.io-index" 227checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317" 228 229[[package]] 230name = "linux-raw-sys" 231version = "0.3.7" 232source = "registry+https://github.com/rust-lang/crates.io-index" 233checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f" 234 235[[package]] 236name = "memchr" 237version = "2.5.0" 238source = "registry+https://github.com/rust-lang/crates.io-index" 239checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 240 241[[package]] 242name = "num-derive" 243version = "0.3.3" 244source = "registry+https://github.com/rust-lang/crates.io-index" 245checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d" 246dependencies = [ 247 "proc-macro2", 248 "quote", 249 "syn 1.0.109", 250] 251 252[[package]] 253name = "num-traits" 254version = "0.2.15" 255source = "registry+https://github.com/rust-lang/crates.io-index" 256checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 257dependencies = [ 258 "autocfg", 259] 260 261[[package]] 262name = "once_cell" 263version = "1.17.1" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 266 267[[package]] 268name = "paste" 269version = "1.0.12" 270source = "registry+https://github.com/rust-lang/crates.io-index" 271checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" 272 273[[package]] 274name = "pdl-compiler" 275version = "0.3.1" 276dependencies = [ 277 "argh", 278 "bytes", 279 "codespan-reporting", 280 "googletest", 281 "heck", 282 "num-derive", 283 "num-traits", 284 "paste", 285 "pest", 286 "pest_derive", 287 "prettyplease", 288 "proc-macro2", 289 "quote", 290 "serde", 291 "serde_json", 292 "syn 2.0.29", 293 "tempfile", 294 "thiserror", 295] 296 297[[package]] 298name = "pest" 299version = "2.6.0" 300source = "registry+https://github.com/rust-lang/crates.io-index" 301checksum = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70" 302dependencies = [ 303 "thiserror", 304 "ucd-trie", 305] 306 307[[package]] 308name = "pest_derive" 309version = "2.6.0" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "6b79d4c71c865a25a4322296122e3924d30bc8ee0834c8bfc8b95f7f054afbfb" 312dependencies = [ 313 "pest", 314 "pest_generator", 315] 316 317[[package]] 318name = "pest_generator" 319version = "2.6.0" 320source = "registry+https://github.com/rust-lang/crates.io-index" 321checksum = "6c435bf1076437b851ebc8edc3a18442796b30f1728ffea6262d59bbe28b077e" 322dependencies = [ 323 "pest", 324 "pest_meta", 325 "proc-macro2", 326 "quote", 327 "syn 2.0.29", 328] 329 330[[package]] 331name = "pest_meta" 332version = "2.6.0" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "745a452f8eb71e39ffd8ee32b3c5f51d03845f99786fa9b68db6ff509c505411" 335dependencies = [ 336 "once_cell", 337 "pest", 338 "sha2", 339] 340 341[[package]] 342name = "prettyplease" 343version = "0.2.6" 344source = "registry+https://github.com/rust-lang/crates.io-index" 345checksum = "3b69d39aab54d069e7f2fe8cb970493e7834601ca2d8c65fd7bbd183578080d1" 346dependencies = [ 347 "proc-macro2", 348 "syn 2.0.29", 349] 350 351[[package]] 352name = "proc-macro2" 353version = "1.0.66" 354source = "registry+https://github.com/rust-lang/crates.io-index" 355checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" 356dependencies = [ 357 "unicode-ident", 358] 359 360[[package]] 361name = "quote" 362version = "1.0.33" 363source = "registry+https://github.com/rust-lang/crates.io-index" 364checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 365dependencies = [ 366 "proc-macro2", 367] 368 369[[package]] 370name = "redox_syscall" 371version = "0.3.5" 372source = "registry+https://github.com/rust-lang/crates.io-index" 373checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 374dependencies = [ 375 "bitflags", 376] 377 378[[package]] 379name = "regex" 380version = "1.8.4" 381source = "registry+https://github.com/rust-lang/crates.io-index" 382checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f" 383dependencies = [ 384 "aho-corasick", 385 "memchr", 386 "regex-syntax", 387] 388 389[[package]] 390name = "regex-syntax" 391version = "0.7.2" 392source = "registry+https://github.com/rust-lang/crates.io-index" 393checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" 394 395[[package]] 396name = "rustix" 397version = "0.37.19" 398source = "registry+https://github.com/rust-lang/crates.io-index" 399checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" 400dependencies = [ 401 "bitflags", 402 "errno", 403 "io-lifetimes", 404 "libc", 405 "linux-raw-sys", 406 "windows-sys 0.48.0", 407] 408 409[[package]] 410name = "rustversion" 411version = "1.0.14" 412source = "registry+https://github.com/rust-lang/crates.io-index" 413checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" 414 415[[package]] 416name = "ryu" 417version = "1.0.13" 418source = "registry+https://github.com/rust-lang/crates.io-index" 419checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 420 421[[package]] 422name = "serde" 423version = "1.0.162" 424source = "registry+https://github.com/rust-lang/crates.io-index" 425checksum = "71b2f6e1ab5c2b98c05f0f35b236b22e8df7ead6ffbf51d7808da7f8817e7ab6" 426dependencies = [ 427 "serde_derive", 428] 429 430[[package]] 431name = "serde_derive" 432version = "1.0.162" 433source = "registry+https://github.com/rust-lang/crates.io-index" 434checksum = "a2a0814352fd64b58489904a44ea8d90cb1a91dcb6b4f5ebabc32c8318e93cb6" 435dependencies = [ 436 "proc-macro2", 437 "quote", 438 "syn 2.0.29", 439] 440 441[[package]] 442name = "serde_json" 443version = "1.0.96" 444source = "registry+https://github.com/rust-lang/crates.io-index" 445checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 446dependencies = [ 447 "itoa", 448 "ryu", 449 "serde", 450] 451 452[[package]] 453name = "sha2" 454version = "0.10.6" 455source = "registry+https://github.com/rust-lang/crates.io-index" 456checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" 457dependencies = [ 458 "cfg-if", 459 "cpufeatures", 460 "digest", 461] 462 463[[package]] 464name = "syn" 465version = "1.0.109" 466source = "registry+https://github.com/rust-lang/crates.io-index" 467checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 468dependencies = [ 469 "proc-macro2", 470 "quote", 471 "unicode-ident", 472] 473 474[[package]] 475name = "syn" 476version = "2.0.29" 477source = "registry+https://github.com/rust-lang/crates.io-index" 478checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a" 479dependencies = [ 480 "proc-macro2", 481 "quote", 482 "unicode-ident", 483] 484 485[[package]] 486name = "tempfile" 487version = "3.5.0" 488source = "registry+https://github.com/rust-lang/crates.io-index" 489checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 490dependencies = [ 491 "cfg-if", 492 "fastrand", 493 "redox_syscall", 494 "rustix", 495 "windows-sys 0.45.0", 496] 497 498[[package]] 499name = "termcolor" 500version = "1.2.0" 501source = "registry+https://github.com/rust-lang/crates.io-index" 502checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 503dependencies = [ 504 "winapi-util", 505] 506 507[[package]] 508name = "thiserror" 509version = "1.0.47" 510source = "registry+https://github.com/rust-lang/crates.io-index" 511checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f" 512dependencies = [ 513 "thiserror-impl", 514] 515 516[[package]] 517name = "thiserror-impl" 518version = "1.0.47" 519source = "registry+https://github.com/rust-lang/crates.io-index" 520checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b" 521dependencies = [ 522 "proc-macro2", 523 "quote", 524 "syn 2.0.29", 525] 526 527[[package]] 528name = "typenum" 529version = "1.16.0" 530source = "registry+https://github.com/rust-lang/crates.io-index" 531checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 532 533[[package]] 534name = "ucd-trie" 535version = "0.1.5" 536source = "registry+https://github.com/rust-lang/crates.io-index" 537checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81" 538 539[[package]] 540name = "unicode-ident" 541version = "1.0.8" 542source = "registry+https://github.com/rust-lang/crates.io-index" 543checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 544 545[[package]] 546name = "unicode-width" 547version = "0.1.10" 548source = "registry+https://github.com/rust-lang/crates.io-index" 549checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 550 551[[package]] 552name = "version_check" 553version = "0.9.4" 554source = "registry+https://github.com/rust-lang/crates.io-index" 555checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 556 557[[package]] 558name = "winapi" 559version = "0.3.9" 560source = "registry+https://github.com/rust-lang/crates.io-index" 561checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 562dependencies = [ 563 "winapi-i686-pc-windows-gnu", 564 "winapi-x86_64-pc-windows-gnu", 565] 566 567[[package]] 568name = "winapi-i686-pc-windows-gnu" 569version = "0.4.0" 570source = "registry+https://github.com/rust-lang/crates.io-index" 571checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 572 573[[package]] 574name = "winapi-util" 575version = "0.1.5" 576source = "registry+https://github.com/rust-lang/crates.io-index" 577checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 578dependencies = [ 579 "winapi", 580] 581 582[[package]] 583name = "winapi-x86_64-pc-windows-gnu" 584version = "0.4.0" 585source = "registry+https://github.com/rust-lang/crates.io-index" 586checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 587 588[[package]] 589name = "windows-sys" 590version = "0.45.0" 591source = "registry+https://github.com/rust-lang/crates.io-index" 592checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 593dependencies = [ 594 "windows-targets 0.42.2", 595] 596 597[[package]] 598name = "windows-sys" 599version = "0.48.0" 600source = "registry+https://github.com/rust-lang/crates.io-index" 601checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 602dependencies = [ 603 "windows-targets 0.48.0", 604] 605 606[[package]] 607name = "windows-targets" 608version = "0.42.2" 609source = "registry+https://github.com/rust-lang/crates.io-index" 610checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 611dependencies = [ 612 "windows_aarch64_gnullvm 0.42.2", 613 "windows_aarch64_msvc 0.42.2", 614 "windows_i686_gnu 0.42.2", 615 "windows_i686_msvc 0.42.2", 616 "windows_x86_64_gnu 0.42.2", 617 "windows_x86_64_gnullvm 0.42.2", 618 "windows_x86_64_msvc 0.42.2", 619] 620 621[[package]] 622name = "windows-targets" 623version = "0.48.0" 624source = "registry+https://github.com/rust-lang/crates.io-index" 625checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 626dependencies = [ 627 "windows_aarch64_gnullvm 0.48.0", 628 "windows_aarch64_msvc 0.48.0", 629 "windows_i686_gnu 0.48.0", 630 "windows_i686_msvc 0.48.0", 631 "windows_x86_64_gnu 0.48.0", 632 "windows_x86_64_gnullvm 0.48.0", 633 "windows_x86_64_msvc 0.48.0", 634] 635 636[[package]] 637name = "windows_aarch64_gnullvm" 638version = "0.42.2" 639source = "registry+https://github.com/rust-lang/crates.io-index" 640checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 641 642[[package]] 643name = "windows_aarch64_gnullvm" 644version = "0.48.0" 645source = "registry+https://github.com/rust-lang/crates.io-index" 646checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 647 648[[package]] 649name = "windows_aarch64_msvc" 650version = "0.42.2" 651source = "registry+https://github.com/rust-lang/crates.io-index" 652checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 653 654[[package]] 655name = "windows_aarch64_msvc" 656version = "0.48.0" 657source = "registry+https://github.com/rust-lang/crates.io-index" 658checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 659 660[[package]] 661name = "windows_i686_gnu" 662version = "0.42.2" 663source = "registry+https://github.com/rust-lang/crates.io-index" 664checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 665 666[[package]] 667name = "windows_i686_gnu" 668version = "0.48.0" 669source = "registry+https://github.com/rust-lang/crates.io-index" 670checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 671 672[[package]] 673name = "windows_i686_msvc" 674version = "0.42.2" 675source = "registry+https://github.com/rust-lang/crates.io-index" 676checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 677 678[[package]] 679name = "windows_i686_msvc" 680version = "0.48.0" 681source = "registry+https://github.com/rust-lang/crates.io-index" 682checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 683 684[[package]] 685name = "windows_x86_64_gnu" 686version = "0.42.2" 687source = "registry+https://github.com/rust-lang/crates.io-index" 688checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 689 690[[package]] 691name = "windows_x86_64_gnu" 692version = "0.48.0" 693source = "registry+https://github.com/rust-lang/crates.io-index" 694checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 695 696[[package]] 697name = "windows_x86_64_gnullvm" 698version = "0.42.2" 699source = "registry+https://github.com/rust-lang/crates.io-index" 700checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 701 702[[package]] 703name = "windows_x86_64_gnullvm" 704version = "0.48.0" 705source = "registry+https://github.com/rust-lang/crates.io-index" 706checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 707 708[[package]] 709name = "windows_x86_64_msvc" 710version = "0.42.2" 711source = "registry+https://github.com/rust-lang/crates.io-index" 712checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 713 714[[package]] 715name = "windows_x86_64_msvc" 716version = "0.48.0" 717source = "registry+https://github.com/rust-lang/crates.io-index" 718checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 719