[package] name = "lcd1602-diver" version = "0.1.1" edition = "2021" keywords = ["no-std", "lcd-driver", "lcd-I2C-bus", "lcd1602", "PCF8574-I2C-bus"] categories = ["embedded", "no-std"] description = "A driver for the LCD1602 display using the PCF8574 I2C bus" authors = ["Imran K "] repository = "https://github.com/imrank03/lcd1602-driver" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] embedded-hal = "0.2.7" bitflags = "2.4.0"