# 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 = "polar-arctic" version = "0.1.1" authors = ["BeaconBrigade "] description = "An app for displaying and storing data from the Polar H10" homepage = "https://github.com/BeaconBrigade/polar-arctic" documentation = "https://docs.rs/polar-arctic/latest/polar-arctic" readme = "README.md" keywords = [ "ble", "heartrate", "H10", "Polar", ] license = "Apache-2.0" repository = "https://github.com/BeaconBrigade/polar-arctic.git" resolver = "2" [dependencies.arctic] version = "1.0.0" [dependencies.chrono] version = "0.4.22" [dependencies.futures] version = "0.3.24" [dependencies.iced] version = "0.4" features = [ "tokio", "canvas", "pure", ] [dependencies.iced_aw] version = "0.2" features = [ "card", "pure", "modal", ] [dependencies.plotters] version = "0.3" [dependencies.plotters-iced] version = "0.3" [dependencies.rev_lines] version = "0.2.1" [dependencies.tokio] version = "1.21.1" features = ["full"]