# 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 = "st7567s" version = "0.2.1" authors = ["Vasilii Ianguzin "] exclude = ["doc"] description = "Driver for the ST7567S LCD controller" documentation = "https://docs.rs/st7567s" readme = "README.md" keywords = [ "no-std", "st7567s", "lcd", "embedded", "embedded-hal-driver", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kattouf/st7567s" [dependencies.display-interface] version = "0.4.1" [dependencies.display-interface-i2c] version = "0.4.0" [dependencies.embedded-graphics-core] version = "0.3.3" optional = true [dependencies.embedded-hal] version = "0.2.6" [dev-dependencies.embedded-graphics] version = "0.7.1" [features] default = ["graphics"] graphics = ["embedded-graphics-core"]