# 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 = "max14578e-driver" version = "0.1.0" authors = ["Alex Moon"] description = "An embedded async driver for the MAX14578E/MAX14578AE USB charger detector." documentation = "https://docs.rs/max14578e-driver" readme = "README.md" keywords = [ "embedded-hal-driver", "max14578e", "charger-detector", "usb", ] categories = [ "no-std", "embedded", "asynchronous", "hardware-support", ] license = "Apache-2.0" repository = "https://github.com/tactile-eng/max14578e-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", ]