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