rust-procs/procs-fix-metadata.diff

53 lines
1.3 KiB
Diff

--- procs-0.10.5/Cargo.toml 2020-09-26T13:19:15+00:00
+++ procs-0.10.5/Cargo.toml 2020-10-26T16:23:42.940720+00:00
@@ -81,10 +81,6 @@
[dependencies.directories]
version = "2.0"
-[dependencies.dockworker]
-version = "0.0.18"
-optional = true
-
[dependencies.getch]
version = "0.2"
@@ -109,37 +105,18 @@
[dependencies.unicode-width]
version = "0.1"
-[features]
-default = ["docker"]
-docker = ["dockworker"]
[target."cfg(target_os = \"linux\")".dependencies.pager]
version = "0.15"
[target."cfg(target_os = \"linux\")".dependencies.procfs]
-version = "0.7.1"
+version = "0.8.0"
[target."cfg(target_os = \"linux\")".dependencies.users]
version = "0.10"
[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.5"
-
-[target."cfg(target_os = \"macos\")".dependencies.pager]
-version = "0.15"
-
-[target."cfg(target_os = \"macos\")".dependencies.users]
-version = "0.10"
-
-[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"