# 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 = "sc16is752" version = "0.1.1" authors = ["Rand "] description = "A no_std crate for interfacing with the SC16IS752 I2C port expander. This lib provides access to both UARTs and 8x GPIO lines" homepage = "https://rand12345.github.io" readme = "README.md" keywords = [ "embedded", "hardware", "driver", "i2c", "expander", ] categories = [ "embedded", "no-std", ] license = "MIT" repository = "https://github.com/rand12345/sc16is752" [dependencies.embedded-hal] version = "=1.0.0-alpha.8"