[package]
edition = "2021"
name = "co2meter-rs"
version = "0.1.1"
description = "Rust library to iteract with co2meters. This is an implementation of the CO2meter python libary (https://github.com/vfilimonov/co2meter)"
readme = "README.md"
keywords = [
"co2",
"library",
"interface",
"meter",
]
license = "MIT"
repository = "https://github.com/zaporter/co2meter-rs"
resolver = "2"
[dependencies.hidapi]
version = "1.4.1"
[dependencies.serde]
version = "1.0.139"
features = ["derive"]
optional = true
[dependencies.serial_test]
version = "0.8.0"
[features]