# 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 = "scd4x" version = "0.3.0" authors = ["Hauke Jung "] default-run = "scd4x-util" description = "Rust driver for the Sensirion SCD4x series. Carbon Dioxide / Temperature / Humidity sensors." documentation = "https://docs.rs/scd4x" readme = "README.md" keywords = [ "scd40", "scd41", "sensirion", "driver", "embedded-hal-driver", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/hauju/scd4x-rs.git" [[bin]] name = "scd4x-util" path = "bin/main.rs" required-features = ["util"] [dependencies.anyhow] version = "1.0.56" optional = true default_features = false [dependencies.defmt] version = "0.3.0" optional = true [dependencies.embedded-hal] version = "1.0.0" [dependencies.humantime] version = "2.1.0" optional = true [dependencies.linux-embedded-hal] version = "0.4.0" optional = true [dependencies.log] version = "0.4.16" default_features = false [dependencies.sensirion-i2c] version = "0.3.0" [dependencies.simplelog] version = "0.12.0" optional = true [dependencies.structopt] version = "0.3.26" optional = true [dev-dependencies.embedded-hal-mock] version = "0.10.0" [dev-dependencies.linux-embedded-hal] version = "0.4.0" [features] default = [] scd41 = [] util = [ "structopt", "simplelog", "humantime", "linux-embedded-hal", "anyhow", ]