[package] name = "netneighbours" version = "0.1.2" edition = "2021" license = "Unlicense" description = "Get ARP/NDP tables entries. Multiplatform!" categories = ["network-programming"] keywords = ["arp", "ndp", "lookup"] repository = "https://gitlab.com/eutampieri/netneighbours" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] macaddr = "1.0" [target.'cfg(target_os = "windows")'.dependencies] winapi = { version = "0.3", features = ["netioapi"] }