r-lancli 0.4.0

A command-line interface for performing network scanning operations on local area networks (LANs)
# 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 = "2024"
name = "r-lancli"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command-line interface for performing network scanning operations on local area networks (LANs)"
homepage = "https://github.com/robgonnella/r-lanscan"
documentation = "https://docs.rs/r-lancli"
readme = "README.md"
keywords = [
    "network-scanner",
    "port-scanner",
    "packet",
    "ARP",
    "SYN",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/robgonnella/r-lanscan"
resolver = "2"

[package.metadata.cargo-machete]
ignored = ["prettytable-rs"]

[[bin]]
name = "r-lancli"
path = "src/main.rs"

[dependencies.clap]
version = "^4.5"
features = ["derive"]

[dependencies.color-eyre]
version = "0.6.3"

[dependencies.itertools]
version = "0.14.0"

[dependencies.log]
version = "^0.4"

[dependencies.nix]
version = "0.30"
features = ["user"]

[dependencies.pnet]
version = "^0.35"

[dependencies.prettytable-rs]
version = "^0.10"

[dependencies.r-lanlib]
version = "0.4.0"

[dependencies.serde_json]
version = "^1.0"

[dependencies.simplelog]
version = "^0.12"
features = ["paris"]

[dev-dependencies.mockall]
version = "0.13.1"