# 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] name = "il0373" version = "0.1.1" authors = ["Greg Green "] description = "Driver for the IL0373 e-Paper display (EPD) controller, for use with embedded-graphics" homepage = "https://github.com/gpgreen/il0373" documentation = "https://docs.rs/il0373" readme = "README.md" keywords = [ "epaper", "il0373", "embedded-graphics", ] categories = [ "embedded", "graphics", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/gpgreen/il0373" [profile.dev] opt-level = "s" lto = true panic = "abort" [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" [dependencies.embedded-graphics] version = "0.8" optional = true [dependencies.embedded-graphics-core] version = "0.4" [dependencies.embedded-hal] version = "0.2.4" features = ["unproven"] [dependencies.nb] version = "1" [dev-dependencies.linux-embedded-hal] version = "0.3.0" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.ufmt] version = "0.1.0" [features] default = ["graphics"] graphics = ["embedded-graphics"] sram = [] test = ["embedded-graphics"]