cc • 1.2.43A 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
2
cfg-if • 1.0.4A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.
DIRECT
0
find-msvc-tools • 0.1.4Find windows-specific tools, read MSVC versions from the registry and from COM interfaces
INDIRECT
0
js-sys • 0.3.82Bindings for all JS global objects and functions in all JS environments like
Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.
DIRECT
12
libc • 0.2.177Raw FFI bindings to platform libraries like libc.
DIRECT
0
minicov • 0.3.7Code coverage and profile-guided optimization support for no_std and embedded programs
proc-macro2 • 1.0.103A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
wit-bindgen • 0.46.0Rust bindings generator and runtime support for WIT and the component model.
Used when compiling Rust programs to the component model.
INDIRECT
0
Apache-2.0 OR LGPL-2.1-or-later OR MIT1
Package
Relation
Dependencies
Published
r-efi • 5.3.0UEFI Reference Specification Protocol Constants and Definitions
DIRECT
0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
Package
Relation
Dependencies
Published
unicode-ident • 1.0.20Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31