# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tca9535" version = "0.1.0" authors = ["Zac Berkowitz "] description = "embedded-hal driver for the TCA9535 port expander" readme = "README.md" keywords = ["embedded-hal-driver", "i2c", "gpio"] categories = ["embedded", "hardware-support", "no-std"] license = "BSD-2-Clause" repository = "https://gitlab.com/berkowski/tca9535-rs" [dependencies.bitflags] version = "1.2" [dependencies.embedded-hal] version = "^0.2" [dev-dependencies.embedded-hal-mock] version = "^0.7"