# 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 = "aem10900" version = "0.9.3" authors = ["Silvano Cortesi "] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Driver crate for the AEM10900 Energy Harvester" readme = "README.org" keywords = [ "embedded-hal-driver", "no-std", "energy", "harvester", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "LGPL-3.0" repository = "https://github.com/trembel/aem10900" [lib] name = "aem10900" path = "src/lib.rs" [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded-hal-async] version = "1.0.0" [dependencies.heapless] version = "0.8.0" [dependencies.maybe-async] version = "0.2.10" [features] async = [] default = ["async"] defmt = ["dep:defmt"]