pca9535 2.0.0

PCA 9535 IO-Expander driver using embedded-hal
Documentation
# 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 = "pca9535"
version = "2.0.0"
authors = ["TeyKey1"]
description = "PCA 9535 IO-Expander driver using embedded-hal"
readme = "README.md"
keywords = [
    "no-std",
    "io-expander",
    "expander",
    "embedded-hal",
    "i2c",
]
categories = [
    "embedded",
    "no-std",
    "hardware-support",
]
license = "MIT"
repository = "https://github.com/TeyKey1/pca9535"

[dependencies.hal]
version = "1.0"
package = "embedded-hal"

[dev-dependencies.embedded-hal-bus]
version = "0.1"
features = ["std"]

[dev-dependencies.once_cell]
version = "1.19"

[dev-dependencies.rppal]
version = "0.17"
features = ["hal"]

[dev-dependencies.serial_test]
version = "3.0"

[features]
std = []