# 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 = "rppal-pfd" version = "0.1.0" authors = ["Mike Walmsley"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ PiFace Digital driver An experimental driver for the PiFace Digital I/O expander for the Raspberry Pi. Requires RPPAL for the GPIO and SPI interfaces. """ homepage = "https://docs.rs/rppal-pfd/" readme = "README.md" keywords = [ "PiFaceDigital", "Raspberry", "Raspberry_Pi", "MCP23S17", "RPPAL", ] categories = [ "hardware-support", "embedded", ] license = "MIT" repository = "https://github.com/solimike/rppal-pifacedigital/" resolver = "2" [lib] name = "rppal_pfd" path = "src/lib.rs" [[example]] name = "blink-fast-slow" path = "examples/blink-fast-slow.rs" [[example]] name = "blink-fast-slow-async" path = "examples/blink-fast-slow-async.rs" [[example]] name = "spi-speed-test" path = "examples/spi-speed-test.rs" [dependencies.log] version = "0.4.17" [dependencies.rppal] version = "0.19.0" [dependencies.rppal-mcp23s17] version = "0.1" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.anyhow] version = "1.0.66" [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.rppal-mcp23s17] version = "0.1" features = ["mockspi"] [features] mockspi = ["rppal-mcp23s17/mockspi"]