[package] name = "pcap-async-sys" version = "0.1.0" authors = ["Danny Browning "] build = "build.rs" edition = "2018" description = "Async interface for packet capture, with both single and bridge streams" license = "MIT" repository = "https://github.com/dbcfd/pcap-async/" readme = "README.md" keywords=["packet-capture"] categories=["network-programming"] [dependencies] [build-dependencies] bindgen = "0.51" env_logger = "0.6" locate-header = "0.1" log = "0.4"