1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -185,55 +185,6 @@
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies.which]
version = "7"
-[target.'cfg(target_os = "freebsd")'.dependencies.bsd-kvm]
-version = "0.1.5"
-
-[target.'cfg(target_os = "freebsd")'.dependencies.bsd-kvm-sys]
-version = "0.2.0"
-
-[target.'cfg(target_os = "freebsd")'.dependencies.pager]
-version = "0.16.1"
-
-[target.'cfg(target_os = "freebsd")'.dependencies.uzers]
-version = "0.12"
-
-[target.'cfg(target_os = "freebsd")'.dependencies.which]
-version = "7"
-
-[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.mach2]
-version = "0.4.2"
-
-[target.'cfg(target_os = "macos")'.dependencies.nix]
-version = "0.29.0"
-features = ["process"]
-
-[target.'cfg(target_os = "macos")'.dependencies.pager]
-version = "0.16"
-
-[target.'cfg(target_os = "macos")'.dependencies.uzers]
-version = "0.12"
-
-[target.'cfg(target_os = "macos")'.dependencies.which]
-version = "7"
-
-[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
-version = "0.59"
-features = [
- "Win32_Foundation",
- "Win32_Networking_WinSock",
- "Win32_NetworkManagement_IpHelper",
- "Win32_Security",
- "Win32_System_Diagnostics_ToolHelp",
- "Win32_System_ProcessStatus",
- "Win32_System_Threading",
-]
-
[profile.release]
lto = true
codegen-units = 1
|