[dependencies.embedded-hal]
features = ["unproven"]
version = "0.2.5"
[dependencies.modular-bitfield]
version = "0.11.2"
[package]
authors = ["Vitaly Domnikov <oss@vitaly.codes>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Platform agnostic Rust driver for the MP2667, highly integrated, single-cell, Li-ion/Li-polymer battery charger IC."
documentation = "https://docs.rs/mp2667"
edition = "2018"
include = ["**/*.rs", "Cargo.toml", "README.md", "LICENSE-MIT", "LICENSE-APACHE"]
keywords = ["MP2667", "driver", "embedded-hal-driver"]
license = "MIT/Apache-2.0"
name = "mp2667"
readme = "README.md"
repository = "https://github.com/dotcypress/mp2667"
version = "0.0.3"