# 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 = "ehlcd2d" version = "0.1.1" authors = ["djdisodo@gmail.com"] description = "embedded-hal driver for HD44780 with async support" documentation = "https://docs.rs/ehlcd2d" keywords = [ "embedded-hal", "lcd", "lcd1602", "async", "HD44780", ] categories = ["embedded"] license = "MIT" repository = "https://github.com/djdisodo/ehlcd2d" [dependencies.embedded-hal] version = "0.2.3" [dependencies.embedded-hal-async] version = "1.0.0-rc.1" [dependencies.embedded-io-async] version = "0.6.0"