# 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 = "2018" name = "axp20x" version = "0.0.2" authors = ["Pierre-Yves Aillet "] description = "Rust driver for axp20x Power Management Unit" readme = "README.md" categories = [ "embedded", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pyaillet/axp20x-rs" [dependencies.bitmask-enum] version = "1.1.3" default-features = false [dependencies.embedded-hal] version = "^1.0.0-rc.1" [dependencies.num_enum] version = "0.5" default-features = false [features] default = [] std = []