# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "jxl-threadpool" version = "0.1.1" authors = ["Wonwoo Choi "] description = "Internal crate of jxl-oxide to abstract over thread pool implementation" readme = "README.md" keywords = ["jxl-oxide"] license = "MIT OR Apache-2.0" repository = "https://github.com/tirr-c/jxl-oxide.git" [dependencies.rayon] version = "1.8.0" optional = true [dependencies.rayon-core] version = "1.12.0" optional = true [dependencies.tracing] version = "0.1.40" features = ["std"] default-features = false [features] default = [] rayon = [ "dep:rayon", "dep:rayon-core", ]