[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 = "2" nalgebra = "0.33" rustfft = "6.4" rayon = "1.10" num-complex = "0.4" [lints] workspace = true