# 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 = "epd-spectra" version = "0.3.0" description = "Driver for Spectra EPDs from Pervasive Displays Inc" readme = "README.md" keywords = [ "embedded", "epaper", "display", "epd", "eink", ] categories = [ "embedded", "no-std", ] license = "MIT" repository = "https://github.com/andber1/epd-spectra" [[example]] name = "raspberry" required-features = ["std"] [dependencies.embedded-graphics] version = "0.8.1" [dependencies.embedded-graphics-core] version = "0.4.0" [dependencies.embedded-hal] version = "1.0.0" [dependencies.thiserror] version = "1.0" optional = true [features] std = ["dep:thiserror"] [target."cfg(unix)".dev-dependencies.rppal] version = "0.18" features = ["hal"] [target.thumbv7em-none-eabihf.dev-dependencies.cortex-m] version = "0.7.7" features = ["critical-section-single-core"] [target.thumbv7em-none-eabihf.dev-dependencies.cortex-m-rt] version = "0.7" [target.thumbv7em-none-eabihf.dev-dependencies.cortex-m-rtic] version = "1" [target.thumbv7em-none-eabihf.dev-dependencies.defmt] version = "0.3.6" [target.thumbv7em-none-eabihf.dev-dependencies.defmt-rtt] version = "0.4.0" [target.thumbv7em-none-eabihf.dev-dependencies.dwt-systick-monotonic] version = "1.1.0" [target.thumbv7em-none-eabihf.dev-dependencies.embedded-hal-bus] version = "0.1.0" [target.thumbv7em-none-eabihf.dev-dependencies.panic-probe] version = "0.3.1" features = ["print-defmt"]