Blame third_party/rust/gcc/Cargo.toml

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