# 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 = "lcd-pcf8574" version = "0.2.0" authors = ["William R. Fraser "] description = "Hitachi HD44780-compatible LCD display attached to PCF8574 I2C expander" readme = "README.md" keywords = [ "lcd", "hd44780", "pcf8574", ] categories = ["embedded"] license = "MIT/Apache-2.0" repository = "https://github.com/wfraser/lcd-pcf8574" resolver = "2" [dependencies.i2cdev] version = "0.5.0" [dependencies.lcd] version = "0.4.1"