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