# 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 = "aranet" version = "0.2.0" authors = ["Miguel Piedrafita "] description = "Read current measurements from an Aranet4 device." readme = "README.md" keywords = [ "aranet", "co2", "air-quality", ] license = "MIT" repository = "https://github.com/m1guelpf/aranet-rs" [dependencies.btleplug] version = "0.11.4" [dependencies.byteorder] version = "1.5.0" [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.35.1" features = ["macros"] [dependencies.uuid] version = "1.6.1" features = ["v4"] [dev-dependencies.tokio] version = "1.35.1" features = ["full"]