gam-terms 0.3.152

Smooth-term basis construction and penalty assembly 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.97"
name = "gam-terms"
version = "0.3.152"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Smooth-term basis construction and penalty assembly for the gam penalized-likelihood engine"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/SauersML/gam"

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

[[example]]
name = "probe_2420_farthest_point"
path = "examples/probe_2420_farthest_point.rs"

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.faer]
version = "0.24.0"

[dependencies.gam-data]
version = "=0.3.150"

[dependencies.gam-geometry]
version = "=0.3.152"

[dependencies.gam-gpu]
version = "=0.3.152"

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

[dependencies.gam-math]
version = "=0.3.152"

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

[dependencies.gam-runtime]
version = "=0.3.152"

[dependencies.gam-spec]
version = "=0.3.152"

[dependencies.log]
version = "0.4.29"

[dependencies.memmap2]
version = "0.9.10"

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

[dependencies.npyz]
version = "0.9.1"

[dependencies.pest]
version = "2.8.6"

[dependencies.pest_derive]
version = "2.8.6"

[dependencies.rayon]
version = "1.12.0"

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

[dependencies.serde_json]
version = "1.0.149"
features = ["float_roundtrip"]

[dependencies.smallvec]
version = "1"

[dependencies.statrs]
version = "0.19.0"

[dependencies.wide]
version = "1.5"

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

[dev-dependencies.num-dual]
version = "0.14.1"

[dev-dependencies.rand]
version = "0.10.1"

[target.'cfg(target_os = "linux")'.dependencies.cudarc]
version = "0.19.8"
features = [
    "std",
    "driver",
    "runtime",
    "nvrtc",
    "cublas",
    "cublaslt",
    "cusparse",
    "cusolver",
    "cusolvermg",
    "curand",
    "nvtx",
    "cupti",
    "fallback-dynamic-loading",
    "cuda-12000",
]
default-features = false

[lints.rust]
warnings = "deny"