zune-jpegxl 0.4.0

A simple, fast and fully safe modular jxl encoder
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

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

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

[[package]]
name = "zune-jpegxl"
version = "0.4.0"
dependencies = [
 "zune-core",
]