diff options
author | metamuffin <metamuffin@disroot.org> | 2023-09-25 16:24:40 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-09-25 16:24:40 +0200 |
commit | d6c96ff2b631bba748f550cd136c6776fcb33906 (patch) | |
tree | 125cfe8fbdb1c96a9d254c02a75e06a5e42d8055 /Cargo.lock | |
parent | 63454aa9bd9fd4ee293c316e7ca15c88e6c5ca2a (diff) | |
download | jellything-d6c96ff2b631bba748f550cd136c6776fcb33906.tar jellything-d6c96ff2b631bba748f550cd136c6776fcb33906.tar.bz2 jellything-d6c96ff2b631bba748f550cd136c6776fcb33906.tar.zst |
update image deps by using master branch
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 95 |
1 files changed, 92 insertions, 3 deletions
@@ -68,6 +68,17 @@ dependencies = [ ] [[package]] +name = "ahash" +version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" +dependencies = [ + "cfg-if", + "once_cell", + "version_check", +] + +[[package]] name = "aho-corasick" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -451,6 +462,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6776fc96284a0bb647b615056fc496d1fe1644a7ab01829818a6d91cae888b84" [[package]] +name = "bitreader" +version = "0.3.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bdd859c9d97f7c468252795b35aeccc412bdbb1e90ee6969c4fa6328272eaeff" +dependencies = [ + "cfg-if", +] + +[[package]] name = "bitstream-io" version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -757,6 +777,36 @@ dependencies = [ ] [[package]] +name = "dav1d" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87ca43c8e58ee931086b5fd9a4b6a8cc40c1346592246c4fe3d299eca1684c75" +dependencies = [ + "bitflags 2.3.1", + "dav1d-sys", +] + +[[package]] +name = "dav1d-sys" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "615542bb14c18b795f46aba92258902168218d714090f5fff47e68c9a352ea2d" +dependencies = [ + "libc", + "system-deps", +] + +[[package]] +name = "dcv-color-primitives" +version = "0.5.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "311d7bbd97a6b47fdf7f8583c63354ffd959f820544673fdafb25c2c7004a164" +dependencies = [ + "paste", + "wasm-bindgen", +] + +[[package]] name = "devise" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -886,6 +936,15 @@ dependencies = [ ] [[package]] +name = "fallible_collections" +version = "0.4.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a88c69768c0a15262df21899142bc6df9b9b823546d4b4b9a7bc2d6c448ec6fd" +dependencies = [ + "hashbrown 0.13.2", +] + +[[package]] name = "fastrand" version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1209,6 +1268,15 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" [[package]] name = "hashbrown" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" +dependencies = [ + "ahash", +] + +[[package]] +name = "hashbrown" version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" @@ -1356,16 +1424,17 @@ dependencies = [ [[package]] name = "image" version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711" +source = "git+https://github.com/image-rs/image#f1e34f365133a33a27dac5bc59c93d1cfb34a37e" dependencies = [ "bytemuck", "byteorder", "color_quant", + "dav1d", + "dcv-color-primitives", "exr", "gif", "jpeg-decoder", - "num-rational", + "mp4parse", "num-traits", "png", "qoi", @@ -1801,6 +1870,20 @@ dependencies = [ ] [[package]] +name = "mp4parse" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63a35203d3c6ce92d5251c77520acb2e57108c88728695aa883f70023624c570" +dependencies = [ + "bitreader", + "byteorder", + "fallible_collections", + "log", + "num-traits", + "static_assertions", +] + +[[package]] name = "multer" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2856,6 +2939,12 @@ dependencies = [ ] [[package]] +name = "static_assertions" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" + +[[package]] name = "strsim" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" |