zune-imageprocs 0.4.13

Common image processing routines for zune-image
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bytemuck"
version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"

[[package]]
name = "kamadak-exif"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077"
dependencies = [
 "mutate_once",
]

[[package]]
name = "log"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"

[[package]]
name = "mutate_once"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16cf681a23b4d0a43fc35024c176437f9dcd818db34e0f42ab456a0ee5ad497b"

[[package]]
name = "nanorand"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"

[[package]]
name = "zune-core"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae122f32a8e2a653acb430c9af5e79e7056c519fa8bac46e51e670868e5c0f2"
dependencies = [
 "log",
]

[[package]]
name = "zune-image"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c97fe1c7648c6de36af153e2c604fdd0fe631724a9a28270120a0c4d8748a05b"
dependencies = [
 "bytemuck",
 "kamadak-exif",
 "zune-core",
]

[[package]]
name = "zune-imageprocs"
version = "0.4.13"
dependencies = [
 "kamadak-exif",
 "nanorand",
 "zune-core",
 "zune-image",
]