fdars-core 0.3.1

Functional Data Analysis algorithms in Rust
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.81"
name = "fdars-core"
version = "0.3.1"
authors = ["Simon Muller"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Functional Data Analysis algorithms in Rust"
homepage = "https://github.com/sipemu/fdars"
documentation = "https://docs.rs/fdars-core"
readme = "README.md"
keywords = [
    "functional-data",
    "statistics",
    "fda",
    "depth",
    "clustering",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/sipemu/fdars"

[features]
default = ["parallel"]
js = ["getrandom/js"]
linalg = [
    "faer",
    "anofox-regression",
]
parallel = ["rayon"]

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

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

[dependencies.anofox-regression]
version = "0.4"
optional = true

[dependencies.faer]
version = "0.23"
optional = true

[dependencies.getrandom]
version = "0.2"
optional = true

[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"
optional = true

[dependencies.rustfft]
version = "6.2"

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

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2"
features = ["js"]