lol

python312Packages.aiotarfile: use fetchCargoVendor and refactor

emaryn ea6eafaf 1a142a02

+9 -1291
-1283
pkgs/development/python-modules/aiotarfile/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 = "adler" 7 - version = "1.0.2" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 10 - 11 - [[package]] 12 - name = "aiotarfile" 13 - version = "0.5.1-dev.1" 14 - dependencies = [ 15 - "async-compression", 16 - "async-std", 17 - "async-tar", 18 - "futures", 19 - "futures-core", 20 - "futures-util", 21 - "pin-project-lite", 22 - "pyo3", 23 - "pyo3-asyncio", 24 - "replace_with", 25 - ] 26 - 27 - [[package]] 28 - name = "async-channel" 29 - version = "1.9.0" 30 - source = "registry+https://github.com/rust-lang/crates.io-index" 31 - checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 32 - dependencies = [ 33 - "concurrent-queue", 34 - "event-listener 2.5.3", 35 - "futures-core", 36 - ] 37 - 38 - [[package]] 39 - name = "async-channel" 40 - version = "2.1.1" 41 - source = "registry+https://github.com/rust-lang/crates.io-index" 42 - checksum = "1ca33f4bc4ed1babef42cad36cc1f51fa88be00420404e5b1e80ab1b18f7678c" 43 - dependencies = [ 44 - "concurrent-queue", 45 - "event-listener 4.0.3", 46 - "event-listener-strategy", 47 - "futures-core", 48 - "pin-project-lite", 49 - ] 50 - 51 - [[package]] 52 - name = "async-compression" 53 - version = "0.4.6" 54 - source = "registry+https://github.com/rust-lang/crates.io-index" 55 - checksum = "a116f46a969224200a0a97f29cfd4c50e7534e4b4826bd23ea2c3c533039c82c" 56 - dependencies = [ 57 - "bzip2", 58 - "flate2", 59 - "futures-core", 60 - "futures-io", 61 - "memchr", 62 - "pin-project-lite", 63 - "xz2", 64 - ] 65 - 66 - [[package]] 67 - name = "async-executor" 68 - version = "1.8.0" 69 - source = "registry+https://github.com/rust-lang/crates.io-index" 70 - checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c" 71 - dependencies = [ 72 - "async-lock 3.3.0", 73 - "async-task", 74 - "concurrent-queue", 75 - "fastrand 2.0.1", 76 - "futures-lite 2.2.0", 77 - "slab", 78 - ] 79 - 80 - [[package]] 81 - name = "async-global-executor" 82 - version = "2.4.1" 83 - source = "registry+https://github.com/rust-lang/crates.io-index" 84 - checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" 85 - dependencies = [ 86 - "async-channel 2.1.1", 87 - "async-executor", 88 - "async-io 2.3.0", 89 - "async-lock 3.3.0", 90 - "blocking", 91 - "futures-lite 2.2.0", 92 - "once_cell", 93 - ] 94 - 95 - [[package]] 96 - name = "async-io" 97 - version = "1.13.0" 98 - source = "registry+https://github.com/rust-lang/crates.io-index" 99 - checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 100 - dependencies = [ 101 - "async-lock 2.8.0", 102 - "autocfg", 103 - "cfg-if", 104 - "concurrent-queue", 105 - "futures-lite 1.13.0", 106 - "log", 107 - "parking", 108 - "polling 2.8.0", 109 - "rustix 0.37.27", 110 - "slab", 111 - "socket2", 112 - "waker-fn", 113 - ] 114 - 115 - [[package]] 116 - name = "async-io" 117 - version = "2.3.0" 118 - source = "registry+https://github.com/rust-lang/crates.io-index" 119 - checksum = "fb41eb19024a91746eba0773aa5e16036045bbf45733766661099e182ea6a744" 120 - dependencies = [ 121 - "async-lock 3.3.0", 122 - "cfg-if", 123 - "concurrent-queue", 124 - "futures-io", 125 - "futures-lite 2.2.0", 126 - "parking", 127 - "polling 3.3.2", 128 - "rustix 0.38.30", 129 - "slab", 130 - "tracing", 131 - "windows-sys 0.52.0", 132 - ] 133 - 134 - [[package]] 135 - name = "async-lock" 136 - version = "2.8.0" 137 - source = "registry+https://github.com/rust-lang/crates.io-index" 138 - checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" 139 - dependencies = [ 140 - "event-listener 2.5.3", 141 - ] 142 - 143 - [[package]] 144 - name = "async-lock" 145 - version = "3.3.0" 146 - source = "registry+https://github.com/rust-lang/crates.io-index" 147 - checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b" 148 - dependencies = [ 149 - "event-listener 4.0.3", 150 - "event-listener-strategy", 151 - "pin-project-lite", 152 - ] 153 - 154 - [[package]] 155 - name = "async-process" 156 - version = "1.8.1" 157 - source = "registry+https://github.com/rust-lang/crates.io-index" 158 - checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88" 159 - dependencies = [ 160 - "async-io 1.13.0", 161 - "async-lock 2.8.0", 162 - "async-signal", 163 - "blocking", 164 - "cfg-if", 165 - "event-listener 3.1.0", 166 - "futures-lite 1.13.0", 167 - "rustix 0.38.30", 168 - "windows-sys 0.48.0", 169 - ] 170 - 171 - [[package]] 172 - name = "async-signal" 173 - version = "0.2.5" 174 - source = "registry+https://github.com/rust-lang/crates.io-index" 175 - checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5" 176 - dependencies = [ 177 - "async-io 2.3.0", 178 - "async-lock 2.8.0", 179 - "atomic-waker", 180 - "cfg-if", 181 - "futures-core", 182 - "futures-io", 183 - "rustix 0.38.30", 184 - "signal-hook-registry", 185 - "slab", 186 - "windows-sys 0.48.0", 187 - ] 188 - 189 - [[package]] 190 - name = "async-std" 191 - version = "1.12.0" 192 - source = "registry+https://github.com/rust-lang/crates.io-index" 193 - checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" 194 - dependencies = [ 195 - "async-channel 1.9.0", 196 - "async-global-executor", 197 - "async-io 1.13.0", 198 - "async-lock 2.8.0", 199 - "async-process", 200 - "crossbeam-utils", 201 - "futures-channel", 202 - "futures-core", 203 - "futures-io", 204 - "futures-lite 1.13.0", 205 - "gloo-timers", 206 - "kv-log-macro", 207 - "log", 208 - "memchr", 209 - "once_cell", 210 - "pin-project-lite", 211 - "pin-utils", 212 - "slab", 213 - "wasm-bindgen-futures", 214 - ] 215 - 216 - [[package]] 217 - name = "async-tar" 218 - version = "0.4.2" 219 - source = "git+https://github.com/sky1e/async-tar?branch=master#76b0b33b768a65cd8212cd17c5a83c1c0d34af38" 220 - dependencies = [ 221 - "async-std", 222 - "filetime", 223 - "libc", 224 - "pin-project", 225 - "redox_syscall 0.2.16", 226 - "xattr", 227 - ] 228 - 229 - [[package]] 230 - name = "async-task" 231 - version = "4.7.0" 232 - source = "registry+https://github.com/rust-lang/crates.io-index" 233 - checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799" 234 - 235 - [[package]] 236 - name = "atomic-waker" 237 - version = "1.1.2" 238 - source = "registry+https://github.com/rust-lang/crates.io-index" 239 - checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 240 - 241 - [[package]] 242 - name = "autocfg" 243 - version = "1.1.0" 244 - source = "registry+https://github.com/rust-lang/crates.io-index" 245 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 246 - 247 - [[package]] 248 - name = "bitflags" 249 - version = "1.3.2" 250 - source = "registry+https://github.com/rust-lang/crates.io-index" 251 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 252 - 253 - [[package]] 254 - name = "bitflags" 255 - version = "2.4.2" 256 - source = "registry+https://github.com/rust-lang/crates.io-index" 257 - checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" 258 - 259 - [[package]] 260 - name = "blocking" 261 - version = "1.5.1" 262 - source = "registry+https://github.com/rust-lang/crates.io-index" 263 - checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118" 264 - dependencies = [ 265 - "async-channel 2.1.1", 266 - "async-lock 3.3.0", 267 - "async-task", 268 - "fastrand 2.0.1", 269 - "futures-io", 270 - "futures-lite 2.2.0", 271 - "piper", 272 - "tracing", 273 - ] 274 - 275 - [[package]] 276 - name = "bumpalo" 277 - version = "3.14.0" 278 - source = "registry+https://github.com/rust-lang/crates.io-index" 279 - checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" 280 - 281 - [[package]] 282 - name = "bzip2" 283 - version = "0.4.4" 284 - source = "registry+https://github.com/rust-lang/crates.io-index" 285 - checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" 286 - dependencies = [ 287 - "bzip2-sys", 288 - "libc", 289 - ] 290 - 291 - [[package]] 292 - name = "bzip2-sys" 293 - version = "0.1.11+1.0.8" 294 - source = "registry+https://github.com/rust-lang/crates.io-index" 295 - checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" 296 - dependencies = [ 297 - "cc", 298 - "libc", 299 - "pkg-config", 300 - ] 301 - 302 - [[package]] 303 - name = "cc" 304 - version = "1.0.83" 305 - source = "registry+https://github.com/rust-lang/crates.io-index" 306 - checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 307 - dependencies = [ 308 - "libc", 309 - ] 310 - 311 - [[package]] 312 - name = "cfg-if" 313 - version = "1.0.0" 314 - source = "registry+https://github.com/rust-lang/crates.io-index" 315 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 316 - 317 - [[package]] 318 - name = "concurrent-queue" 319 - version = "2.4.0" 320 - source = "registry+https://github.com/rust-lang/crates.io-index" 321 - checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363" 322 - dependencies = [ 323 - "crossbeam-utils", 324 - ] 325 - 326 - [[package]] 327 - name = "crc32fast" 328 - version = "1.3.2" 329 - source = "registry+https://github.com/rust-lang/crates.io-index" 330 - checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 331 - dependencies = [ 332 - "cfg-if", 333 - ] 334 - 335 - [[package]] 336 - name = "crossbeam-utils" 337 - version = "0.8.19" 338 - source = "registry+https://github.com/rust-lang/crates.io-index" 339 - checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" 340 - 341 - [[package]] 342 - name = "errno" 343 - version = "0.3.8" 344 - source = "registry+https://github.com/rust-lang/crates.io-index" 345 - checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" 346 - dependencies = [ 347 - "libc", 348 - "windows-sys 0.52.0", 349 - ] 350 - 351 - [[package]] 352 - name = "event-listener" 353 - version = "2.5.3" 354 - source = "registry+https://github.com/rust-lang/crates.io-index" 355 - checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 356 - 357 - [[package]] 358 - name = "event-listener" 359 - version = "3.1.0" 360 - source = "registry+https://github.com/rust-lang/crates.io-index" 361 - checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2" 362 - dependencies = [ 363 - "concurrent-queue", 364 - "parking", 365 - "pin-project-lite", 366 - ] 367 - 368 - [[package]] 369 - name = "event-listener" 370 - version = "4.0.3" 371 - source = "registry+https://github.com/rust-lang/crates.io-index" 372 - checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e" 373 - dependencies = [ 374 - "concurrent-queue", 375 - "parking", 376 - "pin-project-lite", 377 - ] 378 - 379 - [[package]] 380 - name = "event-listener-strategy" 381 - version = "0.4.0" 382 - source = "registry+https://github.com/rust-lang/crates.io-index" 383 - checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3" 384 - dependencies = [ 385 - "event-listener 4.0.3", 386 - "pin-project-lite", 387 - ] 388 - 389 - [[package]] 390 - name = "fastrand" 391 - version = "1.9.0" 392 - source = "registry+https://github.com/rust-lang/crates.io-index" 393 - checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 394 - dependencies = [ 395 - "instant", 396 - ] 397 - 398 - [[package]] 399 - name = "fastrand" 400 - version = "2.0.1" 401 - source = "registry+https://github.com/rust-lang/crates.io-index" 402 - checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 403 - 404 - [[package]] 405 - name = "filetime" 406 - version = "0.2.23" 407 - source = "registry+https://github.com/rust-lang/crates.io-index" 408 - checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" 409 - dependencies = [ 410 - "cfg-if", 411 - "libc", 412 - "redox_syscall 0.4.1", 413 - "windows-sys 0.52.0", 414 - ] 415 - 416 - [[package]] 417 - name = "flate2" 418 - version = "1.0.28" 419 - source = "registry+https://github.com/rust-lang/crates.io-index" 420 - checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 421 - dependencies = [ 422 - "crc32fast", 423 - "miniz_oxide", 424 - ] 425 - 426 - [[package]] 427 - name = "futures" 428 - version = "0.3.30" 429 - source = "registry+https://github.com/rust-lang/crates.io-index" 430 - checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 431 - dependencies = [ 432 - "futures-channel", 433 - "futures-core", 434 - "futures-executor", 435 - "futures-io", 436 - "futures-sink", 437 - "futures-task", 438 - "futures-util", 439 - ] 440 - 441 - [[package]] 442 - name = "futures-channel" 443 - version = "0.3.30" 444 - source = "registry+https://github.com/rust-lang/crates.io-index" 445 - checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 446 - dependencies = [ 447 - "futures-core", 448 - "futures-sink", 449 - ] 450 - 451 - [[package]] 452 - name = "futures-core" 453 - version = "0.3.30" 454 - source = "registry+https://github.com/rust-lang/crates.io-index" 455 - checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 456 - 457 - [[package]] 458 - name = "futures-executor" 459 - version = "0.3.30" 460 - source = "registry+https://github.com/rust-lang/crates.io-index" 461 - checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 462 - dependencies = [ 463 - "futures-core", 464 - "futures-task", 465 - "futures-util", 466 - ] 467 - 468 - [[package]] 469 - name = "futures-io" 470 - version = "0.3.30" 471 - source = "registry+https://github.com/rust-lang/crates.io-index" 472 - checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 473 - 474 - [[package]] 475 - name = "futures-lite" 476 - version = "1.13.0" 477 - source = "registry+https://github.com/rust-lang/crates.io-index" 478 - checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" 479 - dependencies = [ 480 - "fastrand 1.9.0", 481 - "futures-core", 482 - "futures-io", 483 - "memchr", 484 - "parking", 485 - "pin-project-lite", 486 - "waker-fn", 487 - ] 488 - 489 - [[package]] 490 - name = "futures-lite" 491 - version = "2.2.0" 492 - source = "registry+https://github.com/rust-lang/crates.io-index" 493 - checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba" 494 - dependencies = [ 495 - "fastrand 2.0.1", 496 - "futures-core", 497 - "futures-io", 498 - "parking", 499 - "pin-project-lite", 500 - ] 501 - 502 - [[package]] 503 - name = "futures-macro" 504 - version = "0.3.30" 505 - source = "registry+https://github.com/rust-lang/crates.io-index" 506 - checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 507 - dependencies = [ 508 - "proc-macro2", 509 - "quote", 510 - "syn", 511 - ] 512 - 513 - [[package]] 514 - name = "futures-sink" 515 - version = "0.3.30" 516 - source = "registry+https://github.com/rust-lang/crates.io-index" 517 - checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 518 - 519 - [[package]] 520 - name = "futures-task" 521 - version = "0.3.30" 522 - source = "registry+https://github.com/rust-lang/crates.io-index" 523 - checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 524 - 525 - [[package]] 526 - name = "futures-util" 527 - version = "0.3.30" 528 - source = "registry+https://github.com/rust-lang/crates.io-index" 529 - checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 530 - dependencies = [ 531 - "futures-channel", 532 - "futures-core", 533 - "futures-io", 534 - "futures-macro", 535 - "futures-sink", 536 - "futures-task", 537 - "memchr", 538 - "pin-project-lite", 539 - "pin-utils", 540 - "slab", 541 - ] 542 - 543 - [[package]] 544 - name = "gloo-timers" 545 - version = "0.2.6" 546 - source = "registry+https://github.com/rust-lang/crates.io-index" 547 - checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" 548 - dependencies = [ 549 - "futures-channel", 550 - "futures-core", 551 - "js-sys", 552 - "wasm-bindgen", 553 - ] 554 - 555 - [[package]] 556 - name = "heck" 557 - version = "0.4.1" 558 - source = "registry+https://github.com/rust-lang/crates.io-index" 559 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 560 - 561 - [[package]] 562 - name = "hermit-abi" 563 - version = "0.3.4" 564 - source = "registry+https://github.com/rust-lang/crates.io-index" 565 - checksum = "5d3d0e0f38255e7fa3cf31335b3a56f05febd18025f4db5ef7a0cfb4f8da651f" 566 - 567 - [[package]] 568 - name = "indoc" 569 - version = "2.0.4" 570 - source = "registry+https://github.com/rust-lang/crates.io-index" 571 - checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" 572 - 573 - [[package]] 574 - name = "instant" 575 - version = "0.1.12" 576 - source = "registry+https://github.com/rust-lang/crates.io-index" 577 - checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 578 - dependencies = [ 579 - "cfg-if", 580 - ] 581 - 582 - [[package]] 583 - name = "io-lifetimes" 584 - version = "1.0.11" 585 - source = "registry+https://github.com/rust-lang/crates.io-index" 586 - checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 587 - dependencies = [ 588 - "hermit-abi", 589 - "libc", 590 - "windows-sys 0.48.0", 591 - ] 592 - 593 - [[package]] 594 - name = "js-sys" 595 - version = "0.3.67" 596 - source = "registry+https://github.com/rust-lang/crates.io-index" 597 - checksum = "9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1" 598 - dependencies = [ 599 - "wasm-bindgen", 600 - ] 601 - 602 - [[package]] 603 - name = "kv-log-macro" 604 - version = "1.0.7" 605 - source = "registry+https://github.com/rust-lang/crates.io-index" 606 - checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 607 - dependencies = [ 608 - "log", 609 - ] 610 - 611 - [[package]] 612 - name = "libc" 613 - version = "0.2.152" 614 - source = "registry+https://github.com/rust-lang/crates.io-index" 615 - checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" 616 - 617 - [[package]] 618 - name = "linux-raw-sys" 619 - version = "0.3.8" 620 - source = "registry+https://github.com/rust-lang/crates.io-index" 621 - checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 622 - 623 - [[package]] 624 - name = "linux-raw-sys" 625 - version = "0.4.13" 626 - source = "registry+https://github.com/rust-lang/crates.io-index" 627 - checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" 628 - 629 - [[package]] 630 - name = "lock_api" 631 - version = "0.4.11" 632 - source = "registry+https://github.com/rust-lang/crates.io-index" 633 - checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" 634 - dependencies = [ 635 - "autocfg", 636 - "scopeguard", 637 - ] 638 - 639 - [[package]] 640 - name = "log" 641 - version = "0.4.20" 642 - source = "registry+https://github.com/rust-lang/crates.io-index" 643 - checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 644 - dependencies = [ 645 - "value-bag", 646 - ] 647 - 648 - [[package]] 649 - name = "lzma-sys" 650 - version = "0.1.20" 651 - source = "registry+https://github.com/rust-lang/crates.io-index" 652 - checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" 653 - dependencies = [ 654 - "cc", 655 - "libc", 656 - "pkg-config", 657 - ] 658 - 659 - [[package]] 660 - name = "memchr" 661 - version = "2.7.1" 662 - source = "registry+https://github.com/rust-lang/crates.io-index" 663 - checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" 664 - 665 - [[package]] 666 - name = "memoffset" 667 - version = "0.9.0" 668 - source = "registry+https://github.com/rust-lang/crates.io-index" 669 - checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 670 - dependencies = [ 671 - "autocfg", 672 - ] 673 - 674 - [[package]] 675 - name = "miniz_oxide" 676 - version = "0.7.1" 677 - source = "registry+https://github.com/rust-lang/crates.io-index" 678 - checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 679 - dependencies = [ 680 - "adler", 681 - ] 682 - 683 - [[package]] 684 - name = "once_cell" 685 - version = "1.19.0" 686 - source = "registry+https://github.com/rust-lang/crates.io-index" 687 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 688 - 689 - [[package]] 690 - name = "parking" 691 - version = "2.2.0" 692 - source = "registry+https://github.com/rust-lang/crates.io-index" 693 - checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" 694 - 695 - [[package]] 696 - name = "parking_lot" 697 - version = "0.12.1" 698 - source = "registry+https://github.com/rust-lang/crates.io-index" 699 - checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 700 - dependencies = [ 701 - "lock_api", 702 - "parking_lot_core", 703 - ] 704 - 705 - [[package]] 706 - name = "parking_lot_core" 707 - version = "0.9.9" 708 - source = "registry+https://github.com/rust-lang/crates.io-index" 709 - checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" 710 - dependencies = [ 711 - "cfg-if", 712 - "libc", 713 - "redox_syscall 0.4.1", 714 - "smallvec", 715 - "windows-targets 0.48.5", 716 - ] 717 - 718 - [[package]] 719 - name = "pin-project" 720 - version = "1.1.3" 721 - source = "registry+https://github.com/rust-lang/crates.io-index" 722 - checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" 723 - dependencies = [ 724 - "pin-project-internal", 725 - ] 726 - 727 - [[package]] 728 - name = "pin-project-internal" 729 - version = "1.1.3" 730 - source = "registry+https://github.com/rust-lang/crates.io-index" 731 - checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" 732 - dependencies = [ 733 - "proc-macro2", 734 - "quote", 735 - "syn", 736 - ] 737 - 738 - [[package]] 739 - name = "pin-project-lite" 740 - version = "0.2.13" 741 - source = "registry+https://github.com/rust-lang/crates.io-index" 742 - checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 743 - 744 - [[package]] 745 - name = "pin-utils" 746 - version = "0.1.0" 747 - source = "registry+https://github.com/rust-lang/crates.io-index" 748 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 749 - 750 - [[package]] 751 - name = "piper" 752 - version = "0.2.1" 753 - source = "registry+https://github.com/rust-lang/crates.io-index" 754 - checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4" 755 - dependencies = [ 756 - "atomic-waker", 757 - "fastrand 2.0.1", 758 - "futures-io", 759 - ] 760 - 761 - [[package]] 762 - name = "pkg-config" 763 - version = "0.3.29" 764 - source = "registry+https://github.com/rust-lang/crates.io-index" 765 - checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb" 766 - 767 - [[package]] 768 - name = "polling" 769 - version = "2.8.0" 770 - source = "registry+https://github.com/rust-lang/crates.io-index" 771 - checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" 772 - dependencies = [ 773 - "autocfg", 774 - "bitflags 1.3.2", 775 - "cfg-if", 776 - "concurrent-queue", 777 - "libc", 778 - "log", 779 - "pin-project-lite", 780 - "windows-sys 0.48.0", 781 - ] 782 - 783 - [[package]] 784 - name = "polling" 785 - version = "3.3.2" 786 - source = "registry+https://github.com/rust-lang/crates.io-index" 787 - checksum = "545c980a3880efd47b2e262f6a4bb6daad6555cf3367aa9c4e52895f69537a41" 788 - dependencies = [ 789 - "cfg-if", 790 - "concurrent-queue", 791 - "pin-project-lite", 792 - "rustix 0.38.30", 793 - "tracing", 794 - "windows-sys 0.52.0", 795 - ] 796 - 797 - [[package]] 798 - name = "proc-macro2" 799 - version = "1.0.76" 800 - source = "registry+https://github.com/rust-lang/crates.io-index" 801 - checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c" 802 - dependencies = [ 803 - "unicode-ident", 804 - ] 805 - 806 - [[package]] 807 - name = "pyo3" 808 - version = "0.20.2" 809 - source = "registry+https://github.com/rust-lang/crates.io-index" 810 - checksum = "9a89dc7a5850d0e983be1ec2a463a171d20990487c3cfcd68b5363f1ee3d6fe0" 811 - dependencies = [ 812 - "cfg-if", 813 - "indoc", 814 - "libc", 815 - "memoffset", 816 - "parking_lot", 817 - "pyo3-build-config", 818 - "pyo3-ffi", 819 - "pyo3-macros", 820 - "unindent", 821 - ] 822 - 823 - [[package]] 824 - name = "pyo3-asyncio" 825 - version = "0.20.0" 826 - source = "registry+https://github.com/rust-lang/crates.io-index" 827 - checksum = "6ea6b68e93db3622f3bb3bf363246cf948ed5375afe7abff98ccbdd50b184995" 828 - dependencies = [ 829 - "async-std", 830 - "futures", 831 - "once_cell", 832 - "pin-project-lite", 833 - "pyo3", 834 - ] 835 - 836 - [[package]] 837 - name = "pyo3-build-config" 838 - version = "0.20.2" 839 - source = "registry+https://github.com/rust-lang/crates.io-index" 840 - checksum = "07426f0d8fe5a601f26293f300afd1a7b1ed5e78b2a705870c5f30893c5163be" 841 - dependencies = [ 842 - "once_cell", 843 - "target-lexicon", 844 - ] 845 - 846 - [[package]] 847 - name = "pyo3-ffi" 848 - version = "0.20.2" 849 - source = "registry+https://github.com/rust-lang/crates.io-index" 850 - checksum = "dbb7dec17e17766b46bca4f1a4215a85006b4c2ecde122076c562dd058da6cf1" 851 - dependencies = [ 852 - "libc", 853 - "pyo3-build-config", 854 - ] 855 - 856 - [[package]] 857 - name = "pyo3-macros" 858 - version = "0.20.2" 859 - source = "registry+https://github.com/rust-lang/crates.io-index" 860 - checksum = "05f738b4e40d50b5711957f142878cfa0f28e054aa0ebdfc3fd137a843f74ed3" 861 - dependencies = [ 862 - "proc-macro2", 863 - "pyo3-macros-backend", 864 - "quote", 865 - "syn", 866 - ] 867 - 868 - [[package]] 869 - name = "pyo3-macros-backend" 870 - version = "0.20.2" 871 - source = "registry+https://github.com/rust-lang/crates.io-index" 872 - checksum = "0fc910d4851847827daf9d6cdd4a823fbdaab5b8818325c5e97a86da79e8881f" 873 - dependencies = [ 874 - "heck", 875 - "proc-macro2", 876 - "quote", 877 - "syn", 878 - ] 879 - 880 - [[package]] 881 - name = "quote" 882 - version = "1.0.35" 883 - source = "registry+https://github.com/rust-lang/crates.io-index" 884 - checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 885 - dependencies = [ 886 - "proc-macro2", 887 - ] 888 - 889 - [[package]] 890 - name = "redox_syscall" 891 - version = "0.2.16" 892 - source = "registry+https://github.com/rust-lang/crates.io-index" 893 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 894 - dependencies = [ 895 - "bitflags 1.3.2", 896 - ] 897 - 898 - [[package]] 899 - name = "redox_syscall" 900 - version = "0.4.1" 901 - source = "registry+https://github.com/rust-lang/crates.io-index" 902 - checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 903 - dependencies = [ 904 - "bitflags 1.3.2", 905 - ] 906 - 907 - [[package]] 908 - name = "replace_with" 909 - version = "0.1.7" 910 - source = "registry+https://github.com/rust-lang/crates.io-index" 911 - checksum = "e3a8614ee435691de62bcffcf4a66d91b3594bf1428a5722e79103249a095690" 912 - 913 - [[package]] 914 - name = "rustix" 915 - version = "0.37.27" 916 - source = "registry+https://github.com/rust-lang/crates.io-index" 917 - checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" 918 - dependencies = [ 919 - "bitflags 1.3.2", 920 - "errno", 921 - "io-lifetimes", 922 - "libc", 923 - "linux-raw-sys 0.3.8", 924 - "windows-sys 0.48.0", 925 - ] 926 - 927 - [[package]] 928 - name = "rustix" 929 - version = "0.38.30" 930 - source = "registry+https://github.com/rust-lang/crates.io-index" 931 - checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca" 932 - dependencies = [ 933 - "bitflags 2.4.2", 934 - "errno", 935 - "libc", 936 - "linux-raw-sys 0.4.13", 937 - "windows-sys 0.52.0", 938 - ] 939 - 940 - [[package]] 941 - name = "scopeguard" 942 - version = "1.2.0" 943 - source = "registry+https://github.com/rust-lang/crates.io-index" 944 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 945 - 946 - [[package]] 947 - name = "signal-hook-registry" 948 - version = "1.4.1" 949 - source = "registry+https://github.com/rust-lang/crates.io-index" 950 - checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 951 - dependencies = [ 952 - "libc", 953 - ] 954 - 955 - [[package]] 956 - name = "slab" 957 - version = "0.4.9" 958 - source = "registry+https://github.com/rust-lang/crates.io-index" 959 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 960 - dependencies = [ 961 - "autocfg", 962 - ] 963 - 964 - [[package]] 965 - name = "smallvec" 966 - version = "1.13.0" 967 - source = "registry+https://github.com/rust-lang/crates.io-index" 968 - checksum = "3b187f0231d56fe41bfb12034819dd2bf336422a5866de41bc3fec4b2e3883e8" 969 - 970 - [[package]] 971 - name = "socket2" 972 - version = "0.4.10" 973 - source = "registry+https://github.com/rust-lang/crates.io-index" 974 - checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" 975 - dependencies = [ 976 - "libc", 977 - "winapi", 978 - ] 979 - 980 - [[package]] 981 - name = "syn" 982 - version = "2.0.48" 983 - source = "registry+https://github.com/rust-lang/crates.io-index" 984 - checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" 985 - dependencies = [ 986 - "proc-macro2", 987 - "quote", 988 - "unicode-ident", 989 - ] 990 - 991 - [[package]] 992 - name = "target-lexicon" 993 - version = "0.12.13" 994 - source = "registry+https://github.com/rust-lang/crates.io-index" 995 - checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae" 996 - 997 - [[package]] 998 - name = "tracing" 999 - version = "0.1.40" 1000 - source = "registry+https://github.com/rust-lang/crates.io-index" 1001 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 1002 - dependencies = [ 1003 - "pin-project-lite", 1004 - "tracing-core", 1005 - ] 1006 - 1007 - [[package]] 1008 - name = "tracing-core" 1009 - version = "0.1.32" 1010 - source = "registry+https://github.com/rust-lang/crates.io-index" 1011 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 1012 - 1013 - [[package]] 1014 - name = "unicode-ident" 1015 - version = "1.0.12" 1016 - source = "registry+https://github.com/rust-lang/crates.io-index" 1017 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 1018 - 1019 - [[package]] 1020 - name = "unindent" 1021 - version = "0.2.3" 1022 - source = "registry+https://github.com/rust-lang/crates.io-index" 1023 - checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" 1024 - 1025 - [[package]] 1026 - name = "value-bag" 1027 - version = "1.6.0" 1028 - source = "registry+https://github.com/rust-lang/crates.io-index" 1029 - checksum = "7cdbaf5e132e593e9fc1de6a15bbec912395b11fb9719e061cf64f804524c503" 1030 - 1031 - [[package]] 1032 - name = "waker-fn" 1033 - version = "1.1.1" 1034 - source = "registry+https://github.com/rust-lang/crates.io-index" 1035 - checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690" 1036 - 1037 - [[package]] 1038 - name = "wasm-bindgen" 1039 - version = "0.2.90" 1040 - source = "registry+https://github.com/rust-lang/crates.io-index" 1041 - checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406" 1042 - dependencies = [ 1043 - "cfg-if", 1044 - "wasm-bindgen-macro", 1045 - ] 1046 - 1047 - [[package]] 1048 - name = "wasm-bindgen-backend" 1049 - version = "0.2.90" 1050 - source = "registry+https://github.com/rust-lang/crates.io-index" 1051 - checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd" 1052 - dependencies = [ 1053 - "bumpalo", 1054 - "log", 1055 - "once_cell", 1056 - "proc-macro2", 1057 - "quote", 1058 - "syn", 1059 - "wasm-bindgen-shared", 1060 - ] 1061 - 1062 - [[package]] 1063 - name = "wasm-bindgen-futures" 1064 - version = "0.4.40" 1065 - source = "registry+https://github.com/rust-lang/crates.io-index" 1066 - checksum = "bde2032aeb86bdfaecc8b261eef3cba735cc426c1f3a3416d1e0791be95fc461" 1067 - dependencies = [ 1068 - "cfg-if", 1069 - "js-sys", 1070 - "wasm-bindgen", 1071 - "web-sys", 1072 - ] 1073 - 1074 - [[package]] 1075 - name = "wasm-bindgen-macro" 1076 - version = "0.2.90" 1077 - source = "registry+https://github.com/rust-lang/crates.io-index" 1078 - checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999" 1079 - dependencies = [ 1080 - "quote", 1081 - "wasm-bindgen-macro-support", 1082 - ] 1083 - 1084 - [[package]] 1085 - name = "wasm-bindgen-macro-support" 1086 - version = "0.2.90" 1087 - source = "registry+https://github.com/rust-lang/crates.io-index" 1088 - checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7" 1089 - dependencies = [ 1090 - "proc-macro2", 1091 - "quote", 1092 - "syn", 1093 - "wasm-bindgen-backend", 1094 - "wasm-bindgen-shared", 1095 - ] 1096 - 1097 - [[package]] 1098 - name = "wasm-bindgen-shared" 1099 - version = "0.2.90" 1100 - source = "registry+https://github.com/rust-lang/crates.io-index" 1101 - checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b" 1102 - 1103 - [[package]] 1104 - name = "web-sys" 1105 - version = "0.3.67" 1106 - source = "registry+https://github.com/rust-lang/crates.io-index" 1107 - checksum = "58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed" 1108 - dependencies = [ 1109 - "js-sys", 1110 - "wasm-bindgen", 1111 - ] 1112 - 1113 - [[package]] 1114 - name = "winapi" 1115 - version = "0.3.9" 1116 - source = "registry+https://github.com/rust-lang/crates.io-index" 1117 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1118 - dependencies = [ 1119 - "winapi-i686-pc-windows-gnu", 1120 - "winapi-x86_64-pc-windows-gnu", 1121 - ] 1122 - 1123 - [[package]] 1124 - name = "winapi-i686-pc-windows-gnu" 1125 - version = "0.4.0" 1126 - source = "registry+https://github.com/rust-lang/crates.io-index" 1127 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1128 - 1129 - [[package]] 1130 - name = "winapi-x86_64-pc-windows-gnu" 1131 - version = "0.4.0" 1132 - source = "registry+https://github.com/rust-lang/crates.io-index" 1133 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1134 - 1135 - [[package]] 1136 - name = "windows-sys" 1137 - version = "0.48.0" 1138 - source = "registry+https://github.com/rust-lang/crates.io-index" 1139 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1140 - dependencies = [ 1141 - "windows-targets 0.48.5", 1142 - ] 1143 - 1144 - [[package]] 1145 - name = "windows-sys" 1146 - version = "0.52.0" 1147 - source = "registry+https://github.com/rust-lang/crates.io-index" 1148 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 1149 - dependencies = [ 1150 - "windows-targets 0.52.0", 1151 - ] 1152 - 1153 - [[package]] 1154 - name = "windows-targets" 1155 - version = "0.48.5" 1156 - source = "registry+https://github.com/rust-lang/crates.io-index" 1157 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 1158 - dependencies = [ 1159 - "windows_aarch64_gnullvm 0.48.5", 1160 - "windows_aarch64_msvc 0.48.5", 1161 - "windows_i686_gnu 0.48.5", 1162 - "windows_i686_msvc 0.48.5", 1163 - "windows_x86_64_gnu 0.48.5", 1164 - "windows_x86_64_gnullvm 0.48.5", 1165 - "windows_x86_64_msvc 0.48.5", 1166 - ] 1167 - 1168 - [[package]] 1169 - name = "windows-targets" 1170 - version = "0.52.0" 1171 - source = "registry+https://github.com/rust-lang/crates.io-index" 1172 - checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" 1173 - dependencies = [ 1174 - "windows_aarch64_gnullvm 0.52.0", 1175 - "windows_aarch64_msvc 0.52.0", 1176 - "windows_i686_gnu 0.52.0", 1177 - "windows_i686_msvc 0.52.0", 1178 - "windows_x86_64_gnu 0.52.0", 1179 - "windows_x86_64_gnullvm 0.52.0", 1180 - "windows_x86_64_msvc 0.52.0", 1181 - ] 1182 - 1183 - [[package]] 1184 - name = "windows_aarch64_gnullvm" 1185 - version = "0.48.5" 1186 - source = "registry+https://github.com/rust-lang/crates.io-index" 1187 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 1188 - 1189 - [[package]] 1190 - name = "windows_aarch64_gnullvm" 1191 - version = "0.52.0" 1192 - source = "registry+https://github.com/rust-lang/crates.io-index" 1193 - checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" 1194 - 1195 - [[package]] 1196 - name = "windows_aarch64_msvc" 1197 - version = "0.48.5" 1198 - source = "registry+https://github.com/rust-lang/crates.io-index" 1199 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 1200 - 1201 - [[package]] 1202 - name = "windows_aarch64_msvc" 1203 - version = "0.52.0" 1204 - source = "registry+https://github.com/rust-lang/crates.io-index" 1205 - checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" 1206 - 1207 - [[package]] 1208 - name = "windows_i686_gnu" 1209 - version = "0.48.5" 1210 - source = "registry+https://github.com/rust-lang/crates.io-index" 1211 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 1212 - 1213 - [[package]] 1214 - name = "windows_i686_gnu" 1215 - version = "0.52.0" 1216 - source = "registry+https://github.com/rust-lang/crates.io-index" 1217 - checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" 1218 - 1219 - [[package]] 1220 - name = "windows_i686_msvc" 1221 - version = "0.48.5" 1222 - source = "registry+https://github.com/rust-lang/crates.io-index" 1223 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 1224 - 1225 - [[package]] 1226 - name = "windows_i686_msvc" 1227 - version = "0.52.0" 1228 - source = "registry+https://github.com/rust-lang/crates.io-index" 1229 - checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" 1230 - 1231 - [[package]] 1232 - name = "windows_x86_64_gnu" 1233 - version = "0.48.5" 1234 - source = "registry+https://github.com/rust-lang/crates.io-index" 1235 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 1236 - 1237 - [[package]] 1238 - name = "windows_x86_64_gnu" 1239 - version = "0.52.0" 1240 - source = "registry+https://github.com/rust-lang/crates.io-index" 1241 - checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" 1242 - 1243 - [[package]] 1244 - name = "windows_x86_64_gnullvm" 1245 - version = "0.48.5" 1246 - source = "registry+https://github.com/rust-lang/crates.io-index" 1247 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 1248 - 1249 - [[package]] 1250 - name = "windows_x86_64_gnullvm" 1251 - version = "0.52.0" 1252 - source = "registry+https://github.com/rust-lang/crates.io-index" 1253 - checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" 1254 - 1255 - [[package]] 1256 - name = "windows_x86_64_msvc" 1257 - version = "0.48.5" 1258 - source = "registry+https://github.com/rust-lang/crates.io-index" 1259 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 1260 - 1261 - [[package]] 1262 - name = "windows_x86_64_msvc" 1263 - version = "0.52.0" 1264 - source = "registry+https://github.com/rust-lang/crates.io-index" 1265 - checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" 1266 - 1267 - [[package]] 1268 - name = "xattr" 1269 - version = "0.2.3" 1270 - source = "registry+https://github.com/rust-lang/crates.io-index" 1271 - checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc" 1272 - dependencies = [ 1273 - "libc", 1274 - ] 1275 - 1276 - [[package]] 1277 - name = "xz2" 1278 - version = "0.1.7" 1279 - source = "registry+https://github.com/rust-lang/crates.io-index" 1280 - checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" 1281 - dependencies = [ 1282 - "lzma-sys", 1283 - ]
+9 -8
pkgs/development/python-modules/aiotarfile/default.nix
··· 2 2 lib, 3 3 fetchFromGitHub, 4 4 nix-update-script, 5 - 6 5 buildPythonPackage, 7 6 unittestCheckHook, 8 7 pythonOlder, ··· 24 23 tag = "v${version}"; 25 24 hash = "sha256-DslG+XxIYb04I3B7m0fmRmE3hFCczF039QhSVdHGPL8="; 26 25 }; 27 - passthru.updateScript = nix-update-script { }; 28 26 29 - cargoDeps = rustPlatform.importCargoLock { 30 - lockFile = ./Cargo.lock; 31 - outputHashes."async-tar-0.4.2" = "sha256-C8M/5YEo3OIfN+654pVTfDm8C8qmKX5qy61NKFt7Jb4="; 27 + cargoDeps = rustPlatform.fetchCargoVendor { 28 + inherit pname version src; 29 + hash = "sha256-e3NbFlBQu9QkGnIwqy2OmlQFVHjlfpMVRFWD2ADGGSc="; 32 30 }; 33 31 34 32 nativeBuildInputs = [ ··· 39 37 ]; 40 38 41 39 nativeCheckInputs = [ unittestCheckHook ]; 40 + 42 41 unittestFlagsArray = [ "tests/" ]; # Not sure why it isn't autodiscovered 43 42 44 43 pythonImportsCheck = [ "aiotarfile" ]; 45 44 46 - meta = with lib; { 45 + passthru.updateScript = nix-update-script { }; 46 + 47 + meta = { 47 48 description = "Stream-based, asynchronous tarball processing"; 48 49 homepage = "https://github.com/rhelmot/aiotarfile"; 49 50 changelog = "https://github.com/rhelmot/aiotarfile/commits/v{version}"; 50 - license = licenses.mit; 51 - maintainers = with maintainers; [ nicoo ]; 51 + license = lib.licenses.mit; 52 + maintainers = with lib.maintainers; [ nicoo ]; 52 53 }; 53 54 }