embedded-nal-async 0.7.1

An Async Network Abstraction Layer (NAL) for Embedded Systems
Documentation
[package]

name = "embedded-nal-async"

version = "0.7.1"

edition = "2021"

description = "An Async Network Abstraction Layer (NAL) for Embedded Systems"

license = "MIT OR Apache-2.0"

repository = "https://github.com/rust-embedded-community/embedded-nal"

homepage = "https://github.com/rust-embedded-community/embedded-nal"

documentation = "https://docs.rs/embedded-nal-async"

readme = "README.md"

keywords = ["network"]

categories = ["embedded", "hardware-support", "no-std", "network-programming", "asynchronous"]



[features]

ip_in_core = []



[dependencies]

no-std-net = "0.6"

embedded-nal = { version = "0.8.0", path = "../" }

embedded-io-async = { version = "0.6.0" }