# 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" name = "rusty-brain" version = "0.0.1" authors = ["Cosmin-Gabriel Georgescu"] description = "The Rust crate with everything your brain needs!" keywords = ["EEG"] categories = ["science::neuroscience"] license = "Apache-2.0" repository = "https://github.com/CosminGGeorgescu/rusty-brain" [dependencies.nalgebra] version = "0.33.0" [dependencies.ndarray] version = "0.16.0" [dependencies.rust-ini] version = "0.21.1"