[dependencies]
[[example]]
name = "integers"
path = "examples/integers.rs"
[[example]]
name = "nightly"
path = "examples/nightly.rs"
[[example]]
name = "paths"
path = "examples/paths.rs"
[[example]]
name = "traits"
path = "examples/traits.rs"
[[example]]
name = "versions"
path = "examples/versions.rs"
[lib]
name = "autocfg"
path = "src/lib.rs"
[package]
authors = ["Josh Stone <cuviper@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools::build-utils"]
description = "Automatic cfg for Rust compiler features"
documentation = "https://docs.rs/autocfg/"
exclude = ["/.github/**"]
keywords = ["rustc", "build", "autoconf"]
license = "Apache-2.0 OR MIT"
name = "autocfg"
readme = "README.md"
repository = "https://github.com/cuviper/autocfg"
rust-version = "1.0"
version = "1.4.0"
[[test]]
name = "no_std"
path = "tests/no_std.rs"
[[test]]
name = "rustflags"
path = "tests/rustflags.rs"
[[test]]
name = "tests"
path = "tests/tests.rs"
[[test]]
name = "wrappers"
path = "tests/wrappers.rs"