# 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-opt" version = "0.3.0" authors = ["Genna Wingert"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Compiler optimizations 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-opt" [lib] name = "cubecl_opt" path = "src/lib.rs" [dependencies.cubecl-common] version = "0.3.0" default-features = false [dependencies.cubecl-core] version = "0.3.0" default-features = false [dependencies.float-ord] version = "0.3" [dependencies.log] version = "0.4" [dependencies.num] version = "0.4" [dependencies.petgraph] version = "0.6" [dependencies.smallvec] version = "1" features = [ "union", "const_generics", ] [dependencies.stable-vec] version = "0.4" [features] default = [ "std", "cubecl-common/default", "cubecl-core/default", ] std = [ "cubecl-common/std", "cubecl-core/std", ]