[package] name = "candlelighter" version = "0.4.0" edition = "2021" authors = ["Dirk Bangel "] description = "A Keras like abstraction layer on top of the Rust ML framework candle" readme = "README.md" documentation = "https://github.com/BDUG/Lighter" homepage = "https://github.com/BDUG/Lighter" repository= "https://github.com/BDUG/Lighter" license = "MPL-2.0" license-file = "LICENSE" keywords = ["machine","learning","ML","candle","KERAS"] categories = ["science", "hardware-support","development-tools","computer-vision","algorithms"] exclude = [".github/", ".*", ".vscode/","target/*","Cargo.lock"] [lib] name = "candlelighter" path = "./lib/mod.rs" [dependencies] ndarray = { version = "0.15.6", features = ["serde"] } ndarray-rand = "0.14.0" rand = "0.8.5" serde = { version = "1.0.145", features = ["derive"] } savefile="0.16.5" savefile-derive="0.16.5" candle-core = "0.4.1" candle-nn = "0.4.1" serde_json = "1.0.109" anyhow = "1.0.79" terminal-menu = "3.0.0" candle-ext = "0.1.7" multiarray = "0.1.3" candle-transformers = "0.4.1"