# 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 = "mcp23s17" version = "0.2.0" authors = ["Fundevoge <59122389+Fundevoge@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ MCP23S17 driver A driver for the MCP23S17 16 bit I/O expander chip addressed over the SPI bus. """ readme = "README.md" keywords = [ "MCP23S17", "embedded-hal", ] categories = [ "hardware-support", "embedded", "no-std", ] license = "MIT" repository = "https://github.com/Fundevoge/mcp23s17/" [lib] name = "mcp23s17" path = "src/lib.rs" [dependencies.bitflags] version = "2.6.0" [dependencies.embedded-hal] version = "1.0.0"