# 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 = "ssd1315" version = "0.2.1" authors = ["Yue Fei "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SSD1315 OLED driver." documentation = "https://docs.rs/ssd1315" readme = "README.md" keywords = [ "no_std", "embedded", "graphics", ] categories = [ "no-std", "embedded", "hardware-support", ] license = "GPL-3.0" repository = "https://github.com/InfyniteHeap/ssd1315" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "ssd1315" path = "src/lib.rs" [dependencies.display-interface] version = "0.5.0" [dependencies.display-interface-i2c] version = "0.5.0" [dependencies.display-interface-spi] version = "0.5.0" [dependencies.embedded-graphics-core] version = "0.4.0" [dependencies.embedded-hal] version = "1.0.0"