[package] name = "lp5018" version = "0.1.4" authors = ["Robert Hanyecz "] categories = ["embedded", "led-driver", "no-std"] description = "no_std driver for the lp5018 i2c LED driver" license = "MIT OR Apache-2.0" readme = "README.md" documentation = "https://docs.rs/lp5018" edition = "2018" repository = "https://github.com/robhany/lp5018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] embedded-hal = "0.2.5"