sklears-utils 0.1.0-beta.1

Shared utilities for sklears: validation, data generation, helpers
Documentation
[[bench]]
name = "simd_metrics_bench"
path = "benches/simd_metrics_bench.rs"

[[bench]]
name = "utils_benchmarks"
path = "benches/utils_benchmarks.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.flate2]
optional = true
version = "1.1"

[dependencies.lazy_static]
version = "1.5"

[dependencies.num_cpus]
version = "1.17"

[dependencies.once_cell]
version = "1.21"

[dependencies.quick-xml]
features = ["serialize"]
optional = true
version = "0.38"

[dependencies.regex]
version = "1.12"

[dependencies.rustc_version_runtime]
version = "0.3"

[dependencies.scirs2-core]
default-features = false
features = ["random", "linalg"]
version = "0.1.1"

[dependencies.scirs2-stats]
default-features = false
version = "0.1.1"

[dependencies.serde]
features = ["derive", "derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_with]
optional = true
version = "3.12"

[dependencies.serde_yaml]
optional = true
version = "0.9"

[dependencies.sklears-core]
version = "0.1.0-beta.1"

[dependencies.sysinfo]
optional = true
version = "0.30"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
optional = true
version = "0.9"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.proptest]
version = "1.7"

[dev-dependencies.tempfile]
version = "3.24"

[features]
compression = ["flate2"]
default = ["std", "simd"]
formats = ["yaml", "toml_support", "xml"]
simd = []
std = ["sklears-core/std"]
sysinfo = ["dep:sysinfo"]
toml_support = ["toml", "serde_with"]
xml = ["quick-xml"]
yaml = ["serde_yaml"]

[lib]
name = "sklears_utils"
path = "src/lib.rs"

[package]
authors = ["COOLJAPAN OU (Team KitaSan)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science"]
description = "Shared utilities for sklears: validation, data generation, helpers"
edition = "2021"
homepage = "https://github.com/cool-japan/sklears"
keywords = ["machine-learning", "utilities", "helpers"]
license = "MIT OR Apache-2.0"
name = "sklears-utils"
readme = "README.md"
repository = "https://github.com/cool-japan/sklears"
rust-version = "1.70"
version = "0.1.0-beta.1"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.winapi]
features = ["handleapi", "memoryapi", "winnt", "handleapi", "memoryapi", "winnt"]
version = "0.3"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"