2 authors = ["The Rust Project Developers"]
17 # These options are controlled from our rustc wrapper script, so turn them off
18 # here and have them controlled elsewhere.
21 debug-assertions = false
23 # All optional dependencies so the features passed to this Cargo.toml select
24 # what should actually be built.
26 rustc_back = { path = "../librustc_back" }
27 rustc_driver = { path = "../librustc_driver" }
28 rustdoc = { path = "../librustdoc" }
31 jemalloc = ["rustc_back/jemalloc"]