# 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-fusion" version = "0.15.0" authors = ["nathanielsimard "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Kernel fusion backend decorator for the Burn framework" documentation = "https://docs.rs/burn-fusion" 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/crates/burn-fusion" [package.metadata.docs.rs] features = ["doc"] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "burn_fusion" path = "src/lib.rs" [dependencies.burn-common] version = "0.15.0" [dependencies.burn-tensor] version = "0.15.0" [dependencies.derive-new] version = "0.6.0" default-features = false [dependencies.half] version = "2.4.1" features = [ "alloc", "num-traits", "serde", ] default-features = false [dependencies.hashbrown] version = "0.15.0" [dependencies.log] version = "0.4.22" default-features = false [dependencies.serde] version = "1.0.210" features = [ "derive", "alloc", ] default-features = false [dependencies.spin] version = "0.9.8" features = [ "mutex", "spin_mutex", "portable-atomic", ] [features] default = ["std"] doc = ["default"] std = ["serde/std"]