Files
rustytorch/crates/specialized/rtx-neuro-connectivity/Cargo.toml
T
2026-03-04 00:08:42 +00:00

17 lines
311 B
TOML

[package]
name = "rtx-neuro-connectivity"
version = "1.0.0"
edition = "2024"
description = "Functional and effective connectivity analysis for MEG/EEG"
license = "MIT OR Apache-2.0"
[dependencies]
thiserror = "1.0"
nalgebra = "0.33"
rustfft = "6.4"
rayon = "1.10"
num-complex = "0.4"
[lints]
workspace = true