rust-procs/procs-fix-metadata.diff

48 lines
1.2 KiB
Diff

--- procs-0.10.10/Cargo.toml 2020-11-26T01:18:03+00:00
+++ procs-0.10.10/Cargo.toml 2020-12-15T20:47:21.423279+00:00
@@ -81,10 +81,6 @@
[dependencies.directories]
version = "3"
-[dependencies.dockworker]
-version = "0.0.19"
-optional = true
-
[dependencies.getch]
version = "0.2"
@@ -109,9 +105,6 @@
[dependencies.unicode-width]
version = "0.1"
-[features]
-default = ["docker"]
-docker = ["dockworker"]
[target."cfg(target_os = \"linux\")".dependencies.pager]
version = "0.16"
@@ -123,23 +116,7 @@
[target."cfg(target_os = \"linux\")".dependencies.which]
version = "4"
-[target."cfg(target_os = \"macos\")".dependencies.errno]
-version = "0.2"
-[target."cfg(target_os = \"macos\")".dependencies.libproc]
-version = "0.9"
-
-[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"