cfg-if • 1.0.3A 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.
indexmap • 2.11.1A hash table with consistent order and fast iteration.
INDIRECT
2
itoa • 1.0.15Fast integer primitive to string conversion
INDIRECT
0
js-sys • 0.3.78Bindings 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
14
libc • 0.2.175Raw FFI bindings to platform libraries like libc.
proc-macro2 • 1.0.101A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
scoped-tls • 1.0.1Library implementation of the standard library's old `scoped_thread_local!`
macro for providing scoped access to thread local storage (TLS) so any type can
be stored into TLS.
toml • 0.8.23A native Rust encoder and decoder of TOML-formatted files and streams. Provides
implementations of the standard Serialize/Deserialize traits for TOML data to
facilitate deserializing and serializing Rust structures.
typenum • 1.18.0Typenum is a Rust library for type-level numbers evaluated at
compile time. It currently supports bits, unsigned integers, and signed
integers. It also provides a type-level array of type-level numbers, but its
implementation is incomplete.
wit-bindgen • 0.45.1Rust bindings generator and runtime support for WIT and the component model.
Used when compiling Rust programs to the component model.