jxl-render 0.11.2

JPEG XL image renderer, part of jxl-oxide
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

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

[[package]]
name = "jxl-bitstream"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4587c2166a289ef21075fbf58e19d898f23833bd4d78691db36cdf0eee7f6cf"
dependencies = [
 "tracing",
]

[[package]]
name = "jxl-coding"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e8cf24db1cec3d7e703df9f5ef3f3b49650607432792ca988b66dd17bb640b2"
dependencies = [
 "jxl-bitstream",
 "tracing",
]

[[package]]
name = "jxl-color"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09119032d7a4c6c761d5c32190d5327c443d991a2f244b09eb3818c18bb698f8"
dependencies = [
 "jxl-bitstream",
 "jxl-coding",
 "jxl-grid",
 "jxl-oxide-common",
 "jxl-threadpool",
 "tracing",
]

[[package]]
name = "jxl-frame"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d47cd3bc265b570134ef8c1a52b08cf5db7992a65d020b332f6670e35f225a6"
dependencies = [
 "jxl-bitstream",
 "jxl-coding",
 "jxl-grid",
 "jxl-image",
 "jxl-modular",
 "jxl-oxide-common",
 "jxl-threadpool",
 "jxl-vardct",
 "tracing",
]

[[package]]
name = "jxl-grid"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5739f02add3d5c00320140bec6f5a80fac4baa630f88fe4c6a55a0d719718ce3"
dependencies = [
 "tracing",
]

[[package]]
name = "jxl-image"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5199f6bce2f64494b91c510dfdeb8035bb405f6347837b6293e9eeb9d93f246b"
dependencies = [
 "jxl-bitstream",
 "jxl-color",
 "jxl-grid",
 "jxl-oxide-common",
 "tracing",
]

[[package]]
name = "jxl-modular"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d4852fe37dee35f67b2e3912c3eecb7d053379aac0801b5cc489d58ea253af1"
dependencies = [
 "jxl-bitstream",
 "jxl-coding",
 "jxl-grid",
 "jxl-oxide-common",
 "jxl-threadpool",
 "tracing",
]

[[package]]
name = "jxl-oxide-common"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccfd9c5f3807b9dbd0797788a577171bd78f5169a36f4bc3c7bbceaf3991507"
dependencies = [
 "jxl-bitstream",
]

[[package]]
name = "jxl-render"
version = "0.11.2"
dependencies = [
 "bytemuck",
 "jxl-bitstream",
 "jxl-coding",
 "jxl-color",
 "jxl-frame",
 "jxl-grid",
 "jxl-image",
 "jxl-modular",
 "jxl-oxide-common",
 "jxl-threadpool",
 "jxl-vardct",
 "tracing",
]

[[package]]
name = "jxl-threadpool"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad9c78eaf899cce165e266300f9963d8d376d4ed95cf4d12dd7066f05542cd88"
dependencies = [
 "tracing",
]

[[package]]
name = "jxl-vardct"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7a928cc48a6296257686b5ec81005b08cef0187922e12fafa9ab8066af2daab"
dependencies = [
 "jxl-bitstream",
 "jxl-coding",
 "jxl-grid",
 "jxl-modular",
 "jxl-oxide-common",
 "jxl-threadpool",
 "tracing",
]

[[package]]
name = "once_cell"
version = "1.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"

[[package]]
name = "pin-project-lite"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"

[[package]]
name = "tracing"
version = "0.1.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
dependencies = [
 "pin-project-lite",
 "tracing-core",
]

[[package]]
name = "tracing-core"
version = "0.1.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
dependencies = [
 "once_cell",
]