autocfg 1.4.0

Automatic cfg for Rust compiler features
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "autocfg"
version = "1.4.0"
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"

[dependencies]