2024-10-16 14:15:33 +03:00
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[ package ]
edition = "2018"
2024-10-16 15:19:37 +03:00
rust-version = "1.63"
2024-10-16 14:15:33 +03:00
name = "cc"
2024-10-16 15:19:37 +03:00
version = "1.1.30"
2024-10-16 14:15:33 +03:00
authors = [ "Alex Crichton <alex@alexcrichton.com>" ]
2024-10-16 15:19:37 +03:00
build = false
2024-10-16 14:15:33 +03:00
exclude = [
"/.github" ,
"tests" ,
"src/bin" ,
]
2024-10-16 15:19:37 +03:00
autobins = false
autoexamples = false
autotests = false
autobenches = false
2024-10-16 14:15:33 +03:00
description = "" "
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 .
"" "
homepage = "https://github.com/rust-lang/cc-rs"
documentation = "https://docs.rs/cc"
readme = "README.md"
keywords = [ "build-dependencies" ]
categories = [ "development-tools::build-utils" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cc-rs"
2024-10-16 15:19:37 +03:00
[ lib ]
name = "cc"
path = "src/lib.rs"
2024-10-16 14:15:33 +03:00
[ dependencies . jobserver ]
2024-10-16 15:19:37 +03:00
version = "0.1.30"
2024-10-16 14:15:33 +03:00
optional = true
default-features = false
2024-10-16 15:19:37 +03:00
[ dependencies . shlex ]
version = "1.3.0"
2024-10-16 14:15:33 +03:00
[ dev-dependencies . tempfile ]
version = "3"
[ features ]
2024-10-16 15:19:37 +03:00
jobserver = [ ]
2024-10-16 14:15:33 +03:00
parallel = [
2024-10-16 15:19:37 +03:00
"dep:libc" ,
"dep:jobserver" ,
2024-10-16 14:15:33 +03:00
]
[ target . "cfg(unix)" . dependencies . libc ]
version = "0.2.62"
optional = true
default-features = false