# 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 = "aranet4" version = "0.1.0" authors = ["Logan Praneis "] description = "Read current and historical measurements from an Aranet4 CO2 Monitor over bluetooth" readme = "README.md" keywords = [ "aranet", "co2", ] license-file = "LICENSE" repository = "https://github.com/lpraneis/aranet4-rs" [dependencies.bincode] version = "1.3.3" [dependencies.btleplug] version = "0.9.1" [dependencies.byteorder] version = "1.4.3" [dependencies.chrono] version = "0.4.0" [dependencies.futures] version = "0.3.21" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_repr] version = "0.1.9" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.21.1" features = [ "rt", "macros", ] [dependencies.uuid] version = "0.8.2"