1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[]
= "cc"
= "1.0.103"
= ["Alex Crichton <alex@alexcrichton.com>"]
= "MIT OR Apache-2.0"
= "https://github.com/rust-lang/cc-rs"
= "https://github.com/rust-lang/cc-rs"
= "https://docs.rs/cc"
= """
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.
"""
= ["build-dependencies"]
= "README.md"
= ["development-tools::build-utils"]
# The binary target is only used by tests.
= ["/.github", "tests", "src/bin"]
= "2018"
= "1.63"
[]
= { = "0.1.30", = false, = true }
= { = "1.19", = true }
[]
# Don't turn on the feature "std" for this, see https://github.com/rust-lang/cargo/issues/4866
# which is still an issue with `resolver = "1"`.
= { = "0.2.62", = false, = true }
[]
= ["dep:libc", "dep:jobserver", "dep:once_cell"]
[]
= "3"
[]
= [
"dev-tools/cc-test",
"dev-tools/gen-target-info",
"dev-tools/gen-windows-sys-binding",
]