[dependencies.axonml-core]
version = "0.2.0"
[dependencies.axonml-tensor]
version = "0.2.0"
[dependencies.rand]
version = "0.8"
[dependencies.rayon]
version = "1.8"
[lib]
name = "axonml_data"
path = "src/lib.rs"
[package]
authors = ["AutomataNexus Development Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Data loading utilities for the Axonml ML framework"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "axonml-data"
readme = "README.md"
rust-version = "1.75"
version = "0.2.0"