# 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 = "pcf857x-simple"
version = "2.0.0"
authors = ["Emeric Martineau <11473190+emeric-martineau@users.noreply.github.com>"]
description = "A very simple manager of PCF8574 and PCF8575"
homepage = "https://github.com/emeric-martineau/pcf857x-simple-rs"
readme = "README.md"
keywords = [
    "PCF8574",
    "PCF8575",
    "embedded-hal-v1",
]
license = "MIT"
repository = "https://github.com/emeric-martineau/pcf857x-simple-rs"

[dependencies.embedded-hal]
version = "1.0.0"