win_mitigations 0.1.6

Rust library for Windows process mitigation policies
Documentation
[dependencies.windows]
features = ["Win32_Foundation", "Win32_System_LibraryLoader", "Win32_System_Threading", "Win32_System_SystemServices", "Wdk_System_Threading"]
version = ">0.61"

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

[package]
authors = ["AndreiHan <hanandrei.git@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["security", "no-std", "os::windows-apis", "no-std::no-alloc", "api-bindings"]
description = "Rust library for Windows process mitigation policies"
edition = "2024"
keywords = ["windows", "mitigations", "security", "process", "policy"]
license = "MIT OR Apache-2.0"
name = "win_mitigations"
readme = "README.md"
repository = "https://github.com/AndreiHan/win_mitigations"
version = "0.1.6"

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