[[bench]]
harness = false
name = "easing_bench"
path = "benches/bench.rs"
[[bin]]
name = "demo"
path = "src/bin/demo.rs"
required-features = ["nightly", "demo"]
[dependencies.num-traits]
version = "0.2"
[dependencies.plotters]
optional = true
version = "0.3"
[dev-dependencies.approx]
version = "0.5.1"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.7"
[dev-dependencies.paste]
version = "1.0"
[features]
default = []
demo = ["plotters"]
nightly = []
[lib]
name = "nova_easing"
path = "src/lib.rs"
[package]
authors = ["Tim Blechmann <tim@klingt.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A collection of generic easing functions, supporting portable SIMD."
documentation = "https://docs.rs/nova-easing"
edition = "2024"
homepage = "https://github.com/timblechmann/nova-easing"
keywords = ["easing", "interpolation", "animation", "simd", "portable-simd"]
license = "MIT"
name = "nova-easing"
readme = "README.md"
repository = "https://github.com/timblechmann/nova-easing.git"
version = "0.1.0"