# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bq769x0" version = "0.3.1" authors = ["Roman Isaikin "] description = "BQ76920, BQ76930 and BQ76940 battery AFE no_std hal" license = "MIT" repository = "https://github.com/romixlab/bq769x0" [dependencies.bitflags] version = "1" [dependencies.cortex-m] version = "0.6" [dependencies.crc-any] version = "2.3" default-features = false [dependencies.embedded-hal] version = "0.2" [dependencies.serde] version = "1.0.100" features = ["derive"] default-features = false [features] crc = [] default = ["no_std"] no_std = [] std = []