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

42 lines
1.0 KiB

--- procs-0.14.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ procs-0.14.0/Cargo.toml 2023-08-02T12:35:27.569881+00:00
@@ -153,38 +153,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.13"
-
-[target."cfg(target_os = \"macos\")".dependencies.nix]
-version = "0.26.2"
-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"