nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

johnnycanencrypt: init at 0.5.0

0x4A6F e149a5c9 e6f00abb

+1290
+1194
pkgs/development/python-modules/johnnycanencrypt/Cargo.lock.patch
··· 1 + diff --git a/Cargo.lock b/Cargo.lock 2 + new file mode 100644 3 + index 0000000..84c37bc 4 + --- /dev/null 5 + +++ b/Cargo.lock 6 + @@ -0,0 +1,1188 @@ 7 + +# This file is automatically @generated by Cargo. 8 + +# It is not intended for manual editing. 9 + +[[package]] 10 + +name = "addr2line" 11 + +version = "0.14.1" 12 + +source = "registry+https://github.com/rust-lang/crates.io-index" 13 + +checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7" 14 + +dependencies = [ 15 + + "gimli", 16 + +] 17 + + 18 + +[[package]] 19 + +name = "adler" 20 + +version = "0.2.3" 21 + +source = "registry+https://github.com/rust-lang/crates.io-index" 22 + +checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e" 23 + + 24 + +[[package]] 25 + +name = "aead" 26 + +version = "0.3.2" 27 + +source = "registry+https://github.com/rust-lang/crates.io-index" 28 + +checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331" 29 + +dependencies = [ 30 + + "generic-array", 31 + +] 32 + + 33 + +[[package]] 34 + +name = "aho-corasick" 35 + +version = "0.7.15" 36 + +source = "registry+https://github.com/rust-lang/crates.io-index" 37 + +checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5" 38 + +dependencies = [ 39 + + "memchr", 40 + +] 41 + + 42 + +[[package]] 43 + +name = "anyhow" 44 + +version = "1.0.37" 45 + +source = "registry+https://github.com/rust-lang/crates.io-index" 46 + +checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86" 47 + + 48 + +[[package]] 49 + +name = "arrayref" 50 + +version = "0.3.6" 51 + +source = "registry+https://github.com/rust-lang/crates.io-index" 52 + +checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" 53 + + 54 + +[[package]] 55 + +name = "arrayvec" 56 + +version = "0.5.2" 57 + +source = "registry+https://github.com/rust-lang/crates.io-index" 58 + +checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" 59 + + 60 + +[[package]] 61 + +name = "ascii-canvas" 62 + +version = "2.0.0" 63 + +source = "registry+https://github.com/rust-lang/crates.io-index" 64 + +checksum = "ff8eb72df928aafb99fe5d37b383f2fe25bd2a765e3e5f7c365916b6f2463a29" 65 + +dependencies = [ 66 + + "term", 67 + +] 68 + + 69 + +[[package]] 70 + +name = "atty" 71 + +version = "0.2.14" 72 + +source = "registry+https://github.com/rust-lang/crates.io-index" 73 + +checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 74 + +dependencies = [ 75 + + "hermit-abi", 76 + + "libc", 77 + + "winapi", 78 + +] 79 + + 80 + +[[package]] 81 + +name = "autocfg" 82 + +version = "1.0.1" 83 + +source = "registry+https://github.com/rust-lang/crates.io-index" 84 + +checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" 85 + + 86 + +[[package]] 87 + +name = "backtrace" 88 + +version = "0.3.55" 89 + +source = "registry+https://github.com/rust-lang/crates.io-index" 90 + +checksum = "ef5140344c85b01f9bbb4d4b7288a8aa4b3287ccef913a14bcc78a1063623598" 91 + +dependencies = [ 92 + + "addr2line", 93 + + "cfg-if 1.0.0", 94 + + "libc", 95 + + "miniz_oxide", 96 + + "object", 97 + + "rustc-demangle", 98 + +] 99 + + 100 + +[[package]] 101 + +name = "base64" 102 + +version = "0.13.0" 103 + +source = "registry+https://github.com/rust-lang/crates.io-index" 104 + +checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" 105 + + 106 + +[[package]] 107 + +name = "bindgen" 108 + +version = "0.51.1" 109 + +source = "registry+https://github.com/rust-lang/crates.io-index" 110 + +checksum = "ebd71393f1ec0509b553aa012b9b58e81dadbdff7130bd3b8cba576e69b32f75" 111 + +dependencies = [ 112 + + "bitflags", 113 + + "cexpr", 114 + + "cfg-if 0.1.10", 115 + + "clang-sys", 116 + + "lazy_static", 117 + + "peeking_take_while", 118 + + "proc-macro2", 119 + + "quote", 120 + + "regex", 121 + + "rustc-hash", 122 + + "shlex", 123 + +] 124 + + 125 + +[[package]] 126 + +name = "bit-set" 127 + +version = "0.5.2" 128 + +source = "registry+https://github.com/rust-lang/crates.io-index" 129 + +checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de" 130 + +dependencies = [ 131 + + "bit-vec", 132 + +] 133 + + 134 + +[[package]] 135 + +name = "bit-vec" 136 + +version = "0.6.3" 137 + +source = "registry+https://github.com/rust-lang/crates.io-index" 138 + +checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 139 + + 140 + +[[package]] 141 + +name = "bitflags" 142 + +version = "1.2.1" 143 + +source = "registry+https://github.com/rust-lang/crates.io-index" 144 + +checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" 145 + + 146 + +[[package]] 147 + +name = "blake2b_simd" 148 + +version = "0.5.11" 149 + +source = "registry+https://github.com/rust-lang/crates.io-index" 150 + +checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587" 151 + +dependencies = [ 152 + + "arrayref", 153 + + "arrayvec", 154 + + "constant_time_eq", 155 + +] 156 + + 157 + +[[package]] 158 + +name = "buffered-reader" 159 + +version = "1.0.0" 160 + +source = "registry+https://github.com/rust-lang/crates.io-index" 161 + +checksum = "f5711ccfa79a8167779ad2176d3334078f03b1579ddf8f42aa556196eba60a42" 162 + +dependencies = [ 163 + + "bzip2", 164 + + "flate2", 165 + + "libc", 166 + +] 167 + + 168 + +[[package]] 169 + +name = "byteorder" 170 + +version = "1.3.4" 171 + +source = "registry+https://github.com/rust-lang/crates.io-index" 172 + +checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" 173 + + 174 + +[[package]] 175 + +name = "bzip2" 176 + +version = "0.4.1" 177 + +source = "registry+https://github.com/rust-lang/crates.io-index" 178 + +checksum = "275d84fe348b838dc49477d39770682839b3e73e21a3eadc07b12924f1a9fcbe" 179 + +dependencies = [ 180 + + "bzip2-sys", 181 + + "libc", 182 + +] 183 + + 184 + +[[package]] 185 + +name = "bzip2-sys" 186 + +version = "0.1.9+1.0.8" 187 + +source = "registry+https://github.com/rust-lang/crates.io-index" 188 + +checksum = "ad3b39a260062fca31f7b0b12f207e8f2590a67d32ec7d59c20484b07ea7285e" 189 + +dependencies = [ 190 + + "cc", 191 + + "libc", 192 + + "pkg-config", 193 + +] 194 + + 195 + +[[package]] 196 + +name = "cc" 197 + +version = "1.0.66" 198 + +source = "registry+https://github.com/rust-lang/crates.io-index" 199 + +checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48" 200 + + 201 + +[[package]] 202 + +name = "cexpr" 203 + +version = "0.3.6" 204 + +source = "registry+https://github.com/rust-lang/crates.io-index" 205 + +checksum = "fce5b5fb86b0c57c20c834c1b412fd09c77c8a59b9473f86272709e78874cd1d" 206 + +dependencies = [ 207 + + "nom", 208 + +] 209 + + 210 + +[[package]] 211 + +name = "cfg-if" 212 + +version = "0.1.10" 213 + +source = "registry+https://github.com/rust-lang/crates.io-index" 214 + +checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 215 + + 216 + +[[package]] 217 + +name = "cfg-if" 218 + +version = "1.0.0" 219 + +source = "registry+https://github.com/rust-lang/crates.io-index" 220 + +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 221 + + 222 + +[[package]] 223 + +name = "chrono" 224 + +version = "0.4.19" 225 + +source = "registry+https://github.com/rust-lang/crates.io-index" 226 + +checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" 227 + +dependencies = [ 228 + + "libc", 229 + + "num-integer", 230 + + "num-traits", 231 + + "time", 232 + + "winapi", 233 + +] 234 + + 235 + +[[package]] 236 + +name = "cipher" 237 + +version = "0.2.5" 238 + +source = "registry+https://github.com/rust-lang/crates.io-index" 239 + +checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801" 240 + +dependencies = [ 241 + + "generic-array", 242 + +] 243 + + 244 + +[[package]] 245 + +name = "clang-sys" 246 + +version = "0.28.1" 247 + +source = "registry+https://github.com/rust-lang/crates.io-index" 248 + +checksum = "81de550971c976f176130da4b2978d3b524eaa0fd9ac31f3ceb5ae1231fb4853" 249 + +dependencies = [ 250 + + "glob", 251 + + "libc", 252 + + "libloading", 253 + +] 254 + + 255 + +[[package]] 256 + +name = "cmac" 257 + +version = "0.5.1" 258 + +source = "registry+https://github.com/rust-lang/crates.io-index" 259 + +checksum = "73d4de4f7724e5fe70addfb2bd37c2abd2f95084a429d7773b0b9645499b4272" 260 + +dependencies = [ 261 + + "crypto-mac", 262 + + "dbl", 263 + +] 264 + + 265 + +[[package]] 266 + +name = "constant_time_eq" 267 + +version = "0.1.5" 268 + +source = "registry+https://github.com/rust-lang/crates.io-index" 269 + +checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" 270 + + 271 + +[[package]] 272 + +name = "crc32fast" 273 + +version = "1.2.1" 274 + +source = "registry+https://github.com/rust-lang/crates.io-index" 275 + +checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a" 276 + +dependencies = [ 277 + + "cfg-if 1.0.0", 278 + +] 279 + + 280 + +[[package]] 281 + +name = "crossbeam-utils" 282 + +version = "0.8.1" 283 + +source = "registry+https://github.com/rust-lang/crates.io-index" 284 + +checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d" 285 + +dependencies = [ 286 + + "autocfg", 287 + + "cfg-if 1.0.0", 288 + + "lazy_static", 289 + +] 290 + + 291 + +[[package]] 292 + +name = "crunchy" 293 + +version = "0.2.2" 294 + +source = "registry+https://github.com/rust-lang/crates.io-index" 295 + +checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 296 + + 297 + +[[package]] 298 + +name = "crypto-mac" 299 + +version = "0.10.0" 300 + +source = "registry+https://github.com/rust-lang/crates.io-index" 301 + +checksum = "4857fd85a0c34b3c3297875b747c1e02e06b6a0ea32dd892d8192b9ce0813ea6" 302 + +dependencies = [ 303 + + "cipher", 304 + + "generic-array", 305 + + "subtle", 306 + +] 307 + + 308 + +[[package]] 309 + +name = "ctor" 310 + +version = "0.1.17" 311 + +source = "registry+https://github.com/rust-lang/crates.io-index" 312 + +checksum = "373c88d9506e2e9230f6107701b7d8425f4cb3f6df108ec3042a26e936666da5" 313 + +dependencies = [ 314 + + "quote", 315 + + "syn", 316 + +] 317 + + 318 + +[[package]] 319 + +name = "ctr" 320 + +version = "0.6.0" 321 + +source = "registry+https://github.com/rust-lang/crates.io-index" 322 + +checksum = "fb4a30d54f7443bf3d6191dcd486aca19e67cb3c49fa7a06a319966346707e7f" 323 + +dependencies = [ 324 + + "cipher", 325 + +] 326 + + 327 + +[[package]] 328 + +name = "dbl" 329 + +version = "0.3.0" 330 + +source = "registry+https://github.com/rust-lang/crates.io-index" 331 + +checksum = "2735145c3b9ba15f2d7a3ae8cdafcbc8c98a7bef7f62afe9d08bd99fbf7130de" 332 + +dependencies = [ 333 + + "generic-array", 334 + +] 335 + + 336 + +[[package]] 337 + +name = "diff" 338 + +version = "0.1.12" 339 + +source = "registry+https://github.com/rust-lang/crates.io-index" 340 + +checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" 341 + + 342 + +[[package]] 343 + +name = "digest" 344 + +version = "0.9.0" 345 + +source = "registry+https://github.com/rust-lang/crates.io-index" 346 + +checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" 347 + +dependencies = [ 348 + + "generic-array", 349 + +] 350 + + 351 + +[[package]] 352 + +name = "dirs" 353 + +version = "1.0.5" 354 + +source = "registry+https://github.com/rust-lang/crates.io-index" 355 + +checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901" 356 + +dependencies = [ 357 + + "libc", 358 + + "redox_users", 359 + + "winapi", 360 + +] 361 + + 362 + +[[package]] 363 + +name = "dyn-clone" 364 + +version = "1.0.4" 365 + +source = "registry+https://github.com/rust-lang/crates.io-index" 366 + +checksum = "ee2626afccd7561a06cf1367e2950c4718ea04565e20fb5029b6c7d8ad09abcf" 367 + + 368 + +[[package]] 369 + +name = "eax" 370 + +version = "0.3.0" 371 + +source = "registry+https://github.com/rust-lang/crates.io-index" 372 + +checksum = "e1f76e7a5e594b299a0fa9a99de627530725e341df41376aa342aecb2c5eb76e" 373 + +dependencies = [ 374 + + "aead", 375 + + "cipher", 376 + + "cmac", 377 + + "ctr", 378 + + "subtle", 379 + +] 380 + + 381 + +[[package]] 382 + +name = "either" 383 + +version = "1.6.1" 384 + +source = "registry+https://github.com/rust-lang/crates.io-index" 385 + +checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" 386 + + 387 + +[[package]] 388 + +name = "ena" 389 + +version = "0.14.0" 390 + +source = "registry+https://github.com/rust-lang/crates.io-index" 391 + +checksum = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3" 392 + +dependencies = [ 393 + + "log", 394 + +] 395 + + 396 + +[[package]] 397 + +name = "fixedbitset" 398 + +version = "0.2.0" 399 + +source = "registry+https://github.com/rust-lang/crates.io-index" 400 + +checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d" 401 + + 402 + +[[package]] 403 + +name = "flate2" 404 + +version = "1.0.19" 405 + +source = "registry+https://github.com/rust-lang/crates.io-index" 406 + +checksum = "7411863d55df97a419aa64cb4d2f167103ea9d767e2c54a1868b7ac3f6b47129" 407 + +dependencies = [ 408 + + "cfg-if 1.0.0", 409 + + "crc32fast", 410 + + "libc", 411 + + "miniz_oxide", 412 + +] 413 + + 414 + +[[package]] 415 + +name = "generic-array" 416 + +version = "0.14.4" 417 + +source = "registry+https://github.com/rust-lang/crates.io-index" 418 + +checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" 419 + +dependencies = [ 420 + + "typenum", 421 + + "version_check 0.9.2", 422 + +] 423 + + 424 + +[[package]] 425 + +name = "getrandom" 426 + +version = "0.1.16" 427 + +source = "registry+https://github.com/rust-lang/crates.io-index" 428 + +checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 429 + +dependencies = [ 430 + + "cfg-if 1.0.0", 431 + + "libc", 432 + + "wasi 0.9.0+wasi-snapshot-preview1", 433 + +] 434 + + 435 + +[[package]] 436 + +name = "ghost" 437 + +version = "0.1.2" 438 + +source = "registry+https://github.com/rust-lang/crates.io-index" 439 + +checksum = "1a5bcf1bbeab73aa4cf2fde60a846858dc036163c7c33bec309f8d17de785479" 440 + +dependencies = [ 441 + + "proc-macro2", 442 + + "quote", 443 + + "syn", 444 + +] 445 + + 446 + +[[package]] 447 + +name = "gimli" 448 + +version = "0.23.0" 449 + +source = "registry+https://github.com/rust-lang/crates.io-index" 450 + +checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce" 451 + + 452 + +[[package]] 453 + +name = "glob" 454 + +version = "0.3.0" 455 + +source = "registry+https://github.com/rust-lang/crates.io-index" 456 + +checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" 457 + + 458 + +[[package]] 459 + +name = "hashbrown" 460 + +version = "0.9.1" 461 + +source = "registry+https://github.com/rust-lang/crates.io-index" 462 + +checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" 463 + + 464 + +[[package]] 465 + +name = "hermit-abi" 466 + +version = "0.1.17" 467 + +source = "registry+https://github.com/rust-lang/crates.io-index" 468 + +checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8" 469 + +dependencies = [ 470 + + "libc", 471 + +] 472 + + 473 + +[[package]] 474 + +name = "idna" 475 + +version = "0.2.0" 476 + +source = "registry+https://github.com/rust-lang/crates.io-index" 477 + +checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" 478 + +dependencies = [ 479 + + "matches", 480 + + "unicode-bidi", 481 + + "unicode-normalization", 482 + +] 483 + + 484 + +[[package]] 485 + +name = "indexmap" 486 + +version = "1.6.1" 487 + +source = "registry+https://github.com/rust-lang/crates.io-index" 488 + +checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b" 489 + +dependencies = [ 490 + + "autocfg", 491 + + "hashbrown", 492 + +] 493 + + 494 + +[[package]] 495 + +name = "indoc" 496 + +version = "1.0.3" 497 + +source = "registry+https://github.com/rust-lang/crates.io-index" 498 + +checksum = "e5a75aeaaef0ce18b58056d306c27b07436fbb34b8816c53094b76dd81803136" 499 + +dependencies = [ 500 + + "unindent", 501 + +] 502 + + 503 + +[[package]] 504 + +name = "instant" 505 + +version = "0.1.9" 506 + +source = "registry+https://github.com/rust-lang/crates.io-index" 507 + +checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec" 508 + +dependencies = [ 509 + + "cfg-if 1.0.0", 510 + +] 511 + + 512 + +[[package]] 513 + +name = "inventory" 514 + +version = "0.1.10" 515 + +source = "registry+https://github.com/rust-lang/crates.io-index" 516 + +checksum = "0f0f7efb804ec95e33db9ad49e4252f049e37e8b0a4652e3cd61f7999f2eff7f" 517 + +dependencies = [ 518 + + "ctor", 519 + + "ghost", 520 + + "inventory-impl", 521 + +] 522 + + 523 + +[[package]] 524 + +name = "inventory-impl" 525 + +version = "0.1.10" 526 + +source = "registry+https://github.com/rust-lang/crates.io-index" 527 + +checksum = "75c094e94816723ab936484666968f5b58060492e880f3c8d00489a1e244fa51" 528 + +dependencies = [ 529 + + "proc-macro2", 530 + + "quote", 531 + + "syn", 532 + +] 533 + + 534 + +[[package]] 535 + +name = "itertools" 536 + +version = "0.9.0" 537 + +source = "registry+https://github.com/rust-lang/crates.io-index" 538 + +checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" 539 + +dependencies = [ 540 + + "either", 541 + +] 542 + + 543 + +[[package]] 544 + +name = "johnnycanencrypt" 545 + +version = "0.5.0" 546 + +dependencies = [ 547 + + "anyhow", 548 + + "chrono", 549 + + "pyo3", 550 + + "sequoia-openpgp", 551 + + "talktosc", 552 + +] 553 + + 554 + +[[package]] 555 + +name = "lalrpop" 556 + +version = "0.19.3" 557 + +source = "registry+https://github.com/rust-lang/crates.io-index" 558 + +checksum = "5c64e04d8ea9c95c2135dfc4298088eafaf956bc90ba372eb1bea4f715634587" 559 + +dependencies = [ 560 + + "ascii-canvas", 561 + + "atty", 562 + + "bit-set", 563 + + "diff", 564 + + "ena", 565 + + "itertools", 566 + + "lalrpop-util", 567 + + "petgraph", 568 + + "pico-args", 569 + + "regex", 570 + + "regex-syntax", 571 + + "string_cache", 572 + + "term", 573 + + "tiny-keccak", 574 + + "unicode-xid", 575 + +] 576 + + 577 + +[[package]] 578 + +name = "lalrpop-util" 579 + +version = "0.19.3" 580 + +source = "registry+https://github.com/rust-lang/crates.io-index" 581 + +checksum = "f9de203e2fa3e883364fcc778a1293ab4d936f6cff400433013c20105df178c5" 582 + +dependencies = [ 583 + + "regex", 584 + +] 585 + + 586 + +[[package]] 587 + +name = "lazy_static" 588 + +version = "1.4.0" 589 + +source = "registry+https://github.com/rust-lang/crates.io-index" 590 + +checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 591 + + 592 + +[[package]] 593 + +name = "libc" 594 + +version = "0.2.81" 595 + +source = "registry+https://github.com/rust-lang/crates.io-index" 596 + +checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb" 597 + + 598 + +[[package]] 599 + +name = "libloading" 600 + +version = "0.5.2" 601 + +source = "registry+https://github.com/rust-lang/crates.io-index" 602 + +checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753" 603 + +dependencies = [ 604 + + "cc", 605 + + "winapi", 606 + +] 607 + + 608 + +[[package]] 609 + +name = "lock_api" 610 + +version = "0.4.2" 611 + +source = "registry+https://github.com/rust-lang/crates.io-index" 612 + +checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312" 613 + +dependencies = [ 614 + + "scopeguard", 615 + +] 616 + + 617 + +[[package]] 618 + +name = "log" 619 + +version = "0.4.11" 620 + +source = "registry+https://github.com/rust-lang/crates.io-index" 621 + +checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" 622 + +dependencies = [ 623 + + "cfg-if 0.1.10", 624 + +] 625 + + 626 + +[[package]] 627 + +name = "matches" 628 + +version = "0.1.8" 629 + +source = "registry+https://github.com/rust-lang/crates.io-index" 630 + +checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" 631 + + 632 + +[[package]] 633 + +name = "memchr" 634 + +version = "2.3.4" 635 + +source = "registry+https://github.com/rust-lang/crates.io-index" 636 + +checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" 637 + + 638 + +[[package]] 639 + +name = "memsec" 640 + +version = "0.6.0" 641 + +source = "registry+https://github.com/rust-lang/crates.io-index" 642 + +checksum = "2af4f95d8737f4ffafbd1fb3c703cdc898868a244a59786793cba0520ebdcbdd" 643 + + 644 + +[[package]] 645 + +name = "miniz_oxide" 646 + +version = "0.4.3" 647 + +source = "registry+https://github.com/rust-lang/crates.io-index" 648 + +checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d" 649 + +dependencies = [ 650 + + "adler", 651 + + "autocfg", 652 + +] 653 + + 654 + +[[package]] 655 + +name = "nettle" 656 + +version = "7.0.0" 657 + +source = "registry+https://github.com/rust-lang/crates.io-index" 658 + +checksum = "b1afae85450b829ad720f2827e3b07d78e06b5521cfe5ed72808a9f593e7cdd8" 659 + +dependencies = [ 660 + + "getrandom", 661 + + "libc", 662 + + "nettle-sys", 663 + + "thiserror", 664 + +] 665 + + 666 + +[[package]] 667 + +name = "nettle-sys" 668 + +version = "2.0.4" 669 + +source = "registry+https://github.com/rust-lang/crates.io-index" 670 + +checksum = "b8629333ff5f3b74d251dae253e383cda9242410fac4244a4fe855469be101fb" 671 + +dependencies = [ 672 + + "bindgen", 673 + + "pkg-config", 674 + +] 675 + + 676 + +[[package]] 677 + +name = "new_debug_unreachable" 678 + +version = "1.0.4" 679 + +source = "registry+https://github.com/rust-lang/crates.io-index" 680 + +checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" 681 + + 682 + +[[package]] 683 + +name = "nom" 684 + +version = "4.2.3" 685 + +source = "registry+https://github.com/rust-lang/crates.io-index" 686 + +checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" 687 + +dependencies = [ 688 + + "memchr", 689 + + "version_check 0.1.5", 690 + +] 691 + + 692 + +[[package]] 693 + +name = "num-integer" 694 + +version = "0.1.44" 695 + +source = "registry+https://github.com/rust-lang/crates.io-index" 696 + +checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" 697 + +dependencies = [ 698 + + "autocfg", 699 + + "num-traits", 700 + +] 701 + + 702 + +[[package]] 703 + +name = "num-traits" 704 + +version = "0.2.14" 705 + +source = "registry+https://github.com/rust-lang/crates.io-index" 706 + +checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" 707 + +dependencies = [ 708 + + "autocfg", 709 + +] 710 + + 711 + +[[package]] 712 + +name = "object" 713 + +version = "0.22.0" 714 + +source = "registry+https://github.com/rust-lang/crates.io-index" 715 + +checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397" 716 + + 717 + +[[package]] 718 + +name = "parking_lot" 719 + +version = "0.11.1" 720 + +source = "registry+https://github.com/rust-lang/crates.io-index" 721 + +checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb" 722 + +dependencies = [ 723 + + "instant", 724 + + "lock_api", 725 + + "parking_lot_core", 726 + +] 727 + + 728 + +[[package]] 729 + +name = "parking_lot_core" 730 + +version = "0.8.2" 731 + +source = "registry+https://github.com/rust-lang/crates.io-index" 732 + +checksum = "9ccb628cad4f84851442432c60ad8e1f607e29752d0bf072cbd0baf28aa34272" 733 + +dependencies = [ 734 + + "cfg-if 1.0.0", 735 + + "instant", 736 + + "libc", 737 + + "redox_syscall", 738 + + "smallvec", 739 + + "winapi", 740 + +] 741 + + 742 + +[[package]] 743 + +name = "paste" 744 + +version = "1.0.4" 745 + +source = "registry+https://github.com/rust-lang/crates.io-index" 746 + +checksum = "c5d65c4d95931acda4498f675e332fcbdc9a06705cd07086c510e9b6009cd1c1" 747 + + 748 + +[[package]] 749 + +name = "pcsc" 750 + +version = "2.4.0" 751 + +source = "registry+https://github.com/rust-lang/crates.io-index" 752 + +checksum = "88e09a8d8705a2c9b1ffe1f9dd9580efe3f8e80c19fc9f99038fe99b7bb56c83" 753 + +dependencies = [ 754 + + "bitflags", 755 + + "pcsc-sys", 756 + +] 757 + + 758 + +[[package]] 759 + +name = "pcsc-sys" 760 + +version = "1.2.0" 761 + +source = "registry+https://github.com/rust-lang/crates.io-index" 762 + +checksum = "e1b7bfecba2c0f1b5efb0e7caf7533ab1c295024165bcbb066231f60d33e23ea" 763 + +dependencies = [ 764 + + "pkg-config", 765 + +] 766 + + 767 + +[[package]] 768 + +name = "peeking_take_while" 769 + +version = "0.1.2" 770 + +source = "registry+https://github.com/rust-lang/crates.io-index" 771 + +checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" 772 + + 773 + +[[package]] 774 + +name = "petgraph" 775 + +version = "0.5.1" 776 + +source = "registry+https://github.com/rust-lang/crates.io-index" 777 + +checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7" 778 + +dependencies = [ 779 + + "fixedbitset", 780 + + "indexmap", 781 + +] 782 + + 783 + +[[package]] 784 + +name = "phf_shared" 785 + +version = "0.8.0" 786 + +source = "registry+https://github.com/rust-lang/crates.io-index" 787 + +checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" 788 + +dependencies = [ 789 + + "siphasher", 790 + +] 791 + + 792 + +[[package]] 793 + +name = "pico-args" 794 + +version = "0.3.4" 795 + +source = "registry+https://github.com/rust-lang/crates.io-index" 796 + +checksum = "28b9b4df73455c861d7cbf8be42f01d3b373ed7f02e378d55fa84eafc6f638b1" 797 + + 798 + +[[package]] 799 + +name = "pkg-config" 800 + +version = "0.3.19" 801 + +source = "registry+https://github.com/rust-lang/crates.io-index" 802 + +checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" 803 + + 804 + +[[package]] 805 + +name = "precomputed-hash" 806 + +version = "0.1.1" 807 + +source = "registry+https://github.com/rust-lang/crates.io-index" 808 + +checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 809 + + 810 + +[[package]] 811 + +name = "proc-macro2" 812 + +version = "1.0.24" 813 + +source = "registry+https://github.com/rust-lang/crates.io-index" 814 + +checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" 815 + +dependencies = [ 816 + + "unicode-xid", 817 + +] 818 + + 819 + +[[package]] 820 + +name = "pyo3" 821 + +version = "0.13.0" 822 + +source = "registry+https://github.com/rust-lang/crates.io-index" 823 + +checksum = "5cdd01a4c2719dd1f3ceab0875fa1a2c2cd3c619477349d78f43cd716b345436" 824 + +dependencies = [ 825 + + "cfg-if 1.0.0", 826 + + "ctor", 827 + + "indoc", 828 + + "inventory", 829 + + "libc", 830 + + "parking_lot", 831 + + "paste", 832 + + "pyo3-macros", 833 + + "unindent", 834 + +] 835 + + 836 + +[[package]] 837 + +name = "pyo3-macros" 838 + +version = "0.13.0" 839 + +source = "registry+https://github.com/rust-lang/crates.io-index" 840 + +checksum = "7f8218769d13e354f841d559a19b0cf22cfd55959c7046ef594e5f34dbe46d16" 841 + +dependencies = [ 842 + + "pyo3-macros-backend", 843 + + "quote", 844 + + "syn", 845 + +] 846 + + 847 + +[[package]] 848 + +name = "pyo3-macros-backend" 849 + +version = "0.13.0" 850 + +source = "registry+https://github.com/rust-lang/crates.io-index" 851 + +checksum = "fc4da0bfdf76f0a5971c698f2cb6b3f832a6f80f16dedeeb3f123eb0431ecce2" 852 + +dependencies = [ 853 + + "proc-macro2", 854 + + "quote", 855 + + "syn", 856 + +] 857 + + 858 + +[[package]] 859 + +name = "quote" 860 + +version = "1.0.8" 861 + +source = "registry+https://github.com/rust-lang/crates.io-index" 862 + +checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df" 863 + +dependencies = [ 864 + + "proc-macro2", 865 + +] 866 + + 867 + +[[package]] 868 + +name = "redox_syscall" 869 + +version = "0.1.57" 870 + +source = "registry+https://github.com/rust-lang/crates.io-index" 871 + +checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" 872 + + 873 + +[[package]] 874 + +name = "redox_users" 875 + +version = "0.3.5" 876 + +source = "registry+https://github.com/rust-lang/crates.io-index" 877 + +checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d" 878 + +dependencies = [ 879 + + "getrandom", 880 + + "redox_syscall", 881 + + "rust-argon2", 882 + +] 883 + + 884 + +[[package]] 885 + +name = "regex" 886 + +version = "1.4.2" 887 + +source = "registry+https://github.com/rust-lang/crates.io-index" 888 + +checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c" 889 + +dependencies = [ 890 + + "aho-corasick", 891 + + "memchr", 892 + + "regex-syntax", 893 + + "thread_local", 894 + +] 895 + + 896 + +[[package]] 897 + +name = "regex-syntax" 898 + +version = "0.6.21" 899 + +source = "registry+https://github.com/rust-lang/crates.io-index" 900 + +checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189" 901 + + 902 + +[[package]] 903 + +name = "rpassword" 904 + +version = "5.0.0" 905 + +source = "registry+https://github.com/rust-lang/crates.io-index" 906 + +checksum = "d755237fc0f99d98641540e66abac8bc46a0652f19148ac9e21de2da06b326c9" 907 + +dependencies = [ 908 + + "libc", 909 + + "winapi", 910 + +] 911 + + 912 + +[[package]] 913 + +name = "rust-argon2" 914 + +version = "0.8.3" 915 + +source = "registry+https://github.com/rust-lang/crates.io-index" 916 + +checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb" 917 + +dependencies = [ 918 + + "base64", 919 + + "blake2b_simd", 920 + + "constant_time_eq", 921 + + "crossbeam-utils", 922 + +] 923 + + 924 + +[[package]] 925 + +name = "rustc-demangle" 926 + +version = "0.1.18" 927 + +source = "registry+https://github.com/rust-lang/crates.io-index" 928 + +checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232" 929 + + 930 + +[[package]] 931 + +name = "rustc-hash" 932 + +version = "1.1.0" 933 + +source = "registry+https://github.com/rust-lang/crates.io-index" 934 + +checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 935 + + 936 + +[[package]] 937 + +name = "scopeguard" 938 + +version = "1.1.0" 939 + +source = "registry+https://github.com/rust-lang/crates.io-index" 940 + +checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 941 + + 942 + +[[package]] 943 + +name = "sequoia-openpgp" 944 + +version = "1.0.0" 945 + +source = "registry+https://github.com/rust-lang/crates.io-index" 946 + +checksum = "664de0a9388e38d0f350547056f18fcc03f78d85e5a49fa4fa8927ca6aea1424" 947 + +dependencies = [ 948 + + "anyhow", 949 + + "backtrace", 950 + + "base64", 951 + + "buffered-reader", 952 + + "bzip2", 953 + + "chrono", 954 + + "dyn-clone", 955 + + "eax", 956 + + "flate2", 957 + + "idna", 958 + + "lalrpop", 959 + + "lalrpop-util", 960 + + "lazy_static", 961 + + "libc", 962 + + "memsec", 963 + + "nettle", 964 + + "regex", 965 + + "sha1collisiondetection", 966 + + "thiserror", 967 + + "unicode-normalization", 968 + +] 969 + + 970 + +[[package]] 971 + +name = "sha1collisiondetection" 972 + +version = "0.2.3" 973 + +source = "registry+https://github.com/rust-lang/crates.io-index" 974 + +checksum = "d7a6cf187c4059b3e63de2358b7e2f9a2261b6f3fd8ef4e7342308d0863ed082" 975 + +dependencies = [ 976 + + "digest", 977 + + "generic-array", 978 + + "libc", 979 + +] 980 + + 981 + +[[package]] 982 + +name = "shlex" 983 + +version = "0.1.1" 984 + +source = "registry+https://github.com/rust-lang/crates.io-index" 985 + +checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" 986 + + 987 + +[[package]] 988 + +name = "siphasher" 989 + +version = "0.3.3" 990 + +source = "registry+https://github.com/rust-lang/crates.io-index" 991 + +checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7" 992 + + 993 + +[[package]] 994 + +name = "smallvec" 995 + +version = "1.6.0" 996 + +source = "registry+https://github.com/rust-lang/crates.io-index" 997 + +checksum = "1a55ca5f3b68e41c979bf8c46a6f1da892ca4db8f94023ce0bd32407573b1ac0" 998 + + 999 + +[[package]] 1000 + +name = "string_cache" 1001 + +version = "0.8.1" 1002 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1003 + +checksum = "8ddb1139b5353f96e429e1a5e19fbaf663bddedaa06d1dbd49f82e352601209a" 1004 + +dependencies = [ 1005 + + "lazy_static", 1006 + + "new_debug_unreachable", 1007 + + "phf_shared", 1008 + + "precomputed-hash", 1009 + +] 1010 + + 1011 + +[[package]] 1012 + +name = "subtle" 1013 + +version = "2.4.0" 1014 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1015 + +checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2" 1016 + + 1017 + +[[package]] 1018 + +name = "syn" 1019 + +version = "1.0.57" 1020 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1021 + +checksum = "4211ce9909eb971f111059df92c45640aad50a619cf55cd76476be803c4c68e6" 1022 + +dependencies = [ 1023 + + "proc-macro2", 1024 + + "quote", 1025 + + "unicode-xid", 1026 + +] 1027 + + 1028 + +[[package]] 1029 + +name = "talktosc" 1030 + +version = "0.1.1" 1031 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1032 + +checksum = "eda5fee425f91e5a4083946f4468948f59cc16412cdcd659554e474c647a5645" 1033 + +dependencies = [ 1034 + + "pcsc", 1035 + + "rpassword", 1036 + + "thiserror", 1037 + +] 1038 + + 1039 + +[[package]] 1040 + +name = "term" 1041 + +version = "0.5.2" 1042 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1043 + +checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42" 1044 + +dependencies = [ 1045 + + "byteorder", 1046 + + "dirs", 1047 + + "winapi", 1048 + +] 1049 + + 1050 + +[[package]] 1051 + +name = "thiserror" 1052 + +version = "1.0.23" 1053 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1054 + +checksum = "76cc616c6abf8c8928e2fdcc0dbfab37175edd8fb49a4641066ad1364fdab146" 1055 + +dependencies = [ 1056 + + "thiserror-impl", 1057 + +] 1058 + + 1059 + +[[package]] 1060 + +name = "thiserror-impl" 1061 + +version = "1.0.23" 1062 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1063 + +checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1" 1064 + +dependencies = [ 1065 + + "proc-macro2", 1066 + + "quote", 1067 + + "syn", 1068 + +] 1069 + + 1070 + +[[package]] 1071 + +name = "thread_local" 1072 + +version = "1.0.1" 1073 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1074 + +checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" 1075 + +dependencies = [ 1076 + + "lazy_static", 1077 + +] 1078 + + 1079 + +[[package]] 1080 + +name = "time" 1081 + +version = "0.1.44" 1082 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1083 + +checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" 1084 + +dependencies = [ 1085 + + "libc", 1086 + + "wasi 0.10.0+wasi-snapshot-preview1", 1087 + + "winapi", 1088 + +] 1089 + + 1090 + +[[package]] 1091 + +name = "tiny-keccak" 1092 + +version = "2.0.2" 1093 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1094 + +checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" 1095 + +dependencies = [ 1096 + + "crunchy", 1097 + +] 1098 + + 1099 + +[[package]] 1100 + +name = "tinyvec" 1101 + +version = "1.1.0" 1102 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1103 + +checksum = "ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f" 1104 + +dependencies = [ 1105 + + "tinyvec_macros", 1106 + +] 1107 + + 1108 + +[[package]] 1109 + +name = "tinyvec_macros" 1110 + +version = "0.1.0" 1111 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1112 + +checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" 1113 + + 1114 + +[[package]] 1115 + +name = "typenum" 1116 + +version = "1.12.0" 1117 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1118 + +checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" 1119 + + 1120 + +[[package]] 1121 + +name = "unicode-bidi" 1122 + +version = "0.3.4" 1123 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1124 + +checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" 1125 + +dependencies = [ 1126 + + "matches", 1127 + +] 1128 + + 1129 + +[[package]] 1130 + +name = "unicode-normalization" 1131 + +version = "0.1.16" 1132 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1133 + +checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606" 1134 + +dependencies = [ 1135 + + "tinyvec", 1136 + +] 1137 + + 1138 + +[[package]] 1139 + +name = "unicode-xid" 1140 + +version = "0.2.1" 1141 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1142 + +checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" 1143 + + 1144 + +[[package]] 1145 + +name = "unindent" 1146 + +version = "0.1.7" 1147 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1148 + +checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7" 1149 + + 1150 + +[[package]] 1151 + +name = "version_check" 1152 + +version = "0.1.5" 1153 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1154 + +checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" 1155 + + 1156 + +[[package]] 1157 + +name = "version_check" 1158 + +version = "0.9.2" 1159 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1160 + +checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" 1161 + + 1162 + +[[package]] 1163 + +name = "wasi" 1164 + +version = "0.9.0+wasi-snapshot-preview1" 1165 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1166 + +checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 1167 + + 1168 + +[[package]] 1169 + +name = "wasi" 1170 + +version = "0.10.0+wasi-snapshot-preview1" 1171 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1172 + +checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 1173 + + 1174 + +[[package]] 1175 + +name = "winapi" 1176 + +version = "0.3.9" 1177 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1178 + +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1179 + +dependencies = [ 1180 + + "winapi-i686-pc-windows-gnu", 1181 + + "winapi-x86_64-pc-windows-gnu", 1182 + +] 1183 + + 1184 + +[[package]] 1185 + +name = "winapi-i686-pc-windows-gnu" 1186 + +version = "0.4.0" 1187 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1188 + +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1189 + + 1190 + +[[package]] 1191 + +name = "winapi-x86_64-pc-windows-gnu" 1192 + +version = "0.4.0" 1193 + +source = "registry+https://github.com/rust-lang/crates.io-index" 1194 + +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
+92
pkgs/development/python-modules/johnnycanencrypt/default.nix
··· 1 + { stdenv 2 + , rustPlatform 3 + , fetchFromGitHub 4 + , pipInstallHook 5 + , llvmPackages 6 + , pkg-config 7 + , maturin 8 + , pcsclite 9 + , nettle 10 + , python 11 + , requests 12 + , vcrpy 13 + , numpy 14 + , pytestCheckHook 15 + , pythonOlder 16 + , PCSC 17 + }: 18 + 19 + rustPlatform.buildRustPackage rec { 20 + pname = "johnnycanencrypt"; 21 + version = "0.5.0"; 22 + disabled = pythonOlder "3.7"; 23 + 24 + src = fetchFromGitHub { 25 + owner = "kushaldas"; 26 + repo = "johnnycanencrypt"; 27 + rev = "v${version}"; 28 + sha256 = "192wfrlyylrpzq70yki421mi1smk8q2cyki2a1d03q7h6apib3j4"; 29 + }; 30 + cargoPatches = [ ./Cargo.lock.patch ]; 31 + 32 + cargoSha256 = "0ifvpdizcdp2c5x2x2j1bhhy5a75q0pk7a63dmh52mlpmh45fy6r"; 33 + 34 + LIBCLANG_PATH = llvmPackages.libclang + "/lib"; 35 + 36 + propagatedBuildInputs = [ 37 + requests 38 + vcrpy 39 + ]; 40 + 41 + nativeBuildInputs = [ 42 + llvmPackages.clang 43 + pkg-config 44 + python 45 + maturin 46 + pipInstallHook 47 + ]; 48 + 49 + buildInputs = [ 50 + pcsclite 51 + nettle 52 + ] ++ stdenv.lib.optionals stdenv.isDarwin [ PCSC ]; 53 + 54 + # Needed b/c need to check AFTER python wheel is installed (using Rust Build, not buildPythonPackage) 55 + doCheck = false; 56 + doInstallCheck = true; 57 + 58 + installCheckInputs = [ 59 + pytestCheckHook 60 + numpy 61 + ]; 62 + 63 + buildPhase = '' 64 + runHook preBuild 65 + maturin build --release --manylinux off --strip --cargo-extra-args="-j $NIX_BUILD_CORES --frozen" 66 + runHook postBuild 67 + ''; 68 + 69 + installPhase = '' 70 + install -Dm644 -t dist target/wheels/*.whl 71 + pipInstallPhase 72 + ''; 73 + 74 + preCheck = '' 75 + export TESTDIR=$(mktemp -d) 76 + cp -r tests/ $TESTDIR 77 + pushd $TESTDIR 78 + ''; 79 + 80 + postCheck = '' 81 + popd 82 + ''; 83 + 84 + pythonImportsCheck = [ "johnnycanencrypt" ]; 85 + 86 + meta = with stdenv.lib; { 87 + homepage = "https://github.com/kushaldas/johnnycanencrypt"; 88 + description = "Python module for OpenPGP written in Rust"; 89 + license = licenses.gpl3Plus; 90 + maintainers = with maintainers; [ _0x4A6F ]; 91 + }; 92 + }
+4
pkgs/top-level/python-packages.nix
··· 3180 3180 3181 3181 joblib = callPackage ../development/python-modules/joblib { }; 3182 3182 3183 + johnnycanencrypt = callPackage ../development/python-modules/johnnycanencrypt { 3184 + inherit (pkgs.darwin.apple_sdk.frameworks) PCSC; 3185 + }; 3186 + 3183 3187 josepy = callPackage ../development/python-modules/josepy { }; 3184 3188 3185 3189 journalwatch = callPackage ../tools/system/journalwatch { inherit (self) systemd pytest; };