rust-procs/procs-fix-metadata.diff

48 lines
1.2 KiB
Diff
Raw Normal View History

2020-12-15 20:55:36 +00:00
--- 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]
2020-12-15 20:55:36 +00:00
version = "3"
-[dependencies.dockworker]
2020-12-15 20:55:36 +00:00
-version = "0.0.19"
-optional = true
-
[dependencies.getch]
version = "0.2"
2020-12-15 20:55:36 +00:00
@@ -109,9 +105,6 @@
[dependencies.unicode-width]
version = "0.1"
2020-09-18 13:55:04 +00:00
-[features]
-default = ["docker"]
-docker = ["dockworker"]
[target."cfg(target_os = \"linux\")".dependencies.pager]
2020-12-15 20:55:36 +00:00
version = "0.16"
2020-12-15 20:55:36 +00:00
@@ -123,23 +116,7 @@
[target."cfg(target_os = \"linux\")".dependencies.which]
2020-10-26 16:39:17 +00:00
version = "4"
-[target."cfg(target_os = \"macos\")".dependencies.errno]
-version = "0.2"
2020-09-18 13:55:04 +00:00
-[target."cfg(target_os = \"macos\")".dependencies.libproc]
2020-12-15 20:55:36 +00:00
-version = "0.9"
-
-[target."cfg(target_os = \"macos\")".dependencies.pager]
2020-12-15 20:55:36 +00:00
-version = "0.16"
-
-[target."cfg(target_os = \"macos\")".dependencies.users]
2020-12-15 20:55:36 +00:00
-version = "0.11"
-
-[target."cfg(target_os = \"macos\")".dependencies.which]
2020-10-26 16:39:17 +00:00
-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"