# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "process_list" version = "0.2.1" authors = ["mgostIH"] description = "Crate for listing the processes open in the OS, usually for retrieving their ID by their name." documentation = "https://docs.rs/process_list/0.2.1/x86_64-pc-windows-msvc/process_list/" readme = "README.md" keywords = ["Windows", "Process"] license = "MIT" repository = "https://github.com/mgostIH/process_list" [dependencies.log] version = "0.4" optional = true [dev-dependencies.env_logger] version = "0.7.1" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["tlhelp32", "winnt", "handleapi"]