# 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 = "eei_vfd" version = "0.1.0" authors = ["M4tsuri "] description = "An embedded-hal based driver for VFD displays from EEI Tech" homepage = "https://github.com/M4tsuri/eei_vfd" documentation = "https://docs.rs/eei_vfd" readme = "README.md" keywords = [ "VFD", "Display", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT" repository = "https://github.com/M4tsuri/eei_vfd" [dependencies.embedded-graphics-core] version = "0.4.0" optional = true [dependencies.embedded-hal] version = "1.0.0" [dev-dependencies.embedded-graphics] version = "0.8.0" [dev-dependencies.embedded-hal-mock] version = "0.8" [features] default = [ "graphics", "linux-dev", ] graphics = ["embedded-graphics-core"] linux-dev = [] type_a_alternative_faster_lut = [] [target."cfg(unix)".dev-dependencies.linux-embedded-hal] version = "0.3"