# 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 = "bq2515x" version = "0.1.0" authors = ["git@woutergeraedts.nl"] build = "build.rs" exclude = [ "Cargo.lock", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Device driver for the BQ2515x family of Texas Instruments linear battery chargers." readme = "README.md" keywords = [ "embedded", "driver", "battery", "charger", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Wassasin/bq2515x" [lib] name = "bq2515x" path = "src/lib.rs" [dependencies.bitvec] version = "1.0" default-features = false [dependencies.defmt] version = "0.3" optional = true [dependencies.derive_more] version = "1.0" features = [ "from", "into", ] default-features = false [dependencies.device-driver] version = "0.7" [dependencies.device-driver-macros] version = "0.7" features = ["yaml"] [dependencies.embedded-hal] version = "1.0" [dependencies.embedded-hal-async] version = "1.0" [dependencies.num_enum] version = "0.7" default-features = false [features] default = ["defmt"] defmt = ["dep:defmt"]