# 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 = "apds9253" version = "1.0.0" authors = ["Fraunhofer IML Embedded Rust Group "] description = "Driver for APDS9253 light sensor" readme = "README.md" keywords = [ "apds9253", "als", "rgb", "broadcom", "no_std", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "OLFL-1.3" repository = "https://git.openlogisticsfoundation.org/silicon-economy/libraries/serum/apds9253" [package.metadata.cargo-udeps.ignore] development = ["embedded-hal-mock"] normal = ["log"] [dependencies.embedded-hal] version = "0.2.7" [dependencies.log] version = "0.4" [dev-dependencies.embedded-hal-mock] version = "0.9.0"