# 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 = "tca9555" version = "0.1.0" description = "Embedded-HAL driver crate for the TCA9555/TCA9535 16 port I/O expander." readme = "README.md" keywords = ["embedded-hal"] license = "MPL-2.0" repository = "https://github.com/sciguy16/tca9555" [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-hal] version = "0.2" [features] default = ["unproven"] unproven = ["embedded-hal/unproven"] use_defmt = ["dep:defmt"]