# 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 = "ina260-async" version = "0.1.0" description = "Asynchronous I2C Driver for Adafruit INA260 current and power sensor" readme = "README.md" keywords = [ "embedded", "embedded-hal", "async", "no_std", "ina260", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/shyndman/ina260-async" [dependencies.bondrewd] version = "0.1.14" features = [ "derive", "hex_fns", "slice_fns", ] default-features = false [dependencies.defmt] version = "0.3.2" optional = true [dependencies.embedded-hal-async] version = "1.0.0-rc.1" [features] default = [] defmt = ["dep:defmt"]