[package] name = "sendpacket" version = "0.1.1" description = "High-level library for interacting with low-level network data." homepage = "https://github.com/Metaswitch/sendpacket" repository = "https://github.com/Metaswitch/sendpacket" license = "MIT OR Apache-2.0" authors = [ "Alex Lloyd ", "Blake Hawkins ", "Jaime Valdemoros Gomez ", "James Turner ", "Ryan Collingham ", "Sophie Stratton ", "Wojciech Kozlowski ", ] [lib] name = "lib_sendpacket" path = "src/lib.rs" [dependencies] derive-new = "0.5" ipnetwork = "0.12.8" pnet = "0.21.0" pnet_datalink = "0.20.0"