# 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 = "adafruit-lcd-backpack" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Unofficial driver for the Adafruit I2C LCD backpack" homepage = "https://github.com/michaelkamprath/adafruit-lcd-backpack-rust" readme = "README.md" keywords = [ "adafruit", "lcd", "embedded", "i2c", ] categories = [ "no-std", "embedded", "hardware-support", ] license = "MIT" repository = "https://github.com/michaelkamprath/adafruit-lcd-backpack-rust" [lib] name = "adafruit_lcd_backpack" path = "src/lib.rs" test = false bench = false [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-hal] version = "0.2" [dependencies.mcp230xx] version = "1.0.0" [features] defmt = ["dep:defmt"]