jxl-vardct 0.8.0

JPEG XL VarDCT frame representation, part of jxl-oxide
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

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

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

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

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

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

[[package]]
name = "jxl-vardct"
version = "0.8.0"
dependencies = [
 "jxl-bitstream",
 "jxl-coding",
 "jxl-grid",
 "jxl-modular",
 "jxl-threadpool",
 "tracing",
]

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

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

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

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