# 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 = "max7797x-driver" version = "0.1.1" authors = ["Alex Moon"] description = "An embedded async driver for the MAX77975/MAX77976 battery charger" documentation = "https://docs.rs/max7797x-driver" readme = "README.md" keywords = [ "embedded-hal-driver", "max77975", "charger", ] categories = [ "no-std", "embedded", "asynchronous", "hardware-support", ] license = "Apache-2.0" repository = "https://github.com/tactile-eng/max7797x-driver" [dependencies.defmt] version = "0.3" optional = true [dependencies.embedded-hal-async] version = "1.0.0" [dependencies.modular-bitfield] version = "0.11.2" [features] default = [] defmt-03 = [ "embedded-hal-async/defmt-03", "dep:defmt", ]