# 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 = "2018" rust-version = "1.75" name = "st7565" version = "0.6.0" authors = ["Finomnis "] build = false exclude = [ "/.gitignore", "/.github/", "/.vscode/", "/TODO.txt", "/UPCOMING_VERSION_CHANGES.txt", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Driver for ST7565 based displays." readme = "README.md" keywords = [ "no-std", "st7565", "lcd", "embedded", "embedded-hal-driver", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Finomnis/st7565" [profile.bench] opt-level = 3 lto = false codegen-units = 1 debug = 2 debug-assertions = false overflow-checks = false incremental = false [profile.dev] opt-level = 3 codegen-units = 1 debug = 2 debug-assertions = true overflow-checks = true incremental = false [profile.release] opt-level = 3 codegen-units = 1 debug = 2 debug-assertions = false overflow-checks = false incremental = false [profile.test] opt-level = 3 codegen-units = 1 debug = 2 debug-assertions = true overflow-checks = true incremental = false [lib] name = "st7565" path = "src/lib.rs" harness = false [[example]] name = "nrf52840_dogm132w5_graphics" path = "examples/nrf52840_dogm132w5_graphics.rs" [[example]] name = "nrf52840_dogm132w5_raw" path = "examples/nrf52840_dogm132w5_raw.rs" [dependencies.display-interface] version = "0.5.0" [dependencies.embedded-graphics-core] version = "0.4.0" [dependencies.embedded-hal] version = "1.0.0" [dev-dependencies.embedded-graphics] version = "0.8.0" [dev-dependencies.noop-attr] version = "0.1.0" [target.'cfg(all(target_arch = "arm", target_os = "none"))'.dev-dependencies.cortex-m] version = "0.7.7" features = ["critical-section-single-core"] [target.'cfg(all(target_arch = "arm", target_os = "none"))'.dev-dependencies.cortex-m-rt] version = "0.7.0" [target.'cfg(all(target_arch = "arm", target_os = "none"))'.dev-dependencies.defmt] version = "0.3.0" [target.'cfg(all(target_arch = "arm", target_os = "none"))'.dev-dependencies.defmt-rtt] version = "0.4.0" [target.'cfg(all(target_arch = "arm", target_os = "none"))'.dev-dependencies.defmt-test] version = "0.3.0" [target.'cfg(all(target_arch = "arm", target_os = "none"))'.dev-dependencies.display-interface-spi] version = "0.5.0" [target.'cfg(all(target_arch = "arm", target_os = "none"))'.dev-dependencies.embedded-hal-bus] version = "0.2.0" [target.'cfg(all(target_arch = "arm", target_os = "none"))'.dev-dependencies.nrf52840-hal] version = "0.18.0" [target.'cfg(all(target_arch = "arm", target_os = "none"))'.dev-dependencies.panic-probe] version = "0.3.0" features = ["print-defmt"]