ndisapi 0.6.6

Rust crate for interacting with the Windows Packet Filter driver (NDISAPI)
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 = "2021"
name = "ndisapi"
version = "0.6.6"
authors = ["Vadim Smirnov <vadim@ntkernel.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust crate for interacting with the Windows Packet Filter driver (NDISAPI)"
documentation = "https://docs.rs/ndisapi"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/wiresock/ndisapi-rs"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["x86_64-pc-windows-msvc"]

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

[[example]]
name = "async-packthru"
path = "examples/async-packthru.rs"

[[example]]
name = "async-passthru"
path = "examples/async-passthru.rs"

[[example]]
name = "filter"
path = "examples/filter.rs"

[[example]]
name = "listadapters"
path = "examples/listadapters.rs"

[[example]]
name = "packthru"
path = "examples/packthru.rs"

[[example]]
name = "passthru"
path = "examples/passthru.rs"

[[example]]
name = "unsorted-packthru"
path = "examples/unsorted-packthru.rs"

[dependencies.bitflags]
version = "2.10.0"

[dependencies.futures]
version = "0.3.30"

[dependencies.ipnetwork]
version = "0.21.1"

[dependencies.uuid]
version = "1.19.0"
features = [
    "v4",
    "serde",
    "v6",
]

[dependencies.windows]
version = "0.62.2"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_System_Registry",
    "Win32_System_Threading",
    "Win32_System_IO",
    "Win32_Storage_FileSystem",
    "Win32_NetworkManagement_Ndis",
    "Win32_Networking_WinSock",
    "Win32_NetworkManagement_IpHelper",
    "Win32_System_SystemInformation",
]

[dev-dependencies.clap]
version = "4.5.53"
features = ["derive"]

[dev-dependencies.crossterm]
version = "0.29.0"

[dev-dependencies.ctrlc]
version = "3.4.4"

[dev-dependencies.futures]
version = "0.3.30"

[dev-dependencies.prettytable-rs]
version = "0.10.0"

[dev-dependencies.smoltcp]
version = "0.12.0"

[dev-dependencies.tokio]
version = "1.36.0"
features = ["full"]