winfw 0.1.8

Interact with the Windows Firewall from Rust
Documentation
[build-dependencies.cc]
features = ["parallel"]
version = "1.0"
[dependencies.libc]
version = "0.2"

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

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

[package]
authors = ["Marirs <marirs@gmail.com>"]
build = "build.rs"
categories = ["external-ffi-bindings", "os::windows-apis"]
description = "Interact with the Windows Firewall from Rust"
edition = "2021"
keywords = ["windows", "ffi", "win32", "com", "firewall"]
license = "MIT/Apache-2.0"
name = "winfw"
readme = "README.md"
repository = "https://github.com/marirs/winfw-rs"
version = "0.1.8"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc"]
[profile.dev]
opt-level = 3

[profile.release]
codegen-units = 1
debug = false
debug-assertions = false
lto = true
opt-level = 3