We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab1d41 commit 5cc897fCopy full SHA for 5cc897f
Cargo.toml
@@ -16,25 +16,13 @@ license = "MPL-2.0"
16
rustc-serialize = "0.3"
17
tempdir = "0.3"
18
19
-[dependencies.serde]
20
-version = ">=0.6.6, <0.8"
21
-optional = true
22
-
23
-[dependencies.serde_macros]
24
-version = ">=0.6.5, <0.8"
25
26
27
-[dependencies.heapsize]
28
-version = ">=0.1.1, <0.4.0"
29
30
31
-[dependencies.heapsize_plugin]
32
-version = "0.1.0"
33
34
35
[dependencies]
36
encoding = "0.2"
+heapsize = {version = ">=0.1.1, <0.4.0", optional = true}
+heapsize_plugin = {version = "0.1.0", optional = true}
37
matches = "0.1"
+serde = {version = ">=0.6.6, <0.8", optional = true}
+serde_macros = {version = ">=0.6.5, <0.8", optional = true}
38
39
[features]
40
serde-serialization = [ "serde", "serde_macros" ]
0 commit comments