# 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" rust-version = "1.75" name = "arp-scan" version = "0.14.0" authors = ["Saluki"] exclude = [ "/.semaphore", "/data", "/release.sh", ".*", ] description = "A minimalistic ARP scan tool" homepage = "https://github.com/Saluki/arp-scan-rs" readme = "README.md" keywords = [ "arp", "scan", "network", "security", ] categories = ["command-line-utilities"] license = "AGPL-3.0-or-later" repository = "https://github.com/Saluki/arp-scan-rs" [dependencies.ansi_term] version = "0.12" [dependencies.clap] version = "4.4" features = [ "std", "suggestions", "color", "help", ] default-features = false [dependencies.csv] version = "1.3" [dependencies.ctrlc] version = "3.4" [dependencies.dns-lookup] version = "2.0" [dependencies.ipnetwork] version = "0.20" [dependencies.pnet] version = "0.34" [dependencies.pnet_datalink] version = "0.34" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9"