# 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 = "ltc681x" version = "0.5.0" authors = ["PEGASUS GmbH "] description = "Client LTC681X battery monitoring family" documentation = "https://docs.rs/ltc681x" readme = "README.md" keywords = [ "LTC681X", "BMS", "no_std", "battery", "ic", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pegasus-aero/rt-LTC681X" [dependencies.embedded-hal] version = "0.2.7" features = ["unproven"] [dependencies.fixed] version = "1.15.0" [dependencies.heapless] version = "0.8.0" [dev-dependencies.mockall] version = "0.11.0" [features] default = ["example"] example = [] strict = []