lol

python310Packages.py-bip39-bindings: 0.1.10 -> 0.1.11

Diff: https://github.com/polkascan/py-bip39-bindings/compare/ddb7443...v0.1.11

+167 -174
+155 -170
pkgs/development/python-modules/py-bip39-bindings/Cargo.lock
··· 4 5 [[package]] 6 name = "anyhow" 7 - version = "1.0.65" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" 10 11 [[package]] 12 name = "autocfg" ··· 52 53 [[package]] 54 name = "bumpalo" 55 - version = "3.11.0" 56 source = "registry+https://github.com/rust-lang/crates.io-index" 57 - checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d" 58 59 [[package]] 60 name = "byte-tools" ··· 104 ] 105 106 [[package]] 107 - name = "ctor" 108 - version = "0.1.23" 109 - source = "registry+https://github.com/rust-lang/crates.io-index" 110 - checksum = "cdffe87e1d521a10f9696f833fe502293ea446d7f256c06128293a4119bdf4cb" 111 - dependencies = [ 112 - "quote", 113 - "syn", 114 - ] 115 - 116 - [[package]] 117 name = "digest" 118 version = "0.8.1" 119 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 170 ] 171 172 [[package]] 173 - name = "ghost" 174 - version = "0.1.6" 175 - source = "registry+https://github.com/rust-lang/crates.io-index" 176 - checksum = "eb19fe8de3ea0920d282f7b77dd4227aea6b8b999b42cdf0ca41b2472b14443a" 177 - dependencies = [ 178 - "proc-macro2", 179 - "quote", 180 - "syn", 181 - ] 182 - 183 - [[package]] 184 name = "hmac" 185 version = "0.7.1" 186 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 202 203 [[package]] 204 name = "indoc" 205 - version = "0.3.6" 206 - source = "registry+https://github.com/rust-lang/crates.io-index" 207 - checksum = "47741a8bc60fb26eb8d6e0238bbb26d8575ff623fdc97b1a2c00c050b9684ed8" 208 - dependencies = [ 209 - "indoc-impl", 210 - "proc-macro-hack", 211 - ] 212 - 213 - [[package]] 214 - name = "indoc-impl" 215 - version = "0.3.6" 216 - source = "registry+https://github.com/rust-lang/crates.io-index" 217 - checksum = "ce046d161f000fffde5f432a0d034d0341dc152643b2598ed5bfce44c4f3a8f0" 218 - dependencies = [ 219 - "proc-macro-hack", 220 - "proc-macro2", 221 - "quote", 222 - "syn", 223 - "unindent", 224 - ] 225 - 226 - [[package]] 227 - name = "instant" 228 - version = "0.1.12" 229 source = "registry+https://github.com/rust-lang/crates.io-index" 230 - checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 231 - dependencies = [ 232 - "cfg-if", 233 - ] 234 - 235 - [[package]] 236 - name = "inventory" 237 - version = "0.1.11" 238 - source = "registry+https://github.com/rust-lang/crates.io-index" 239 - checksum = "f0eb5160c60ba1e809707918ee329adb99d222888155835c6feedba19f6c3fd4" 240 - dependencies = [ 241 - "ctor", 242 - "ghost", 243 - "inventory-impl", 244 - ] 245 - 246 - [[package]] 247 - name = "inventory-impl" 248 - version = "0.1.11" 249 - source = "registry+https://github.com/rust-lang/crates.io-index" 250 - checksum = "7e41b53715c6f0c4be49510bb82dee2c1e51c8586d885abe65396e82ed518548" 251 - dependencies = [ 252 - "proc-macro2", 253 - "quote", 254 - "syn", 255 - ] 256 257 [[package]] 258 name = "js-sys" 259 - version = "0.3.60" 260 source = "registry+https://github.com/rust-lang/crates.io-index" 261 - checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47" 262 dependencies = [ 263 "wasm-bindgen", 264 ] 265 266 [[package]] 267 name = "libc" 268 - version = "0.2.135" 269 source = "registry+https://github.com/rust-lang/crates.io-index" 270 - checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c" 271 272 [[package]] 273 name = "lock_api" ··· 289 ] 290 291 [[package]] 292 name = "once_cell" 293 - version = "1.15.0" 294 source = "registry+https://github.com/rust-lang/crates.io-index" 295 - checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1" 296 297 [[package]] 298 name = "opaque-debug" ··· 308 309 [[package]] 310 name = "parking_lot" 311 - version = "0.11.2" 312 source = "registry+https://github.com/rust-lang/crates.io-index" 313 - checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 314 dependencies = [ 315 - "instant", 316 "lock_api", 317 "parking_lot_core", 318 ] 319 320 [[package]] 321 name = "parking_lot_core" 322 - version = "0.8.5" 323 source = "registry+https://github.com/rust-lang/crates.io-index" 324 - checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" 325 dependencies = [ 326 "cfg-if", 327 - "instant", 328 "libc", 329 "redox_syscall", 330 "smallvec", 331 - "winapi", 332 - ] 333 - 334 - [[package]] 335 - name = "paste" 336 - version = "0.1.18" 337 - source = "registry+https://github.com/rust-lang/crates.io-index" 338 - checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880" 339 - dependencies = [ 340 - "paste-impl", 341 - "proc-macro-hack", 342 - ] 343 - 344 - [[package]] 345 - name = "paste-impl" 346 - version = "0.1.18" 347 - source = "registry+https://github.com/rust-lang/crates.io-index" 348 - checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6" 349 - dependencies = [ 350 - "proc-macro-hack", 351 ] 352 353 [[package]] ··· 371 372 [[package]] 373 name = "ppv-lite86" 374 - version = "0.2.16" 375 - source = "registry+https://github.com/rust-lang/crates.io-index" 376 - checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" 377 - 378 - [[package]] 379 - name = "proc-macro-hack" 380 - version = "0.5.19" 381 source = "registry+https://github.com/rust-lang/crates.io-index" 382 - checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" 383 384 [[package]] 385 name = "proc-macro2" 386 - version = "1.0.46" 387 source = "registry+https://github.com/rust-lang/crates.io-index" 388 - checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b" 389 dependencies = [ 390 "unicode-ident", 391 ] 392 393 [[package]] 394 name = "py-bip39-bindings" 395 - version = "0.1.10" 396 dependencies = [ 397 "hmac 0.7.1", 398 "pbkdf2 0.3.0", ··· 403 404 [[package]] 405 name = "pyo3" 406 - version = "0.11.1" 407 source = "registry+https://github.com/rust-lang/crates.io-index" 408 - checksum = "9ca8710ffa8211c9a62a8a3863c4267c710dc42a82a7fd29c97de465d7ea6b7d" 409 dependencies = [ 410 - "ctor", 411 "indoc", 412 - "inventory", 413 "libc", 414 "parking_lot", 415 - "paste", 416 - "pyo3cls", 417 "unindent", 418 ] 419 420 [[package]] 421 - name = "pyo3-derive-backend" 422 - version = "0.11.1" 423 source = "registry+https://github.com/rust-lang/crates.io-index" 424 - checksum = "58ad070bf6967b0d29ea74931ffcf9c6bbe8402a726e9afbeafadc0a287cc2b3" 425 dependencies = [ 426 "proc-macro2", 427 "quote", 428 "syn", 429 ] 430 431 [[package]] 432 - name = "pyo3cls" 433 - version = "0.11.1" 434 source = "registry+https://github.com/rust-lang/crates.io-index" 435 - checksum = "c3fa17e1ea569d0bf3b7c00f2a9eea831ca05e55dd76f1794c541abba1c64baa" 436 dependencies = [ 437 - "pyo3-derive-backend", 438 "quote", 439 "syn", 440 ] 441 442 [[package]] 443 name = "quote" 444 - version = "1.0.21" 445 source = "registry+https://github.com/rust-lang/crates.io-index" 446 - checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" 447 dependencies = [ 448 "proc-macro2", 449 ] ··· 555 556 [[package]] 557 name = "syn" 558 - version = "1.0.102" 559 source = "registry+https://github.com/rust-lang/crates.io-index" 560 - checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1" 561 dependencies = [ 562 "proc-macro2", 563 "quote", ··· 577 ] 578 579 [[package]] 580 name = "thiserror" 581 - version = "1.0.37" 582 source = "registry+https://github.com/rust-lang/crates.io-index" 583 - checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e" 584 dependencies = [ 585 "thiserror-impl", 586 ] 587 588 [[package]] 589 name = "thiserror-impl" 590 - version = "1.0.37" 591 source = "registry+https://github.com/rust-lang/crates.io-index" 592 - checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb" 593 dependencies = [ 594 "proc-macro2", 595 "quote", ··· 626 627 [[package]] 628 name = "tinyvec_macros" 629 - version = "0.1.0" 630 source = "registry+https://github.com/rust-lang/crates.io-index" 631 - checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" 632 633 [[package]] 634 name = "typenum" 635 - version = "1.15.0" 636 source = "registry+https://github.com/rust-lang/crates.io-index" 637 - checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" 638 639 [[package]] 640 name = "unicode-ident" 641 - version = "1.0.5" 642 source = "registry+https://github.com/rust-lang/crates.io-index" 643 - checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3" 644 645 [[package]] 646 name = "unicode-normalization" ··· 659 660 [[package]] 661 name = "unindent" 662 - version = "0.1.10" 663 source = "registry+https://github.com/rust-lang/crates.io-index" 664 - checksum = "58ee9362deb4a96cef4d437d1ad49cffc9b9e92d202b6995674e928ce684f112" 665 666 [[package]] 667 name = "version_check" ··· 677 678 [[package]] 679 name = "wasm-bindgen" 680 - version = "0.2.83" 681 source = "registry+https://github.com/rust-lang/crates.io-index" 682 - checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268" 683 dependencies = [ 684 "cfg-if", 685 "wasm-bindgen-macro", ··· 687 688 [[package]] 689 name = "wasm-bindgen-backend" 690 - version = "0.2.83" 691 source = "registry+https://github.com/rust-lang/crates.io-index" 692 - checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142" 693 dependencies = [ 694 "bumpalo", 695 "log", ··· 702 703 [[package]] 704 name = "wasm-bindgen-macro" 705 - version = "0.2.83" 706 source = "registry+https://github.com/rust-lang/crates.io-index" 707 - checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810" 708 dependencies = [ 709 "quote", 710 "wasm-bindgen-macro-support", ··· 712 713 [[package]] 714 name = "wasm-bindgen-macro-support" 715 - version = "0.2.83" 716 source = "registry+https://github.com/rust-lang/crates.io-index" 717 - checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c" 718 dependencies = [ 719 "proc-macro2", 720 "quote", ··· 725 726 [[package]] 727 name = "wasm-bindgen-shared" 728 - version = "0.2.83" 729 source = "registry+https://github.com/rust-lang/crates.io-index" 730 - checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" 731 732 [[package]] 733 - name = "winapi" 734 - version = "0.3.9" 735 source = "registry+https://github.com/rust-lang/crates.io-index" 736 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 737 dependencies = [ 738 - "winapi-i686-pc-windows-gnu", 739 - "winapi-x86_64-pc-windows-gnu", 740 ] 741 742 [[package]] 743 - name = "winapi-i686-pc-windows-gnu" 744 - version = "0.4.0" 745 source = "registry+https://github.com/rust-lang/crates.io-index" 746 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 747 748 [[package]] 749 - name = "winapi-x86_64-pc-windows-gnu" 750 - version = "0.4.0" 751 source = "registry+https://github.com/rust-lang/crates.io-index" 752 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 753 754 [[package]] 755 name = "zeroize" ··· 762 763 [[package]] 764 name = "zeroize_derive" 765 - version = "1.3.2" 766 source = "registry+https://github.com/rust-lang/crates.io-index" 767 - checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17" 768 dependencies = [ 769 "proc-macro2", 770 "quote",
··· 4 5 [[package]] 6 name = "anyhow" 7 + version = "1.0.69" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" 10 11 [[package]] 12 name = "autocfg" ··· 52 53 [[package]] 54 name = "bumpalo" 55 + version = "3.12.0" 56 source = "registry+https://github.com/rust-lang/crates.io-index" 57 + checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 58 59 [[package]] 60 name = "byte-tools" ··· 104 ] 105 106 [[package]] 107 name = "digest" 108 version = "0.8.1" 109 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 160 ] 161 162 [[package]] 163 name = "hmac" 164 version = "0.7.1" 165 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 181 182 [[package]] 183 name = "indoc" 184 + version = "1.0.9" 185 source = "registry+https://github.com/rust-lang/crates.io-index" 186 + checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" 187 188 [[package]] 189 name = "js-sys" 190 + version = "0.3.61" 191 source = "registry+https://github.com/rust-lang/crates.io-index" 192 + checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 193 dependencies = [ 194 "wasm-bindgen", 195 ] 196 197 [[package]] 198 name = "libc" 199 + version = "0.2.139" 200 source = "registry+https://github.com/rust-lang/crates.io-index" 201 + checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" 202 203 [[package]] 204 name = "lock_api" ··· 220 ] 221 222 [[package]] 223 + name = "memoffset" 224 + version = "0.8.0" 225 + source = "registry+https://github.com/rust-lang/crates.io-index" 226 + checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" 227 + dependencies = [ 228 + "autocfg", 229 + ] 230 + 231 + [[package]] 232 name = "once_cell" 233 + version = "1.17.1" 234 source = "registry+https://github.com/rust-lang/crates.io-index" 235 + checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 236 237 [[package]] 238 name = "opaque-debug" ··· 248 249 [[package]] 250 name = "parking_lot" 251 + version = "0.12.1" 252 source = "registry+https://github.com/rust-lang/crates.io-index" 253 + checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 254 dependencies = [ 255 "lock_api", 256 "parking_lot_core", 257 ] 258 259 [[package]] 260 name = "parking_lot_core" 261 + version = "0.9.7" 262 source = "registry+https://github.com/rust-lang/crates.io-index" 263 + checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 264 dependencies = [ 265 "cfg-if", 266 "libc", 267 "redox_syscall", 268 "smallvec", 269 + "windows-sys", 270 ] 271 272 [[package]] ··· 290 291 [[package]] 292 name = "ppv-lite86" 293 + version = "0.2.17" 294 source = "registry+https://github.com/rust-lang/crates.io-index" 295 + checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 296 297 [[package]] 298 name = "proc-macro2" 299 + version = "1.0.51" 300 source = "registry+https://github.com/rust-lang/crates.io-index" 301 + checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" 302 dependencies = [ 303 "unicode-ident", 304 ] 305 306 [[package]] 307 name = "py-bip39-bindings" 308 + version = "0.1.11" 309 dependencies = [ 310 "hmac 0.7.1", 311 "pbkdf2 0.3.0", ··· 316 317 [[package]] 318 name = "pyo3" 319 + version = "0.18.1" 320 source = "registry+https://github.com/rust-lang/crates.io-index" 321 + checksum = "06a3d8e8a46ab2738109347433cb7b96dffda2e4a218b03ef27090238886b147" 322 dependencies = [ 323 + "cfg-if", 324 "indoc", 325 "libc", 326 + "memoffset", 327 "parking_lot", 328 + "pyo3-build-config", 329 + "pyo3-ffi", 330 + "pyo3-macros", 331 "unindent", 332 ] 333 334 [[package]] 335 + name = "pyo3-build-config" 336 + version = "0.18.1" 337 + source = "registry+https://github.com/rust-lang/crates.io-index" 338 + checksum = "75439f995d07ddfad42b192dfcf3bc66a7ecfd8b4a1f5f6f046aa5c2c5d7677d" 339 + dependencies = [ 340 + "once_cell", 341 + "target-lexicon", 342 + ] 343 + 344 + [[package]] 345 + name = "pyo3-ffi" 346 + version = "0.18.1" 347 source = "registry+https://github.com/rust-lang/crates.io-index" 348 + checksum = "839526a5c07a17ff44823679b68add4a58004de00512a95b6c1c98a6dcac0ee5" 349 + dependencies = [ 350 + "libc", 351 + "pyo3-build-config", 352 + ] 353 + 354 + [[package]] 355 + name = "pyo3-macros" 356 + version = "0.18.1" 357 + source = "registry+https://github.com/rust-lang/crates.io-index" 358 + checksum = "bd44cf207476c6a9760c4653559be4f206efafb924d3e4cbf2721475fc0d6cc5" 359 dependencies = [ 360 "proc-macro2", 361 + "pyo3-macros-backend", 362 "quote", 363 "syn", 364 ] 365 366 [[package]] 367 + name = "pyo3-macros-backend" 368 + version = "0.18.1" 369 source = "registry+https://github.com/rust-lang/crates.io-index" 370 + checksum = "dc1f43d8e30460f36350d18631ccf85ded64c059829208fe680904c65bcd0a4c" 371 dependencies = [ 372 + "proc-macro2", 373 "quote", 374 "syn", 375 ] 376 377 [[package]] 378 name = "quote" 379 + version = "1.0.23" 380 source = "registry+https://github.com/rust-lang/crates.io-index" 381 + checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" 382 dependencies = [ 383 "proc-macro2", 384 ] ··· 490 491 [[package]] 492 name = "syn" 493 + version = "1.0.109" 494 source = "registry+https://github.com/rust-lang/crates.io-index" 495 + checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 496 dependencies = [ 497 "proc-macro2", 498 "quote", ··· 512 ] 513 514 [[package]] 515 + name = "target-lexicon" 516 + version = "0.12.6" 517 + source = "registry+https://github.com/rust-lang/crates.io-index" 518 + checksum = "8ae9980cab1db3fceee2f6c6f643d5d8de2997c58ee8d25fb0cc8a9e9e7348e5" 519 + 520 + [[package]] 521 name = "thiserror" 522 + version = "1.0.38" 523 source = "registry+https://github.com/rust-lang/crates.io-index" 524 + checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" 525 dependencies = [ 526 "thiserror-impl", 527 ] 528 529 [[package]] 530 name = "thiserror-impl" 531 + version = "1.0.38" 532 source = "registry+https://github.com/rust-lang/crates.io-index" 533 + checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" 534 dependencies = [ 535 "proc-macro2", 536 "quote", ··· 567 568 [[package]] 569 name = "tinyvec_macros" 570 + version = "0.1.1" 571 source = "registry+https://github.com/rust-lang/crates.io-index" 572 + checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 573 574 [[package]] 575 name = "typenum" 576 + version = "1.16.0" 577 source = "registry+https://github.com/rust-lang/crates.io-index" 578 + checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 579 580 [[package]] 581 name = "unicode-ident" 582 + version = "1.0.6" 583 source = "registry+https://github.com/rust-lang/crates.io-index" 584 + checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" 585 586 [[package]] 587 name = "unicode-normalization" ··· 600 601 [[package]] 602 name = "unindent" 603 + version = "0.1.11" 604 source = "registry+https://github.com/rust-lang/crates.io-index" 605 + checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c" 606 607 [[package]] 608 name = "version_check" ··· 618 619 [[package]] 620 name = "wasm-bindgen" 621 + version = "0.2.84" 622 source = "registry+https://github.com/rust-lang/crates.io-index" 623 + checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 624 dependencies = [ 625 "cfg-if", 626 "wasm-bindgen-macro", ··· 628 629 [[package]] 630 name = "wasm-bindgen-backend" 631 + version = "0.2.84" 632 source = "registry+https://github.com/rust-lang/crates.io-index" 633 + checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 634 dependencies = [ 635 "bumpalo", 636 "log", ··· 643 644 [[package]] 645 name = "wasm-bindgen-macro" 646 + version = "0.2.84" 647 source = "registry+https://github.com/rust-lang/crates.io-index" 648 + checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 649 dependencies = [ 650 "quote", 651 "wasm-bindgen-macro-support", ··· 653 654 [[package]] 655 name = "wasm-bindgen-macro-support" 656 + version = "0.2.84" 657 source = "registry+https://github.com/rust-lang/crates.io-index" 658 + checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 659 dependencies = [ 660 "proc-macro2", 661 "quote", ··· 666 667 [[package]] 668 name = "wasm-bindgen-shared" 669 + version = "0.2.84" 670 + source = "registry+https://github.com/rust-lang/crates.io-index" 671 + checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 672 + 673 + [[package]] 674 + name = "windows-sys" 675 + version = "0.45.0" 676 source = "registry+https://github.com/rust-lang/crates.io-index" 677 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 678 + dependencies = [ 679 + "windows-targets", 680 + ] 681 682 [[package]] 683 + name = "windows-targets" 684 + version = "0.42.1" 685 source = "registry+https://github.com/rust-lang/crates.io-index" 686 + checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" 687 dependencies = [ 688 + "windows_aarch64_gnullvm", 689 + "windows_aarch64_msvc", 690 + "windows_i686_gnu", 691 + "windows_i686_msvc", 692 + "windows_x86_64_gnu", 693 + "windows_x86_64_gnullvm", 694 + "windows_x86_64_msvc", 695 ] 696 697 [[package]] 698 + name = "windows_aarch64_gnullvm" 699 + version = "0.42.1" 700 + source = "registry+https://github.com/rust-lang/crates.io-index" 701 + checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" 702 + 703 + [[package]] 704 + name = "windows_aarch64_msvc" 705 + version = "0.42.1" 706 source = "registry+https://github.com/rust-lang/crates.io-index" 707 + checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" 708 709 [[package]] 710 + name = "windows_i686_gnu" 711 + version = "0.42.1" 712 source = "registry+https://github.com/rust-lang/crates.io-index" 713 + checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" 714 + 715 + [[package]] 716 + name = "windows_i686_msvc" 717 + version = "0.42.1" 718 + source = "registry+https://github.com/rust-lang/crates.io-index" 719 + checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" 720 + 721 + [[package]] 722 + name = "windows_x86_64_gnu" 723 + version = "0.42.1" 724 + source = "registry+https://github.com/rust-lang/crates.io-index" 725 + checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" 726 + 727 + [[package]] 728 + name = "windows_x86_64_gnullvm" 729 + version = "0.42.1" 730 + source = "registry+https://github.com/rust-lang/crates.io-index" 731 + checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" 732 + 733 + [[package]] 734 + name = "windows_x86_64_msvc" 735 + version = "0.42.1" 736 + source = "registry+https://github.com/rust-lang/crates.io-index" 737 + checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" 738 739 [[package]] 740 name = "zeroize" ··· 747 748 [[package]] 749 name = "zeroize_derive" 750 + version = "1.3.3" 751 source = "registry+https://github.com/rust-lang/crates.io-index" 752 + checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c" 753 dependencies = [ 754 "proc-macro2", 755 "quote",
+12 -4
pkgs/development/python-modules/py-bip39-bindings/default.nix
··· 10 11 buildPythonPackage rec { 12 pname = "py-bip39-bindings"; 13 - version = "0.1.10"; 14 format = "pyproject"; 15 16 - disabled = pythonOlder "3.6"; 17 18 src = fetchFromGitHub { 19 owner = "polkascan"; 20 repo = "py-bip39-bindings"; 21 - rev = "ddb74433c2dca7b1f1e1984c33b9da7b51a30227"; 22 - sha256 = "sha256-MBDic955EohTW6BWprv7X+ZPHoqzkyBJYKV4jpNPKz8="; 23 }; 24 25 cargoDeps = rustPlatform.importCargoLock { 26 lockFile = ./Cargo.lock;
··· 10 11 buildPythonPackage rec { 12 pname = "py-bip39-bindings"; 13 + version = "0.1.11"; 14 format = "pyproject"; 15 16 + disabled = pythonOlder "3.7"; 17 18 src = fetchFromGitHub { 19 owner = "polkascan"; 20 repo = "py-bip39-bindings"; 21 + rev = "refs/tags/v${version}"; 22 + hash = "sha256-3/KBPUFVFkJifunGWJeAHLnY08KVTb8BHCFzDqKWH18="; 23 }; 24 + 25 + patches = [ 26 + (fetchpatch { 27 + name = "update-to-latest-maturin-and-pyo3.patch"; 28 + url = "https://github.com/polkascan/py-bip39-bindings/commit/f05cced028b43b59cfa67e17fbf0f337bdd3aa8d.patch"; 29 + hash = "sha256-/pFNSFtYyKiOoIDVqEWdZCbQxFZ7FIcvAHY2m5STlEc="; 30 + }) 31 + ]; 32 33 cargoDeps = rustPlatform.importCargoLock { 34 lockFile = ./Cargo.lock;