|
@@ -27,23 +27,11 @@ query_encoding = ["encoding"]
|
|
|
serde_serialization = ["serde"]
|
|
serde_serialization = ["serde"]
|
|
|
heap_size = ["heapsize", "heapsize_plugin"]
|
|
heap_size = ["heapsize", "heapsize_plugin"]
|
|
|
|
|
|
|
|
-[dependencies.heapsize]
|
|
|
|
|
-version = ">=0.1.1, <0.4"
|
|
|
|
|
-optional = true
|
|
|
|
|
-
|
|
|
|
|
-[dependencies.heapsize_plugin]
|
|
|
|
|
-version = "0.1.0"
|
|
|
|
|
-optional = true
|
|
|
|
|
-
|
|
|
|
|
-[dependencies.encoding]
|
|
|
|
|
-version = "0.2"
|
|
|
|
|
-optional = true
|
|
|
|
|
-
|
|
|
|
|
-[dependencies.serde]
|
|
|
|
|
-version = ">=0.6.1, <0.8"
|
|
|
|
|
-optional = true
|
|
|
|
|
-
|
|
|
|
|
[dependencies]
|
|
[dependencies]
|
|
|
idna = { version = "0.1.0", path = "./idna" }
|
|
idna = { version = "0.1.0", path = "./idna" }
|
|
|
|
|
+heapsize = {version = ">=0.1.1, <0.4", optional = true}
|
|
|
|
|
+heapsize_plugin = {version = "0.1.0", optional = true}
|
|
|
|
|
+encoding = {version = "0.2", optional = true}
|
|
|
|
|
+serde = {version = ">=0.6.1, <0.8", optional = true}
|
|
|
rustc-serialize = "0.3"
|
|
rustc-serialize = "0.3"
|
|
|
matches = "0.1"
|
|
matches = "0.1"
|