# 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-mcp23s17" version = "0.1.0" authors = ["Mike Walmsley"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ MCP23S17 driver An experimental driver for the MCP23S17 16 bit I/O expander chip addressed over the SPI bus on Raspbery Pi peripherals, such as the PiFace Digital HAT. Requires RPPAL for the SPI interface. """ homepage = "https://docs.rs/rppal-mcp23s17/" readme = "README.md" keywords = [ "MCP23S17", "Raspberry", "Raspberry_Pi", "PiFaceDigital", "RPPAL", ] categories = [ "hardware-support", "embedded", ] license = "MIT" repository = "https://github.com/solimike/rppal-mcp23s17/" resolver = "2" [lib] name = "rppal_mcp23s17" path = "src/lib.rs" [dependencies.bitflags] version = "2.6" [dependencies.log] version = "0.4.17" [dependencies.rppal] version = "0.19.0" [dependencies.thiserror] version = "1.0.37" [features] mockspi = []