rustymind 0.1.3

A driver, parser and real time plotter for NeuroSky MindWave EEG headset
Documentation
[[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"

[lib]
name = "rustymind"
path = "src/lib.rs"

[package]
authors = ["Junjun Dong <junjun.dong9@gmail.com>"]
description = "A driver, parser and real time plotter for NeuroSky MindWave EEG headset"
documentation = "https://docs.rs/rustymind"
edition = "2018"
homepage = "https://github.com/junjunjd/rustymind"
keywords = ["brainwave", "neuroscience", "BCI", "EEG", "NeuroSky"]
license-file = "LICENSE.md"
name = "rustymind"
repository = "https://github.com/junjunjd/rustymind"
version = "0.1.3"