]> git.proxmox.com Git - rustc.git/blame - vendor/cc/Cargo.toml
New upstream version 1.61.0+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
3c0e092e 6# to registry (e.g., crates.io) dependencies.
ea8adc8c 7#
3c0e092e
XL
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.
ea8adc8c
XL
11
12[package]
60c5eb7d 13edition = "2018"
ea8adc8c 14name = "cc"
ee023bcb 15version = "1.0.73"
ea8adc8c 16authors = ["Alex Crichton <alex@alexcrichton.com>"]
fc512014 17exclude = ["/.github", "/.travis.yml", "/appveyor.yml"]
ea8adc8c 18description = "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 19homepage = "https://github.com/alexcrichton/cc-rs"
ea8adc8c
XL
20documentation = "https://docs.rs/cc"
21readme = "README.md"
22keywords = ["build-dependencies"]
48663c56 23categories = ["development-tools::build-utils"]
ea8adc8c
XL
24license = "MIT/Apache-2.0"
25repository = "https://github.com/alexcrichton/cc-rs"
60c5eb7d
XL
26[dependencies.jobserver]
27version = "0.1.16"
28optional = true
dfeec247
XL
29[dev-dependencies.tempfile]
30version = "3"
ea8adc8c
XL
31
32[features]
dfeec247 33parallel = ["jobserver"]