[package] name = "tsl2591-eh-driver" description = "Rust embedded-hal driver for the TSL2591 Light Sensor" homepage = "https://gitlab.com/scrobotics/embedded-rs/tsl2591-rs/" version = "0.5.1" authors = ["Paul ", "Xabier Crespo "] edition = "2018" repository = "https://gitlab.com/scrobotics/embedded-rs/tsl2591-rs/" license = "MIT OR Apache-2.0" keywords = ["tsl2591", "sensor", "i2c", "light"] categories = ["embedded"] [dependencies] embedded-hal = "1.0.0" bitfield = "0.17.0"