# 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_gpio" version = "0.1.0" exclude = ["imgs/"] description = "Abstraction layer for interfacing between raspberry pi and the lcd1602 - 16x2 lcd display module through GPIO" readme = "README.md" keywords = [ "raspberry-pi", "gpio", "lcd", "embedded", "device-interface", ] categories = [ "embedded", "hardware-support", ] license = "MIT" repository = "https://github.com/t4skmanag3r/lcd1602_gpio" [lib] name = "lcd1602_gpio" path = "src/lib.rs" [[example]] name = "basic_usage" path = "examples/basic_usage.rs" [dependencies.rppal] version = "0.16.0"