]> git.proxmox.com Git - rustc.git/blame - vendor/autocfg/Cargo.toml
Merge branch 'mr/1.60.0' into 'debian/experimental'
[rustc.git] / vendor / autocfg / Cargo.toml
CommitLineData
e74abb32
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
5099ac24 6# to registry (e.g., crates.io) dependencies.
e74abb32 7#
5099ac24
FG
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
e74abb32
XL
11
12[package]
13name = "autocfg"
5099ac24 14version = "1.1.0"
e74abb32 15authors = ["Josh Stone <cuviper@gmail.com>"]
3dfed10e 16exclude = ["/.github/**", "/bors.toml"]
e74abb32
XL
17description = "Automatic cfg for Rust compiler features"
18readme = "README.md"
19keywords = ["rustc", "build", "autoconf"]
20categories = ["development-tools::build-utils"]
ba9703b0 21license = "Apache-2.0 OR MIT"
e74abb32
XL
22repository = "https://github.com/cuviper/autocfg"
23
24[dependencies]