[package] name = "bq24195" description = "Platform-agnostic Rust driver for the Texas Instruments BQ24195 Li-Ion/Li-Po battery charge management IC." repository = "https://github.com/keithduncan/bq24195" keywords = ["BQ24195", "embedded-hal-driver"] categories = ["embedded", "no-std", "hardware-support"] license = "MIT" version = "0.1.2" authors = ["Keith Duncan "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] embedded-hal = "~0.2" bitfield = "0.13"