cc 1.0.65

A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code.
Documentation
[dependencies.jobserver]
optional = true
version = "0.1.16"
[dev-dependencies.tempfile]
version = "3"

[features]
parallel = ["jobserver"]

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
categories = ["development-tools::build-utils"]
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"
edition = "2018"
exclude = ["/.github", "/.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.65"