# 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 = "2018" name = "lcd-lcm1602-i2c" version = "0.3.0" authors = ["Korbinian Maier "] description = "I2C driver for LM1602 LCD displays." homepage = "https://github.com/KuabeM/lcd-lcm1602-i2c.git" readme = "README.md" keywords = [ "lcd", "LM1602", "embedded", "embedded-hal", ] license = "WTFPL" repository = "https://github.com/KuabeM/lcd-lcm1602-i2c.git" [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded-hal-async] version = "1.0.0" optional = true [dependencies.ufmt] version = "0.2.0" [dependencies.ufmt-write] version = "0.1.0" [features] async = ["dep:embedded-hal-async"] default = []