[package] name = "tsl2591" description = "embedded hal driver for the TSL2591" homepage = "https://github.com/pcvonz/tsl2591-rs" version = "0.2.0" authors = ["Paul "] edition = "2018" repository = "https://github.com/pcvonz/tsl2591-rs" license = "MIT OR Apache-2.0" keywords = ["embedded-hal"] categories = ["embedded"] [dependencies] embedded-hal = "0.2.4" bitfield = "0.13.2"