# 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 = "sensor-sdc30" version = "0.2.0" authors = ["Ryan Kurte "] description = "SDC30 environmental sensor driver" keywords = ["embedded", "embedded-hal", "sdc30", "sensor", "i2c"] license = "MPL-2.0" repository = "https://github.com/ryankurte/rust-sensor-sdc30" [[bin]] name = "sdc30-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"]