1[package] 2# NOTE: Cannot be in workspace because of rustc 1.0 support 3name = "autocfg-verify-check-cfg" 4description = "A dummy crate to verify autocfg is emitting check-cfg directives" 5version = "0.1.0" 6edition = "2015" 7# only for testing 8publish = false 9 10build = "build.rs" 11 12[build-dependencies] 13autocfg = { path = "../.." } 14 15