# 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 = "bh1730fvc" version = "0.2.0" authors = ["Robert Wiewel "] description = "A rust no-std driver for the BH1730FVC ambient light sensor." documentation = "https://docs.rs/bh1730fvc" readme = "README.md" keywords = [ "bh1730fvc", "sensor", "i2c", "embedded", "no-std", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ducktec/bh1730fvc-rs" [package.metadata.docs.rs] all-features = true [dependencies.embedded-hal] version = "0.2" [dependencies.embedded-hal-async] version = "1.0.0" [dependencies.embedded-hal-mock] version = "0.8" optional = true [dependencies.log] version = "0.4.20" [features] async = [] unittesting = ["dep:embedded-hal-mock"] [target."cfg(all(target_arch = \"arm\"))".dev-dependencies.linux-embedded-hal] version = "0.2.2"