# 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" 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.hf-hub] version = "0.3.0" [dependencies.rai-core] version = "0.11.0" [dependencies.rai-derive] version = "0.11.0" [dependencies.rai-nn] version = "0.11.0" [dependencies.rai-opt] version = "0.11.0" [dependencies.serde_json] version = "1.0.99" [features] accelerate = [ "rai-core/accelerate", "rai-nn/accelerate", "rai-opt/accelerate", ] candle-backend = [ "rai-core/candle-backend", "rai-nn/candle-backend", "rai-opt/candle-backend", ] cuda = [ "rai-core/cuda", "rai-nn/cuda", "rai-opt/cuda", ] cudnn = [ "rai-core/cudnn", "rai-nn/cudnn", "rai-opt/cudnn", ] debug-location = ["rai-core/debug-location"] default = ["candle-backend"] metal = [ "rai-core/metal", "rai-nn/metal", "rai-opt/metal", ] mkl = [ "rai-core/mkl", "rai-nn/mkl", "rai-opt/mkl", ]