[package] name = "pnet_datalink_bandwhich_fork" version = "0.23.1" authors = ["Robert Clipsham ", "Linus Färnstrand "] license = "MIT/Apache-2.0" homepage = "https://github.com/libpnet/libpnet" repository = "https://github.com/libpnet/libpnet" description = "Cross-platform, datalink layer networking." keywords = ["networking", "datalink", "ethernet", "raw"] categories = ["network-programming"] [features] netmap = [] [dependencies] libc = "0.2.42" ipnetwork = "0.15.0" pnet_base_bandwhich_fork = { path = "../pnet_base", version = "0.23.0" } pnet_sys_bandwhich_fork = { path = "../pnet_sys", version = "0.23.0" } pcap = { version = "0.7", optional = true } netmap_sys = { version = ">=0.0", optional = true, features = ["netmap_with_libs"] } [target.'cfg(windows)'.dependencies] winapi = "0.2"