37 lines
907 B
Diff
37 lines
907 B
Diff
--- procs-0.12.3/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ procs-0.12.3/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
@@ -146,33 +146,6 @@
|
|
[target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dependencies.which]
|
|
version = "4"
|
|
|
|
-[target."cfg(target_os = \"macos\")".dependencies.errno]
|
|
-version = "0.2"
|
|
-
|
|
-[target."cfg(target_os = \"macos\")".dependencies.libproc]
|
|
-version = "0.12"
|
|
-
|
|
-[target."cfg(target_os = \"macos\")".dependencies.pager]
|
|
-version = "0.16"
|
|
-
|
|
-[target."cfg(target_os = \"macos\")".dependencies.users]
|
|
-version = "0.11"
|
|
-
|
|
-[target."cfg(target_os = \"macos\")".dependencies.which]
|
|
-version = "4"
|
|
-
|
|
-[target."cfg(target_os = \"windows\")".dependencies.winapi]
|
|
-version = "0.3"
|
|
-features = [
|
|
- "handleapi",
|
|
- "minwindef",
|
|
- "psapi",
|
|
- "securitybaseapi",
|
|
- "tlhelp32",
|
|
- "winbase",
|
|
- "winnt",
|
|
-]
|
|
-
|
|
[badges.codecov]
|
|
branch = "master"
|
|
repository = "dalance/procs"
|