add-determinism: 0.6.0 -> 0.7.0 (#441655)

authored by Peder Bergebakken Sundt and committed by GitHub 55f9151c 47a5f952

+288 -211
+286 -200
pkgs/by-name/ad/add-determinism/Cargo.lock
··· 1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 - version = 4 4 5 [[package]] 6 name = "add-determinism" 7 - version = "0.6.0" 8 dependencies = [ 9 "anyhow", 10 "chrono", 11 "clap", 12 "glob", 13 "indoc", 14 "itertools", ··· 18 "num-integer", 19 "num-traits", 20 "regex", 21 - "serde", 22 - "serde_cbor", 23 "tempfile", 24 "thiserror", 25 "time", ··· 29 30 [[package]] 31 name = "adler2" 32 - version = "2.0.0" 33 source = "registry+https://github.com/rust-lang/crates.io-index" 34 - checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 35 36 [[package]] 37 name = "aho-corasick" ··· 43 ] 44 45 [[package]] 46 - name = "android-tzdata" 47 - version = "0.1.1" 48 - source = "registry+https://github.com/rust-lang/crates.io-index" 49 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 50 - 51 - [[package]] 52 name = "android_system_properties" 53 version = "0.1.5" 54 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 59 60 [[package]] 61 name = "anstream" 62 - version = "0.6.18" 63 source = "registry+https://github.com/rust-lang/crates.io-index" 64 - checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" 65 dependencies = [ 66 "anstyle", 67 "anstyle-parse", ··· 74 75 [[package]] 76 name = "anstyle" 77 - version = "1.0.10" 78 source = "registry+https://github.com/rust-lang/crates.io-index" 79 - checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" 80 81 [[package]] 82 name = "anstyle-parse" 83 - version = "0.2.6" 84 source = "registry+https://github.com/rust-lang/crates.io-index" 85 - checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" 86 dependencies = [ 87 "utf8parse", 88 ] 89 90 [[package]] 91 name = "anstyle-query" 92 - version = "1.1.2" 93 source = "registry+https://github.com/rust-lang/crates.io-index" 94 - checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" 95 dependencies = [ 96 - "windows-sys", 97 ] 98 99 [[package]] 100 name = "anstyle-wincon" 101 - version = "3.0.7" 102 source = "registry+https://github.com/rust-lang/crates.io-index" 103 - checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" 104 dependencies = [ 105 "anstyle", 106 - "once_cell", 107 - "windows-sys", 108 ] 109 110 [[package]] 111 name = "anyhow" 112 - version = "1.0.95" 113 source = "registry+https://github.com/rust-lang/crates.io-index" 114 - checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" 115 116 [[package]] 117 name = "autocfg" 118 - version = "1.4.0" 119 source = "registry+https://github.com/rust-lang/crates.io-index" 120 - checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 121 122 [[package]] 123 name = "bitflags" 124 - version = "2.8.0" 125 source = "registry+https://github.com/rust-lang/crates.io-index" 126 - checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" 127 128 [[package]] 129 name = "bumpalo" 130 - version = "3.17.0" 131 source = "registry+https://github.com/rust-lang/crates.io-index" 132 - checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" 133 134 [[package]] 135 name = "byteorder" ··· 139 140 [[package]] 141 name = "cc" 142 - version = "1.2.13" 143 source = "registry+https://github.com/rust-lang/crates.io-index" 144 - checksum = "c7777341816418c02e033934a09f20dc0ccaf65a5201ef8a450ae0105a573fda" 145 dependencies = [ 146 "shlex", 147 ] 148 149 [[package]] 150 name = "cfg-if" 151 - version = "1.0.0" 152 source = "registry+https://github.com/rust-lang/crates.io-index" 153 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 154 155 [[package]] 156 name = "cfg_aliases" ··· 160 161 [[package]] 162 name = "chrono" 163 - version = "0.4.39" 164 source = "registry+https://github.com/rust-lang/crates.io-index" 165 - checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" 166 dependencies = [ 167 - "android-tzdata", 168 "iana-time-zone", 169 "js-sys", 170 "num-traits", 171 "wasm-bindgen", 172 - "windows-targets", 173 ] 174 175 [[package]] 176 name = "clap" 177 - version = "4.5.29" 178 source = "registry+https://github.com/rust-lang/crates.io-index" 179 - checksum = "8acebd8ad879283633b343856142139f2da2317c96b05b4dd6181c61e2480184" 180 dependencies = [ 181 "clap_builder", 182 "clap_derive", ··· 184 185 [[package]] 186 name = "clap_builder" 187 - version = "4.5.29" 188 source = "registry+https://github.com/rust-lang/crates.io-index" 189 - checksum = "f6ba32cbda51c7e1dfd49acc1457ba1a7dec5b64fe360e828acb13ca8dc9c2f9" 190 dependencies = [ 191 "anstream", 192 "anstyle", ··· 196 197 [[package]] 198 name = "clap_derive" 199 - version = "4.5.28" 200 source = "registry+https://github.com/rust-lang/crates.io-index" 201 - checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed" 202 dependencies = [ 203 "heck", 204 "proc-macro2", ··· 208 209 [[package]] 210 name = "clap_lex" 211 - version = "0.7.4" 212 source = "registry+https://github.com/rust-lang/crates.io-index" 213 - checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" 214 215 [[package]] 216 name = "colorchoice" 217 - version = "1.0.3" 218 source = "registry+https://github.com/rust-lang/crates.io-index" 219 - checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" 220 221 [[package]] 222 name = "core-foundation-sys" ··· 226 227 [[package]] 228 name = "crc32fast" 229 - version = "1.4.2" 230 source = "registry+https://github.com/rust-lang/crates.io-index" 231 - checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 232 dependencies = [ 233 "cfg-if", 234 ] 235 236 [[package]] 237 name = "crossbeam-utils" 238 version = "0.8.21" 239 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 241 242 [[package]] 243 name = "deranged" 244 - version = "0.3.11" 245 source = "registry+https://github.com/rust-lang/crates.io-index" 246 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 247 dependencies = [ 248 "powerfmt", 249 ] 250 251 [[package]] 252 name = "either" 253 - version = "1.13.0" 254 source = "registry+https://github.com/rust-lang/crates.io-index" 255 - checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 256 257 [[package]] 258 name = "errno" 259 - version = "0.3.10" 260 source = "registry+https://github.com/rust-lang/crates.io-index" 261 - checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" 262 dependencies = [ 263 "libc", 264 - "windows-sys", 265 ] 266 267 [[package]] ··· 271 checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 272 273 [[package]] 274 name = "flate2" 275 - version = "1.0.35" 276 source = "registry+https://github.com/rust-lang/crates.io-index" 277 - checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" 278 dependencies = [ 279 "crc32fast", 280 "libz-sys", ··· 283 284 [[package]] 285 name = "getrandom" 286 - version = "0.2.15" 287 source = "registry+https://github.com/rust-lang/crates.io-index" 288 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 289 dependencies = [ 290 "cfg-if", 291 "libc", 292 - "wasi 0.11.0+wasi-snapshot-preview1", 293 ] 294 295 [[package]] 296 name = "getrandom" 297 - version = "0.3.1" 298 source = "registry+https://github.com/rust-lang/crates.io-index" 299 - checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8" 300 dependencies = [ 301 "cfg-if", 302 "libc", 303 - "wasi 0.13.3+wasi-0.2.2", 304 - "windows-targets", 305 ] 306 307 [[package]] 308 name = "glob" 309 - version = "0.3.2" 310 source = "registry+https://github.com/rust-lang/crates.io-index" 311 - checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" 312 - 313 - [[package]] 314 - name = "half" 315 - version = "1.8.3" 316 - source = "registry+https://github.com/rust-lang/crates.io-index" 317 - checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403" 318 319 [[package]] 320 name = "heck" ··· 324 325 [[package]] 326 name = "iana-time-zone" 327 - version = "0.1.61" 328 source = "registry+https://github.com/rust-lang/crates.io-index" 329 - checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" 330 dependencies = [ 331 "android_system_properties", 332 "core-foundation-sys", 333 "iana-time-zone-haiku", 334 "js-sys", 335 "wasm-bindgen", 336 "windows-core", 337 ] ··· 347 348 [[package]] 349 name = "indoc" 350 - version = "2.0.5" 351 source = "registry+https://github.com/rust-lang/crates.io-index" 352 - checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" 353 354 [[package]] 355 name = "is_terminal_polyfill" ··· 368 369 [[package]] 370 name = "js-sys" 371 - version = "0.3.77" 372 source = "registry+https://github.com/rust-lang/crates.io-index" 373 - checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 374 dependencies = [ 375 "once_cell", 376 "wasm-bindgen", ··· 387 388 [[package]] 389 name = "libc" 390 - version = "0.2.169" 391 source = "registry+https://github.com/rust-lang/crates.io-index" 392 - checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" 393 394 [[package]] 395 name = "libm" 396 - version = "0.2.11" 397 source = "registry+https://github.com/rust-lang/crates.io-index" 398 - checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" 399 400 [[package]] 401 name = "libz-sys" 402 - version = "1.1.21" 403 source = "registry+https://github.com/rust-lang/crates.io-index" 404 - checksum = "df9b68e50e6e0b26f672573834882eb57759f6db9b3be2ea3c35c91188bb4eaa" 405 dependencies = [ 406 "cc", 407 "pkg-config", ··· 410 411 [[package]] 412 name = "linux-raw-sys" 413 - version = "0.4.15" 414 source = "registry+https://github.com/rust-lang/crates.io-index" 415 - checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 416 417 [[package]] 418 name = "log" 419 - version = "0.4.25" 420 source = "registry+https://github.com/rust-lang/crates.io-index" 421 - checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" 422 423 [[package]] 424 name = "memchr" 425 - version = "2.7.4" 426 source = "registry+https://github.com/rust-lang/crates.io-index" 427 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 428 429 [[package]] 430 name = "memoffset" ··· 437 438 [[package]] 439 name = "miniz_oxide" 440 - version = "0.8.4" 441 source = "registry+https://github.com/rust-lang/crates.io-index" 442 - checksum = "b3b1c9bd4fe1f0f8b387f6eb9eb3b4a1aa26185e5750efb9140301703f62cd1b" 443 dependencies = [ 444 "adler2", 445 ] ··· 511 512 [[package]] 513 name = "once_cell" 514 - version = "1.20.3" 515 source = "registry+https://github.com/rust-lang/crates.io-index" 516 - checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" 517 518 [[package]] 519 name = "pkg-config" 520 - version = "0.3.31" 521 source = "registry+https://github.com/rust-lang/crates.io-index" 522 - checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" 523 524 [[package]] 525 name = "powerfmt" ··· 529 530 [[package]] 531 name = "ppv-lite86" 532 - version = "0.2.20" 533 source = "registry+https://github.com/rust-lang/crates.io-index" 534 - checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 535 dependencies = [ 536 "zerocopy", 537 ] 538 539 [[package]] 540 name = "proc-macro2" 541 - version = "1.0.93" 542 source = "registry+https://github.com/rust-lang/crates.io-index" 543 - checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" 544 dependencies = [ 545 "unicode-ident", 546 ] 547 548 [[package]] 549 name = "quote" 550 - version = "1.0.38" 551 source = "registry+https://github.com/rust-lang/crates.io-index" 552 - checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" 553 dependencies = [ 554 "proc-macro2", 555 ] 556 557 [[package]] 558 name = "rand" 559 version = "0.8.5" 560 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 581 source = "registry+https://github.com/rust-lang/crates.io-index" 582 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 583 dependencies = [ 584 - "getrandom 0.2.15", 585 ] 586 587 [[package]] 588 name = "regex" 589 - version = "1.11.1" 590 source = "registry+https://github.com/rust-lang/crates.io-index" 591 - checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 592 dependencies = [ 593 "aho-corasick", 594 "memchr", ··· 598 599 [[package]] 600 name = "regex-automata" 601 - version = "0.4.9" 602 source = "registry+https://github.com/rust-lang/crates.io-index" 603 - checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 604 dependencies = [ 605 "aho-corasick", 606 "memchr", ··· 609 610 [[package]] 611 name = "regex-syntax" 612 - version = "0.8.5" 613 source = "registry+https://github.com/rust-lang/crates.io-index" 614 - checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 615 616 [[package]] 617 name = "rustix" 618 - version = "0.38.44" 619 source = "registry+https://github.com/rust-lang/crates.io-index" 620 - checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 621 dependencies = [ 622 "bitflags", 623 "errno", 624 "libc", 625 "linux-raw-sys", 626 - "windows-sys", 627 ] 628 629 [[package]] 630 name = "rustversion" 631 - version = "1.0.19" 632 source = "registry+https://github.com/rust-lang/crates.io-index" 633 - checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" 634 635 [[package]] 636 name = "same-file" ··· 643 644 [[package]] 645 name = "serde" 646 - version = "1.0.217" 647 source = "registry+https://github.com/rust-lang/crates.io-index" 648 - checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70" 649 dependencies = [ 650 "serde_derive", 651 ] 652 653 [[package]] 654 - name = "serde_cbor" 655 - version = "0.11.2" 656 - source = "registry+https://github.com/rust-lang/crates.io-index" 657 - checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5" 658 - dependencies = [ 659 - "half", 660 - "serde", 661 - ] 662 - 663 - [[package]] 664 name = "serde_derive" 665 - version = "1.0.217" 666 source = "registry+https://github.com/rust-lang/crates.io-index" 667 - checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0" 668 dependencies = [ 669 "proc-macro2", 670 "quote", ··· 679 680 [[package]] 681 name = "smallvec" 682 - version = "1.13.2" 683 source = "registry+https://github.com/rust-lang/crates.io-index" 684 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 685 686 [[package]] 687 name = "spin" ··· 697 698 [[package]] 699 name = "syn" 700 - version = "2.0.98" 701 source = "registry+https://github.com/rust-lang/crates.io-index" 702 - checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1" 703 dependencies = [ 704 "proc-macro2", 705 "quote", ··· 708 709 [[package]] 710 name = "tempfile" 711 - version = "3.16.0" 712 source = "registry+https://github.com/rust-lang/crates.io-index" 713 - checksum = "38c246215d7d24f48ae091a2902398798e05d978b24315d6efbc00ede9a8bb91" 714 dependencies = [ 715 - "cfg-if", 716 "fastrand", 717 - "getrandom 0.3.1", 718 "once_cell", 719 "rustix", 720 - "windows-sys", 721 ] 722 723 [[package]] ··· 742 743 [[package]] 744 name = "time" 745 - version = "0.3.37" 746 source = "registry+https://github.com/rust-lang/crates.io-index" 747 - checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" 748 dependencies = [ 749 "deranged", 750 "num-conv", ··· 755 756 [[package]] 757 name = "time-core" 758 - version = "0.1.2" 759 source = "registry+https://github.com/rust-lang/crates.io-index" 760 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 761 762 [[package]] 763 name = "unicode-ident" 764 - version = "1.0.16" 765 source = "registry+https://github.com/rust-lang/crates.io-index" 766 - checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034" 767 768 [[package]] 769 name = "utf8parse" ··· 789 790 [[package]] 791 name = "wasi" 792 - version = "0.11.0+wasi-snapshot-preview1" 793 source = "registry+https://github.com/rust-lang/crates.io-index" 794 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 795 796 [[package]] 797 name = "wasi" 798 - version = "0.13.3+wasi-0.2.2" 799 source = "registry+https://github.com/rust-lang/crates.io-index" 800 - checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2" 801 dependencies = [ 802 - "wit-bindgen-rt", 803 ] 804 805 [[package]] 806 name = "wasm-bindgen" 807 - version = "0.2.100" 808 source = "registry+https://github.com/rust-lang/crates.io-index" 809 - checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 810 dependencies = [ 811 "cfg-if", 812 "once_cell", 813 "rustversion", 814 "wasm-bindgen-macro", 815 ] 816 817 [[package]] 818 name = "wasm-bindgen-backend" 819 - version = "0.2.100" 820 source = "registry+https://github.com/rust-lang/crates.io-index" 821 - checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 822 dependencies = [ 823 "bumpalo", 824 "log", ··· 830 831 [[package]] 832 name = "wasm-bindgen-macro" 833 - version = "0.2.100" 834 source = "registry+https://github.com/rust-lang/crates.io-index" 835 - checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 836 dependencies = [ 837 "quote", 838 "wasm-bindgen-macro-support", ··· 840 841 [[package]] 842 name = "wasm-bindgen-macro-support" 843 - version = "0.2.100" 844 source = "registry+https://github.com/rust-lang/crates.io-index" 845 - checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 846 dependencies = [ 847 "proc-macro2", 848 "quote", ··· 853 854 [[package]] 855 name = "wasm-bindgen-shared" 856 - version = "0.2.100" 857 source = "registry+https://github.com/rust-lang/crates.io-index" 858 - checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 859 dependencies = [ 860 "unicode-ident", 861 ] 862 863 [[package]] 864 name = "winapi-util" 865 - version = "0.1.9" 866 source = "registry+https://github.com/rust-lang/crates.io-index" 867 - checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 868 dependencies = [ 869 - "windows-sys", 870 ] 871 872 [[package]] 873 name = "windows-core" 874 - version = "0.52.0" 875 source = "registry+https://github.com/rust-lang/crates.io-index" 876 - checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 877 dependencies = [ 878 "windows-targets", 879 ] 880 881 [[package]] 882 name = "windows-sys" 883 - version = "0.59.0" 884 source = "registry+https://github.com/rust-lang/crates.io-index" 885 - checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 886 dependencies = [ 887 - "windows-targets", 888 ] 889 890 [[package]] 891 name = "windows-targets" 892 - version = "0.52.6" 893 source = "registry+https://github.com/rust-lang/crates.io-index" 894 - checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 895 dependencies = [ 896 "windows_aarch64_gnullvm", 897 "windows_aarch64_msvc", 898 "windows_i686_gnu", ··· 905 906 [[package]] 907 name = "windows_aarch64_gnullvm" 908 - version = "0.52.6" 909 source = "registry+https://github.com/rust-lang/crates.io-index" 910 - checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 911 912 [[package]] 913 name = "windows_aarch64_msvc" 914 - version = "0.52.6" 915 source = "registry+https://github.com/rust-lang/crates.io-index" 916 - checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 917 918 [[package]] 919 name = "windows_i686_gnu" 920 - version = "0.52.6" 921 source = "registry+https://github.com/rust-lang/crates.io-index" 922 - checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 923 924 [[package]] 925 name = "windows_i686_gnullvm" 926 - version = "0.52.6" 927 source = "registry+https://github.com/rust-lang/crates.io-index" 928 - checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 929 930 [[package]] 931 name = "windows_i686_msvc" 932 - version = "0.52.6" 933 source = "registry+https://github.com/rust-lang/crates.io-index" 934 - checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 935 936 [[package]] 937 name = "windows_x86_64_gnu" 938 - version = "0.52.6" 939 source = "registry+https://github.com/rust-lang/crates.io-index" 940 - checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 941 942 [[package]] 943 name = "windows_x86_64_gnullvm" 944 - version = "0.52.6" 945 source = "registry+https://github.com/rust-lang/crates.io-index" 946 - checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 947 948 [[package]] 949 name = "windows_x86_64_msvc" 950 - version = "0.52.6" 951 source = "registry+https://github.com/rust-lang/crates.io-index" 952 - checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 953 954 [[package]] 955 - name = "wit-bindgen-rt" 956 - version = "0.33.0" 957 source = "registry+https://github.com/rust-lang/crates.io-index" 958 - checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c" 959 - dependencies = [ 960 - "bitflags", 961 - ] 962 963 [[package]] 964 name = "zerocopy" 965 - version = "0.7.35" 966 source = "registry+https://github.com/rust-lang/crates.io-index" 967 - checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 968 dependencies = [ 969 - "byteorder", 970 "zerocopy-derive", 971 ] 972 973 [[package]] 974 name = "zerocopy-derive" 975 - version = "0.7.35" 976 source = "registry+https://github.com/rust-lang/crates.io-index" 977 - checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 978 dependencies = [ 979 "proc-macro2", 980 "quote",
··· 1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 + version = 3 4 5 [[package]] 6 name = "add-determinism" 7 + version = "0.7.0" 8 dependencies = [ 9 "anyhow", 10 "chrono", 11 "clap", 12 + "crossbeam-channel", 13 "glob", 14 "indoc", 15 "itertools", ··· 19 "num-integer", 20 "num-traits", 21 "regex", 22 + "rlimit", 23 "tempfile", 24 "thiserror", 25 "time", ··· 29 30 [[package]] 31 name = "adler2" 32 + version = "2.0.1" 33 source = "registry+https://github.com/rust-lang/crates.io-index" 34 + checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 35 36 [[package]] 37 name = "aho-corasick" ··· 43 ] 44 45 [[package]] 46 name = "android_system_properties" 47 version = "0.1.5" 48 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 53 54 [[package]] 55 name = "anstream" 56 + version = "0.6.20" 57 source = "registry+https://github.com/rust-lang/crates.io-index" 58 + checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192" 59 dependencies = [ 60 "anstyle", 61 "anstyle-parse", ··· 68 69 [[package]] 70 name = "anstyle" 71 + version = "1.0.11" 72 source = "registry+https://github.com/rust-lang/crates.io-index" 73 + checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" 74 75 [[package]] 76 name = "anstyle-parse" 77 + version = "0.2.7" 78 source = "registry+https://github.com/rust-lang/crates.io-index" 79 + checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 80 dependencies = [ 81 "utf8parse", 82 ] 83 84 [[package]] 85 name = "anstyle-query" 86 + version = "1.1.4" 87 source = "registry+https://github.com/rust-lang/crates.io-index" 88 + checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" 89 dependencies = [ 90 + "windows-sys 0.60.2", 91 ] 92 93 [[package]] 94 name = "anstyle-wincon" 95 + version = "3.0.10" 96 source = "registry+https://github.com/rust-lang/crates.io-index" 97 + checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" 98 dependencies = [ 99 "anstyle", 100 + "once_cell_polyfill", 101 + "windows-sys 0.60.2", 102 ] 103 104 [[package]] 105 name = "anyhow" 106 + version = "1.0.99" 107 source = "registry+https://github.com/rust-lang/crates.io-index" 108 + checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" 109 110 [[package]] 111 name = "autocfg" 112 + version = "1.5.0" 113 source = "registry+https://github.com/rust-lang/crates.io-index" 114 + checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 115 116 [[package]] 117 name = "bitflags" 118 + version = "2.9.4" 119 source = "registry+https://github.com/rust-lang/crates.io-index" 120 + checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" 121 122 [[package]] 123 name = "bumpalo" 124 + version = "3.19.0" 125 source = "registry+https://github.com/rust-lang/crates.io-index" 126 + checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 127 128 [[package]] 129 name = "byteorder" ··· 133 134 [[package]] 135 name = "cc" 136 + version = "1.2.36" 137 source = "registry+https://github.com/rust-lang/crates.io-index" 138 + checksum = "5252b3d2648e5eedbc1a6f501e3c795e07025c1e93bbf8bbdd6eef7f447a6d54" 139 dependencies = [ 140 + "find-msvc-tools", 141 "shlex", 142 ] 143 144 [[package]] 145 name = "cfg-if" 146 + version = "1.0.3" 147 source = "registry+https://github.com/rust-lang/crates.io-index" 148 + checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" 149 150 [[package]] 151 name = "cfg_aliases" ··· 155 156 [[package]] 157 name = "chrono" 158 + version = "0.4.42" 159 source = "registry+https://github.com/rust-lang/crates.io-index" 160 + checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" 161 dependencies = [ 162 "iana-time-zone", 163 "js-sys", 164 "num-traits", 165 "wasm-bindgen", 166 + "windows-link 0.2.0", 167 ] 168 169 [[package]] 170 name = "clap" 171 + version = "4.5.47" 172 source = "registry+https://github.com/rust-lang/crates.io-index" 173 + checksum = "7eac00902d9d136acd712710d71823fb8ac8004ca445a89e73a41d45aa712931" 174 dependencies = [ 175 "clap_builder", 176 "clap_derive", ··· 178 179 [[package]] 180 name = "clap_builder" 181 + version = "4.5.47" 182 source = "registry+https://github.com/rust-lang/crates.io-index" 183 + checksum = "2ad9bbf750e73b5884fb8a211a9424a1906c1e156724260fdae972f31d70e1d6" 184 dependencies = [ 185 "anstream", 186 "anstyle", ··· 190 191 [[package]] 192 name = "clap_derive" 193 + version = "4.5.47" 194 source = "registry+https://github.com/rust-lang/crates.io-index" 195 + checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c" 196 dependencies = [ 197 "heck", 198 "proc-macro2", ··· 202 203 [[package]] 204 name = "clap_lex" 205 + version = "0.7.5" 206 source = "registry+https://github.com/rust-lang/crates.io-index" 207 + checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" 208 209 [[package]] 210 name = "colorchoice" 211 + version = "1.0.4" 212 source = "registry+https://github.com/rust-lang/crates.io-index" 213 + checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 214 215 [[package]] 216 name = "core-foundation-sys" ··· 220 221 [[package]] 222 name = "crc32fast" 223 + version = "1.5.0" 224 source = "registry+https://github.com/rust-lang/crates.io-index" 225 + checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 226 dependencies = [ 227 "cfg-if", 228 ] 229 230 [[package]] 231 + name = "crossbeam-channel" 232 + version = "0.5.15" 233 + source = "registry+https://github.com/rust-lang/crates.io-index" 234 + checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 235 + dependencies = [ 236 + "crossbeam-utils", 237 + ] 238 + 239 + [[package]] 240 name = "crossbeam-utils" 241 version = "0.8.21" 242 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 244 245 [[package]] 246 name = "deranged" 247 + version = "0.5.3" 248 source = "registry+https://github.com/rust-lang/crates.io-index" 249 + checksum = "d630bccd429a5bb5a64b5e94f693bfc48c9f8566418fda4c494cc94f911f87cc" 250 dependencies = [ 251 "powerfmt", 252 ] 253 254 [[package]] 255 name = "either" 256 + version = "1.15.0" 257 source = "registry+https://github.com/rust-lang/crates.io-index" 258 + checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 259 260 [[package]] 261 name = "errno" 262 + version = "0.3.14" 263 source = "registry+https://github.com/rust-lang/crates.io-index" 264 + checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 265 dependencies = [ 266 "libc", 267 + "windows-sys 0.61.0", 268 ] 269 270 [[package]] ··· 274 checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 275 276 [[package]] 277 + name = "find-msvc-tools" 278 + version = "0.1.1" 279 + source = "registry+https://github.com/rust-lang/crates.io-index" 280 + checksum = "7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d" 281 + 282 + [[package]] 283 name = "flate2" 284 + version = "1.1.2" 285 source = "registry+https://github.com/rust-lang/crates.io-index" 286 + checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d" 287 dependencies = [ 288 "crc32fast", 289 "libz-sys", ··· 292 293 [[package]] 294 name = "getrandom" 295 + version = "0.2.16" 296 source = "registry+https://github.com/rust-lang/crates.io-index" 297 + checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 298 dependencies = [ 299 "cfg-if", 300 "libc", 301 + "wasi 0.11.1+wasi-snapshot-preview1", 302 ] 303 304 [[package]] 305 name = "getrandom" 306 + version = "0.3.3" 307 source = "registry+https://github.com/rust-lang/crates.io-index" 308 + checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 309 dependencies = [ 310 "cfg-if", 311 "libc", 312 + "r-efi", 313 + "wasi 0.14.5+wasi-0.2.4", 314 ] 315 316 [[package]] 317 name = "glob" 318 + version = "0.3.3" 319 source = "registry+https://github.com/rust-lang/crates.io-index" 320 + checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 321 322 [[package]] 323 name = "heck" ··· 327 328 [[package]] 329 name = "iana-time-zone" 330 + version = "0.1.63" 331 source = "registry+https://github.com/rust-lang/crates.io-index" 332 + checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" 333 dependencies = [ 334 "android_system_properties", 335 "core-foundation-sys", 336 "iana-time-zone-haiku", 337 "js-sys", 338 + "log", 339 "wasm-bindgen", 340 "windows-core", 341 ] ··· 351 352 [[package]] 353 name = "indoc" 354 + version = "2.0.6" 355 source = "registry+https://github.com/rust-lang/crates.io-index" 356 + checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" 357 358 [[package]] 359 name = "is_terminal_polyfill" ··· 372 373 [[package]] 374 name = "js-sys" 375 + version = "0.3.78" 376 source = "registry+https://github.com/rust-lang/crates.io-index" 377 + checksum = "0c0b063578492ceec17683ef2f8c5e89121fbd0b172cbc280635ab7567db2738" 378 dependencies = [ 379 "once_cell", 380 "wasm-bindgen", ··· 391 392 [[package]] 393 name = "libc" 394 + version = "0.2.175" 395 source = "registry+https://github.com/rust-lang/crates.io-index" 396 + checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" 397 398 [[package]] 399 name = "libm" 400 + version = "0.2.15" 401 source = "registry+https://github.com/rust-lang/crates.io-index" 402 + checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 403 404 [[package]] 405 name = "libz-sys" 406 + version = "1.1.22" 407 source = "registry+https://github.com/rust-lang/crates.io-index" 408 + checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d" 409 dependencies = [ 410 "cc", 411 "pkg-config", ··· 414 415 [[package]] 416 name = "linux-raw-sys" 417 + version = "0.11.0" 418 source = "registry+https://github.com/rust-lang/crates.io-index" 419 + checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 420 421 [[package]] 422 name = "log" 423 + version = "0.4.28" 424 source = "registry+https://github.com/rust-lang/crates.io-index" 425 + checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 426 427 [[package]] 428 name = "memchr" 429 + version = "2.7.5" 430 source = "registry+https://github.com/rust-lang/crates.io-index" 431 + checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" 432 433 [[package]] 434 name = "memoffset" ··· 441 442 [[package]] 443 name = "miniz_oxide" 444 + version = "0.8.9" 445 source = "registry+https://github.com/rust-lang/crates.io-index" 446 + checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 447 dependencies = [ 448 "adler2", 449 ] ··· 515 516 [[package]] 517 name = "once_cell" 518 + version = "1.21.3" 519 + source = "registry+https://github.com/rust-lang/crates.io-index" 520 + checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 521 + 522 + [[package]] 523 + name = "once_cell_polyfill" 524 + version = "1.70.1" 525 source = "registry+https://github.com/rust-lang/crates.io-index" 526 + checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 527 528 [[package]] 529 name = "pkg-config" 530 + version = "0.3.32" 531 source = "registry+https://github.com/rust-lang/crates.io-index" 532 + checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 533 534 [[package]] 535 name = "powerfmt" ··· 539 540 [[package]] 541 name = "ppv-lite86" 542 + version = "0.2.21" 543 source = "registry+https://github.com/rust-lang/crates.io-index" 544 + checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 545 dependencies = [ 546 "zerocopy", 547 ] 548 549 [[package]] 550 name = "proc-macro2" 551 + version = "1.0.101" 552 source = "registry+https://github.com/rust-lang/crates.io-index" 553 + checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 554 dependencies = [ 555 "unicode-ident", 556 ] 557 558 [[package]] 559 name = "quote" 560 + version = "1.0.40" 561 source = "registry+https://github.com/rust-lang/crates.io-index" 562 + checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 563 dependencies = [ 564 "proc-macro2", 565 ] 566 567 [[package]] 568 + name = "r-efi" 569 + version = "5.3.0" 570 + source = "registry+https://github.com/rust-lang/crates.io-index" 571 + checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 572 + 573 + [[package]] 574 name = "rand" 575 version = "0.8.5" 576 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 597 source = "registry+https://github.com/rust-lang/crates.io-index" 598 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 599 dependencies = [ 600 + "getrandom 0.2.16", 601 ] 602 603 [[package]] 604 name = "regex" 605 + version = "1.11.2" 606 source = "registry+https://github.com/rust-lang/crates.io-index" 607 + checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912" 608 dependencies = [ 609 "aho-corasick", 610 "memchr", ··· 614 615 [[package]] 616 name = "regex-automata" 617 + version = "0.4.10" 618 source = "registry+https://github.com/rust-lang/crates.io-index" 619 + checksum = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6" 620 dependencies = [ 621 "aho-corasick", 622 "memchr", ··· 625 626 [[package]] 627 name = "regex-syntax" 628 + version = "0.8.6" 629 source = "registry+https://github.com/rust-lang/crates.io-index" 630 + checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" 631 + 632 + [[package]] 633 + name = "rlimit" 634 + version = "0.10.2" 635 + source = "registry+https://github.com/rust-lang/crates.io-index" 636 + checksum = "7043b63bd0cd1aaa628e476b80e6d4023a3b50eb32789f2728908107bd0c793a" 637 + dependencies = [ 638 + "libc", 639 + ] 640 641 [[package]] 642 name = "rustix" 643 + version = "1.1.2" 644 source = "registry+https://github.com/rust-lang/crates.io-index" 645 + checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 646 dependencies = [ 647 "bitflags", 648 "errno", 649 "libc", 650 "linux-raw-sys", 651 + "windows-sys 0.61.0", 652 ] 653 654 [[package]] 655 name = "rustversion" 656 + version = "1.0.22" 657 source = "registry+https://github.com/rust-lang/crates.io-index" 658 + checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 659 660 [[package]] 661 name = "same-file" ··· 668 669 [[package]] 670 name = "serde" 671 + version = "1.0.219" 672 source = "registry+https://github.com/rust-lang/crates.io-index" 673 + checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 674 dependencies = [ 675 "serde_derive", 676 ] 677 678 [[package]] 679 name = "serde_derive" 680 + version = "1.0.219" 681 source = "registry+https://github.com/rust-lang/crates.io-index" 682 + checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 683 dependencies = [ 684 "proc-macro2", 685 "quote", ··· 694 695 [[package]] 696 name = "smallvec" 697 + version = "1.15.1" 698 source = "registry+https://github.com/rust-lang/crates.io-index" 699 + checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 700 701 [[package]] 702 name = "spin" ··· 712 713 [[package]] 714 name = "syn" 715 + version = "2.0.106" 716 source = "registry+https://github.com/rust-lang/crates.io-index" 717 + checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 718 dependencies = [ 719 "proc-macro2", 720 "quote", ··· 723 724 [[package]] 725 name = "tempfile" 726 + version = "3.22.0" 727 source = "registry+https://github.com/rust-lang/crates.io-index" 728 + checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53" 729 dependencies = [ 730 "fastrand", 731 + "getrandom 0.3.3", 732 "once_cell", 733 "rustix", 734 + "windows-sys 0.61.0", 735 ] 736 737 [[package]] ··· 756 757 [[package]] 758 name = "time" 759 + version = "0.3.43" 760 source = "registry+https://github.com/rust-lang/crates.io-index" 761 + checksum = "83bde6f1ec10e72d583d91623c939f623002284ef622b87de38cfd546cbf2031" 762 dependencies = [ 763 "deranged", 764 "num-conv", ··· 769 770 [[package]] 771 name = "time-core" 772 + version = "0.1.6" 773 source = "registry+https://github.com/rust-lang/crates.io-index" 774 + checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" 775 776 [[package]] 777 name = "unicode-ident" 778 + version = "1.0.18" 779 source = "registry+https://github.com/rust-lang/crates.io-index" 780 + checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 781 782 [[package]] 783 name = "utf8parse" ··· 803 804 [[package]] 805 name = "wasi" 806 + version = "0.11.1+wasi-snapshot-preview1" 807 source = "registry+https://github.com/rust-lang/crates.io-index" 808 + checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 809 810 [[package]] 811 name = "wasi" 812 + version = "0.14.5+wasi-0.2.4" 813 + source = "registry+https://github.com/rust-lang/crates.io-index" 814 + checksum = "a4494f6290a82f5fe584817a676a34b9d6763e8d9d18204009fb31dceca98fd4" 815 + dependencies = [ 816 + "wasip2", 817 + ] 818 + 819 + [[package]] 820 + name = "wasip2" 821 + version = "1.0.0+wasi-0.2.4" 822 source = "registry+https://github.com/rust-lang/crates.io-index" 823 + checksum = "03fa2761397e5bd52002cd7e73110c71af2109aca4e521a9f40473fe685b0a24" 824 dependencies = [ 825 + "wit-bindgen", 826 ] 827 828 [[package]] 829 name = "wasm-bindgen" 830 + version = "0.2.101" 831 source = "registry+https://github.com/rust-lang/crates.io-index" 832 + checksum = "7e14915cadd45b529bb8d1f343c4ed0ac1de926144b746e2710f9cd05df6603b" 833 dependencies = [ 834 "cfg-if", 835 "once_cell", 836 "rustversion", 837 "wasm-bindgen-macro", 838 + "wasm-bindgen-shared", 839 ] 840 841 [[package]] 842 name = "wasm-bindgen-backend" 843 + version = "0.2.101" 844 source = "registry+https://github.com/rust-lang/crates.io-index" 845 + checksum = "e28d1ba982ca7923fd01448d5c30c6864d0a14109560296a162f80f305fb93bb" 846 dependencies = [ 847 "bumpalo", 848 "log", ··· 854 855 [[package]] 856 name = "wasm-bindgen-macro" 857 + version = "0.2.101" 858 source = "registry+https://github.com/rust-lang/crates.io-index" 859 + checksum = "7c3d463ae3eff775b0c45df9da45d68837702ac35af998361e2c84e7c5ec1b0d" 860 dependencies = [ 861 "quote", 862 "wasm-bindgen-macro-support", ··· 864 865 [[package]] 866 name = "wasm-bindgen-macro-support" 867 + version = "0.2.101" 868 source = "registry+https://github.com/rust-lang/crates.io-index" 869 + checksum = "7bb4ce89b08211f923caf51d527662b75bdc9c9c7aab40f86dcb9fb85ac552aa" 870 dependencies = [ 871 "proc-macro2", 872 "quote", ··· 877 878 [[package]] 879 name = "wasm-bindgen-shared" 880 + version = "0.2.101" 881 source = "registry+https://github.com/rust-lang/crates.io-index" 882 + checksum = "f143854a3b13752c6950862c906306adb27c7e839f7414cec8fea35beab624c1" 883 dependencies = [ 884 "unicode-ident", 885 ] 886 887 [[package]] 888 name = "winapi-util" 889 + version = "0.1.11" 890 source = "registry+https://github.com/rust-lang/crates.io-index" 891 + checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 892 dependencies = [ 893 + "windows-sys 0.61.0", 894 ] 895 896 [[package]] 897 name = "windows-core" 898 + version = "0.61.2" 899 + source = "registry+https://github.com/rust-lang/crates.io-index" 900 + checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 901 + dependencies = [ 902 + "windows-implement", 903 + "windows-interface", 904 + "windows-link 0.1.3", 905 + "windows-result", 906 + "windows-strings", 907 + ] 908 + 909 + [[package]] 910 + name = "windows-implement" 911 + version = "0.60.0" 912 + source = "registry+https://github.com/rust-lang/crates.io-index" 913 + checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" 914 + dependencies = [ 915 + "proc-macro2", 916 + "quote", 917 + "syn", 918 + ] 919 + 920 + [[package]] 921 + name = "windows-interface" 922 + version = "0.59.1" 923 + source = "registry+https://github.com/rust-lang/crates.io-index" 924 + checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" 925 + dependencies = [ 926 + "proc-macro2", 927 + "quote", 928 + "syn", 929 + ] 930 + 931 + [[package]] 932 + name = "windows-link" 933 + version = "0.1.3" 934 + source = "registry+https://github.com/rust-lang/crates.io-index" 935 + checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 936 + 937 + [[package]] 938 + name = "windows-link" 939 + version = "0.2.0" 940 + source = "registry+https://github.com/rust-lang/crates.io-index" 941 + checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" 942 + 943 + [[package]] 944 + name = "windows-result" 945 + version = "0.3.4" 946 source = "registry+https://github.com/rust-lang/crates.io-index" 947 + checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 948 + dependencies = [ 949 + "windows-link 0.1.3", 950 + ] 951 + 952 + [[package]] 953 + name = "windows-strings" 954 + version = "0.4.2" 955 + source = "registry+https://github.com/rust-lang/crates.io-index" 956 + checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 957 + dependencies = [ 958 + "windows-link 0.1.3", 959 + ] 960 + 961 + [[package]] 962 + name = "windows-sys" 963 + version = "0.60.2" 964 + source = "registry+https://github.com/rust-lang/crates.io-index" 965 + checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 966 dependencies = [ 967 "windows-targets", 968 ] 969 970 [[package]] 971 name = "windows-sys" 972 + version = "0.61.0" 973 source = "registry+https://github.com/rust-lang/crates.io-index" 974 + checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa" 975 dependencies = [ 976 + "windows-link 0.2.0", 977 ] 978 979 [[package]] 980 name = "windows-targets" 981 + version = "0.53.3" 982 source = "registry+https://github.com/rust-lang/crates.io-index" 983 + checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91" 984 dependencies = [ 985 + "windows-link 0.1.3", 986 "windows_aarch64_gnullvm", 987 "windows_aarch64_msvc", 988 "windows_i686_gnu", ··· 995 996 [[package]] 997 name = "windows_aarch64_gnullvm" 998 + version = "0.53.0" 999 source = "registry+https://github.com/rust-lang/crates.io-index" 1000 + checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 1001 1002 [[package]] 1003 name = "windows_aarch64_msvc" 1004 + version = "0.53.0" 1005 source = "registry+https://github.com/rust-lang/crates.io-index" 1006 + checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 1007 1008 [[package]] 1009 name = "windows_i686_gnu" 1010 + version = "0.53.0" 1011 source = "registry+https://github.com/rust-lang/crates.io-index" 1012 + checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 1013 1014 [[package]] 1015 name = "windows_i686_gnullvm" 1016 + version = "0.53.0" 1017 source = "registry+https://github.com/rust-lang/crates.io-index" 1018 + checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 1019 1020 [[package]] 1021 name = "windows_i686_msvc" 1022 + version = "0.53.0" 1023 source = "registry+https://github.com/rust-lang/crates.io-index" 1024 + checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 1025 1026 [[package]] 1027 name = "windows_x86_64_gnu" 1028 + version = "0.53.0" 1029 source = "registry+https://github.com/rust-lang/crates.io-index" 1030 + checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 1031 1032 [[package]] 1033 name = "windows_x86_64_gnullvm" 1034 + version = "0.53.0" 1035 source = "registry+https://github.com/rust-lang/crates.io-index" 1036 + checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 1037 1038 [[package]] 1039 name = "windows_x86_64_msvc" 1040 + version = "0.53.0" 1041 source = "registry+https://github.com/rust-lang/crates.io-index" 1042 + checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 1043 1044 [[package]] 1045 + name = "wit-bindgen" 1046 + version = "0.45.1" 1047 source = "registry+https://github.com/rust-lang/crates.io-index" 1048 + checksum = "5c573471f125075647d03df72e026074b7203790d41351cd6edc96f46bcccd36" 1049 1050 [[package]] 1051 name = "zerocopy" 1052 + version = "0.8.27" 1053 source = "registry+https://github.com/rust-lang/crates.io-index" 1054 + checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" 1055 dependencies = [ 1056 "zerocopy-derive", 1057 ] 1058 1059 [[package]] 1060 name = "zerocopy-derive" 1061 + version = "0.8.27" 1062 source = "registry+https://github.com/rust-lang/crates.io-index" 1063 + checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" 1064 dependencies = [ 1065 "proc-macro2", 1066 "quote",
+2 -11
pkgs/by-name/ad/add-determinism/package.nix
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "add-determinism"; 13 - version = "0.6.0"; 14 15 src = fetchFromGitHub { 16 owner = "keszybz"; 17 repo = "add-determinism"; 18 tag = "v${version}"; 19 - hash = "sha256-QFhed8YTgvfm6bB/cRsrnN0foplJhK1b9IYD9HGdJUc="; 20 }; 21 22 # this project has no Cargo.lock now 23 cargoLock = { 24 lockFile = ./Cargo.lock; 25 }; 26 - 27 - patches = [ 28 - # fix MetadataExt imports for macOS builds, will be removed when the PR is merged: 29 - # https://github.com/keszybz/add-determinism/pull/48 30 - (fetchpatch { 31 - url = "https://github.com/Emin017/add-determinism/commit/0c6c4d1c78c845ab6b6b0666aee0e2dc85492205.patch"; 32 - sha256 = "sha256-y5blOfQuZ5GMug4cDkDDKc5jaGgQEYtLTuuLl041sZs="; 33 - }) 34 - ]; 35 36 postPatch = '' 37 ln -s ${./Cargo.lock} Cargo.lock
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "add-determinism"; 13 + version = "0.7.0"; 14 15 src = fetchFromGitHub { 16 owner = "keszybz"; 17 repo = "add-determinism"; 18 tag = "v${version}"; 19 + hash = "sha256-jUBHIdqPuK95jNNMFeSgj0xd3WSneqRa0kcVDhFC3aw="; 20 }; 21 22 # this project has no Cargo.lock now 23 cargoLock = { 24 lockFile = ./Cargo.lock; 25 }; 26 27 postPatch = '' 28 ln -s ${./Cargo.lock} Cargo.lock