[package] name = "test" version = "0.1.0" authors = ["Alex Crichton "] edition = "2018" [dependencies] proc_macro = { path = "../proc_macro" } std = { path = "../std" } panic_unwind = { path = "../panic_unwind" } compiler_builtins = { path = "../compiler_builtins" } registry-dep-using-std = { version = "*", features = ['mockbuild'] } [features] panic-unwind = [] backtrace = [] feature1 = ["std/feature1"] default = []