wfp 0.0.5

A Rust library for the Windows Filtering Platform (WFP) API
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 = "wfp"
version = "0.0.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for the Windows Filtering Platform (WFP) API"
documentation = "https://docs.rs/wfp"
readme = "README.md"
keywords = [
    "windows",
    "firewall",
    "network",
    "security",
]
categories = [
    "os::windows-apis",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dlon/wfp-rs"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = []
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
wfp-integration-tests = []

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

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.log]
version = "0.4.27"

[dependencies.windows-sys]
version = "0.60.2"
features = [
    "Win32",
    "Win32_NetworkManagement",
    "Win32_NetworkManagement_WindowsFilteringPlatform",
    "Win32_Security",
    "Win32_System_Rpc",
]