Skip to content

Commit 5cc897f

Browse files
committed
Cargo.toml formatting
1 parent 4ab1d41 commit 5cc897f

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

Cargo.toml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,13 @@ license = "MPL-2.0"
1616
rustc-serialize = "0.3"
1717
tempdir = "0.3"
1818

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-
optional = true
26-
27-
[dependencies.heapsize]
28-
version = ">=0.1.1, <0.4.0"
29-
optional = true
30-
31-
[dependencies.heapsize_plugin]
32-
version = "0.1.0"
33-
optional = true
34-
3519
[dependencies]
3620
encoding = "0.2"
21+
heapsize = {version = ">=0.1.1, <0.4.0", optional = true}
22+
heapsize_plugin = {version = "0.1.0", optional = true}
3723
matches = "0.1"
24+
serde = {version = ">=0.6.6, <0.8", optional = true}
25+
serde_macros = {version = ">=0.6.5, <0.8", optional = true}
3826

3927
[features]
4028
serde-serialization = [ "serde", "serde_macros" ]

0 commit comments

Comments
 (0)