[package] name = "liquidcrystal_i2c-rs" version = "0.1.0" authors = ["Guanicoe "] edition = "2021" description = "Rewrite of I2C driver for LM1602 LCD displays based on port of LiquidCrystal_I2C.h." homepage = "https://github.com/guanicoe/LiquidCrystal_I2C-rs" keywords = ["lcd", "LM1602", "embedded", "I2C", "LiquidCrystal"] license = "GPL-3.0-or-later" readme = "README.md" repository = "https://github.com/guanicoe/LiquidCrystal_I2C-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] embedded-hal = "0.2.7"