max170xx 1.0.0

Platform-agnostic Rust driver for the MAX170xx 1-cell/2-cell fuel-gauge systems with ModelGauge for lithium-ion (Li+) batteries. Compatible with MAX17043, MAX17044, MAX17048 MAX17049, MAX17058 and MAX17059.
Documentation
[dependencies.embedded-hal]
version = "1.0.0"
[dev-dependencies.embedded-hal-mock]
default-features = false
features = ["eh1"]
version = "0.10.0"

[dev-dependencies.linux-embedded-hal]
version = "0.4"

[package]
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Platform-agnostic Rust driver for the MAX170xx 1-cell/2-cell fuel-gauge systems with ModelGauge for lithium-ion (Li+) batteries.\nCompatible with MAX17043, MAX17044, MAX17048 MAX17049, MAX17058 and MAX17059."
documentation = "https://docs.rs/max170xx"
edition = "2021"
homepage = "https://github.com/eldruin/max170xx-rs"
include = ["/**/*.rs", "/Cargo.toml", "/README.md", "/CHANGELOG.md", "/LICENSE-MIT", "/LICENSE-APACHE"]
keywords = ["fuel", "gauge", "lithium", "battery", "embedded-hal-driver"]
license = "MIT OR Apache-2.0"
name = "max170xx"
readme = "README.md"
repository = "https://github.com/eldruin/max170xx-rs"
version = "1.0.0"
[profile.release]
lto = true