You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-procs/procs-fix-metadata-auto.diff

47 lines
1.1 KiB

--- procs-0.14.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ procs-0.14.1/Cargo.toml 2023-10-07T10:12:15.779397+00:00
@@ -161,38 +161,6 @@
[target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dependencies.which]
version = "4"
-[target."cfg(target_os = \"macos\")".dependencies.errno]
-version = "0.3"
-
-[target."cfg(target_os = \"macos\")".dependencies.libproc]
-version = "0.14"
-
-[target."cfg(target_os = \"macos\")".dependencies.nix]
-version = "0.27.1"
-features = ["process"]
-
-[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",
- "iphlpapi",
-]
-
[badges.codecov]
branch = "master"
repository = "dalance/procs"
@@ -200,3 +168,4 @@
[badges.travis-ci]
repository = "dalance/procs"
+