[badges.appveyor]
repository = "alexcrichton/cc-rs"
[badges.travis-ci]
repository = "alexcrichton/cc-rs"
[dependencies.rayon]
optional = true
version = "1.0"
[dev-dependencies.tempdir]
version = "0.3"
[features]
parallel = ["rayon"]
[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
categories = ["development-tools"]
description = "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"
documentation = "https://docs.rs/cc"
exclude = ["/.travis.yml", "/appveyor.yml"]
homepage = "https://github.com/alexcrichton/cc-rs"
keywords = ["build-dependencies"]
license = "MIT/Apache-2.0"
name = "cc"
readme = "README.md"
repository = "https://github.com/alexcrichton/cc-rs"
version = "1.0.26"