]> git.proxmox.com Git - rustc.git/blame - src/vendor/cc/Cargo.toml
New upstream version 1.25.0+dfsg1
[rustc.git] / src / 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
6# to registry (e.g. crates.io) dependencies
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]
14name = "cc"
2c00a5a8 15version = "1.0.4"
ea8adc8c
XL
16authors = ["Alex Crichton <alex@alexcrichton.com>"]
17description = "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 18homepage = "https://github.com/alexcrichton/cc-rs"
ea8adc8c
XL
19documentation = "https://docs.rs/cc"
20readme = "README.md"
21keywords = ["build-dependencies"]
22categories = ["development-tools"]
23license = "MIT/Apache-2.0"
24repository = "https://github.com/alexcrichton/cc-rs"
25[dependencies.rayon]
2c00a5a8 26version = "0.9"
ea8adc8c
XL
27optional = true
28[dev-dependencies.tempdir]
29version = "0.3"
30
31[features]
32parallel = ["rayon"]
2c00a5a8 33[badges.appveyor]
abe05a73 34repository = "alexcrichton/cc-rs"
ea8adc8c 35
2c00a5a8 36[badges.travis-ci]
abe05a73 37repository = "alexcrichton/cc-rs"