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