[package] name = "rai-datasets" authors = ["cksac "] description = "ML framework with Ergonomic APIs in Rust" keywords = ["deep-learning", "machine-learning", "tensor"] version.workspace = true edition.workspace = true license.workspace = true readme.workspace = true categories.workspace = true repository = "https://github.com/cksac/rai" homepage = "https://github.com/cksac/rai" [dependencies] rai = { workspace = true } thiserror = { workspace = true } hf-hub = { workspace = true } parquet = { workspace = true} image = { workspace = true }