# 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 = "ssd1322_rs" version = "0.2.0" authors = ["Jamie Bird"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A no-std async Rust driver for the SSD1322 OLED screen" readme = "README.md" keywords = [ "oled", "screen", "embedded", "spi", "async", ] categories = ["embedded"] license = "MIT OR Apache-2.0" repository = "https://github.com/birdistheword96/ssd1322_rs" [lib] name = "ssd1322_rs" path = "src/lib.rs" [dependencies.embedded-graphics-core] version = "0.4" optional = true [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded-hal-async] version = "1.0.0" [features] default = ["frame"] frame = ["embedded-graphics-core"]