# 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 = "ag-lcd" version = "0.3.0" authors = ["Michael House "] exclude = [ "media/*", "references/*", ] description = "A rust port of the LiquidCrystal arduino library" readme = "README.md" keywords = [ "arduino", "lcd", "HD44780", "LiquidCrystal", "i2c", ] categories = [ "embedded", "hardware-support", ] license = "GPL-3.0-or-later" repository = "https://github.com/mjhouse/ag-lcd" [package.metadata.docs.rs] features = ["i2c"] [dependencies.embedded-hal] version = "1.0.0" [dependencies.port-expander] version = "0.6.2" optional = true [dependencies.shared-bus] version = "0.2" [dependencies.ufmt] version = "0.1.0" optional = true [features] avr-hal = [] i2c = ["port-expander"]