# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "arp-spoofer" version = "1.0.1" authors = ["Halim Qarroum"] description = "A command-line tool to easily run a man-in-the-middle attack leveraging ARP cache poisoning." homepage = "https://github.com/HQarroum/arp-spoofer" readme = "README.md" keywords = [ "arp", "arp-cache-poisoning", "man-in-the-middle", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/HQarroum/arp-spoofer" [dependencies.anyhow] version = "1.0.88" [dependencies.atomic_enum] version = "0.3.0" [dependencies.clap] version = "4.5.17" features = [ "derive", "cargo", ] [dependencies.console] version = "0.15.8" [dependencies.ctrlc] version = "3.4.5" [dependencies.indicatif] version = "0.17.8" [dependencies.pnet] version = "0.35.0" [dependencies.pnet_datalink] version = "0.35.0"