# 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 = "2018" name = "xca9548a" version = "1.0.0" authors = ["Diego Barrios Romero "] build = false include = [ "/**/*.rs", "/Cargo.toml", "/README.md", "/CHANGELOG.md", "/LICENSE-MIT", "/LICENSE-APACHE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Platform-agnostic Rust driver for the TCA954xA and PCA954xA I2C switches/multiplexers." homepage = "https://github.com/eldruin/xca9548a-rs" documentation = "https://docs.rs/xca9548a" readme = "README.md" keywords = [ "i2c", "switch", "driver", "embedded-hal-driver", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/eldruin/xca9548a-rs" [profile.release] lto = true [lib] name = "xca9548a" path = "src/lib.rs" [[example]] name = "linux" path = "examples/linux.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.embedded-hal] version = "1" [dev-dependencies.embedded-hal-mock] version = "0.11" features = ["eh1"] default-features = false [dev-dependencies.linux-embedded-hal] version = "0.4"