ninterp 0.8.2

Numerical interpolation for N-dimensional rectilinear grids
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 = "2021"
name = "ninterp"
version = "0.8.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Numerical interpolation for N-dimensional rectilinear grids"
readme = "README.md"
keywords = [
    "interpolation",
    "multidimensional",
    "multilinear",
    "numerical",
    "linear",
]
categories = ["mathematics"]
license = "BSD-3-Clause"
repository = "https://github.com/NREL/ninterp"

[features]
serde = [
    "dep:serde",
    "ndarray/serde",
    "dep:serde_unit_struct",
]

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

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

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

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

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

[[bench]]
name = "benchmark"
path = "benches/benchmark.rs"
harness = false

[dependencies.dyn-clone]
version = "1"

[dependencies.itertools]
version = "0.13.0"

[dependencies.ndarray]
version = "0.17.1"

[dependencies.num-traits]
version = "0.2.15"

[dependencies.serde]
version = "1.0.103"
features = ["derive"]
optional = true

[dependencies.serde_unit_struct]
version = "0.1.3"
optional = true

[dependencies.thiserror]
version = "1.0.1"

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

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

[dev-dependencies.ndarray-rand]
version = "0.16.0"

[dev-dependencies.serde_json]
version = "1.0.140"

[dev-dependencies.uom]
version = "0.36.0"