# 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 = "burn-compute" version = "0.13.2" authors = [ "louisfd ", "Nathaniel Simard", ] description = "Compute crate that helps creating high performance async backends." readme = "README.md" keywords = [ "deep-learning", "machine-learning", "data", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/tracel-ai/burn/tree/main/burn-compute" [dependencies.burn-common] version = "0.13.2" default-features = false [dependencies.derive-new] version = "0.6.0" default-features = false [dependencies.dirs] version = "5.0.1" optional = true [dependencies.hashbrown] version = "0.14.2" [dependencies.log] version = "0.4.21" default-features = false [dependencies.md5] version = "0.7.0" optional = true [dependencies.serde] version = "1.0.197" features = [ "derive", "alloc", ] optional = true default-features = false [dependencies.serde_json] version = "1.0.115" features = ["std"] optional = true default-features = false [dependencies.spin] version = "0.9.8" features = [ "mutex", "spin_mutex", ] [dev-dependencies.rand] version = "0.8.5" features = ["std_rng"] default-features = false [dev-dependencies.serial_test] version = "3.0.0" [features] autotune-persistent-cache = [ "dirs", "md5", "serde", "serde_json", ] channel-cell = [] channel-mpsc = [] channel-mutex = [] default = [ "std", "channel-mutex", "channel-mpsc", "channel-cell", "storage-bytes", "autotune-persistent-cache", ] std = ["burn-common/std"] storage-bytes = [] [target."cfg(target_family = \"wasm\")".dependencies.web-time] version = "1.1.0"