# 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-autodiff" version = "0.15.0" authors = ["nathanielsimard "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Automatic differentiation backend for the Burn framework" documentation = "https://docs.rs/burn-autodiff" 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-autodiff" [package.metadata.docs.rs] features = ["default"] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "burn_autodiff" path = "src/lib.rs" [dependencies.burn-common] version = "0.15.0" [dependencies.burn-tensor] version = "0.15.0" default-features = false [dependencies.burn-tensor-testgen] version = "0.15.0" optional = true [dependencies.derive-new] version = "0.6.0" default-features = false [dependencies.log] version = "0.4.22" default-features = false [dependencies.spin] version = "0.9.8" features = [ "mutex", "spin_mutex", "portable-atomic", ] [dev-dependencies.burn-tensor] version = "0.15.0" features = ["export_tests"] default-features = false [features] async = [] default = ["std"] export_tests = ["burn-tensor-testgen"] std = []