[dependencies.defmt]
optional = true
version = "0.3"
[package]
categories = ["embedded", "no-std", "asynchronous"]
description = "Driver trait for the `embassy-net` async TCP/IP network stack."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "embassy-net-driver"
readme = "README.md"
repository = "https://github.com/embassy-rs/embassy"
version = "0.2.0"
[package.metadata.docs.rs]
features = ["defmt"]
[package.metadata.embassy_docs]
features = ["defmt"]
src_base = "https://github.com/embassy-rs/embassy/blob/embassy-net-driver-v$VERSION/embassy-net-driver/src/"
src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-net-driver/src/"
target = "thumbv7em-none-eabi"