# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rustymind" version = "0.1.3" authors = ["Junjun Dong "] description = "A driver, parser and real time plotter for NeuroSky MindWave EEG headset" homepage = "https://github.com/junjunjd/rustymind" documentation = "https://docs.rs/rustymind" keywords = ["brainwave", "neuroscience", "BCI", "EEG", "NeuroSky"] license-file = "LICENSE.md" repository = "https://github.com/junjunjd/rustymind" [lib] name = "rustymind" path = "src/lib.rs" [[bin]] name = "rustymind" path = "src/main.rs" [[bin]] name = "rustymind-plot" path = "src/plot.rs" [dependencies.clap] version = "2" [dependencies.ctrlc] version = "3" [dependencies.env_logger] version = "0" [dependencies.hex] version = "0" [dependencies.log] version = "0" [dependencies.minifb] version = "0" [dependencies.plotters] version = "0" [dependencies.plotters-bitmap] version = "0" [dependencies.serialport] version = "4" [dev-dependencies.pretty_assertions] version = "0"