File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -14,19 +14,21 @@ rust-version = "1.68"
1414
1515exclude = [" src/css-parsing-tests/**" , " src/big-data-url.css" ]
1616
17- [dev-dependencies ]
18- serde_json = " 1.0.25"
19- difference = " 2.0"
20- encoding_rs = " 0.8"
21-
2217[dependencies ]
23- cssparser-macros = { path = " ./macros" , version = " 0.6.1" , optional = true }
2418dtoa-short = " 0.3"
2519itoa = " 1.0"
20+ smallvec = " 1.0"
21+
22+ # Optional dependencies
23+ cssparser-macros = { path = " ./macros" , version = " 0.6.1" , optional = true }
24+ malloc_size_of = { version = " 0.1" , default-features = false , optional = true }
2625phf = { version = " 0.13.1" , features = [" macros" ], optional = true }
2726serde = { version = " 1.0" , features = [" derive" ], optional = true }
28- malloc_size_of = { version = " 0.1" , default-features = false , optional = true }
29- smallvec = " 1.0"
27+
28+ [dev-dependencies ]
29+ serde_json = " 1.0.25"
30+ difference = " 2.0"
31+ encoding_rs = " 0.8"
3032
3133[profile .profiling ]
3234inherits = " release"
You can’t perform that action at this time.
0 commit comments