27 lines
552 B
TOML
27 lines
552 B
TOML
[package]
|
|
name = "autocfg"
|
|
version = "1.5.1"
|
|
authors = ["Josh Stone <cuviper@gmail.com>"]
|
|
license = "Apache-2.0 OR MIT"
|
|
repository = "https://github.com/cuviper/autocfg"
|
|
documentation = "https://docs.rs/autocfg/"
|
|
description = "Automatic cfg for Rust compiler features"
|
|
readme = "README.md"
|
|
keywords = ["rustc", "build", "autoconf"]
|
|
categories = ["development-tools::build-utils"]
|
|
exclude = ["/.github/**"]
|
|
rust-version = "1.0"
|
|
|
|
[[test]]
|
|
name = "no_std"
|
|
|
|
[[test]]
|
|
name = "rustflags"
|
|
|
|
[[test]]
|
|
name = "tests"
|
|
|
|
[[test]]
|
|
name = "wrappers"
|
|
harness = false
|