# 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" rust-version = "1.66.1" name = "rawzeo" version = "0.0.1" authors = ["José Luis Cruz "] include = [ "/src/**/*.rs", "/Cargo.toml", "/README.md", "/LICENSE-*", ] publish = true description = "Decodes the raw data protocol of the Zeo headband." documentation = "https://docs.rs/rawzeo" readme = "README.md" keywords = [ "eeg", "brainwave", "headset", "neuroscience", ] categories = [ "api-bindings", "hardware-support", "encoding", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/joselius/rawzeo" resolver = "2" [package.metadata.docs.rs] [[bin]] name = "main" path = "src/main.rs" required-features = ["bin"] [dependencies.circular-buffer] version = "0.1.1" optional = true [dependencies.serialport] version = "4.2.0" optional = true [features] bin = [ "circular-buffer", "serialport", ] default = ["bin"] [badges.maintenance] status = "experimental"