[package] name = "embedded-nal" version = "0.9.0" authors = [ "Jonathan 'theJPster' Pallant ", "Mathias Koch ", "Diego Barrios Romero ", "Ryan Summers ", ] edition = "2021" description = "A 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" readme = "README.md" keywords = ["network"] categories = ["embedded", "hardware-support", "no-std", "network-programming"] [dependencies] nb = "1"