# 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-datasets" 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.image] version = "0.24.7" features = [ "jpeg", "png", ] default-features = false [dependencies.parquet] version = "50.0.0" [dependencies.rai] version = "0.11.0" [dependencies.thiserror] version = "1.0.51"