1[package] 2name = "autocfg" 3version = "1.1.0" 4authors = ["Josh Stone <cuviper@gmail.com>"] 5license = "Apache-2.0 OR MIT" 6repository = "https://github.com/cuviper/autocfg" 7documentation = "https://docs.rs/autocfg/" 8description = "Automatic cfg for Rust compiler features" 9readme = "README.md" 10keywords = ["rustc", "build", "autoconf"] 11categories = ["development-tools::build-utils"] 12exclude = ["/.github/**", "/bors.toml"] 13 14[dependencies] 15