# 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 = "sgpu-compute" version = "0.1.0" description = "Simple GPU-Compute using WebGPU" readme = "README.md" keywords = [ "webgpu", "gpu", "compute", "sgpu", ] license = "MIT" repository = "https://github.com/marcantoinem/sgpu-compute" [[bench]] name = "bench" harness = false [dependencies.bytemuck] version = "1.14" features = [ "min_const_generics", "derive", ] [dependencies.flume] version = "0.11.0" [dependencies.pollster] version = "0.3.0" optional = true [dependencies.wgpu] version = "0.19" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.pollster] version = "0.3.0" features = ["macro"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rayon] version = "1.9" [features] blocking = ["dep:pollster"] default = ["blocking"]