# 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 = "pca9539" version = "0.3.0" authors = ["PEGASUS GmbH "] description = "Abstraciton for PCA9539 I/O expander" documentation = "https://docs.rs/pca9539" readme = "README.md" keywords = [ "gpio", "PCA9539", "no_std", "expander", "ic", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pegasus-aero/rt-PCA9539" [dependencies.bitmaps] version = "3.1.0" default-features = false [dependencies.cortex-m] version = "0.7.4" optional = true [dependencies.embedded-hal] version = "0.2.7" features = ["unproven"] [dependencies.heapless] version = "0.8.0" [dependencies.spin] version = "0.9.8" optional = true [dev-dependencies.mockall] version = "0.11.0" [features] default = ["example"] example = [] strict = []