[package] name = "edge-nal" version = "0.3.0" edition = "2021" rust-version = "1.77" description = "Hosts a bunch of traits which are not yet available in the embedded-nal-async crate" repository = "https://github.com/ivmarkov/edge-net" readme = "README.md" license = "MIT OR Apache-2.0" categories = [ "embedded", "no-std::no-alloc", "asynchronous", "network-programming" ] [dependencies] embedded-io-async = { workspace = true }