# 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 = "blehr" version = "0.1.0" authors = ["Urho Laukkarinen "] description = "A library for reading heart rate from BLE heart rate devices." homepage = "https://github.com/urholaukkarinen/blehr" readme = "README.md" keywords = ["heartrate", "bluetooth", "ble", "hr", "sensor"] categories = ["hardware-support"] license-file = "LICENSE" repository = "https://github.com/urholaukkarinen/blehr" resolver = "2" [lib] name = "blehr" path = "src/lib.rs" [dependencies.bleasy] version = "0.1.0" [dependencies.futures] version = "0.3.17" [dependencies.log] version = "0.4.14" [dependencies.tokio] version = "1.11.0" features = ["rt"] [dependencies.uuid] version = "0.8.2" [dev-dependencies.tokio] version = "1.11.0" features = ["macros", "rt", "rt-multi-thread"]