# 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 = "i2c-multiplexer" version = "0.1.1" description = "An I2C Multiplexer library that supports the PCA9546 and TCA9546A chips" readme = "README.md" keywords = [ "embedded", "multiplexer", "PCA9546", "TCA9546A", ] categories = ["embedded"] license = "MIT" repository = "https://github.com/FloppyDisck/i2c-multiplexer" [dependencies.crc] version = "3.0.0" [dependencies.embedded-hal] version = "0.2.7" [dependencies.embedded-svc] version = "0.22.0" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.embedded-hal-mock] version = "0.9.0" [dev-dependencies.rstest] version = "0.16.0" [dev-dependencies.shared-bus] version = "0.2.5" features = ["std"] [features] bus = [] default = []