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
|
Index: test-with/Cargo.toml
===================================================================
--- test-with.orig/Cargo.toml
+++ test-with/Cargo.toml
@@ -41,10 +41,6 @@ optional = true
version = "1.13"
optional = true
-[dependencies.ping]
-version = "0.5"
-optional = true
-
[dependencies.proc-macro-error]
version = "1.0"
@@ -86,19 +82,13 @@ features = [
[features]
default = [
- "net",
"resource",
"user",
"executable",
]
executable = ["which"]
http = ["reqwest"]
-icmp = ["ping"]
ign-msg = []
-net = [
- "http",
- "icmp",
-]
resource = [
"sysinfo",
"byte-unit",
|