# 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 = "nau7802-async" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An embedded_hal_async driver for the NAU7802 I2C ADC" readme = "README.md" license = "MPL-2.0" [lib] name = "nau7802_async" path = "src/lib.rs" [dependencies.byteorder] version = "1.5.0" default-features = false [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-hal-async] version = "1.0.0" [dev-dependencies.embedded-hal-mock] version = "0.11.1" features = ["embedded-hal-async"] [dev-dependencies.tokio] version = "1.42.0" features = ["full"] [features] defmt = ["dep:defmt"]