[package] name = "arp-spoofer" version = "1.0.1" description = "A command-line tool to easily run a man-in-the-middle attack leveraging ARP cache poisoning." authors = ["Halim Qarroum"] edition = "2021" homepage = "https://github.com/HQarroum/arp-spoofer" repository = "https://github.com/HQarroum/arp-spoofer" readme = "README.md" license = "MIT" keywords = ["arp", "arp-cache-poisoning", "man-in-the-middle"] categories = ["command-line-utilities"] [dependencies] pnet = "0.35.0" pnet_datalink = "0.35.0" clap = { version = "4.5.17", features = ["derive", "cargo"] } indicatif = "0.17.8" console = "0.15.8" ctrlc = "3.4.5" atomic_enum = "0.3.0" anyhow = "1.0.88"