# 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-aq" version = "0.2.9" authors = ["fordauthor42@gmail.com"] exclude = [ ".gitattributes", ".drone.yml", ".pre-commit-config.yaml", "Makefile.toml", ] publish = true description = "ScioSense ENS160 driver" documentation = "https://docs.rs/ens160-aq" readme = "README.md" keywords = [ "driver", "sensor", "i2c", "ens160", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/marvinrobot42/ens160-aq.git" [dependencies.bitfield] version = "0.14.0" [dependencies.byteorder] version = "1" default-features = false [dependencies.embedded-hal] version = "1.0" optional = true [dependencies.embedded-hal-async] version = "1.0" optional = true [dependencies.libm] version = "0.2.8" [dependencies.log] version = "0.4.18" default-features = false [dependencies.maybe-async-cfg] version = "0.2" [dependencies.num-traits] version = "0.2" default-features = false [build-dependencies.embuild] version = "=0.31.4" [features] async = ["embedded-hal-async"] default = ["sync"] sync = ["embedded-hal"]