jxl-threadpool 0.1.1

Internal crate of jxl-oxide to abstract over thread pool implementation
Documentation
[dependencies.rayon]
optional = true
version = "1.8.0"

[dependencies.rayon-core]
optional = true
version = "1.12.0"

[dependencies.tracing]
default-features = false
features = ["std"]
version = "0.1.40"

[features]
default = []
rayon = ["dep:rayon", "dep:rayon-core"]

[package]
authors = ["Wonwoo Choi <chwo9843@gmail.com>"]
description = "Internal crate of jxl-oxide to abstract over thread pool implementation"
edition = "2021"
keywords = ["jxl-oxide"]
license = "MIT OR Apache-2.0"
name = "jxl-threadpool"
readme = "README.md"
repository = "https://github.com/tirr-c/jxl-oxide.git"
version = "0.1.1"