# 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-linalg" version = "0.3.0" authors = [ "nathanielsimard ", "louisfd ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CubeCL Linear Algebra Library." readme = "README.md" keywords = [] categories = [ "science", "mathematics", "algorithms", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tracel-ai/cubecl/tree/main/cubecl-linalg" [lib] name = "cubecl_linalg" path = "src/lib.rs" [dependencies.bytemuck] version = "1.16.1" [dependencies.cubecl-core] version = "0.3.0" default-features = false [dependencies.cubecl-runtime] version = "0.3.0" default-features = false [dependencies.half] version = "2.4.1" features = [ "alloc", "num-traits", "serde", "bytemuck", ] default-features = false [dependencies.pretty_assertions] version = "1.4" optional = true [dev-dependencies.trybuild] version = "1" [features] default = [ "std", "cubecl-runtime/default", "cubecl-core/default", ] export_tests = ["pretty_assertions"] std = [ "cubecl-runtime/std", "cubecl-core/std", ]