[package] name = "librping" version = "0.1.8" authors = ["tooraj taraz "] edition = "2018" description = "Fast Rust ping library" license = "GPL-3.0" homepage = "https://github.com/toorajtaraz/librping/" repository = "https://github.com/toorajtaraz/librping/" documentation = "https://docs.rs/librping" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.7" pnet = "0.27.2" pnet_macros_support = "0.27.2" pnet_packet = "0.27.2" pnet_sys = "0.27.2" libc = "0.2.39" ansi_term = "0.12"