# 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 = "phnt" version = "0.0.31" authors = ["oberrich "] build = "src/build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings to the System Informer's (formerly known as Process Hacker) `phnt` native Windows headers" homepage = "https://github.com/oberrich/phnt-rs" readme = "README.md" license = "MIT" repository = "https://github.com/oberrich/phnt-rs" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] targets = ["x86_64-pc-windows-msvc"] [lib] name = "phnt" path = "src/lib.rs" [dependencies.cty] version = "0.2.2" [dependencies.nt-string] version = "0.1.1" [dependencies.windows-sys] version = "0.59.0" features = ["Win32_Foundation"] [dev-dependencies.windows-sys] version = "0.59.0" features = ["Win32_System_Threading"] [build-dependencies.bindgen] version = "0.70.1" optional = true [build-dependencies.chrono] version = "0.4.37" optional = true [build-dependencies.regex] version = "1.10.6" optional = true [features] regenerate = [ "dep:regex", "dep:bindgen", "dep:chrono", ]