tps55288 0.2.0

Rust driver skeleton for TI TPS55288 buck-boost converter (I2C)
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 = "tps55288"
version = "0.2.0"
build = false
exclude = [
    ".github/",
    ".serena/",
    "docs/",
    "downloads/",
    "node_modules/",
    "scripts/",
    "target/",
    ".bun-version",
    "bun.lock",
    "commitlint.config.cjs",
    "dprint.json",
    "lefthook.yml",
    "Makefile",
    "package.json",
    "ROADMAP.md",
    "TODO.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust driver skeleton for TI TPS55288 buck-boost converter (I2C)"
documentation = "https://docs.rs/tps55288"
readme = "README.md"
keywords = [
    "embedded",
    "driver",
    "buck-boost",
    "tps55288",
    "i2c",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/IvanLi-CN/tps55288-rs"

[features]
async = ["embedded-hal-async"]
default = []
defmt = ["dep:defmt"]

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

[[test]]
name = "conversions"
path = "tests/conversions.rs"

[[test]]
name = "driver_mock"
path = "tests/driver_mock.rs"

[[test]]
name = "status_and_fields"
path = "tests/status_and_fields.rs"

[dependencies.bitflags]
version = "2"

[dependencies.defmt]
version = "0.3"
optional = true

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

[dependencies.embedded-hal-async]
version = "1"
optional = true

[dev-dependencies.embedded-hal-mock]
version = "0.11"
features = ["eh1"]

[profile.dev]
opt-level = 1

[profile.release]
opt-level = "s"