# 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 = "ina3221" version = "0.4.5" authors = ["Erik Rogers "] description = "Embedded driver for INA3221 triple-channel power monitor" readme = "README.md" keywords = [ "i2c", "driver", "embedded-hal-driver", "ina3221", "power", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT" repository = "https://github.com/UnderLogic/ina3221" [dependencies.bitflags] version = "1.3.2" [dependencies.embedded-hal] version = "1.0.0-alpha.9" [dependencies.ohms] version = "0.2.0"