@@ -14,12 +14,6 @@ path = "lib.rs"
14
14
# For documentation about what this is and why in the world these dependencies
15
15
# are appearing, see `README.md`.
16
16
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
-
23
17
[target .'cfg(windows)' .dependencies .winapi ]
24
18
version = " 0.3"
25
19
features = [
@@ -65,14 +59,10 @@ features = [
65
59
[dependencies ]
66
60
curl-sys = { version = " 0.4.13" , features = [" http2" , " libnghttp2-sys" ], optional = true }
67
61
crossbeam-utils = { version = " 0.6.5" , features = [" nightly" ] }
68
- parking_lot = { version = " 0.7" , features = [' nightly' ] }
69
- rand = { version = " 0.6.1" , features = [" i128_support" ] }
70
62
serde = { version = " 1.0.82" , features = [' derive' ] }
71
63
serde_json = { version = " 1.0.31" , features = [" raw_value" ] }
72
64
smallvec = { version = " 0.6" , features = [' union' , ' may_dangle' ] }
73
- scopeguard = { version = " 0.3.3" , features = [" use_std" , " default" ] }
74
65
byteorder = { version = " 1.2.7" , features = [" i128" ] }
75
- syn = { version = " 0.15.35" , features = [" extra-traits" , " full" ] }
76
66
77
67
78
68
[target .'cfg(not(windows))' .dependencies ]
0 commit comments