data_table 0.22.0

A lightweight Rust data table structure supporting numeric columns and categorical factors.
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"
name = "data_table"
version = "0.22.0"
authors = ["Stefan Lang"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight Rust data table structure supporting numeric columns and categorical factors."
homepage = "https://github.com/stela2502/rust_data_table"
documentation = "https://docs.rs/stela_data_table"
readme = "README.md"
keywords = [
    "dataframe",
    "table",
    "statistics",
    "bioinformatics",
]
categories = [
    "data-structures",
    "science",
]
license = "MIT"
repository = "https://github.com/stela2502/rust_data_table"

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

[[bin]]
name = "generate_json"
path = "src/bin/generate_json.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.clap]
version = "4.5.50"

[dependencies.csv]
version = "1.4.0"

[dependencies.ndarray]
version = "0.16.1"

[dependencies.ordered-float]
version = "5.1.0"

[dependencies.rand]
version = "0.9.2"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tempfile]
version = "3.23.0"

[dev-dependencies.clap]
version = "4"
features = ["derive"]

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