]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_middle/Cargo.toml
Prevent stack overflow for deeply recursive code
[rust.git] / src / librustc_middle / Cargo.toml
index dd322b9da952bcb3a8e756fd7273aa18706432f9..6d3980ef68989ff641b5025c5ebfce07957f5a97 100644 (file)
@@ -12,7 +12,6 @@ doctest = false
 [dependencies]
 arena = { path = "../libarena" }
 bitflags = "1.2.1"
-jobserver = "0.1"
 scoped-tls = "1.0"
 log = { version = "0.4", features = ["release_max_level_info", "std"] }
 rustc-rayon = "0.3.0"
@@ -31,9 +30,8 @@ rustc_index = { path = "../librustc_index" }
 rustc_serialize = { path = "../libserialize", package = "serialize" }
 rustc_ast = { path = "../librustc_ast" }
 rustc_span = { path = "../librustc_span" }
-backtrace = "0.3.40"
-parking_lot = "0.10"
 byteorder = { version = "1.3" }
 smallvec = { version = "1.0", features = ["union", "may_dangle"] }
 measureme = "0.7.1"
 rustc_session = { path = "../librustc_session" }
+stacker = "0.1.6"