# 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 = "max17320" version = "0.1.0" authors = ["Shao Yuan "] exclude = [ "doc", "*.jpg", "*.png", "*.bmp", ] description = "An embedded hal driver for the MAX17320 (2S-4S ModelGauge m5 Fuel Gauge with Protector, Internal Self-Discharge Detection and SHA-256 Authentication)" readme = "README.md" keywords = [ "hal", "IO", "embedded-hal-driver", "max17320", "fuel-guage", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT" repository = "https://github.com/shaoyuancc/max17320" resolver = "2" [dependencies.embedded-hal] version = "0.2.7"