async-ltc681x 0.1.1

no_std Async Device Driver for the Ltc681x BMS Chips
Documentation
# 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 = "2024"
name = "async-ltc681x"
version = "0.1.1"
authors = ["emkanea-dev"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "no_std Async Device Driver for the Ltc681x BMS Chips"
homepage = "https://emkanea.dev"
readme = "README.md"
keywords = [
    "async",
    "no_std",
    "embedded",
    "driver",
    "bms",
]
license = "Apache-2.0"
repository = "https://github.com/emkanea/async-ltc681x"

[package.metadata.docs.rs]
features = ["ltc6813"]
no-default-features = true

[features]
default = ["ltc6811"]
ltc6811 = []
ltc6812 = []
ltc6813 = []

[lib]
name = "async_ltc681x"
path = "src/lib.rs"

[dependencies.embedded-hal]
version = "1.0.0"

[dependencies.embedded-hal-async]
version = "1.0.0"

[dev-dependencies.embassy-futures]
version = "0.1.1"

[dev-dependencies.embedded-hal-mock]
version = "0.11.1"
features = ["embedded-hal-async"]

[dev-dependencies.tokio-test]
version = "0.4.3"