awear 0.2.0

Rust client for AWEAR EEG devices over BLE using btleplug
Documentation
# 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 = "awear"
version = "0.2.0"
authors = ["Eugene Hauptmann"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust client for AWEAR EEG devices over BLE using btleplug"
homepage = "https://github.com/eugenehp/awear-rs"
documentation = "https://docs.rs/awear"
readme = "README.md"
keywords = [
    "exg",
    "eeg",
    "ble",
    "awear",
]
license = "GPL-3.0"
repository = "https://github.com/eugenehp/awear-rs"

[features]
default = ["tui"]
tui = [
    "dep:ratatui",
    "dep:crossterm",
]

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

[[bin]]
name = "awear-rs"
path = "src/main.rs"

[[bin]]
name = "tui"
path = "src/bin/tui.rs"
required-features = ["tui"]

[dependencies.anyhow]
version = "1"

[dependencies.btleplug]
version = "0.11.8"

[dependencies.crossterm]
version = "0.29"
optional = true

[dependencies.env_logger]
version = "0.11"

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.log]
version = "0.4"

[dependencies.ratatui]
version = "0.30.0"
features = ["crossterm"]
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.uuid]
version = "1"
features = ["v4"]