# 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-core" version = "0.3.0" authors = [ "nathanielsimard ", "louisfd ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CubeCL core create" readme = "README.md" keywords = [] categories = [ "science", "mathematics", "algorithms", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tracel-ai/cubecl/tree/main/cubecl-cube" [lib] name = "cubecl_core" path = "src/lib.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.bytemuck] version = "1.16.1" [dependencies.cubecl-common] version = "0.3.0" default-features = false [dependencies.cubecl-macros] version = "0.3.0" default-features = false [dependencies.cubecl-runtime] version = "0.3.0" default-features = false [dependencies.derive-new] version = "0.6.0" default-features = false [dependencies.half] version = "2.4.1" features = [ "alloc", "num-traits", "serde", "bytemuck", ] default-features = false [dependencies.log] version = "0.4.22" default-features = false [dependencies.num-traits] version = "0.2.19" features = ["libm"] default-features = false [dependencies.paste] version = "1.0.15" [dependencies.serde] version = "1.0.204" features = [ "derive", "alloc", ] default-features = false [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.trybuild] version = "1" [features] default = ["cubecl-runtime/default"] export_tests = [] std = ["cubecl-runtime/std"] template = []