ina3221 0.4.0

Embedded driver for INA3221 triple-channel power monitor
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"

[[package]]
name = "embedded-hal"
version = "1.0.0-alpha.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "129b101ddfee640565f7c07b301a31d95aa21e5acef21a491c307139f5fa4c91"

[[package]]
name = "ina3221"
version = "0.4.0"
dependencies = [
 "bitflags",
 "embedded-hal",
 "ohms",
]

[[package]]
name = "ohms"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "678a455d19553ff592471a59c56b18c13efb8185b81180ec6a6e569cc14782ff"