[dependencies.async-trait]
version = "0.1"
[dependencies.btleplug]
version = "0.9"
[dependencies.chrono]
version = "0.4"
[dependencies.futures]
version = "0.3"
[dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread"]
version = "1.10.0"
[dependencies.tokio-stream]
features = ["sync"]
version = "0.1"
[dependencies.uuid]
version = "0.8"
[dev-dependencies.tokio-test]
version = "0.4"
[lib]
name = "arctic"
path = "src/lib.rs"
[package]
authors = ["Maiddog <maiddogsrl@gmail.com>", "BeaconBrigade <beaconbrigade@gmail.com>"]
description = "A Rust libary for handling bluetooth Polar heart rate monitors"
documentation = "https://docs.rs/arctic"
edition = "2021"
homepage = "https://github.com/Roughsketch/arctic"
keywords = ["polar", "bluetooth", "heartrate"]
license = "MIT"
name = "arctic"
readme = "README.md"
repository = "https://github.com/Roughsketch/arctic.git"
resolver = "2"
version = "1.0.0"