# 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 = "ens160" version = "0.6.1" authors = ["Alexander Hübener "] description = "ENS160 driver implementation" readme = "README.md" keywords = [ "embedded", "ens160", "iot", "embedded-hal-driver", "co2-voc", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/teamplayer3/ens160.git" [dependencies.bitfield] version = "0.14.0" [dependencies.embedded-hal] version = "1.0" [dependencies.embedded-hal-async] version = "1.0" optional = true [dependencies.maybe-async-cfg] version = "0.2.3" [features] async = ["dep:embedded-hal-async"] default = ["std"] std = []