Move non-essential deps into specific crates (#2601)

This commit is contained in:
Chris Gillespie
2020-09-25 23:32:52 -07:00
committed by GitHub
parent cb7723f423
commit ed243c88d2
3 changed files with 5 additions and 13 deletions

View File

@ -64,6 +64,7 @@ pin-utils = "0.1.0"
pretty-hex = "0.2.0"
ptree = {version = "0.3.0", optional = true}
query_interface = "0.3.5"
quick-xml = "0.18.1"
rand = "0.7.3"
regex = "1.3.9"
roxmltree = "0.13.0"
@ -93,7 +94,6 @@ zip = {version = "0.5.7", optional = true}
Inflector = "0.11"
clipboard = {version = "0.5.0", optional = true}
encoding_rs = "0.8.24"
quick-xml = "0.18.1"
rayon = "1.4.0"
trash = {version = "1.1.1", optional = true}
url = "2.1.1"