# 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 = "compeg" version = "0.4.0" description = "A JPEG decoder implemented as a WebGPU compute shader" readme = "README.md" license = "0BSD" repository = "https://github.com/SludgePhD/Compeg" [[bench]] name = "bench" harness = false [dependencies.bytemuck] version = "1.13.1" features = [ "derive", "min_const_generics", ] [dependencies.log] version = "0.4.19" [dependencies.wgpu] version = "22" [dev-dependencies.anyhow] version = "1.0.71" [dev-dependencies.criterion] version = "0.5.1" default-features = false [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.expect-test] version = "1.4.1" [dev-dependencies.fastrand] version = "2.0.0" [dev-dependencies.jpeg-encoder] version = "0.6.0" [dev-dependencies.linuxvideo] version = "0.3.0" [dev-dependencies.png] version = "0.17.10" [dev-dependencies.pollster] version = "0.3.0" [dev-dependencies.winit] version = "0.30.0" features = [ "x11", "rwh_06", ] default-features = false