pack2 0.1.2

windows ipv4 packet sniffing
[package]
name = "pack2"
version = "0.1.2"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "windows ipv4 packet sniffing"
documentation = "https://docs.rs/pack2"
readme = "README.md"
repository = "https://github.com/chronicl/pack2"
keywords = ["windows", "packet", "sniffing"]
categories = ["network-programming"]

[dependencies]
socket2 = {version = "0.4.4", features = ["all"]}
thiserror = "1"

[dependencies.windows]
version = "0.37.0"
features = [
    "alloc",
    "Win32_Foundation",
    "Win32_Networking_WinSock", 
    "Win32_System_IO"
]

[dev-dependencies]
etherparse = "0.10"