# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "hd44780-ntb" version = "0.0.6" authors = ["Michael Cummings "] description = "A non-text buffer embedded hal driver for hd44780 like LCD display controllers" homepage = "https://github.com/Dragonrun1/hd44780_ntb" readme = "README.md" keywords = ["lcd", "embedded-hal-driver", "embedded-hal", "hd44780"] categories = ["embedded", "hardware-support", "os"] license = "MIT" repository = "https://github.com/Dragonrun1/hd44780_ntb" [dependencies.bitflags] version = "1.2.1" [dependencies.embedded-hal] version = "0.2.4" [dependencies.sysfs_gpio] version = "0.5.4" [dependencies.thiserror] version = "1.0.20" [dev-dependencies.anyhow] version = "1.0.32" [dev-dependencies.linux-embedded-hal] version = "0.3.0"