# 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 = "lib-polar-h10" version = "0.1.1" authors = ["Wzh "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A lib for get heart rate from Polar H10" readme = "README.md" keywords = [ "Polar", "H10", "ble", "heart", "rate", ] license = "MIT" repository = "https://github.com/wzh19960613/lib-polar-h10" [lib] name = "lib_polar_h10" path = "src/lib.rs" [dependencies.btleplug] version = "0.11.5" [dependencies.futures] version = "0.3.31" [dependencies.tokio] version = "1.40.0" [dependencies.uuid] version = "1.10.0" [features] tokio-rt = [ "tokio/rt-multi-thread", "tokio/macros", ]