# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "lcd1602-diver" version = "0.1.1" authors = ["Imran K "] description = "A driver for the LCD1602 display using the PCF8574 I2C bus" readme = "README.md" keywords = [ "no-std", "lcd-driver", "lcd-I2C-bus", "lcd1602", "PCF8574-I2C-bus", ] categories = [ "embedded", "no-std", ] license = "MIT" repository = "https://github.com/imrank03/lcd1602-driver" [dependencies.bitflags] version = "2.4.0" [dependencies.embedded-hal] version = "0.2.7"