co2mon 1.0.0

Driver for the Holtek ZyTemp CO₂ USB HID sensors
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "co2mon"
version = "1.0.0"
authors = ["Laurențiu Nicola <lnicola@dend.ro>"]
exclude = ["udev/*"]
description = "Driver for the Holtek ZyTemp CO₂ USB HID sensors"
readme = "README.md"
keywords = ["airco2ntrol", "co2", "holtek", "zytemp"]
categories = ["hardware-support", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lnicola/co2mon"
[package.metadata.docs.rs]
features = ["serde"]
[dependencies.hidapi]
version = "0.5"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.zg-co2]
version = "1.0"

[features]
linux-shared-hidraw = ["hidapi/linux-shared-hidraw"]
linux-shared-libusb = ["hidapi/linux-shared-libusb"]
linux-static-hidraw = ["hidapi/linux-static-hidraw"]
linux-static-libusb = ["hidapi/linux-static-libusb"]