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