# 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 = "2018" name = "co2mon" version = "2.1.1" authors = ["Laurențiu Nicola "] 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] targets = ["x86_64-unknown-linux-gnu"] [dependencies.hidapi] version = "1.1" default-features = false [dependencies.zg-co2] version = "2.0" [features] default = ["linux-static-libusb"] 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"]