27 lines
771 B
TOML
27 lines
771 B
TOML
[package]
|
|
name = "hanzo-datasets"
|
|
version = "0.11.8"
|
|
edition = "2021"
|
|
description = "Multi-backend tensor & ML framework for Rust — part of the Hanzo ML stack."
|
|
repository = "https://github.com/hanzoai/ml"
|
|
keywords = ["blas", "tensor", "machine-learning"]
|
|
categories = ["science"]
|
|
license = "BSD-3-Clause OR Apache-2.0"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
byteorder = { workspace = true }
|
|
hanzo-ml = { workspace = true }
|
|
hanzo-nn = { workspace = true }
|
|
hf-hub = { workspace = true}
|
|
intel-mkl-src = { workspace = true, optional = true }
|
|
memmap2 = { workspace = true }
|
|
tokenizers = { workspace = true, features = ["onig"] }
|
|
rand = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
parquet = { workspace = true}
|
|
image = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|