# 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 = "cubecl-wgpu" version = "0.3.0" authors = ["nathanielsimard "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "WGPU runtime for the CubeCL" readme = "README.md" keywords = [ "gpu", "wgpu", "webgpu", "gpgpu", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-wgpu" [lib] name = "cubecl_wgpu" path = "src/lib.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "main" path = "tests/main.rs" [dependencies.ash] version = "0.38" optional = true [dependencies.async-channel] version = "2.3" [dependencies.bytemuck] version = "1.16.1" [dependencies.cubecl-common] version = "0.3.0" default-features = false [dependencies.cubecl-core] version = "0.3.0" default-features = false [dependencies.cubecl-runtime] version = "0.3.0" features = ["channel-mutex"] default-features = false [dependencies.cubecl-spirv] version = "0.3.0" optional = true [dependencies.derive-new] version = "0.6.0" default-features = false [dependencies.hashbrown] version = "0.14.5" [dependencies.log] version = "0.4.22" default-features = false [dependencies.sanitize-filename] version = "0.5" optional = true [dependencies.web-time] version = "1.1.0" [dependencies.wgpu] version = "22.0.0" features = ["fragile-send-sync-non-atomic-wasm"] [dev-dependencies.cubecl-core] version = "0.3.0" features = ["export_tests"] [dev-dependencies.cubecl-linalg] version = "0.3.0" features = ["export_tests"] [dev-dependencies.pretty_assertions] version = "1.4" [build-dependencies.cfg_aliases] version = "0.2.1" [features] default = [ "cubecl-runtime/default", "cubecl-common/default", "cubecl-core/default", ] exclusive-memory-only = [] spirv = [ "cubecl-spirv", "ash", ] spirv-dump = ["sanitize-filename"] std = [ "cubecl-runtime/std", "cubecl-common/std", "cubecl-core/std", ]