# 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 = "mcp230xx" version = "1.0.1" authors = [ "Luca Zulian ", "Robert Jördens ", "Norman Krackow ", ] exclude = [ "docs/", "docs/*", ] description = "MCP23008/MCP23017 8/16-Bit I2C I/O Expander with I2C Interface" readme = "README.md" keywords = [ "hal", "IO", "mcp23017", "mcp23008", "I2C", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT" repository = "https://github.com/quartiq/mcp230xx" [dependencies.bit_field] version = "0.10.1" [dependencies.embedded-hal] version = "0.2.3" [dependencies.num_enum] version = "0.7.2" default-features = false [dependencies.paste] version = "1.0.8"