phnt 0.0.13

Rust bindings to the System Informer's (formerly known as Process Hacker) `phnt` native Windows headers
Documentation
[build-dependencies.bindgen]
version = "0.69.4"

[build-dependencies.chrono]
version = "0.4.37"

[build-dependencies.regex]
version = "1.10.3"

[build-dependencies.windows]
features = ["Win32_Foundation"]
version = "0.52.0"

[build-dependencies.windows-targets]
version = "0.52.0"
[dependencies.cty]
version = "0.2.2"

[dependencies.nt-string]
version = "0.1.1"

[dependencies.windows]
features = ["Win32_Foundation"]
version = "0.52.0"

[dependencies.windows-targets]
version = "0.52.0"

[features]
default = ["docsrs"]
docsrs = []

[package]
authors = ["oberrich <oberrich.llvm@proton.me>"]
build = "src/build.rs"
description = "Rust bindings to the System Informer's (formerly known as Process Hacker) `phnt` native Windows headers"
edition = "2021"
homepage = "https://github.com/oberrich/phnt-rs"
license = "MIT"
name = "phnt"
readme = "README.md"
repository = "https://github.com/oberrich/phnt-rs"
version = "0.0.13"
[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-pc-windows-msvc"
features = ["docsrs"]
targets = []