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