|
@@ -13,7 +13,7 @@ license = "0BSD"
|
|
|
|
|
|
[dependencies]
|
|
|
byteorder = { version = "1.0", default-features = false }
|
|
|
-managed = { version = "0.3.0", default-features = false }
|
|
|
+managed = { version = "0.4.0", default-features = false }
|
|
|
log = { version = "0.3", default-features = false, optional = true }
|
|
|
libc = { version = "0.2.18", optional = true }
|
|
|
|
|
@@ -25,7 +25,6 @@ getopts = "0.2"
|
|
|
[features]
|
|
|
std = ["managed/std"]
|
|
|
alloc = ["managed/alloc"]
|
|
|
-collections = ["alloc", "managed/collections"]
|
|
|
verbose = []
|
|
|
raw_socket = ["libc"]
|
|
|
tap_interface = ["libc"]
|