[package] name = "apds9253" version = "1.0.0" edition = "2021" description = "Driver for APDS9253 light sensor" authors = [ "Fraunhofer IML Embedded Rust Group " ] repository = "https://git.openlogisticsfoundation.org/silicon-economy/libraries/serum/apds9253" license = "OLFL-1.3" keywords = ["apds9253", "als", "rgb", "broadcom", "no_std"] categories = ["embedded", "hardware-support", "no-std"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [package.metadata.cargo-udeps.ignore] normal = ["log"] # log is only used in tests and cargo-udeps cannot detect it (yet) development = ["embedded-hal-mock"] # embedded-hal-mock is only used in tests and cargo-udeps cannot detect it (yet) [dependencies] embedded-hal = "0.2.7" log = "0.4" [dev-dependencies] embedded-hal-mock = "0.9.0"