[package] authors = ["The Rust Project Developers"] name = "rustc_feature" version = "0.0.0" edition = "2018" [lib] name = "rustc_feature" path = "lib.rs" doctest = false [dependencies] rustc_data_structures = { path = "../librustc_data_structures" } lazy_static = "1.0.0" syntax_pos = { path = "../libsyntax_pos" }