cc • 1.2.5A 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.
INDIRECT
1
cmake • 0.1.52A build dependency for running `cmake` to build a native library
INDIRECT
2
libc • 0.2.169Raw FFI bindings to platform libraries like libc.
DIRECT
0
shlex • 1.3.0Split a string into shell words, like Python's shlex.