# 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 = "tca9548-eh" version = "0.1.0" description = "An embedded-hal focused driver for the TCA9548 I2C multiplexer" homepage = "https://github.com/NZRosto/tca9548-eh" readme = "README.md" keywords = [ "tca9548", "embedded", "gpio", "multiplexer", "embedded-hal", ] categories = [ "embedded", "no-std", "no-std::no-alloc", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/NZRosto/tca9548-eh" [dependencies.embedded-hal] version = "1" [dependencies.portable-atomic] version = "1" features = ["require-cas"] default-features = false [dependencies.spin] version = "0.9" features = [ "spin_mutex", "portable_atomic", ] default-features = false [lints.clippy] pedantic = "warn"