[package]
name = "ghostflow-data"
version = "1.0.0"
edition = "2021"
description = "Data loading utilities for GhostFlow ML framework"
license = "MIT OR Apache-2.0"
repository = "https://github.com/choksi2212/ghost-flow"
homepage = "https://github.com/choksi2212/ghost-flow"
documentation = "https://docs.rs/ghostflow-data"
keywords = ["data-loading", "dataset", "machine-learning", "preprocessing"]
categories = ["science", "algorithms"]
readme = "../README.md"
[dependencies]
ghostflow-core = { version = "1.0.0", path = "../ghostflow-core" }
rand = "0.8"
rayon = "1.8"