# 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"
rust-version = "1.77"
name = "i2c_lcd_screen"
version = "2.0.0"
authors = ["Guanicoe <guanicoe@m.me>, Michael <mnxd.git@gmail.com>, Emeric Martineau <11473190+emeric-martineau@users.noreply.github.com>"]
description = "Rewrite of I2C driver for LM1602 LCD displays based on port of LiquidCrystal_I2C.h."
homepage = "https://github.com/emeric-martineau/i2c_lcd_screen"
readme = "README.md"
keywords = [
    "lcd",
    "LMxxxx",
    "I2C",
    "LiquidCrystal",
    "embedded-hal-v1",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/emeric-martineau/i2c_lcd_screen"

[dependencies.embedded-hal]
version = "1.0.0"