# 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 = "axp192" version = "0.2.0" authors = ["Russell Cloran "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A driver for the AXP192 power management IC" readme = "README.md" keywords = [ "embedded", "embedded-hal-driver", "no-alloc", "no-std", ] categories = [ "embedded", "hardware-support", "no-std::no-alloc", ] license = "MIT" repository = "https://github.com/rcloran/axp192-rs" [lib] name = "axp192" path = "src/lib.rs" test = false bench = false [[example]] name = "m5stack-core2" path = "examples/m5stack-core2.rs" [dependencies.embedded-hal] version = "1.0.0" [dev-dependencies.esp-backtrace] version = "0.13.0" features = [ "esp32", "panic-handler", "exception-handler", "println", ] [dev-dependencies.esp-hal] version = "0.19.0" features = ["esp32"] [dev-dependencies.esp-println] version = "0.10.0" features = ["esp32"]