# 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 = "atm90e32" version = "0.1.0" authors = ["Kyle Hendricks "] description = "A platform-agnostic driver for the ATM90E32 energy metering device." homepage = "https://github.com/kylehendricks/atm90e32-rs" documentation = "https://docs.rs/atm90e32" readme = "README.md" keywords = [ "energy", "atm90e32", "embedded-hal", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT" repository = "https://github.com/kylehendricks/atm90e32-rs" [dependencies.embedded-hal] version = "1.0.0-alpha.9" [features] std = []