# 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 = "gpio-expander" version = "0.1.0" authors = ["Roman Samusevich "] description = "A platform-independent driver for interacting with the products GPIO Port Expander (Troyka Module), Troyka HAT and Slot Expander Expansion Board" readme = "readme.md" keywords = [ "amperka", "troyka-hat", "embedded-hal", "embedded-hal-impl", "hal", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/amperka/gpio-expander-rs" resolver = "2" [dependencies.embedded-hal] version = "^0.2" features = ["unproven"] [dependencies.shared-bus] version = "^0.2" [dev-dependencies.embedded-hal-mock] version = "^0.8" [dev-dependencies.rppal] version = "^0.13" features = ["hal"]