# 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-runtime" version = "0.3.0" authors = [ "louisfd ", "Nathaniel Simard", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Crate that helps creating high performance async runtimes for CubeCL." readme = "README.md" keywords = [ "deep-learning", "machine-learning", "data", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-runtime" [lib] name = "cubecl_runtime" path = "src/lib.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [[bench]] name = "dynamic" path = "benches/dynamic.rs" harness = false [dependencies.async-channel] version = "2.3" optional = true [dependencies.async-lock] version = "3.4.0" [dependencies.cubecl-common] version = "0.3.0" default-features = false [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 [dev-dependencies.rand] version = "0.8.5" features = ["std_rng"] default-features = false [dev-dependencies.serial_test] version = "3.1.1" [build-dependencies.cfg_aliases] version = "0.2.1" [features] channel-cell = [] channel-mpsc = ["dep:async-channel"] channel-mutex = [] default = [ "std", "channel-mutex", "channel-mpsc", "channel-cell", "storage-bytes", "cubecl-common/default", ] exclusive-memory-only = [] std = ["cubecl-common/std"] storage-bytes = [] [target.'cfg(any(target_os = "windows", target_os = "linux", target_os = "macos"))'.dependencies.dirs] version = "5.0.1" [target.'cfg(any(target_os = "windows", target_os = "linux", target_os = "macos"))'.dependencies.md5] version = "0.7.0" [target.'cfg(any(target_os = "windows", target_os = "linux", target_os = "macos"))'.dependencies.sanitize-filename] version = "0.5" [target.'cfg(any(target_os = "windows", target_os = "linux", target_os = "macos"))'.dependencies.serde] version = "1.0.204" features = [ "derive", "alloc", ] default-features = false [target.'cfg(any(target_os = "windows", target_os = "linux", target_os = "macos"))'.dependencies.serde_json] version = "1.0.119" features = ["std"] default-features = false [target.'cfg(not(target_has_atomic = "ptr"))'.dependencies.spin] version = "0.9.8" features = [ "mutex", "spin_mutex", "mutex", "spin_mutex", "portable_atomic", ] [target.'cfg(target_family = "wasm")'.dependencies.wasm-bindgen-futures] version = "0.4.45" [target.'cfg(target_has_atomic = "ptr")'.dependencies.spin] version = "0.9.8" features = [ "mutex", "spin_mutex", "mutex", "spin_mutex", ]