lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.py-bip39-bindings: init at 0.1.10

+833
+773
pkgs/development/python-modules/py-bip39-bindings/Cargo.lock
··· 1 + # This file is automatically @generated by Cargo. 2 + # It is not intended for manual editing. 3 + version = 3 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" 13 + version = "1.1.0" 14 + source = "registry+https://github.com/rust-lang/crates.io-index" 15 + checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 16 + 17 + [[package]] 18 + name = "bitflags" 19 + version = "1.3.2" 20 + source = "registry+https://github.com/rust-lang/crates.io-index" 21 + checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 22 + 23 + [[package]] 24 + name = "block-buffer" 25 + version = "0.7.3" 26 + source = "registry+https://github.com/rust-lang/crates.io-index" 27 + checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" 28 + dependencies = [ 29 + "block-padding", 30 + "byte-tools", 31 + "byteorder", 32 + "generic-array 0.12.4", 33 + ] 34 + 35 + [[package]] 36 + name = "block-buffer" 37 + version = "0.9.0" 38 + source = "registry+https://github.com/rust-lang/crates.io-index" 39 + checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" 40 + dependencies = [ 41 + "generic-array 0.14.6", 42 + ] 43 + 44 + [[package]] 45 + name = "block-padding" 46 + version = "0.1.5" 47 + source = "registry+https://github.com/rust-lang/crates.io-index" 48 + checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" 49 + dependencies = [ 50 + "byte-tools", 51 + ] 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" 61 + version = "0.3.1" 62 + source = "registry+https://github.com/rust-lang/crates.io-index" 63 + checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" 64 + 65 + [[package]] 66 + name = "byteorder" 67 + version = "1.4.3" 68 + source = "registry+https://github.com/rust-lang/crates.io-index" 69 + checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 70 + 71 + [[package]] 72 + name = "cfg-if" 73 + version = "1.0.0" 74 + source = "registry+https://github.com/rust-lang/crates.io-index" 75 + checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 76 + 77 + [[package]] 78 + name = "cpufeatures" 79 + version = "0.2.5" 80 + source = "registry+https://github.com/rust-lang/crates.io-index" 81 + checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" 82 + dependencies = [ 83 + "libc", 84 + ] 85 + 86 + [[package]] 87 + name = "crypto-mac" 88 + version = "0.7.0" 89 + source = "registry+https://github.com/rust-lang/crates.io-index" 90 + checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5" 91 + dependencies = [ 92 + "generic-array 0.12.4", 93 + "subtle 1.0.0", 94 + ] 95 + 96 + [[package]] 97 + name = "crypto-mac" 98 + version = "0.8.0" 99 + source = "registry+https://github.com/rust-lang/crates.io-index" 100 + checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" 101 + dependencies = [ 102 + "generic-array 0.14.6", 103 + "subtle 2.4.1", 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" 120 + checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" 121 + dependencies = [ 122 + "generic-array 0.12.4", 123 + ] 124 + 125 + [[package]] 126 + name = "digest" 127 + version = "0.9.0" 128 + source = "registry+https://github.com/rust-lang/crates.io-index" 129 + checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" 130 + dependencies = [ 131 + "generic-array 0.14.6", 132 + ] 133 + 134 + [[package]] 135 + name = "fake-simd" 136 + version = "0.1.2" 137 + source = "registry+https://github.com/rust-lang/crates.io-index" 138 + checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" 139 + 140 + [[package]] 141 + name = "generic-array" 142 + version = "0.12.4" 143 + source = "registry+https://github.com/rust-lang/crates.io-index" 144 + checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd" 145 + dependencies = [ 146 + "typenum", 147 + ] 148 + 149 + [[package]] 150 + name = "generic-array" 151 + version = "0.14.6" 152 + source = "registry+https://github.com/rust-lang/crates.io-index" 153 + checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" 154 + dependencies = [ 155 + "typenum", 156 + "version_check", 157 + ] 158 + 159 + [[package]] 160 + name = "getrandom" 161 + version = "0.1.16" 162 + source = "registry+https://github.com/rust-lang/crates.io-index" 163 + checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 164 + dependencies = [ 165 + "cfg-if", 166 + "js-sys", 167 + "libc", 168 + "wasi", 169 + "wasm-bindgen", 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" 187 + checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695" 188 + dependencies = [ 189 + "crypto-mac 0.7.0", 190 + "digest 0.8.1", 191 + ] 192 + 193 + [[package]] 194 + name = "hmac" 195 + version = "0.8.1" 196 + source = "registry+https://github.com/rust-lang/crates.io-index" 197 + checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840" 198 + dependencies = [ 199 + "crypto-mac 0.8.0", 200 + "digest 0.9.0", 201 + ] 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" 274 + version = "0.4.9" 275 + source = "registry+https://github.com/rust-lang/crates.io-index" 276 + checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 277 + dependencies = [ 278 + "autocfg", 279 + "scopeguard", 280 + ] 281 + 282 + [[package]] 283 + name = "log" 284 + version = "0.4.17" 285 + source = "registry+https://github.com/rust-lang/crates.io-index" 286 + checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 287 + dependencies = [ 288 + "cfg-if", 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" 299 + version = "0.2.3" 300 + source = "registry+https://github.com/rust-lang/crates.io-index" 301 + checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" 302 + 303 + [[package]] 304 + name = "opaque-debug" 305 + version = "0.3.0" 306 + source = "registry+https://github.com/rust-lang/crates.io-index" 307 + checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" 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]] 354 + name = "pbkdf2" 355 + version = "0.3.0" 356 + source = "registry+https://github.com/rust-lang/crates.io-index" 357 + checksum = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9" 358 + dependencies = [ 359 + "byteorder", 360 + "crypto-mac 0.7.0", 361 + ] 362 + 363 + [[package]] 364 + name = "pbkdf2" 365 + version = "0.4.0" 366 + source = "registry+https://github.com/rust-lang/crates.io-index" 367 + checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd" 368 + dependencies = [ 369 + "crypto-mac 0.8.0", 370 + ] 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", 399 + "pyo3", 400 + "sha2 0.8.2", 401 + "tiny-bip39", 402 + ] 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 + ] 450 + 451 + [[package]] 452 + name = "rand" 453 + version = "0.7.3" 454 + source = "registry+https://github.com/rust-lang/crates.io-index" 455 + checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 456 + dependencies = [ 457 + "getrandom", 458 + "libc", 459 + "rand_chacha", 460 + "rand_core", 461 + "rand_hc", 462 + ] 463 + 464 + [[package]] 465 + name = "rand_chacha" 466 + version = "0.2.2" 467 + source = "registry+https://github.com/rust-lang/crates.io-index" 468 + checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 469 + dependencies = [ 470 + "ppv-lite86", 471 + "rand_core", 472 + ] 473 + 474 + [[package]] 475 + name = "rand_core" 476 + version = "0.5.1" 477 + source = "registry+https://github.com/rust-lang/crates.io-index" 478 + checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 479 + dependencies = [ 480 + "getrandom", 481 + ] 482 + 483 + [[package]] 484 + name = "rand_hc" 485 + version = "0.2.0" 486 + source = "registry+https://github.com/rust-lang/crates.io-index" 487 + checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 488 + dependencies = [ 489 + "rand_core", 490 + ] 491 + 492 + [[package]] 493 + name = "redox_syscall" 494 + version = "0.2.16" 495 + source = "registry+https://github.com/rust-lang/crates.io-index" 496 + checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 497 + dependencies = [ 498 + "bitflags", 499 + ] 500 + 501 + [[package]] 502 + name = "rustc-hash" 503 + version = "1.1.0" 504 + source = "registry+https://github.com/rust-lang/crates.io-index" 505 + checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 506 + 507 + [[package]] 508 + name = "scopeguard" 509 + version = "1.1.0" 510 + source = "registry+https://github.com/rust-lang/crates.io-index" 511 + checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 512 + 513 + [[package]] 514 + name = "sha2" 515 + version = "0.8.2" 516 + source = "registry+https://github.com/rust-lang/crates.io-index" 517 + checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69" 518 + dependencies = [ 519 + "block-buffer 0.7.3", 520 + "digest 0.8.1", 521 + "fake-simd", 522 + "opaque-debug 0.2.3", 523 + ] 524 + 525 + [[package]] 526 + name = "sha2" 527 + version = "0.9.9" 528 + source = "registry+https://github.com/rust-lang/crates.io-index" 529 + checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" 530 + dependencies = [ 531 + "block-buffer 0.9.0", 532 + "cfg-if", 533 + "cpufeatures", 534 + "digest 0.9.0", 535 + "opaque-debug 0.3.0", 536 + ] 537 + 538 + [[package]] 539 + name = "smallvec" 540 + version = "1.10.0" 541 + source = "registry+https://github.com/rust-lang/crates.io-index" 542 + checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 543 + 544 + [[package]] 545 + name = "subtle" 546 + version = "1.0.0" 547 + source = "registry+https://github.com/rust-lang/crates.io-index" 548 + checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" 549 + 550 + [[package]] 551 + name = "subtle" 552 + version = "2.4.1" 553 + source = "registry+https://github.com/rust-lang/crates.io-index" 554 + checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" 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", 564 + "unicode-ident", 565 + ] 566 + 567 + [[package]] 568 + name = "synstructure" 569 + version = "0.12.6" 570 + source = "registry+https://github.com/rust-lang/crates.io-index" 571 + checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" 572 + dependencies = [ 573 + "proc-macro2", 574 + "quote", 575 + "syn", 576 + "unicode-xid", 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", 596 + "syn", 597 + ] 598 + 599 + [[package]] 600 + name = "tiny-bip39" 601 + version = "0.8.2" 602 + source = "registry+https://github.com/rust-lang/crates.io-index" 603 + checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d" 604 + dependencies = [ 605 + "anyhow", 606 + "hmac 0.8.1", 607 + "once_cell", 608 + "pbkdf2 0.4.0", 609 + "rand", 610 + "rustc-hash", 611 + "sha2 0.9.9", 612 + "thiserror", 613 + "unicode-normalization", 614 + "wasm-bindgen", 615 + "zeroize", 616 + ] 617 + 618 + [[package]] 619 + name = "tinyvec" 620 + version = "1.6.0" 621 + source = "registry+https://github.com/rust-lang/crates.io-index" 622 + checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 623 + dependencies = [ 624 + "tinyvec_macros", 625 + ] 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" 647 + version = "0.1.22" 648 + source = "registry+https://github.com/rust-lang/crates.io-index" 649 + checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 650 + dependencies = [ 651 + "tinyvec", 652 + ] 653 + 654 + [[package]] 655 + name = "unicode-xid" 656 + version = "0.2.4" 657 + source = "registry+https://github.com/rust-lang/crates.io-index" 658 + checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 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" 668 + version = "0.9.4" 669 + source = "registry+https://github.com/rust-lang/crates.io-index" 670 + checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 671 + 672 + [[package]] 673 + name = "wasi" 674 + version = "0.9.0+wasi-snapshot-preview1" 675 + source = "registry+https://github.com/rust-lang/crates.io-index" 676 + checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 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", 686 + ] 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", 696 + "once_cell", 697 + "proc-macro2", 698 + "quote", 699 + "syn", 700 + "wasm-bindgen-shared", 701 + ] 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", 711 + ] 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", 721 + "syn", 722 + "wasm-bindgen-backend", 723 + "wasm-bindgen-shared", 724 + ] 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" 756 + version = "1.5.7" 757 + source = "registry+https://github.com/rust-lang/crates.io-index" 758 + checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f" 759 + dependencies = [ 760 + "zeroize_derive", 761 + ] 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", 771 + "syn", 772 + "synstructure", 773 + ]
+58
pkgs/development/python-modules/py-bip39-bindings/default.nix
··· 1 + { lib 2 + , fetchFromGitHub 3 + , fetchpatch 4 + , buildPythonPackage 5 + , pythonOlder 6 + , pytestCheckHook 7 + , rustPlatform 8 + , stdenv 9 + , libiconv }: 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; 27 + }; 28 + 29 + postPatch = '' 30 + cp ${./Cargo.lock} Cargo.lock 31 + ''; 32 + 33 + nativeBuildInputs = with rustPlatform; [ 34 + cargoSetupHook 35 + maturinBuildHook 36 + ]; 37 + 38 + buildInputs = lib.optionals stdenv.isDarwin [ libiconv ]; 39 + 40 + checkInputs = [ 41 + pytestCheckHook 42 + ]; 43 + 44 + pytestFlagsArray = [ 45 + "tests.py" 46 + ]; 47 + 48 + pythonImportsCheck = [ 49 + "bip39" 50 + ]; 51 + 52 + meta = with lib; { 53 + description = "Python bindings for the tiny-bip39 library"; 54 + homepage = "https://github.com/polkascan/py-bip39-bindings"; 55 + license = licenses.asl20; 56 + maintainers = with maintainers; [ stargate01 ]; 57 + }; 58 + }
+2
pkgs/top-level/python-packages.nix
··· 7436 7436 7437 7437 py-air-control-exporter = callPackage ../development/python-modules/py-air-control-exporter { }; 7438 7438 7439 + py-bip39-bindings = callPackage ../development/python-modules/py-bip39-bindings { }; 7440 + 7439 7441 py-dmidecode = callPackage ../development/python-modules/py-dmidecode { }; 7440 7442 7441 7443 py-nightscout = callPackage ../development/python-modules/py-nightscout { };