# 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 = "lcd1604_gpio" version = "1.0.1" exclude = ["imgs/"] description = "Abstraction layer for interfacing between Raspberry Pi and 16x2 or 16x4 LCD display modules through GPIO." readme = "README.md" keywords = [ "raspberry-pi", "gpio", "lcd", "embedded", "device-interface", ] categories = [ "embedded", "hardware-support", ] license = "MIT" repository = "https://github.com/docteurdoom/lcd1604_gpio" [lib] name = "lcd1604_gpio" path = "src/lib.rs" [[example]] name = "basic_usage" path = "examples/basic_usage.rs" [dependencies.rppal] version = "0.16.0"