@@ -14,12 +14,6 @@ path = "lib.rs"
1414# For documentation about what this is and why in the world these dependencies
1515# are appearing, see `README.md`.
1616
17- [build-dependencies ]
18- # Currently Cargo/RLS depend on `failure` which depends on `synstructure` which
19- # enables this feature. Clippy, however, does not depend on anything that
20- # enables this feature. Enable it unconditionally.
21- syn = { version = " 0.15" , features = [' extra-traits' ] }
22-
2317[target .'cfg(windows)' .dependencies .winapi ]
2418version = " 0.3"
2519features = [
@@ -65,14 +59,10 @@ features = [
6559[dependencies ]
6660curl-sys = { version = " 0.4.13" , features = [" http2" , " libnghttp2-sys" ], optional = true }
6761crossbeam-utils = { version = " 0.6.5" , features = [" nightly" ] }
68- parking_lot = { version = " 0.7" , features = [' nightly' ] }
69- rand = { version = " 0.6.1" , features = [" i128_support" ] }
7062serde = { version = " 1.0.82" , features = [' derive' ] }
7163serde_json = { version = " 1.0.31" , features = [" raw_value" ] }
7264smallvec = { version = " 0.6" , features = [' union' , ' may_dangle' ] }
73- scopeguard = { version = " 0.3.3" , features = [" use_std" , " default" ] }
7465byteorder = { version = " 1.2.7" , features = [" i128" ] }
75- syn = { version = " 0.15.35" , features = [" extra-traits" , " full" ] }
7666
7767
7868[target .'cfg(not(windows))' .dependencies ]
0 commit comments