23 lines
540 B
TOML
23 lines
540 B
TOML
[package]
|
|
name = "rtx-neuro-inverse"
|
|
version = "1.0.0"
|
|
edition = "2024"
|
|
rust-version = "1.92"
|
|
description = "Inverse solutions for MEG/EEG source localization"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/rustytorch/rustytorch"
|
|
keywords = ["neuroscience", "meg", "eeg", "source-localization", "mne"]
|
|
categories = ["science", "mathematics"]
|
|
|
|
[dependencies]
|
|
thiserror = "1.0"
|
|
nalgebra = "0.33"
|
|
rayon = "1.10"
|
|
rtx-neuro-forward = { path = "../rtx-neuro-forward" }
|
|
|
|
[dev-dependencies]
|
|
approx = "0.5"
|
|
|
|
[lints]
|
|
workspace = true
|