# 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 = "i2c-character-display" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Driver for HD44780-based character displays connected via a I2C adapter" readme = "README.md" keywords = [ "embedded", "i2c", "character-display", "driver", "lcd", ] categories = [ "no-std", "embedded", ] license = "MIT" repository = "https://github.com/michaelkamprath/i2c-character-display" [lib] name = "i2c_character_display" crate-type = ["lib"] path = "src/lib.rs" test = true doctest = false bench = false [dependencies.bitfield] version = "0.17" [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-hal] version = "1.0" [dependencies.ufmt] version = "0.2" optional = true [dev-dependencies.embedded-hal-mock] version = "0.11" [features] defmt = [ "dep:defmt", "embedded-hal/defmt-03", ] ufmt = ["dep:ufmt"]