[dependencies.anofox-regression]
version = "0.4"
[dependencies.faer]
version = "0.23"
[dependencies.nalgebra]
version = "0.33"
[dependencies.num-complex]
version = "0.4"
[dependencies.rand]
version = "0.8"
[dependencies.rand_distr]
version = "0.4"
[dependencies.rayon]
version = "1.10"
[dependencies.rustfft]
version = "6.2"
[lib]
name = "fdars_core"
path = "src/lib.rs"
[package]
authors = ["Simon Muller"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "mathematics"]
description = "Functional Data Analysis algorithms in Rust"
documentation = "https://docs.rs/fdars-core"
edition = "2021"
homepage = "https://github.com/sipemu/fdars"
keywords = ["functional-data", "statistics", "fda", "depth", "clustering"]
license = "MIT"
name = "fdars-core"
readme = "README.md"
repository = "https://github.com/sipemu/fdars"
rust-version = "1.70"
version = "0.2.0"