# 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 = "libscd" version = "0.3.1" authors = ["Svetlin Zarev"] exclude = [ "/datasheets", "/examples", "**/.*", ] description = "Rust drivers for various SCD devices such as scd30 and scd4x CO2 sensors" readme = "README.md" keywords = [ "scd30", "scd40", "scd41", "sensirion", "driver", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/SvetlinZarev/libscd" [package.metadata.docs.rs] all-features = true [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-hal] version = "1.0.0" optional = true [dependencies.embedded-hal-async] version = "1.0.0" optional = true [features] async = ["dep:embedded-hal-async"] defmt = ["dep:defmt"] scd30 = [] scd40 = [] scd41 = [] sync = ["dep:embedded-hal"]