co2meter-rs 0.1.1

Rust library to iteract with co2meters. This is an implementation of the CO2meter python libary (https://github.com/vfilimonov/co2meter)
Documentation
# 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 = "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]