[go: up one dir, main page]

enterpolation 0.3.0

A library for creating and computing interpolations, extrapolations and smoothing of generic data points.
Documentation
[badges.maintenance]
status = "actively-developed"

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

[dependencies.num-traits]
default-features = false
version = "0.2.19"

[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0.219"

[dependencies.topology-traits]
default-features = false
version = "0.1.2"

[dev-dependencies.assert_float_eq]
default-features = false
version = "1.1.4"

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

[dev-dependencies.image]
version = "0.25.6"

[dev-dependencies.palette]
version = "0.7.6"

[features]
bezier = []
bspline = []
default = ["std", "linear", "bezier", "bspline"]
libm = ["num-traits/libm", "topology-traits/libm"]
linear = []
serde = ["dep:serde"]
std = ["num-traits/std", "assert_float_eq/std", "topology-traits/std", "serde?/std"]

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

[package]
authors = ["Nicolas Klenert <klenert.nicolas@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["graphics", "mathematics", "no-std"]
description = "A library for creating and computing interpolations, extrapolations and smoothing of generic data points."
documentation = "https://docs.rs/enterpolation"
edition = "2024"
exclude = ["examples/*", ".gitignore", "CHANGELOG.md", "CONTRIBUTING.md"]
keywords = ["interpolation", "curve", "spline", "bezier", "nurbs"]
license = "MIT OR Apache-2.0"
name = "enterpolation"
readme = "README.md"
repository = "https://github.com/NicolasKlenert/enterpolation"
version = "0.3.0"

[package.metadata.cargo-all-features]
always_include_features = [["std", "libm"]]
max_combination_size = 4
skip_feature_sets = [["std", "libm"]]