gam-data 0.3.126

Data ingestion and encoding foundation crate for the gam penalized-likelihood engine
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.93"
name = "gam-data"
version = "0.3.126"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Data ingestion and encoding foundation crate for the gam penalized-likelihood engine"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/SauersML/gam"

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

[dependencies.arrow]
version = "54"
features = ["ffi"]
default-features = false

[dependencies.csv]
version = "1.4.0"

[dependencies.log]
version = "0.4.29"

[dependencies.ndarray]
version = "0.17.2"
features = [
    "serde",
    "rayon",
]

[dependencies.parquet]
version = "54"
features = [
    "arrow",
    "snap",
    "zstd",
    "lz4",
]
default-features = false

[dependencies.rayon]
version = "1.12.0"

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

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

[lints.rust]
warnings = "deny"