# 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 = "lcd_i2c_rs" version = "1.0.1" authors = ["EphraimShikanga "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for interfacing with I2C LCDs on the ESP32 using the ESP-IDF HAL." documentation = "https://docs.rs/lcd_i2c_rs/1.0.0/lcd_i2c_rs/" readme = "README.md" keywords = [ "embedded", "hal", "idf", "esp-idf", "esp32", ] categories = [ "embedded", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/EphraimShikanga/lcd_i2c_rs" resolver = "2" [lib] name = "lcd_i2c_rs" path = "src/lib.rs" harness = false [dependencies.anyhow] version = "1.0.90" [dependencies.esp-idf-hal] version = "0.44.1" default-features = false [build-dependencies.embuild] version = "0.32.0"