matten-data 0.20.4

Experimental table-to-Tensor preparation companion for matten (small PoC datasets).
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.85"
name = "matten-data"
version = "0.20.4"
authors = ["nabbisen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Experimental table-to-Tensor preparation companion for matten (small PoC datasets)."
readme = "README.md"
keywords = [
    "tensor",
    "table",
    "csv",
    "data",
    "matten",
]
categories = [
    "science",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/nabbisen/matten"

[features]
csv = ["dep:csv"]
default = ["csv"]

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

[[example]]
name = "csv_to_tensor"
path = "examples/csv_to_tensor.rs"
required-features = ["csv"]

[dependencies.csv]
version = "1.3"
optional = true

[dependencies.matten]
version = "0.20"
default-features = false