]> git.proxmox.com Git - rustc.git/blame - vendor/cc/Cargo.toml
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / vendor / cc / Cargo.toml
CommitLineData
ea8adc8c
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
e74abb32 6# to registry (e.g., crates.io) dependencies
ea8adc8c
XL
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
60c5eb7d 14edition = "2018"
ea8adc8c 15name = "cc"
6a06907d 16version = "1.0.67"
ea8adc8c 17authors = ["Alex Crichton <alex@alexcrichton.com>"]
fc512014 18exclude = ["/.github", "/.travis.yml", "/appveyor.yml"]
ea8adc8c 19description = "A build-time dependency for Cargo build scripts to assist in invoking the native\nC compiler to compile native C code into a static archive to be linked into Rust\ncode.\n"
abe05a73 20homepage = "https://github.com/alexcrichton/cc-rs"
ea8adc8c
XL
21documentation = "https://docs.rs/cc"
22readme = "README.md"
23keywords = ["build-dependencies"]
48663c56 24categories = ["development-tools::build-utils"]
ea8adc8c
XL
25license = "MIT/Apache-2.0"
26repository = "https://github.com/alexcrichton/cc-rs"
60c5eb7d
XL
27[dependencies.jobserver]
28version = "0.1.16"
29optional = true
dfeec247
XL
30[dev-dependencies.tempfile]
31version = "3"
ea8adc8c
XL
32
33[features]
dfeec247 34parallel = ["jobserver"]