# 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-spirv" version = "0.3.0" authors = ["Genna Wingert"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SPIR-V compiler for CubeCL" readme = "README.md" keywords = [ "gpu", "compiler", ] categories = ["algorithms"] license = "MIT OR Apache-2.0" repository = "https://github.com/tracel-ai/cubecl/tree/main/cubecl-spirv" [lib] name = "cubecl_spirv" path = "src/lib.rs" [dependencies.cubecl-common] version = "0.3.0" default-features = false [dependencies.cubecl-core] version = "0.3.0" [dependencies.cubecl-opt] version = "0.3.0" [dependencies.cubecl-runtime] version = "0.3.0" features = ["channel-mutex"] default-features = false [dependencies.hashbrown] version = "0.14.5" [dependencies.rspirv] version = "0.12" [features] default = [ "std", "cubecl-common/default", "cubecl-core/default", "cubecl-runtime/default", ] std = [ "cubecl-common/std", "cubecl-core/std", "cubecl-runtime/std", ]