# 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 = "epd-gde021a1" version = "0.2.1" authors = ["Volker Kempert "] exclude = [".gitignore", ".github/*", ".travis.yml", "openocd*"] description = "An embedded-hal based driver for ePaper displays with chip: GDE021A1 (172x72 B/W via SPI)" homepage = "https://github.com/almedso/epd-gde021a1" documentation = "https://docs.rs/epd-gde021a1" readme = "README.md" keywords = ["embedded", "ePaper", "Display", "epd", "gde021a1"] categories = ["embedded", "hardware-support", "no-std"] license-file = "License.md" repository = "https://github.com/almedso/epd-gde021a1" [dependencies.embedded-graphics] version = "0.6.1" optional = true [dependencies.embedded-hal] version = "0.2.3" features = ["unproven"] [dependencies.num-derive] version = "0.2" default-features = false [dependencies.num-traits] version = "0.2" default-features = false [dev-dependencies.cortex-m] version = "^0.6.2" [dev-dependencies.cortex-m-rt] version = "^0.6.10" [dev-dependencies.cortex-m-semihosting] version = "^0.3.3" [dev-dependencies.panic-semihosting] version = "^0.5.0" [dev-dependencies.stm32l0xx-hal] version = "0.6.2" features = ["stm32l0x3", "io-STM32L051", "rt"] [features] default = ["graphics"] graphics = ["embedded-graphics"] [badges]