[dependencies.interp]
version = "1"
[dependencies.nalgebra]
default-features = false
features = ["libm", "macros", "alloc"]
version = "0.32"
[dev-dependencies.approx]
version = "0.5"
[dev-dependencies.plotters]
version = "0.3"
[features]
default = ["std"]
std = ["nalgebra/std"]
[package]
authors = ["KmolYuan <pyslvs@gmail.com>"]
categories = ["algorithm", "no-std"]
description = "2D/3D Elliptical Fourier Descriptor (EFD) implementation in Rust."
edition = "2021"
keywords = ["efd", "elliptical", "fourier-descriptor", "algorithm"]
license = "MIT"
name = "efd"
readme = "README.md"
repository = "https://github.com/KmolYuan/efd-rs"
version = "3.2.4"