# 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-candle" version = "0.15.0" authors = ["louisfd "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Candle backend for the Burn framework" documentation = "https://docs.rs/burn-candle" 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-candle" [package.metadata.docs.rs] features = ["doc"] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "burn_candle" path = "src/lib.rs" [dependencies.burn-tensor] version = "0.15.0" default-features = false [dependencies.candle-core] version = "0.6.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 [dev-dependencies.burn-autodiff] version = "0.15.0" features = ["export_tests"] default-features = false [dev-dependencies.burn-tch] version = "0.15.0" features = [] default-features = false [dev-dependencies.burn-tensor] version = "0.15.0" features = ["export_tests"] default-features = false [features] accelerate = ["candle-core/accelerate"] cuda = ["candle-core/cuda"] default = ["std"] doc = ["default"] metal = ["candle-core/metal"] std = []