# 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 = "rai-opt" version = "0.11.0" authors = ["cksac "] description = "ML framework with Ergonomic APIs in Rust" homepage = "https://github.com/cksac/rai" readme = "README.md" keywords = [ "deep-learning", "machine-learning", "tensor", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/cksac/rai" [dependencies.rai-core] version = "0.11.0" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-test] version = "0.1" [features] accelerate = ["rai-core/accelerate"] candle-backend = ["rai-core/candle-backend"] cuda = ["rai-core/cuda"] cudnn = ["rai-core/cudnn"] default = ["candle-backend"] metal = ["rai-core/metal"] mkl = ["rai-core/mkl"]