[package] name = "lib-polar-h10" version = "0.1.1" edition = "2021" authors = ["Wzh "] description = "A lib for get heart rate from Polar H10" license = "MIT" keywords = ["Polar", "H10", "ble", "heart", "rate"] repository = "https://github.com/wzh19960613/lib-polar-h10" readme = "README.md" [dependencies] btleplug = "0.11.5" futures = "0.3.31" tokio = "1.40.0" uuid = "1.10.0" [features] tokio-rt = ["tokio/rt-multi-thread", "tokio/macros"]