|
|
|
@ -43,6 +43,15 @@ version = "0.1.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" |
|
|
|
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "aligned-vec" |
|
|
|
|
|
|
|
version = "0.6.4" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"equator", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "alloc-no-stdlib" |
|
|
|
name = "alloc-no-stdlib" |
|
|
|
version = "2.0.4" |
|
|
|
version = "2.0.4" |
|
|
|
@ -72,7 +81,7 @@ dependencies = [ |
|
|
|
"encoding_rs", |
|
|
|
"encoding_rs", |
|
|
|
"flate2", |
|
|
|
"flate2", |
|
|
|
"glyph-names", |
|
|
|
"glyph-names", |
|
|
|
"itertools", |
|
|
|
"itertools 0.10.5", |
|
|
|
"lazy_static", |
|
|
|
"lazy_static", |
|
|
|
"log", |
|
|
|
"log", |
|
|
|
"num-traits", |
|
|
|
"num-traits", |
|
|
|
@ -107,6 +116,23 @@ version = "1.0.98" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" |
|
|
|
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "arbitrary" |
|
|
|
|
|
|
|
version = "1.4.1" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "arg_enum_proc_macro" |
|
|
|
|
|
|
|
version = "0.3.4" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"proc-macro2", |
|
|
|
|
|
|
|
"quote", |
|
|
|
|
|
|
|
"syn 2.0.104", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "arrayref" |
|
|
|
name = "arrayref" |
|
|
|
version = "0.3.9" |
|
|
|
version = "0.3.9" |
|
|
|
@ -306,6 +332,29 @@ version = "1.5.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
|
|
|
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "av1-grain" |
|
|
|
|
|
|
|
version = "0.2.4" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"anyhow", |
|
|
|
|
|
|
|
"arrayvec", |
|
|
|
|
|
|
|
"log", |
|
|
|
|
|
|
|
"nom", |
|
|
|
|
|
|
|
"num-rational", |
|
|
|
|
|
|
|
"v_frame", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "avif-serialize" |
|
|
|
|
|
|
|
version = "0.8.5" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "2ea8ef51aced2b9191c08197f55450d830876d9933f8f48a429b354f1d496b42" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"arrayvec", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "azul-core" |
|
|
|
name = "azul-core" |
|
|
|
version = "0.0.5" |
|
|
|
version = "0.0.5" |
|
|
|
@ -381,6 +430,12 @@ version = "0.22.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "bit_field" |
|
|
|
|
|
|
|
version = "0.10.2" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "bitflags" |
|
|
|
name = "bitflags" |
|
|
|
version = "1.3.2" |
|
|
|
version = "1.3.2" |
|
|
|
@ -405,6 +460,12 @@ dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "bitstream-io" |
|
|
|
|
|
|
|
version = "2.6.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "block-buffer" |
|
|
|
name = "block-buffer" |
|
|
|
version = "0.10.4" |
|
|
|
version = "0.10.4" |
|
|
|
@ -485,6 +546,12 @@ dependencies = [ |
|
|
|
"alloc-stdlib", |
|
|
|
"alloc-stdlib", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "built" |
|
|
|
|
|
|
|
version = "0.7.7" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "bumpalo" |
|
|
|
name = "bumpalo" |
|
|
|
version = "3.19.0" |
|
|
|
version = "3.19.0" |
|
|
|
@ -606,6 +673,8 @@ version = "1.2.30" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7" |
|
|
|
checksum = "deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"jobserver", |
|
|
|
|
|
|
|
"libc", |
|
|
|
"shlex", |
|
|
|
"shlex", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
@ -798,12 +867,37 @@ dependencies = [ |
|
|
|
"crossbeam-utils", |
|
|
|
"crossbeam-utils", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "crossbeam-deque" |
|
|
|
|
|
|
|
version = "0.8.6" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"crossbeam-epoch", |
|
|
|
|
|
|
|
"crossbeam-utils", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "crossbeam-epoch" |
|
|
|
|
|
|
|
version = "0.9.18" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"crossbeam-utils", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "crossbeam-utils" |
|
|
|
name = "crossbeam-utils" |
|
|
|
version = "0.8.21" |
|
|
|
version = "0.8.21" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
|
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "crunchy" |
|
|
|
|
|
|
|
version = "0.2.4" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "crypto-common" |
|
|
|
name = "crypto-common" |
|
|
|
version = "0.1.6" |
|
|
|
version = "0.1.6" |
|
|
|
@ -1128,6 +1222,26 @@ dependencies = [ |
|
|
|
"syn 2.0.104", |
|
|
|
"syn 2.0.104", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "equator" |
|
|
|
|
|
|
|
version = "0.4.2" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"equator-macro", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "equator-macro" |
|
|
|
|
|
|
|
version = "0.4.2" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"proc-macro2", |
|
|
|
|
|
|
|
"quote", |
|
|
|
|
|
|
|
"syn 2.0.104", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "equivalent" |
|
|
|
name = "equivalent" |
|
|
|
version = "1.0.2" |
|
|
|
version = "1.0.2" |
|
|
|
@ -1184,6 +1298,21 @@ dependencies = [ |
|
|
|
"pin-project-lite", |
|
|
|
"pin-project-lite", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "exr" |
|
|
|
|
|
|
|
version = "1.73.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"bit_field", |
|
|
|
|
|
|
|
"half", |
|
|
|
|
|
|
|
"lebe", |
|
|
|
|
|
|
|
"miniz_oxide", |
|
|
|
|
|
|
|
"rayon-core", |
|
|
|
|
|
|
|
"smallvec", |
|
|
|
|
|
|
|
"zune-inflate", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "fastrand" |
|
|
|
name = "fastrand" |
|
|
|
version = "2.3.0" |
|
|
|
version = "2.3.0" |
|
|
|
@ -1782,6 +1911,16 @@ dependencies = [ |
|
|
|
"tracing", |
|
|
|
"tracing", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "half" |
|
|
|
|
|
|
|
version = "2.6.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"cfg-if", |
|
|
|
|
|
|
|
"crunchy", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "hashbrown" |
|
|
|
name = "hashbrown" |
|
|
|
version = "0.12.3" |
|
|
|
version = "0.12.3" |
|
|
|
@ -2124,9 +2263,16 @@ dependencies = [ |
|
|
|
"bytemuck", |
|
|
|
"bytemuck", |
|
|
|
"byteorder-lite", |
|
|
|
"byteorder-lite", |
|
|
|
"color_quant", |
|
|
|
"color_quant", |
|
|
|
|
|
|
|
"exr", |
|
|
|
"gif", |
|
|
|
"gif", |
|
|
|
|
|
|
|
"image-webp", |
|
|
|
"num-traits", |
|
|
|
"num-traits", |
|
|
|
"png", |
|
|
|
"png", |
|
|
|
|
|
|
|
"qoi", |
|
|
|
|
|
|
|
"ravif", |
|
|
|
|
|
|
|
"rayon", |
|
|
|
|
|
|
|
"rgb", |
|
|
|
|
|
|
|
"tiff", |
|
|
|
"zune-core", |
|
|
|
"zune-core", |
|
|
|
"zune-jpeg", |
|
|
|
"zune-jpeg", |
|
|
|
] |
|
|
|
] |
|
|
|
@ -2147,6 +2293,12 @@ version = "0.13.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285" |
|
|
|
checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "imgref" |
|
|
|
|
|
|
|
version = "1.11.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "indexmap" |
|
|
|
name = "indexmap" |
|
|
|
version = "1.9.3" |
|
|
|
version = "1.9.3" |
|
|
|
@ -2188,6 +2340,17 @@ dependencies = [ |
|
|
|
"generic-array", |
|
|
|
"generic-array", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "interpolate_name" |
|
|
|
|
|
|
|
version = "0.2.4" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"proc-macro2", |
|
|
|
|
|
|
|
"quote", |
|
|
|
|
|
|
|
"syn 2.0.104", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "io-uring" |
|
|
|
name = "io-uring" |
|
|
|
version = "0.7.9" |
|
|
|
version = "0.7.9" |
|
|
|
@ -2243,6 +2406,15 @@ dependencies = [ |
|
|
|
"either", |
|
|
|
"either", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "itertools" |
|
|
|
|
|
|
|
version = "0.12.1" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"either", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "itoa" |
|
|
|
name = "itoa" |
|
|
|
version = "0.4.8" |
|
|
|
version = "0.4.8" |
|
|
|
@ -2300,6 +2472,22 @@ version = "0.3.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" |
|
|
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "jobserver" |
|
|
|
|
|
|
|
version = "0.1.33" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"getrandom 0.3.3", |
|
|
|
|
|
|
|
"libc", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "jpeg-decoder" |
|
|
|
|
|
|
|
version = "0.3.2" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "00810f1d8b74be64b13dbf3db89ac67740615d6c891f0e7b6179326533011a07" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "js-sys" |
|
|
|
name = "js-sys" |
|
|
|
version = "0.3.77" |
|
|
|
version = "0.3.77" |
|
|
|
@ -2384,6 +2572,12 @@ version = "1.5.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "lebe" |
|
|
|
|
|
|
|
version = "0.5.2" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "libappindicator" |
|
|
|
name = "libappindicator" |
|
|
|
version = "0.9.0" |
|
|
|
version = "0.9.0" |
|
|
|
@ -2414,6 +2608,16 @@ version = "0.2.174" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" |
|
|
|
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "libfuzzer-sys" |
|
|
|
|
|
|
|
version = "0.4.10" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"arbitrary", |
|
|
|
|
|
|
|
"cc", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "libloading" |
|
|
|
name = "libloading" |
|
|
|
version = "0.7.4" |
|
|
|
version = "0.7.4" |
|
|
|
@ -2469,6 +2673,15 @@ version = "0.4.27" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" |
|
|
|
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "loop9" |
|
|
|
|
|
|
|
version = "0.1.5" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"imgref", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "lopdf" |
|
|
|
name = "lopdf" |
|
|
|
version = "0.35.0" |
|
|
|
version = "0.35.0" |
|
|
|
@ -2542,6 +2755,16 @@ version = "0.1.10" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" |
|
|
|
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "maybe-rayon" |
|
|
|
|
|
|
|
version = "0.1.1" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"cfg-if", |
|
|
|
|
|
|
|
"rayon", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "md-5" |
|
|
|
name = "md-5" |
|
|
|
version = "0.10.6" |
|
|
|
version = "0.10.6" |
|
|
|
@ -2733,12 +2956,59 @@ dependencies = [ |
|
|
|
"nom", |
|
|
|
"nom", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "noop_proc_macro" |
|
|
|
|
|
|
|
version = "0.3.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "num-bigint" |
|
|
|
|
|
|
|
version = "0.4.6" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"num-integer", |
|
|
|
|
|
|
|
"num-traits", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "num-conv" |
|
|
|
name = "num-conv" |
|
|
|
version = "0.1.0" |
|
|
|
version = "0.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "num-derive" |
|
|
|
|
|
|
|
version = "0.4.2" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"proc-macro2", |
|
|
|
|
|
|
|
"quote", |
|
|
|
|
|
|
|
"syn 2.0.104", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "num-integer" |
|
|
|
|
|
|
|
version = "0.1.46" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"num-traits", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "num-rational" |
|
|
|
|
|
|
|
version = "0.4.2" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"num-bigint", |
|
|
|
|
|
|
|
"num-integer", |
|
|
|
|
|
|
|
"num-traits", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "num-traits" |
|
|
|
name = "num-traits" |
|
|
|
version = "0.2.19" |
|
|
|
version = "0.2.19" |
|
|
|
@ -3149,6 +3419,12 @@ dependencies = [ |
|
|
|
"windows-targets 0.52.6", |
|
|
|
"windows-targets 0.52.6", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "paste" |
|
|
|
|
|
|
|
version = "1.0.15" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "pathdiff" |
|
|
|
name = "pathdiff" |
|
|
|
version = "0.2.3" |
|
|
|
version = "0.2.3" |
|
|
|
@ -3451,6 +3727,8 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
|
|
|
name = "printer" |
|
|
|
name = "printer" |
|
|
|
version = "0.1.0" |
|
|
|
version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"flate2", |
|
|
|
|
|
|
|
"image", |
|
|
|
"printers", |
|
|
|
"printers", |
|
|
|
"printpdf", |
|
|
|
"printpdf", |
|
|
|
"serde", |
|
|
|
"serde", |
|
|
|
@ -3566,6 +3844,34 @@ dependencies = [ |
|
|
|
"unicode-ident", |
|
|
|
"unicode-ident", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "profiling" |
|
|
|
|
|
|
|
version = "1.0.17" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"profiling-procmacros", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "profiling-procmacros" |
|
|
|
|
|
|
|
version = "1.0.17" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"quote", |
|
|
|
|
|
|
|
"syn 2.0.104", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "qoi" |
|
|
|
|
|
|
|
version = "0.4.1" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"bytemuck", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "quick-error" |
|
|
|
name = "quick-error" |
|
|
|
version = "2.0.1" |
|
|
|
version = "2.0.1" |
|
|
|
@ -3721,12 +4027,82 @@ version = "1.6.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f93e7e49bb0bf967717f7bd674458b3d6b0c5f48ec7e3038166026a69fc22223" |
|
|
|
checksum = "f93e7e49bb0bf967717f7bd674458b3d6b0c5f48ec7e3038166026a69fc22223" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "rav1e" |
|
|
|
|
|
|
|
version = "0.7.1" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"arbitrary", |
|
|
|
|
|
|
|
"arg_enum_proc_macro", |
|
|
|
|
|
|
|
"arrayvec", |
|
|
|
|
|
|
|
"av1-grain", |
|
|
|
|
|
|
|
"bitstream-io", |
|
|
|
|
|
|
|
"built", |
|
|
|
|
|
|
|
"cfg-if", |
|
|
|
|
|
|
|
"interpolate_name", |
|
|
|
|
|
|
|
"itertools 0.12.1", |
|
|
|
|
|
|
|
"libc", |
|
|
|
|
|
|
|
"libfuzzer-sys", |
|
|
|
|
|
|
|
"log", |
|
|
|
|
|
|
|
"maybe-rayon", |
|
|
|
|
|
|
|
"new_debug_unreachable", |
|
|
|
|
|
|
|
"noop_proc_macro", |
|
|
|
|
|
|
|
"num-derive", |
|
|
|
|
|
|
|
"num-traits", |
|
|
|
|
|
|
|
"once_cell", |
|
|
|
|
|
|
|
"paste", |
|
|
|
|
|
|
|
"profiling", |
|
|
|
|
|
|
|
"rand 0.8.5", |
|
|
|
|
|
|
|
"rand_chacha 0.3.1", |
|
|
|
|
|
|
|
"simd_helpers", |
|
|
|
|
|
|
|
"system-deps", |
|
|
|
|
|
|
|
"thiserror 1.0.69", |
|
|
|
|
|
|
|
"v_frame", |
|
|
|
|
|
|
|
"wasm-bindgen", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "ravif" |
|
|
|
|
|
|
|
version = "0.11.20" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"avif-serialize", |
|
|
|
|
|
|
|
"imgref", |
|
|
|
|
|
|
|
"loop9", |
|
|
|
|
|
|
|
"quick-error", |
|
|
|
|
|
|
|
"rav1e", |
|
|
|
|
|
|
|
"rayon", |
|
|
|
|
|
|
|
"rgb", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "raw-window-handle" |
|
|
|
name = "raw-window-handle" |
|
|
|
version = "0.6.2" |
|
|
|
version = "0.6.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" |
|
|
|
checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "rayon" |
|
|
|
|
|
|
|
version = "1.10.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"either", |
|
|
|
|
|
|
|
"rayon-core", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "rayon-core" |
|
|
|
|
|
|
|
version = "1.12.1" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"crossbeam-deque", |
|
|
|
|
|
|
|
"crossbeam-utils", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "redox_syscall" |
|
|
|
name = "redox_syscall" |
|
|
|
version = "0.5.15" |
|
|
|
version = "0.5.15" |
|
|
|
@ -4381,6 +4757,15 @@ version = "0.3.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" |
|
|
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "simd_helpers" |
|
|
|
|
|
|
|
version = "0.1.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"quote", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "simplecss" |
|
|
|
name = "simplecss" |
|
|
|
version = "0.2.2" |
|
|
|
version = "0.2.2" |
|
|
|
@ -5124,6 +5509,17 @@ dependencies = [ |
|
|
|
"syn 2.0.104", |
|
|
|
"syn 2.0.104", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "tiff" |
|
|
|
|
|
|
|
version = "0.9.1" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"flate2", |
|
|
|
|
|
|
|
"jpeg-decoder", |
|
|
|
|
|
|
|
"weezl", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "time" |
|
|
|
name = "time" |
|
|
|
version = "0.3.41" |
|
|
|
version = "0.3.41" |
|
|
|
@ -5705,6 +6101,17 @@ dependencies = [ |
|
|
|
"wasm-bindgen", |
|
|
|
"wasm-bindgen", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "v_frame" |
|
|
|
|
|
|
|
version = "0.3.9" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"aligned-vec", |
|
|
|
|
|
|
|
"num-traits", |
|
|
|
|
|
|
|
"wasm-bindgen", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "vcpkg" |
|
|
|
name = "vcpkg" |
|
|
|
version = "0.2.15" |
|
|
|
version = "0.2.15" |
|
|
|
@ -6819,6 +7226,15 @@ version = "0.4.12" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" |
|
|
|
checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "zune-inflate" |
|
|
|
|
|
|
|
version = "0.2.54" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"simd-adler32", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "zune-jpeg" |
|
|
|
name = "zune-jpeg" |
|
|
|
version = "0.4.19" |
|
|
|
version = "0.4.19" |
|
|
|
|