lol

python312Packages.kornia-rs: use fetchCargoVendor (#391871)

authored by

Arne Keller and committed by
GitHub
3cc9649b b107b36e

+9 -1623
-1598
pkgs/development/python-modules/kornia-rs/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 = "aligned-vec" 13 - version = "0.5.0" 14 - source = "registry+https://github.com/rust-lang/crates.io-index" 15 - checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1" 16 - 17 - [[package]] 18 - name = "anyhow" 19 - version = "1.0.80" 20 - source = "registry+https://github.com/rust-lang/crates.io-index" 21 - checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" 22 - 23 - [[package]] 24 - name = "arbitrary" 25 - version = "0.4.7" 26 - source = "registry+https://github.com/rust-lang/crates.io-index" 27 - checksum = "db55d72333851e17d572bec876e390cd3b11eb1ef53ae821dd9f3b653d2b4569" 28 - 29 - [[package]] 30 - name = "arbitrary" 31 - version = "1.3.2" 32 - source = "registry+https://github.com/rust-lang/crates.io-index" 33 - checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" 34 - 35 - [[package]] 36 - name = "arg_enum_proc_macro" 37 - version = "0.3.4" 38 - source = "registry+https://github.com/rust-lang/crates.io-index" 39 - checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea" 40 - dependencies = [ 41 - "proc-macro2", 42 - "quote", 43 - "syn 2.0.48", 44 - ] 45 - 46 - [[package]] 47 - name = "arrayvec" 48 - version = "0.7.4" 49 - source = "registry+https://github.com/rust-lang/crates.io-index" 50 - checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 51 - dependencies = [ 52 - "serde", 53 - ] 54 - 55 - [[package]] 56 - name = "autocfg" 57 - version = "1.1.0" 58 - source = "registry+https://github.com/rust-lang/crates.io-index" 59 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 60 - 61 - [[package]] 62 - name = "av1-grain" 63 - version = "0.2.3" 64 - source = "registry+https://github.com/rust-lang/crates.io-index" 65 - checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf" 66 - dependencies = [ 67 - "anyhow", 68 - "arrayvec", 69 - "log", 70 - "nom", 71 - "num-rational", 72 - "serde", 73 - "v_frame", 74 - ] 75 - 76 - [[package]] 77 - name = "avif-serialize" 78 - version = "0.8.1" 79 - source = "registry+https://github.com/rust-lang/crates.io-index" 80 - checksum = "876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2" 81 - dependencies = [ 82 - "arrayvec", 83 - ] 84 - 85 - [[package]] 86 - name = "bit_field" 87 - version = "0.10.2" 88 - source = "registry+https://github.com/rust-lang/crates.io-index" 89 - checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61" 90 - 91 - [[package]] 92 - name = "bitflags" 93 - version = "1.3.2" 94 - source = "registry+https://github.com/rust-lang/crates.io-index" 95 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 96 - 97 - [[package]] 98 - name = "bitstream-io" 99 - version = "1.10.0" 100 - source = "registry+https://github.com/rust-lang/crates.io-index" 101 - checksum = "e445576659fd04a57b44cbd00aa37aaa815ebefa0aa3cb677a6b5e63d883074f" 102 - 103 - [[package]] 104 - name = "bitstream-io" 105 - version = "2.2.0" 106 - source = "registry+https://github.com/rust-lang/crates.io-index" 107 - checksum = "06c9989a51171e2e81038ab168b6ae22886fe9ded214430dbb4f41c28cf176da" 108 - 109 - [[package]] 110 - name = "built" 111 - version = "0.5.2" 112 - source = "registry+https://github.com/rust-lang/crates.io-index" 113 - checksum = "5b9c056b9ed43aee5e064b683aa1ec783e19c6acec7559e3ae931b7490472fbe" 114 - dependencies = [ 115 - "cargo-lock", 116 - ] 117 - 118 - [[package]] 119 - name = "built" 120 - version = "0.7.1" 121 - source = "registry+https://github.com/rust-lang/crates.io-index" 122 - checksum = "38d17f4d6e4dc36d1a02fbedc2753a096848e7c1b0772f7654eab8e2c927dd53" 123 - 124 - [[package]] 125 - name = "bumpalo" 126 - version = "3.14.0" 127 - source = "registry+https://github.com/rust-lang/crates.io-index" 128 - checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" 129 - 130 - [[package]] 131 - name = "bytemuck" 132 - version = "1.14.1" 133 - source = "registry+https://github.com/rust-lang/crates.io-index" 134 - checksum = "ed2490600f404f2b94c167e31d3ed1d5f3c225a0f3b80230053b3e0b7b962bd9" 135 - 136 - [[package]] 137 - name = "byteorder" 138 - version = "1.5.0" 139 - source = "registry+https://github.com/rust-lang/crates.io-index" 140 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 141 - 142 - [[package]] 143 - name = "cargo-lock" 144 - version = "8.0.3" 145 - source = "registry+https://github.com/rust-lang/crates.io-index" 146 - checksum = "031718ddb8f78aa5def78a09e90defe30151d1f6c672f937af4dd916429ed996" 147 - dependencies = [ 148 - "semver", 149 - "serde", 150 - "toml 0.5.11", 151 - "url", 152 - ] 153 - 154 - [[package]] 155 - name = "cc" 156 - version = "1.0.83" 157 - source = "registry+https://github.com/rust-lang/crates.io-index" 158 - checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 159 - dependencies = [ 160 - "jobserver", 161 - "libc", 162 - ] 163 - 164 - [[package]] 165 - name = "cfg-expr" 166 - version = "0.15.7" 167 - source = "registry+https://github.com/rust-lang/crates.io-index" 168 - checksum = "fa50868b64a9a6fda9d593ce778849ea8715cd2a3d2cc17ffdb4a2f2f2f1961d" 169 - dependencies = [ 170 - "smallvec", 171 - "target-lexicon", 172 - ] 173 - 174 - [[package]] 175 - name = "cfg-if" 176 - version = "1.0.0" 177 - source = "registry+https://github.com/rust-lang/crates.io-index" 178 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 179 - 180 - [[package]] 181 - name = "cmake" 182 - version = "0.1.50" 183 - source = "registry+https://github.com/rust-lang/crates.io-index" 184 - checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130" 185 - dependencies = [ 186 - "cc", 187 - ] 188 - 189 - [[package]] 190 - name = "color_quant" 191 - version = "1.1.0" 192 - source = "registry+https://github.com/rust-lang/crates.io-index" 193 - checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 194 - 195 - [[package]] 196 - name = "crc32fast" 197 - version = "1.3.2" 198 - source = "registry+https://github.com/rust-lang/crates.io-index" 199 - checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 200 - dependencies = [ 201 - "cfg-if", 202 - ] 203 - 204 - [[package]] 205 - name = "crossbeam-deque" 206 - version = "0.8.5" 207 - source = "registry+https://github.com/rust-lang/crates.io-index" 208 - checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 209 - dependencies = [ 210 - "crossbeam-epoch", 211 - "crossbeam-utils", 212 - ] 213 - 214 - [[package]] 215 - name = "crossbeam-epoch" 216 - version = "0.9.18" 217 - source = "registry+https://github.com/rust-lang/crates.io-index" 218 - checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 219 - dependencies = [ 220 - "crossbeam-utils", 221 - ] 222 - 223 - [[package]] 224 - name = "crossbeam-utils" 225 - version = "0.8.19" 226 - source = "registry+https://github.com/rust-lang/crates.io-index" 227 - checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" 228 - 229 - [[package]] 230 - name = "crunchy" 231 - version = "0.2.2" 232 - source = "registry+https://github.com/rust-lang/crates.io-index" 233 - checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 234 - 235 - [[package]] 236 - name = "either" 237 - version = "1.9.0" 238 - source = "registry+https://github.com/rust-lang/crates.io-index" 239 - checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 240 - 241 - [[package]] 242 - name = "equivalent" 243 - version = "1.0.1" 244 - source = "registry+https://github.com/rust-lang/crates.io-index" 245 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 246 - 247 - [[package]] 248 - name = "exr" 249 - version = "1.6.4" 250 - source = "registry+https://github.com/rust-lang/crates.io-index" 251 - checksum = "279d3efcc55e19917fff7ab3ddd6c14afb6a90881a0078465196fe2f99d08c56" 252 - dependencies = [ 253 - "bit_field", 254 - "flume", 255 - "half", 256 - "lebe", 257 - "miniz_oxide", 258 - "rayon-core", 259 - "smallvec", 260 - "zune-inflate", 261 - ] 262 - 263 - [[package]] 264 - name = "fast_image_resize" 265 - version = "3.0.4" 266 - source = "registry+https://github.com/rust-lang/crates.io-index" 267 - checksum = "c9d450fac8a334ad72825596173f0f7767ff04dd6e3d59c49c894c4bc2957e8b" 268 - dependencies = [ 269 - "cfg-if", 270 - "num-traits", 271 - "thiserror", 272 - ] 273 - 274 - [[package]] 275 - name = "fdeflate" 276 - version = "0.3.4" 277 - source = "registry+https://github.com/rust-lang/crates.io-index" 278 - checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645" 279 - dependencies = [ 280 - "simd-adler32", 281 - ] 282 - 283 - [[package]] 284 - name = "flate2" 285 - version = "1.0.28" 286 - source = "registry+https://github.com/rust-lang/crates.io-index" 287 - checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 288 - dependencies = [ 289 - "crc32fast", 290 - "miniz_oxide", 291 - ] 292 - 293 - [[package]] 294 - name = "flume" 295 - version = "0.10.14" 296 - source = "registry+https://github.com/rust-lang/crates.io-index" 297 - checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577" 298 - dependencies = [ 299 - "futures-core", 300 - "futures-sink", 301 - "nanorand", 302 - "pin-project", 303 - "spin", 304 - ] 305 - 306 - [[package]] 307 - name = "form_urlencoded" 308 - version = "1.2.1" 309 - source = "registry+https://github.com/rust-lang/crates.io-index" 310 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 311 - dependencies = [ 312 - "percent-encoding", 313 - ] 314 - 315 - [[package]] 316 - name = "futures-core" 317 - version = "0.3.30" 318 - source = "registry+https://github.com/rust-lang/crates.io-index" 319 - checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 320 - 321 - [[package]] 322 - name = "futures-sink" 323 - version = "0.3.30" 324 - source = "registry+https://github.com/rust-lang/crates.io-index" 325 - checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 326 - 327 - [[package]] 328 - name = "getrandom" 329 - version = "0.2.12" 330 - source = "registry+https://github.com/rust-lang/crates.io-index" 331 - checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" 332 - dependencies = [ 333 - "cfg-if", 334 - "js-sys", 335 - "libc", 336 - "wasi", 337 - "wasm-bindgen", 338 - ] 339 - 340 - [[package]] 341 - name = "gif" 342 - version = "0.13.1" 343 - source = "registry+https://github.com/rust-lang/crates.io-index" 344 - checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2" 345 - dependencies = [ 346 - "color_quant", 347 - "weezl", 348 - ] 349 - 350 - [[package]] 351 - name = "half" 352 - version = "2.3.1" 353 - source = "registry+https://github.com/rust-lang/crates.io-index" 354 - checksum = "bc52e53916c08643f1b56ec082790d1e86a32e58dc5268f897f313fbae7b4872" 355 - dependencies = [ 356 - "cfg-if", 357 - "crunchy", 358 - ] 359 - 360 - [[package]] 361 - name = "hashbrown" 362 - version = "0.14.3" 363 - source = "registry+https://github.com/rust-lang/crates.io-index" 364 - checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" 365 - 366 - [[package]] 367 - name = "heck" 368 - version = "0.4.1" 369 - source = "registry+https://github.com/rust-lang/crates.io-index" 370 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 371 - 372 - [[package]] 373 - name = "idna" 374 - version = "0.5.0" 375 - source = "registry+https://github.com/rust-lang/crates.io-index" 376 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 377 - dependencies = [ 378 - "unicode-bidi", 379 - "unicode-normalization", 380 - ] 381 - 382 - [[package]] 383 - name = "image" 384 - version = "0.25.0" 385 - source = "registry+https://github.com/rust-lang/crates.io-index" 386 - checksum = "a9b4f005360d32e9325029b38ba47ebd7a56f3316df09249368939562d518645" 387 - dependencies = [ 388 - "bytemuck", 389 - "byteorder", 390 - "color_quant", 391 - "exr", 392 - "gif", 393 - "image-webp", 394 - "num-traits", 395 - "png", 396 - "qoi", 397 - "ravif", 398 - "rayon", 399 - "rgb", 400 - "tiff", 401 - "zune-core", 402 - "zune-jpeg", 403 - ] 404 - 405 - [[package]] 406 - name = "image-webp" 407 - version = "0.1.0" 408 - source = "registry+https://github.com/rust-lang/crates.io-index" 409 - checksum = "ba6107a25f04af48ceeb4093eebc9b405ee5a1813a0bab5ecf1805d3eabb3337" 410 - dependencies = [ 411 - "byteorder", 412 - "thiserror", 413 - ] 414 - 415 - [[package]] 416 - name = "imgref" 417 - version = "1.10.1" 418 - source = "registry+https://github.com/rust-lang/crates.io-index" 419 - checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126" 420 - 421 - [[package]] 422 - name = "indexmap" 423 - version = "2.2.5" 424 - source = "registry+https://github.com/rust-lang/crates.io-index" 425 - checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4" 426 - dependencies = [ 427 - "equivalent", 428 - "hashbrown", 429 - ] 430 - 431 - [[package]] 432 - name = "indoc" 433 - version = "2.0.4" 434 - source = "registry+https://github.com/rust-lang/crates.io-index" 435 - checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" 436 - 437 - [[package]] 438 - name = "interpolate_name" 439 - version = "0.2.4" 440 - source = "registry+https://github.com/rust-lang/crates.io-index" 441 - checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60" 442 - dependencies = [ 443 - "proc-macro2", 444 - "quote", 445 - "syn 2.0.48", 446 - ] 447 - 448 - [[package]] 449 - name = "itertools" 450 - version = "0.10.5" 451 - source = "registry+https://github.com/rust-lang/crates.io-index" 452 - checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 453 - dependencies = [ 454 - "either", 455 - ] 456 - 457 - [[package]] 458 - name = "itertools" 459 - version = "0.12.1" 460 - source = "registry+https://github.com/rust-lang/crates.io-index" 461 - checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 462 - dependencies = [ 463 - "either", 464 - ] 465 - 466 - [[package]] 467 - name = "jobserver" 468 - version = "0.1.28" 469 - source = "registry+https://github.com/rust-lang/crates.io-index" 470 - checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6" 471 - dependencies = [ 472 - "libc", 473 - ] 474 - 475 - [[package]] 476 - name = "jpeg-decoder" 477 - version = "0.3.1" 478 - source = "registry+https://github.com/rust-lang/crates.io-index" 479 - checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0" 480 - 481 - [[package]] 482 - name = "js-sys" 483 - version = "0.3.67" 484 - source = "registry+https://github.com/rust-lang/crates.io-index" 485 - checksum = "9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1" 486 - dependencies = [ 487 - "wasm-bindgen", 488 - ] 489 - 490 - [[package]] 491 - name = "kornia-py" 492 - version = "0.1.2" 493 - dependencies = [ 494 - "anyhow", 495 - "kornia-rs", 496 - "numpy", 497 - "pyo3", 498 - ] 499 - 500 - [[package]] 501 - name = "kornia-rs" 502 - version = "0.1.2" 503 - source = "registry+https://github.com/rust-lang/crates.io-index" 504 - checksum = "feee33cc9f9cbe8b17bd9d2151b1bb10a2b61585d961899d4d3164a30bcb08b9" 505 - dependencies = [ 506 - "anyhow", 507 - "fast_image_resize", 508 - "image", 509 - "memmap2", 510 - "ndarray", 511 - "num-traits", 512 - "turbojpeg", 513 - ] 514 - 515 - [[package]] 516 - name = "lebe" 517 - version = "0.5.2" 518 - source = "registry+https://github.com/rust-lang/crates.io-index" 519 - checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" 520 - 521 - [[package]] 522 - name = "libc" 523 - version = "0.2.152" 524 - source = "registry+https://github.com/rust-lang/crates.io-index" 525 - checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" 526 - 527 - [[package]] 528 - name = "libfuzzer-sys" 529 - version = "0.3.5" 530 - source = "registry+https://github.com/rust-lang/crates.io-index" 531 - checksum = "fcf184a4b6b274f82a5df6b357da6055d3e82272327bba281c28bbba6f1664ef" 532 - dependencies = [ 533 - "arbitrary 0.4.7", 534 - "cc", 535 - ] 536 - 537 - [[package]] 538 - name = "libfuzzer-sys" 539 - version = "0.4.7" 540 - source = "registry+https://github.com/rust-lang/crates.io-index" 541 - checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7" 542 - dependencies = [ 543 - "arbitrary 1.3.2", 544 - "cc", 545 - "once_cell", 546 - ] 547 - 548 - [[package]] 549 - name = "lock_api" 550 - version = "0.4.11" 551 - source = "registry+https://github.com/rust-lang/crates.io-index" 552 - checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" 553 - dependencies = [ 554 - "autocfg", 555 - "scopeguard", 556 - ] 557 - 558 - [[package]] 559 - name = "log" 560 - version = "0.4.20" 561 - source = "registry+https://github.com/rust-lang/crates.io-index" 562 - checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 563 - 564 - [[package]] 565 - name = "loop9" 566 - version = "0.1.5" 567 - source = "registry+https://github.com/rust-lang/crates.io-index" 568 - checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062" 569 - dependencies = [ 570 - "imgref", 571 - ] 572 - 573 - [[package]] 574 - name = "matrixmultiply" 575 - version = "0.3.8" 576 - source = "registry+https://github.com/rust-lang/crates.io-index" 577 - checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2" 578 - dependencies = [ 579 - "autocfg", 580 - "rawpointer", 581 - ] 582 - 583 - [[package]] 584 - name = "maybe-rayon" 585 - version = "0.1.1" 586 - source = "registry+https://github.com/rust-lang/crates.io-index" 587 - checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519" 588 - dependencies = [ 589 - "cfg-if", 590 - "rayon", 591 - ] 592 - 593 - [[package]] 594 - name = "memchr" 595 - version = "2.7.1" 596 - source = "registry+https://github.com/rust-lang/crates.io-index" 597 - checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" 598 - 599 - [[package]] 600 - name = "memmap2" 601 - version = "0.9.4" 602 - source = "registry+https://github.com/rust-lang/crates.io-index" 603 - checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" 604 - dependencies = [ 605 - "libc", 606 - ] 607 - 608 - [[package]] 609 - name = "memoffset" 610 - version = "0.9.0" 611 - source = "registry+https://github.com/rust-lang/crates.io-index" 612 - checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 613 - dependencies = [ 614 - "autocfg", 615 - ] 616 - 617 - [[package]] 618 - name = "minimal-lexical" 619 - version = "0.2.1" 620 - source = "registry+https://github.com/rust-lang/crates.io-index" 621 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 622 - 623 - [[package]] 624 - name = "miniz_oxide" 625 - version = "0.7.1" 626 - source = "registry+https://github.com/rust-lang/crates.io-index" 627 - checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 628 - dependencies = [ 629 - "adler", 630 - "simd-adler32", 631 - ] 632 - 633 - [[package]] 634 - name = "nanorand" 635 - version = "0.7.0" 636 - source = "registry+https://github.com/rust-lang/crates.io-index" 637 - checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" 638 - dependencies = [ 639 - "getrandom", 640 - ] 641 - 642 - [[package]] 643 - name = "ndarray" 644 - version = "0.15.6" 645 - source = "registry+https://github.com/rust-lang/crates.io-index" 646 - checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32" 647 - dependencies = [ 648 - "matrixmultiply", 649 - "num-complex", 650 - "num-integer", 651 - "num-traits", 652 - "rawpointer", 653 - "rayon", 654 - ] 655 - 656 - [[package]] 657 - name = "new_debug_unreachable" 658 - version = "1.0.4" 659 - source = "registry+https://github.com/rust-lang/crates.io-index" 660 - checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" 661 - 662 - [[package]] 663 - name = "nom" 664 - version = "7.1.3" 665 - source = "registry+https://github.com/rust-lang/crates.io-index" 666 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 667 - dependencies = [ 668 - "memchr", 669 - "minimal-lexical", 670 - ] 671 - 672 - [[package]] 673 - name = "noop_proc_macro" 674 - version = "0.3.0" 675 - source = "registry+https://github.com/rust-lang/crates.io-index" 676 - checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8" 677 - 678 - [[package]] 679 - name = "num-bigint" 680 - version = "0.4.4" 681 - source = "registry+https://github.com/rust-lang/crates.io-index" 682 - checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" 683 - dependencies = [ 684 - "autocfg", 685 - "num-integer", 686 - "num-traits", 687 - ] 688 - 689 - [[package]] 690 - name = "num-complex" 691 - version = "0.4.4" 692 - source = "registry+https://github.com/rust-lang/crates.io-index" 693 - checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214" 694 - dependencies = [ 695 - "num-traits", 696 - ] 697 - 698 - [[package]] 699 - name = "num-derive" 700 - version = "0.3.3" 701 - source = "registry+https://github.com/rust-lang/crates.io-index" 702 - checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d" 703 - dependencies = [ 704 - "proc-macro2", 705 - "quote", 706 - "syn 1.0.109", 707 - ] 708 - 709 - [[package]] 710 - name = "num-derive" 711 - version = "0.4.2" 712 - source = "registry+https://github.com/rust-lang/crates.io-index" 713 - checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 714 - dependencies = [ 715 - "proc-macro2", 716 - "quote", 717 - "syn 2.0.48", 718 - ] 719 - 720 - [[package]] 721 - name = "num-integer" 722 - version = "0.1.45" 723 - source = "registry+https://github.com/rust-lang/crates.io-index" 724 - checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 725 - dependencies = [ 726 - "autocfg", 727 - "num-traits", 728 - ] 729 - 730 - [[package]] 731 - name = "num-rational" 732 - version = "0.4.1" 733 - source = "registry+https://github.com/rust-lang/crates.io-index" 734 - checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" 735 - dependencies = [ 736 - "autocfg", 737 - "num-bigint", 738 - "num-integer", 739 - "num-traits", 740 - ] 741 - 742 - [[package]] 743 - name = "num-traits" 744 - version = "0.2.17" 745 - source = "registry+https://github.com/rust-lang/crates.io-index" 746 - checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" 747 - dependencies = [ 748 - "autocfg", 749 - ] 750 - 751 - [[package]] 752 - name = "numpy" 753 - version = "0.20.0" 754 - source = "registry+https://github.com/rust-lang/crates.io-index" 755 - checksum = "bef41cbb417ea83b30525259e30ccef6af39b31c240bda578889494c5392d331" 756 - dependencies = [ 757 - "libc", 758 - "ndarray", 759 - "num-complex", 760 - "num-integer", 761 - "num-traits", 762 - "pyo3", 763 - "rustc-hash", 764 - ] 765 - 766 - [[package]] 767 - name = "once_cell" 768 - version = "1.19.0" 769 - source = "registry+https://github.com/rust-lang/crates.io-index" 770 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 771 - 772 - [[package]] 773 - name = "parking_lot" 774 - version = "0.12.1" 775 - source = "registry+https://github.com/rust-lang/crates.io-index" 776 - checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 777 - dependencies = [ 778 - "lock_api", 779 - "parking_lot_core", 780 - ] 781 - 782 - [[package]] 783 - name = "parking_lot_core" 784 - version = "0.9.9" 785 - source = "registry+https://github.com/rust-lang/crates.io-index" 786 - checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" 787 - dependencies = [ 788 - "cfg-if", 789 - "libc", 790 - "redox_syscall", 791 - "smallvec", 792 - "windows-targets", 793 - ] 794 - 795 - [[package]] 796 - name = "paste" 797 - version = "1.0.14" 798 - source = "registry+https://github.com/rust-lang/crates.io-index" 799 - checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" 800 - 801 - [[package]] 802 - name = "percent-encoding" 803 - version = "2.3.1" 804 - source = "registry+https://github.com/rust-lang/crates.io-index" 805 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 806 - 807 - [[package]] 808 - name = "pin-project" 809 - version = "1.1.4" 810 - source = "registry+https://github.com/rust-lang/crates.io-index" 811 - checksum = "0302c4a0442c456bd56f841aee5c3bfd17967563f6fadc9ceb9f9c23cf3807e0" 812 - dependencies = [ 813 - "pin-project-internal", 814 - ] 815 - 816 - [[package]] 817 - name = "pin-project-internal" 818 - version = "1.1.4" 819 - source = "registry+https://github.com/rust-lang/crates.io-index" 820 - checksum = "266c042b60c9c76b8d53061e52b2e0d1116abc57cefc8c5cd671619a56ac3690" 821 - dependencies = [ 822 - "proc-macro2", 823 - "quote", 824 - "syn 2.0.48", 825 - ] 826 - 827 - [[package]] 828 - name = "pkg-config" 829 - version = "0.3.29" 830 - source = "registry+https://github.com/rust-lang/crates.io-index" 831 - checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb" 832 - 833 - [[package]] 834 - name = "png" 835 - version = "0.17.11" 836 - source = "registry+https://github.com/rust-lang/crates.io-index" 837 - checksum = "1f6c3c3e617595665b8ea2ff95a86066be38fb121ff920a9c0eb282abcd1da5a" 838 - dependencies = [ 839 - "bitflags", 840 - "crc32fast", 841 - "fdeflate", 842 - "flate2", 843 - "miniz_oxide", 844 - ] 845 - 846 - [[package]] 847 - name = "ppv-lite86" 848 - version = "0.2.17" 849 - source = "registry+https://github.com/rust-lang/crates.io-index" 850 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 851 - 852 - [[package]] 853 - name = "proc-macro2" 854 - version = "1.0.78" 855 - source = "registry+https://github.com/rust-lang/crates.io-index" 856 - checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" 857 - dependencies = [ 858 - "unicode-ident", 859 - ] 860 - 861 - [[package]] 862 - name = "profiling" 863 - version = "1.0.15" 864 - source = "registry+https://github.com/rust-lang/crates.io-index" 865 - checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58" 866 - dependencies = [ 867 - "profiling-procmacros", 868 - ] 869 - 870 - [[package]] 871 - name = "profiling-procmacros" 872 - version = "1.0.15" 873 - source = "registry+https://github.com/rust-lang/crates.io-index" 874 - checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd" 875 - dependencies = [ 876 - "quote", 877 - "syn 2.0.48", 878 - ] 879 - 880 - [[package]] 881 - name = "pyo3" 882 - version = "0.20.2" 883 - source = "registry+https://github.com/rust-lang/crates.io-index" 884 - checksum = "9a89dc7a5850d0e983be1ec2a463a171d20990487c3cfcd68b5363f1ee3d6fe0" 885 - dependencies = [ 886 - "cfg-if", 887 - "indoc", 888 - "libc", 889 - "memoffset", 890 - "parking_lot", 891 - "pyo3-build-config", 892 - "pyo3-ffi", 893 - "pyo3-macros", 894 - "unindent", 895 - ] 896 - 897 - [[package]] 898 - name = "pyo3-build-config" 899 - version = "0.20.2" 900 - source = "registry+https://github.com/rust-lang/crates.io-index" 901 - checksum = "07426f0d8fe5a601f26293f300afd1a7b1ed5e78b2a705870c5f30893c5163be" 902 - dependencies = [ 903 - "once_cell", 904 - "target-lexicon", 905 - ] 906 - 907 - [[package]] 908 - name = "pyo3-ffi" 909 - version = "0.20.2" 910 - source = "registry+https://github.com/rust-lang/crates.io-index" 911 - checksum = "dbb7dec17e17766b46bca4f1a4215a85006b4c2ecde122076c562dd058da6cf1" 912 - dependencies = [ 913 - "libc", 914 - "pyo3-build-config", 915 - ] 916 - 917 - [[package]] 918 - name = "pyo3-macros" 919 - version = "0.20.2" 920 - source = "registry+https://github.com/rust-lang/crates.io-index" 921 - checksum = "05f738b4e40d50b5711957f142878cfa0f28e054aa0ebdfc3fd137a843f74ed3" 922 - dependencies = [ 923 - "proc-macro2", 924 - "pyo3-macros-backend", 925 - "quote", 926 - "syn 2.0.48", 927 - ] 928 - 929 - [[package]] 930 - name = "pyo3-macros-backend" 931 - version = "0.20.2" 932 - source = "registry+https://github.com/rust-lang/crates.io-index" 933 - checksum = "0fc910d4851847827daf9d6cdd4a823fbdaab5b8818325c5e97a86da79e8881f" 934 - dependencies = [ 935 - "heck", 936 - "proc-macro2", 937 - "quote", 938 - "syn 2.0.48", 939 - ] 940 - 941 - [[package]] 942 - name = "qoi" 943 - version = "0.4.1" 944 - source = "registry+https://github.com/rust-lang/crates.io-index" 945 - checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" 946 - dependencies = [ 947 - "bytemuck", 948 - ] 949 - 950 - [[package]] 951 - name = "quick-error" 952 - version = "2.0.1" 953 - source = "registry+https://github.com/rust-lang/crates.io-index" 954 - checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" 955 - 956 - [[package]] 957 - name = "quote" 958 - version = "1.0.35" 959 - source = "registry+https://github.com/rust-lang/crates.io-index" 960 - checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 961 - dependencies = [ 962 - "proc-macro2", 963 - ] 964 - 965 - [[package]] 966 - name = "rand" 967 - version = "0.8.5" 968 - source = "registry+https://github.com/rust-lang/crates.io-index" 969 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 970 - dependencies = [ 971 - "libc", 972 - "rand_chacha", 973 - "rand_core", 974 - ] 975 - 976 - [[package]] 977 - name = "rand_chacha" 978 - version = "0.3.1" 979 - source = "registry+https://github.com/rust-lang/crates.io-index" 980 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 981 - dependencies = [ 982 - "ppv-lite86", 983 - "rand_core", 984 - ] 985 - 986 - [[package]] 987 - name = "rand_core" 988 - version = "0.6.4" 989 - source = "registry+https://github.com/rust-lang/crates.io-index" 990 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 991 - dependencies = [ 992 - "getrandom", 993 - ] 994 - 995 - [[package]] 996 - name = "rav1e" 997 - version = "0.6.6" 998 - source = "registry+https://github.com/rust-lang/crates.io-index" 999 - checksum = "16c383692a5e7abd9f6d1eddb1a5e0269f859392387883361bb09e5555852ec1" 1000 - dependencies = [ 1001 - "arbitrary 0.4.7", 1002 - "arg_enum_proc_macro", 1003 - "arrayvec", 1004 - "av1-grain", 1005 - "bitstream-io 1.10.0", 1006 - "built 0.5.2", 1007 - "cfg-if", 1008 - "interpolate_name", 1009 - "itertools 0.10.5", 1010 - "libc", 1011 - "libfuzzer-sys 0.3.5", 1012 - "log", 1013 - "maybe-rayon", 1014 - "new_debug_unreachable", 1015 - "noop_proc_macro", 1016 - "num-derive 0.3.3", 1017 - "num-traits", 1018 - "once_cell", 1019 - "paste", 1020 - "rand", 1021 - "rand_chacha", 1022 - "rust_hawktracer", 1023 - "rustc_version", 1024 - "simd_helpers", 1025 - "system-deps", 1026 - "thiserror", 1027 - "v_frame", 1028 - "wasm-bindgen", 1029 - ] 1030 - 1031 - [[package]] 1032 - name = "rav1e" 1033 - version = "0.7.1" 1034 - source = "registry+https://github.com/rust-lang/crates.io-index" 1035 - checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9" 1036 - dependencies = [ 1037 - "arbitrary 1.3.2", 1038 - "arg_enum_proc_macro", 1039 - "arrayvec", 1040 - "av1-grain", 1041 - "bitstream-io 2.2.0", 1042 - "built 0.7.1", 1043 - "cfg-if", 1044 - "interpolate_name", 1045 - "itertools 0.12.1", 1046 - "libc", 1047 - "libfuzzer-sys 0.4.7", 1048 - "log", 1049 - "maybe-rayon", 1050 - "new_debug_unreachable", 1051 - "noop_proc_macro", 1052 - "num-derive 0.4.2", 1053 - "num-traits", 1054 - "once_cell", 1055 - "paste", 1056 - "profiling", 1057 - "rand", 1058 - "rand_chacha", 1059 - "simd_helpers", 1060 - "system-deps", 1061 - "thiserror", 1062 - "v_frame", 1063 - ] 1064 - 1065 - [[package]] 1066 - name = "ravif" 1067 - version = "0.11.4" 1068 - source = "registry+https://github.com/rust-lang/crates.io-index" 1069 - checksum = "d44feba0b8a381a5efa2c0baf8dace8418904403260233f4a614503b018fc288" 1070 - dependencies = [ 1071 - "avif-serialize", 1072 - "imgref", 1073 - "loop9", 1074 - "quick-error", 1075 - "rav1e 0.6.6", 1076 - "rav1e 0.7.1", 1077 - "rayon", 1078 - "rgb", 1079 - ] 1080 - 1081 - [[package]] 1082 - name = "rawpointer" 1083 - version = "0.2.1" 1084 - source = "registry+https://github.com/rust-lang/crates.io-index" 1085 - checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" 1086 - 1087 - [[package]] 1088 - name = "rayon" 1089 - version = "1.8.1" 1090 - source = "registry+https://github.com/rust-lang/crates.io-index" 1091 - checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051" 1092 - dependencies = [ 1093 - "either", 1094 - "rayon-core", 1095 - ] 1096 - 1097 - [[package]] 1098 - name = "rayon-core" 1099 - version = "1.12.1" 1100 - source = "registry+https://github.com/rust-lang/crates.io-index" 1101 - checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 1102 - dependencies = [ 1103 - "crossbeam-deque", 1104 - "crossbeam-utils", 1105 - ] 1106 - 1107 - [[package]] 1108 - name = "redox_syscall" 1109 - version = "0.4.1" 1110 - source = "registry+https://github.com/rust-lang/crates.io-index" 1111 - checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 1112 - dependencies = [ 1113 - "bitflags", 1114 - ] 1115 - 1116 - [[package]] 1117 - name = "rgb" 1118 - version = "0.8.37" 1119 - source = "registry+https://github.com/rust-lang/crates.io-index" 1120 - checksum = "05aaa8004b64fd573fc9d002f4e632d51ad4f026c2b5ba95fcb6c2f32c2c47d8" 1121 - dependencies = [ 1122 - "bytemuck", 1123 - ] 1124 - 1125 - [[package]] 1126 - name = "rust_hawktracer" 1127 - version = "0.7.0" 1128 - source = "registry+https://github.com/rust-lang/crates.io-index" 1129 - checksum = "e3480a29b927f66c6e06527be7f49ef4d291a01d694ec1fe85b0de71d6b02ac1" 1130 - dependencies = [ 1131 - "rust_hawktracer_normal_macro", 1132 - "rust_hawktracer_proc_macro", 1133 - ] 1134 - 1135 - [[package]] 1136 - name = "rust_hawktracer_normal_macro" 1137 - version = "0.4.1" 1138 - source = "registry+https://github.com/rust-lang/crates.io-index" 1139 - checksum = "8a570059949e1dcdc6f35228fa389f54c2c84dfe0c94c05022baacd56eacd2e9" 1140 - 1141 - [[package]] 1142 - name = "rust_hawktracer_proc_macro" 1143 - version = "0.4.1" 1144 - source = "registry+https://github.com/rust-lang/crates.io-index" 1145 - checksum = "cb626abdbed5e93f031baae60d72032f56bc964e11ac2ff65f2ba3ed98d6d3e1" 1146 - 1147 - [[package]] 1148 - name = "rustc-hash" 1149 - version = "1.1.0" 1150 - source = "registry+https://github.com/rust-lang/crates.io-index" 1151 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 1152 - 1153 - [[package]] 1154 - name = "rustc_version" 1155 - version = "0.4.0" 1156 - source = "registry+https://github.com/rust-lang/crates.io-index" 1157 - checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 1158 - dependencies = [ 1159 - "semver", 1160 - ] 1161 - 1162 - [[package]] 1163 - name = "scopeguard" 1164 - version = "1.2.0" 1165 - source = "registry+https://github.com/rust-lang/crates.io-index" 1166 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1167 - 1168 - [[package]] 1169 - name = "semver" 1170 - version = "1.0.22" 1171 - source = "registry+https://github.com/rust-lang/crates.io-index" 1172 - checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" 1173 - dependencies = [ 1174 - "serde", 1175 - ] 1176 - 1177 - [[package]] 1178 - name = "serde" 1179 - version = "1.0.197" 1180 - source = "registry+https://github.com/rust-lang/crates.io-index" 1181 - checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" 1182 - dependencies = [ 1183 - "serde_derive", 1184 - ] 1185 - 1186 - [[package]] 1187 - name = "serde_derive" 1188 - version = "1.0.197" 1189 - source = "registry+https://github.com/rust-lang/crates.io-index" 1190 - checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" 1191 - dependencies = [ 1192 - "proc-macro2", 1193 - "quote", 1194 - "syn 2.0.48", 1195 - ] 1196 - 1197 - [[package]] 1198 - name = "serde_spanned" 1199 - version = "0.6.5" 1200 - source = "registry+https://github.com/rust-lang/crates.io-index" 1201 - checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" 1202 - dependencies = [ 1203 - "serde", 1204 - ] 1205 - 1206 - [[package]] 1207 - name = "simd-adler32" 1208 - version = "0.3.7" 1209 - source = "registry+https://github.com/rust-lang/crates.io-index" 1210 - checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 1211 - 1212 - [[package]] 1213 - name = "simd_helpers" 1214 - version = "0.1.0" 1215 - source = "registry+https://github.com/rust-lang/crates.io-index" 1216 - checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6" 1217 - dependencies = [ 1218 - "quote", 1219 - ] 1220 - 1221 - [[package]] 1222 - name = "smallvec" 1223 - version = "1.13.1" 1224 - source = "registry+https://github.com/rust-lang/crates.io-index" 1225 - checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" 1226 - 1227 - [[package]] 1228 - name = "spin" 1229 - version = "0.9.8" 1230 - source = "registry+https://github.com/rust-lang/crates.io-index" 1231 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 1232 - dependencies = [ 1233 - "lock_api", 1234 - ] 1235 - 1236 - [[package]] 1237 - name = "syn" 1238 - version = "1.0.109" 1239 - source = "registry+https://github.com/rust-lang/crates.io-index" 1240 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1241 - dependencies = [ 1242 - "proc-macro2", 1243 - "quote", 1244 - "unicode-ident", 1245 - ] 1246 - 1247 - [[package]] 1248 - name = "syn" 1249 - version = "2.0.48" 1250 - source = "registry+https://github.com/rust-lang/crates.io-index" 1251 - checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" 1252 - dependencies = [ 1253 - "proc-macro2", 1254 - "quote", 1255 - "unicode-ident", 1256 - ] 1257 - 1258 - [[package]] 1259 - name = "system-deps" 1260 - version = "6.2.0" 1261 - source = "registry+https://github.com/rust-lang/crates.io-index" 1262 - checksum = "2a2d580ff6a20c55dfb86be5f9c238f67835d0e81cbdea8bf5680e0897320331" 1263 - dependencies = [ 1264 - "cfg-expr", 1265 - "heck", 1266 - "pkg-config", 1267 - "toml 0.8.10", 1268 - "version-compare", 1269 - ] 1270 - 1271 - [[package]] 1272 - name = "target-lexicon" 1273 - version = "0.12.13" 1274 - source = "registry+https://github.com/rust-lang/crates.io-index" 1275 - checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae" 1276 - 1277 - [[package]] 1278 - name = "thiserror" 1279 - version = "1.0.56" 1280 - source = "registry+https://github.com/rust-lang/crates.io-index" 1281 - checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" 1282 - dependencies = [ 1283 - "thiserror-impl", 1284 - ] 1285 - 1286 - [[package]] 1287 - name = "thiserror-impl" 1288 - version = "1.0.56" 1289 - source = "registry+https://github.com/rust-lang/crates.io-index" 1290 - checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" 1291 - dependencies = [ 1292 - "proc-macro2", 1293 - "quote", 1294 - "syn 2.0.48", 1295 - ] 1296 - 1297 - [[package]] 1298 - name = "tiff" 1299 - version = "0.9.1" 1300 - source = "registry+https://github.com/rust-lang/crates.io-index" 1301 - checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e" 1302 - dependencies = [ 1303 - "flate2", 1304 - "jpeg-decoder", 1305 - "weezl", 1306 - ] 1307 - 1308 - [[package]] 1309 - name = "tinyvec" 1310 - version = "1.6.0" 1311 - source = "registry+https://github.com/rust-lang/crates.io-index" 1312 - checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1313 - dependencies = [ 1314 - "tinyvec_macros", 1315 - ] 1316 - 1317 - [[package]] 1318 - name = "tinyvec_macros" 1319 - version = "0.1.1" 1320 - source = "registry+https://github.com/rust-lang/crates.io-index" 1321 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1322 - 1323 - [[package]] 1324 - name = "toml" 1325 - version = "0.5.11" 1326 - source = "registry+https://github.com/rust-lang/crates.io-index" 1327 - checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 1328 - dependencies = [ 1329 - "serde", 1330 - ] 1331 - 1332 - [[package]] 1333 - name = "toml" 1334 - version = "0.8.10" 1335 - source = "registry+https://github.com/rust-lang/crates.io-index" 1336 - checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290" 1337 - dependencies = [ 1338 - "serde", 1339 - "serde_spanned", 1340 - "toml_datetime", 1341 - "toml_edit", 1342 - ] 1343 - 1344 - [[package]] 1345 - name = "toml_datetime" 1346 - version = "0.6.5" 1347 - source = "registry+https://github.com/rust-lang/crates.io-index" 1348 - checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" 1349 - dependencies = [ 1350 - "serde", 1351 - ] 1352 - 1353 - [[package]] 1354 - name = "toml_edit" 1355 - version = "0.22.6" 1356 - source = "registry+https://github.com/rust-lang/crates.io-index" 1357 - checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6" 1358 - dependencies = [ 1359 - "indexmap", 1360 - "serde", 1361 - "serde_spanned", 1362 - "toml_datetime", 1363 - "winnow", 1364 - ] 1365 - 1366 - [[package]] 1367 - name = "turbojpeg" 1368 - version = "1.0.0" 1369 - source = "registry+https://github.com/rust-lang/crates.io-index" 1370 - checksum = "eb5080f5adaa92c82bf84f825dd092e9692c923ee652f1634835e9a1f372518d" 1371 - dependencies = [ 1372 - "libc", 1373 - "thiserror", 1374 - "turbojpeg-sys", 1375 - ] 1376 - 1377 - [[package]] 1378 - name = "turbojpeg-sys" 1379 - version = "1.0.0" 1380 - source = "registry+https://github.com/rust-lang/crates.io-index" 1381 - checksum = "3fa6daade3b979fb7454cce5ebcb9772ce7a1cf476ea27ed20ed06e13d9bc983" 1382 - dependencies = [ 1383 - "anyhow", 1384 - "cmake", 1385 - "libc", 1386 - "pkg-config", 1387 - ] 1388 - 1389 - [[package]] 1390 - name = "unicode-bidi" 1391 - version = "0.3.15" 1392 - source = "registry+https://github.com/rust-lang/crates.io-index" 1393 - checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 1394 - 1395 - [[package]] 1396 - name = "unicode-ident" 1397 - version = "1.0.12" 1398 - source = "registry+https://github.com/rust-lang/crates.io-index" 1399 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 1400 - 1401 - [[package]] 1402 - name = "unicode-normalization" 1403 - version = "0.1.23" 1404 - source = "registry+https://github.com/rust-lang/crates.io-index" 1405 - checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 1406 - dependencies = [ 1407 - "tinyvec", 1408 - ] 1409 - 1410 - [[package]] 1411 - name = "unindent" 1412 - version = "0.2.3" 1413 - source = "registry+https://github.com/rust-lang/crates.io-index" 1414 - checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" 1415 - 1416 - [[package]] 1417 - name = "url" 1418 - version = "2.5.0" 1419 - source = "registry+https://github.com/rust-lang/crates.io-index" 1420 - checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" 1421 - dependencies = [ 1422 - "form_urlencoded", 1423 - "idna", 1424 - "percent-encoding", 1425 - ] 1426 - 1427 - [[package]] 1428 - name = "v_frame" 1429 - version = "0.3.8" 1430 - source = "registry+https://github.com/rust-lang/crates.io-index" 1431 - checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b" 1432 - dependencies = [ 1433 - "aligned-vec", 1434 - "num-traits", 1435 - "wasm-bindgen", 1436 - ] 1437 - 1438 - [[package]] 1439 - name = "version-compare" 1440 - version = "0.1.1" 1441 - source = "registry+https://github.com/rust-lang/crates.io-index" 1442 - checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29" 1443 - 1444 - [[package]] 1445 - name = "wasi" 1446 - version = "0.11.0+wasi-snapshot-preview1" 1447 - source = "registry+https://github.com/rust-lang/crates.io-index" 1448 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1449 - 1450 - [[package]] 1451 - name = "wasm-bindgen" 1452 - version = "0.2.90" 1453 - source = "registry+https://github.com/rust-lang/crates.io-index" 1454 - checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406" 1455 - dependencies = [ 1456 - "cfg-if", 1457 - "wasm-bindgen-macro", 1458 - ] 1459 - 1460 - [[package]] 1461 - name = "wasm-bindgen-backend" 1462 - version = "0.2.90" 1463 - source = "registry+https://github.com/rust-lang/crates.io-index" 1464 - checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd" 1465 - dependencies = [ 1466 - "bumpalo", 1467 - "log", 1468 - "once_cell", 1469 - "proc-macro2", 1470 - "quote", 1471 - "syn 2.0.48", 1472 - "wasm-bindgen-shared", 1473 - ] 1474 - 1475 - [[package]] 1476 - name = "wasm-bindgen-macro" 1477 - version = "0.2.90" 1478 - source = "registry+https://github.com/rust-lang/crates.io-index" 1479 - checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999" 1480 - dependencies = [ 1481 - "quote", 1482 - "wasm-bindgen-macro-support", 1483 - ] 1484 - 1485 - [[package]] 1486 - name = "wasm-bindgen-macro-support" 1487 - version = "0.2.90" 1488 - source = "registry+https://github.com/rust-lang/crates.io-index" 1489 - checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7" 1490 - dependencies = [ 1491 - "proc-macro2", 1492 - "quote", 1493 - "syn 2.0.48", 1494 - "wasm-bindgen-backend", 1495 - "wasm-bindgen-shared", 1496 - ] 1497 - 1498 - [[package]] 1499 - name = "wasm-bindgen-shared" 1500 - version = "0.2.90" 1501 - source = "registry+https://github.com/rust-lang/crates.io-index" 1502 - checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b" 1503 - 1504 - [[package]] 1505 - name = "weezl" 1506 - version = "0.1.8" 1507 - source = "registry+https://github.com/rust-lang/crates.io-index" 1508 - checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082" 1509 - 1510 - [[package]] 1511 - name = "windows-targets" 1512 - version = "0.48.5" 1513 - source = "registry+https://github.com/rust-lang/crates.io-index" 1514 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 1515 - dependencies = [ 1516 - "windows_aarch64_gnullvm", 1517 - "windows_aarch64_msvc", 1518 - "windows_i686_gnu", 1519 - "windows_i686_msvc", 1520 - "windows_x86_64_gnu", 1521 - "windows_x86_64_gnullvm", 1522 - "windows_x86_64_msvc", 1523 - ] 1524 - 1525 - [[package]] 1526 - name = "windows_aarch64_gnullvm" 1527 - version = "0.48.5" 1528 - source = "registry+https://github.com/rust-lang/crates.io-index" 1529 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 1530 - 1531 - [[package]] 1532 - name = "windows_aarch64_msvc" 1533 - version = "0.48.5" 1534 - source = "registry+https://github.com/rust-lang/crates.io-index" 1535 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 1536 - 1537 - [[package]] 1538 - name = "windows_i686_gnu" 1539 - version = "0.48.5" 1540 - source = "registry+https://github.com/rust-lang/crates.io-index" 1541 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 1542 - 1543 - [[package]] 1544 - name = "windows_i686_msvc" 1545 - version = "0.48.5" 1546 - source = "registry+https://github.com/rust-lang/crates.io-index" 1547 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 1548 - 1549 - [[package]] 1550 - name = "windows_x86_64_gnu" 1551 - version = "0.48.5" 1552 - source = "registry+https://github.com/rust-lang/crates.io-index" 1553 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 1554 - 1555 - [[package]] 1556 - name = "windows_x86_64_gnullvm" 1557 - version = "0.48.5" 1558 - source = "registry+https://github.com/rust-lang/crates.io-index" 1559 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 1560 - 1561 - [[package]] 1562 - name = "windows_x86_64_msvc" 1563 - version = "0.48.5" 1564 - source = "registry+https://github.com/rust-lang/crates.io-index" 1565 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 1566 - 1567 - [[package]] 1568 - name = "winnow" 1569 - version = "0.6.5" 1570 - source = "registry+https://github.com/rust-lang/crates.io-index" 1571 - checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8" 1572 - dependencies = [ 1573 - "memchr", 1574 - ] 1575 - 1576 - [[package]] 1577 - name = "zune-core" 1578 - version = "0.4.12" 1579 - source = "registry+https://github.com/rust-lang/crates.io-index" 1580 - checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" 1581 - 1582 - [[package]] 1583 - name = "zune-inflate" 1584 - version = "0.2.54" 1585 - source = "registry+https://github.com/rust-lang/crates.io-index" 1586 - checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" 1587 - dependencies = [ 1588 - "simd-adler32", 1589 - ] 1590 - 1591 - [[package]] 1592 - name = "zune-jpeg" 1593 - version = "0.4.11" 1594 - source = "registry+https://github.com/rust-lang/crates.io-index" 1595 - checksum = "ec866b44a2a1fd6133d363f073ca1b179f438f99e7e5bfb1e33f7181facfe448" 1596 - dependencies = [ 1597 - "zune-core", 1598 - ]
+9 -13
pkgs/development/python-modules/kornia-rs/default.nix
··· 6 6 rustPlatform, 7 7 cmake, 8 8 nasm, 9 - replaceVars, 10 9 libiconv, 11 10 }: 12 11 ··· 32 31 buildInputs = lib.optional stdenv.hostPlatform.isDarwin libiconv; 33 32 34 33 cargoRoot = "py-kornia"; 35 - cargoDeps = rustPlatform.importCargoLock { lockFile = ./Cargo.lock; }; 36 - 37 - # The path dependency doesn't vendor the dependencies correctly, so get kornia-rs from crates instead. 38 - patches = [ 39 - (replaceVars ./kornia-rs-from-crates.patch { 40 - inherit version; 41 - }) 42 - ]; 43 - 44 - prePatch = '' 45 - cp ${./Cargo.lock} py-kornia/Cargo.lock 46 - ''; 34 + cargoDeps = rustPlatform.fetchCargoVendor { 35 + inherit 36 + pname 37 + version 38 + src 39 + cargoRoot 40 + ; 41 + hash = "sha256-VQtPfTmT9UGM0fIMeZF/1lUqQeyP63naoYZ7UuL6hFg="; 42 + }; 47 43 48 44 maturinBuildFlags = [ 49 45 "-m"
-12
pkgs/development/python-modules/kornia-rs/kornia-rs-from-crates.patch
··· 1 - diff --git a/py-kornia/Cargo.toml b/py-kornia/Cargo.toml 2 - index e0563f3..e192654 100644 3 - --- a/py-kornia/Cargo.toml 4 - +++ b/py-kornia/Cargo.toml 5 - @@ -9,6 +9,6 @@ crate-type = ["cdylib"] 6 - 7 - [dependencies] 8 - anyhow = "1.0.80" 9 - -kornia-rs = { path = ".." } 10 - +kornia-rs = { version = "@version@" } 11 - pyo3 = { version = "0.20", features = ["extension-module"] } 12 - numpy = { version = "0.20.0" }