# 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 = "proc_monitor" version = "0.1.2" authors = ["tqlab"] build = "build.rs" description = "Linux/Macos process monitor." homepage = "https://github.com/tqlab/proc-rs" license = "GPL-3.0-or-later" resolver = "2" [build-dependencies.bindgen] version = "0.60" features = ["runtime"] optional = true default-features = false [build-dependencies.cc] version = "1.0" [build-dependencies.pkg-config] version = "0.3"