numra-interp 0.1.4

Interpolation for Numra: linear, cubic spline (natural/clamped/not-a-knot), PCHIP, Akima, barycentric Lagrange.
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"
rust-version = "1.83"
name = "numra-interp"
version = "0.1.4"
authors = ["Moussa <mlablouba@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interpolation for Numra: linear, cubic spline (natural/clamped/not-a-knot), PCHIP, Akima, barycentric Lagrange."
homepage = "https://numra-rs.org"
documentation = "https://docs.rs/numra"
readme = "README.md"
keywords = [
    "interpolation",
    "spline",
    "pchip",
    "akima",
    "barycentric",
]
categories = [
    "mathematics",
    "science",
    "algorithms",
]
license = "LicenseRef-Numra-Academic-Research-NonCommercial"
repository = "https://github.com/moussaoutlook/numra-rs"

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

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

[dependencies.numra-core]
version = "0.1.4"

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