# 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" name = "mcp23017" version = "1.1.0" authors = ["Luca Zulian "] build = false exclude = [ "docs/", "docs/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A rust driver for the MCP23017 (16-Bit I2C I/O Expander with Serial Interface)" readme = "README.md" keywords = [ "hal", "IO", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT" repository = "https://github.com/circuitry-maker/mcp23017" [lib] name = "mcp23017" path = "src/lib.rs" [dependencies.embedded-hal] version = "0.2.3"