tps546 0.1.0

Async, no_std driver for the TPS546D24A stackable PMBus buck converter
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"
rust-version = "1.85.1"
name = "tps546"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async, no_std driver for the TPS546D24A stackable PMBus buck converter"
documentation = "https://docs.rs/tps546"
readme = "README.md"
keywords = [
    "tps546",
    "pmbus",
    "embedded",
    "i2c",
    "no-std",
]
categories = [
    "embedded",
    "no-std",
    "hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/GPTechinno/tps546"

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

[dependencies.bitflags]
version = "2"

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

[dependencies.heapless]
version = "0.8"

[dependencies.pmbus-adapter]
version = "0.1"