r-lanlib 0.4.0

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

[package.metadata.cargo-machete]
ignored = ["openssl"]

[lib]
name = "r_lanlib"
path = "src/lib.rs"

[[example]]
name = "arp-scanner"
path = "examples/arp-scanner.rs"

[[example]]
name = "full-scanner"
path = "examples/full-scanner.rs"

[[example]]
name = "syn-scanner"
path = "examples/syn-scanner.rs"

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.dns-lookup]
version = "^2.0"

[dependencies.ipnet]
version = "^2.11"

[dependencies.itertools]
version = "0.14.0"

[dependencies.log]
version = "^0.4"

[dependencies.openssl]
version = "0.10.75"
features = ["vendored"]

[dependencies.oui-data]
version = "^0.2"

[dependencies.pnet]
version = "^0.35"

[dependencies.serde]
version = "^1.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.17"

[dependencies.threadpool]
version = "1.8.1"

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