embassy-utils 0.1.0

embassy plus utils
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 = "embassy-utils"
version = "0.1.0"
authors = ["embassy-plus developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "embassy plus utils"
readme = "Readme.md"
categories = ["embedded"]
license = "MIT/Apache-2.0"
repository = "https://github.com/lifeRobot/embassy-plus/tree/main/embassy-utils"

[package.metadata.docs.rs]
features = ["_rp2040"]

[features]
_rp2040 = ["embassy-rp-plus/rp2040"]
rp = ["embassy-rp-plus"]

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

[dependencies.embassy-rp-plus]
version = "0.1.1"
optional = true

[dependencies.embassy-sync]
version = "0.7.0"