blob: f16ac6cffa0be080cd8cce0e93febf44c6cc3a11 [file] [log] [blame]
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
name = "gcc"
version = "0.3.55"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "**Deprecated** crate, renamed to `cc`\n\nA 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/gcc"
readme = "README.md"
keywords = ["build-dependencies"]
categories = ["development-tools"]
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/gcc-rs"
[dependencies.rayon]
version = "0.8"
optional = true
[dev-dependencies.tempdir]
version = "0.3"
[features]
parallel = ["rayon"]
[badges.appveyor]
repository = "alexcrichton/gcc-rs"
[badges.travis-ci]
repository = "alexcrichton/gcc-rs"