# 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 = "aircontrol" version = "1.0.0" authors = ["Dennis Eisermann"] description = "This Rust module provides a high-level interface for interacting with Dostmann TFA AIRCO2NTROL Mini and Coach devices, focusing on monitoring environmental parameters like CO2 levels, temperature, and humidity. It utilizes the hidapi library for cross-platform HID communication, ensuring a structured and multithreaded approach to data acquisition and event handling." readme = "README.md" keywords = [ "TFA", "Dostmann", "AIRCO2NTROL", "mini", "coach", ] categories = [ "hardware-interface", "sensors", "iot", "cross-plattform", "CO2", ] license = "MIT" repository = "https://github.com/DJE98/aircontrol" [dependencies.chrono] version = "0.4.31" [dependencies.hidapi] version = "2.5.1"