zond-engine 0.6.1

A lightweight, fast, and highly concurrent networking backend for packet crafting, protocol fingerprinting, and host discovery.
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 = "zond-engine"
version = "0.6.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight, fast, and highly concurrent networking backend for packet crafting, protocol fingerprinting, and host discovery."
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/zond-rs/zond-engine"

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.async-trait]
version = "0.1.91"

[dependencies.bincode]
version = "1.3.3"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.dns-parser]
version = "0.8"

[dependencies.hickory-resolver]
version = "0.26.1"
features = ["tokio"]

[dependencies.is-root]
version = "0.1.3"

[dependencies.mac_oui]
version = "0.4.11"
features = ["with-db"]

[dependencies.pnet]
version = "0.35.0"

[dependencies.rand]
version = "0.10.2"

[dependencies.rayon]
version = "1.12.0"

[dependencies.regex]
version = "1.13.1"

[dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dependencies.sysinfo]
version = "0.39.6"

[dependencies.thiserror]
version = "2.0.19"

[dependencies.tokio]
version = "1.53.0"
features = ["full"]

[dependencies.toml]
version = "1.1.3+spec-1.1.0"

[dependencies.tracing]
version = "0.1.44"

[dependencies.windows-sys]
version = "0.61.2"
features = [
    "Win32_NetworkManagement_IpHelper",
    "Win32_Foundation",
    "Win32_Networking_WinSock",
    "Win32_NetworkManagement_Ndis",
]

[dev-dependencies.proptest]
version = "1.6.0"

[build-dependencies.bincode]
version = "1.3.3"

[build-dependencies.serde]
version = "1.0.228"
features = ["derive"]

[build-dependencies.toml]
version = "1.1.2"