dataset-core 0.2.0

A generic, thread-safe dataset container with lazy loading and caching, plus optional utility helpers
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.88.0"
name = "dataset-core"
version = "0.2.0"
authors = ["SomeB1oody <stanyin64@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A generic, thread-safe dataset container with lazy loading and caching, plus optional utility helpers"
documentation = "https://docs.rs/dataset-core"
readme = "README.md"
keywords = [
    "dataset",
    "lazy-loading",
    "caching",
    "data",
    "machine-learning",
]
categories = [
    "caching",
    "data-structures",
    "science",
]
license = "MIT"
repository = "https://github.com/SomeB1oody/dataset-core"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[package.metadata.playground]
features = []

[features]
utils = [
    "dep:ureq",
    "dep:zip",
    "dep:tempfile",
    "dep:sha2",
    "dep:thiserror",
]

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

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

[dependencies.sha2]
version = "0.11.0"
optional = true

[dependencies.tempfile]
version = "3.27.0"
optional = true

[dependencies.thiserror]
version = "2.0.18"
optional = true

[dependencies.ureq]
version = "3.3.0"
optional = true

[dependencies.zip]
version = "8.5.1"
optional = true

[dev-dependencies.zip]
version = "8.5.1"