# 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 = "pas-co2-rs" version = "0.1.0-beta.1" authors = [ "Joel Schulz-Andres ", "Julian Dickert ", ] description = "Inofficial Rust driver for Infineon PAS CO2 sensor" readme = "README.md" categories = [ "no-std", "embedded", "hardware-support", ] license-file = "LICENSE" repository = "https://github.com/Systemscape/pas-co2-rs" [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded-hal-async] version = "1.0.0" [dependencies.num_enum] version = "0.7.2" default-features = false [features] default = ["defmt"] defmt = [ "dep:defmt", "embedded-hal/defmt-03", ] [badges.maintenance] status = "actively-developed"