# 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 = "sensor-scd30" version = "0.4.0" authors = ["Ryan Kurte "] description = "SCD30 environmental sensor driver" keywords = ["embedded", "embedded-hal", "scd30", "sensor", "i2c"] license = "MPL-2.0" repository = "https://github.com/ryankurte/rust-sensor-scd30" resolver = "2" [[bin]] name = "scd30-util" path = "src/main.rs" required-features = ["util"] [dependencies.embedded-hal] version = "0.2.3" features = ["unproven"] [dependencies.humantime] version = "1.2.0" optional = true [dependencies.linux-embedded-hal] version = "0.2.2" optional = true [dependencies.log] version = "0.4.8" [dependencies.simplelog] version = "0.5.3" optional = true [dependencies.structopt] version = "0.2.15" optional = true [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.color-backtrace] version = "0.1.3" [dev-dependencies.embedded-hal-mock] version = "0.7.0" [features] default = ["util"] util = ["structopt", "linux-embedded-hal", "simplelog", "humantime"]