arp-toolkit 0.1.1

Toolkit for ARP and RARP using Raw sockets in Rust
Documentation
[dependencies.num-derive]
version = "0.3"

[dependencies.num-traits]
version = "0.2"

[dependencies.pnet]
version = "0.28"

[lib]
name = "libarp"
path = "lib.rs"

[package]
authors = ["Oliver Layer <olilay@live.de>"]
categories = ["network-programming"]
description = "Toolkit for ARP and RARP using Raw sockets in Rust"
edition = "2018"
homepage = "https://github.com/OliLay/arp-toolkit-rust"
keywords = ["arp", "rarp", "ip-to-mac", "mac-to-ip"]
license = "MIT"
name = "arp-toolkit"
readme = "../README.md"
repository = "https://github.com/OliLay/arp-toolkit-rust"
version = "0.1.1"