# 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.5.0" authors = ["Ryan Kurte "] description = "SCD30 environmental sensor driver" readme = "README.md" keywords = [ "embedded", "embedded-hal", "scd30", "sensor", "i2c", ] license = "MPL-2.0" repository = "https://github.com/ryankurte/rust-sensor-scd30" [[bin]] name = "scd30-util" path = "src/main.rs" required-features = ["util"] [dependencies.clap] version = "4.2.1" features = [ "derive", "env", ] 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.8" [dependencies.simplelog] version = "0.5.3" optional = true [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.color-backtrace] version = "0.6.1" [dev-dependencies.embedded-hal-mock] version = "0.11.1" [features] default = ["util"] util = [ "clap", "linux-embedded-hal", "simplelog", "humantime", ]