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

22 lines
495 B
TOML

[package]
name = "rtx-neuro-forward"
version = "1.0.0"
edition = "2024"
rust-version = "1.92"
description = "Forward modeling for MEG/EEG source localization"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustytorch/rustytorch"
keywords = ["neuroscience", "meg", "eeg", "forward-model", "source-localization"]
categories = ["science", "mathematics"]
[dependencies]
thiserror = "1.0"
nalgebra = "0.33"
rayon = "1.10"
[dev-dependencies]
approx = "0.5"
[lints]
workspace = true