# 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" rust-version = "1.78.0" name = "scd30-interface" version = "1.0.1" authors = ["Felix 'Gronner' Bräunling "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An I2C driver for the SCD30 sensor in Rust." readme = "README.md" keywords = [ "sensor", "co2", "i2c", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Gronner/scd30-interface" [lib] name = "scd30_interface" path = "src/lib.rs" [dependencies.byteorder] version = "1.5.0" default-features = false [dependencies.defmt] version = "0.3.8" optional = true [dependencies.embedded-hal] version = "1.0.0" [dependencies.thiserror] version = "2.0.3" default-features = false [dev-dependencies.embedded-hal-mock] version = "0.11.1" [features] defmt = [ "embedded-hal/defmt-03", "dep:defmt", ] [lints.rust.unexpected_cfgs] level = "allow" priority = 0 check-cfg = ["cfg(tarpaulin_include)"]