macmap 0.2.2

A command-line tool to scan local networks and map IP addresses to MAC addresses.
# 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 = "macmap"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command-line tool to scan local networks and map IP addresses to MAC addresses."
readme = "README.md"
license = "MIT"
repository = "https://github.com/JarodBruce/macmap"

[[bin]]
name = "macmap"
path = "src/main.rs"

[dependencies.get_if_addrs]
version = "0.5.3"

[dependencies.local-ip-address]
version = "0.6.5"

[dependencies.pnet]
version = "0.35.0"

[dependencies.rayon]
version = "1.10.0"

[dependencies.users]
version = "0.11.0"