gam-test-support 0.3.127

Shared test-support helpers (FD harness, fixtures, reference-tool + CLI harnesses) for the gam workspace
# 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-test-support"
version = "0.3.127"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared test-support helpers (FD harness, fixtures, reference-tool + CLI harnesses) for the gam workspace"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/SauersML/gam"

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

[dependencies.csv]
version = "1.4.0"

[dependencies.faer]
version = "0.24.0"

[dependencies.gam-linalg]
version = "=0.3.127"

[dependencies.gam-models]
version = "=0.3.127"

[dependencies.gam-problem]
version = "=0.3.127"

[dependencies.gam-terms]
version = "=0.3.127"

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

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

[lints.rust]
warnings = "deny"