async-channel • 1.9.0 Async multi-producer multi-consumer channel INDIRECT 4 1688790124 async-executor • 1.13.1 Async executor INDIRECT 11 1725730790 async-task • 4.7.1 Task abstraction for building executors INDIRECT 0 1714259180 autocfg • 1.4.0 Automatic cfg for Rust compiler features INDIRECT 0 1727399128 bevy_ecs_macros • 0.9.1 Bevy ECS Macros INDIRECT 9 1669857873 bevy_ecs • 0.9.1 Bevy Engine's entity component system DIRECT 60 1669857895 bevy_macro_utils • 0.9.1 A collection of utils for Bevy Engine INDIRECT 8 1669857741 bevy_ptr • 0.9.1 Utilities for working with untyped pointers in a more safe way INDIRECT 0 1669857719 bevy_tasks • 0.9.1 A task executor for Bevy Engine INDIRECT 37 1669857807 bevy_utils • 0.9.1 A collection of utils for Bevy Engine INDIRECT 28 1669857697 bumpalo • 3.16.0 A fast bump allocation arena for Rust. INDIRECT 0 1712590168 cache-padded • 1.3.0 Prevent false sharing by padding and aligning to the length of a cache line INDIRECT 0 1683863690 cc • 1.0.99 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.
INDIRECT 3 1717759238 cfg-if • 1.0.0 A 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 1602009852 concurrent-queue • 1.2.4 Concurrent multi-producer multi-consumer queue INDIRECT 1 1658888711 concurrent-queue • 2.5.0 Concurrent multi-producer multi-consumer queue INDIRECT 1 1714141578 crossbeam-utils • 0.8.21 Utilities for concurrent programming INDIRECT 0 1734276361 downcast-rs • 1.2.1 Trait object downcasting support using only safe Rust. It supports type
parameters, associated types, and type constraints.
INDIRECT 0 1712450426 event-listener • 2.5.3 Notify async tasks or threads INDIRECT 0 1658888913 fastrand • 1.9.0 A simple and fast random number generator INDIRECT 16 1676343913 fastrand • 2.3.0 A simple and fast random number generator INDIRECT 0 1733675249 fixedbitset • 0.4.2 FixedBitSet is a simple bitset collection INDIRECT 0 1656891458 form_urlencoded • 1.2.1 Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms. INDIRECT 1 1700680143 futures-core • 0.3.31 The core traits and types in for the `futures` library.
INDIRECT 0 1728112007 futures-io • 0.3.31 The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.
INDIRECT 0 1728112013 futures-lite • 1.13.0 Futures, streams, and async I/O combinators INDIRECT 23 1680895791 futures-lite • 2.5.0 Futures, streams, and async I/O combinators INDIRECT 5 1731030200 fxhash • 0.2.1 A fast, non-secure, hashing algorithm derived from an internal hasher used in FireFox and Rustc. INDIRECT 1 1501354938 getrandom • 0.2.15 A small cross-platform library for retrieving random data from system source INDIRECT 16 1714998581 hashbrown • 0.12.3 A Rust port of Google's SwissTable hash map INDIRECT 21 1658056838 idna_adapter • 1.1.0 Back end adapter for idna INDIRECT 6 1730182812 idna • 1.0.3 IDNA (Internationalizing Domain Names in Applications) and Punycode. INDIRECT 9 1730713645 jobserver • 0.1.32 An implementation of the GNU Make jobserver for Rust.
INDIRECT 1 1721749558 js-sys • 0.3.76 Bindings 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 13 1733534144 libc • 0.2.169 Raw FFI bindings to platform libraries like libc.
INDIRECT 0 1734585492 log • 0.4.22 A lightweight logging facade for Rust
DIRECT 0 1719534494 naia-derive • 0.16.0 Procedural macros to simplify implementation of Naia Replicate & Protocolize traits DIRECT 7 1676339403 naia-serde-derive • 0.16.0 Derive methods for naia-serde INDIRECT 6 1676339358 naia-serde • 0.16.0 Bit-level de/serialization for naia DIRECT 7 1676339384 naia-socket-shared • 0.15.0 Common data types shared between naia-server-socket & naia-client-socket crates DIRECT 37 1674952801 once_cell • 1.20.2 Single assignment cells and lazy values. INDIRECT 0 1728145060 parking • 2.2.1 Thread parking and unparking INDIRECT 0 1725730743 percent-encoding • 2.3.1 Percent encoding and decoding INDIRECT 0 1700680055 pin-project-lite • 0.2.15 A lightweight version of pin-project written with declarative macros.
INDIRECT 0 1729771060 pkg-config • 0.3.31 A library to run the pkg-config system tool at build time in order to be used in
Cargo build scripts.
INDIRECT 0 1727082108 ppv-lite86 • 0.2.20 Implementation of the crypto-simd API for x86 INDIRECT 7 1722654442 proc-macro2 • 1.0.92 A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case. INDIRECT 1 1732217587 quote • 1.0.37 Quasi-quoting macro quote!(...) INDIRECT 2 1724366547 rand_chacha • 0.3.1 ChaCha random number generator
INDIRECT 22 1623267998 rand_core • 0.6.4 Core random number generator traits and tools for implementation.
INDIRECT 17 1663248224 rand • 0.8.5 Random number generators and other randomness functionality.
INDIRECT 23 1644827867 serde_derive • 1.0.195 Macros 1.1 implementation of #[derive(Serialize, Deserialize)] INDIRECT 4 1704508420 serde • 1.0.195 A generic serialization/deserialization framework INDIRECT 5 1704508430 smallvec • 1.13.2 'Small vector' optimization: store up to a small number of items on the stack INDIRECT 0 1710966769 syn • 1.0.109 Parser for Rust source code INDIRECT 3 1677232723 syn • 2.0.90 Parser for Rust source code INDIRECT 2 1732916770 thread_local • 1.1.8 Per-object thread-local storage INDIRECT 2 1708463596 toml • 0.5.11 A 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.
INDIRECT 6 1674186684 unicode-bidi • 0.3.18 Implementation of the Unicode Bidirectional Algorithm INDIRECT 0 1734390587 unicode-normalization • 0.1.24 This crate provides functions for normalization of
Unicode strings, including Canonical and Compatible
Decomposition and Recomposition, as described in
Unicode Standard Annex #15.
INDIRECT 2 1726586832 url • 2.5.4 URL library for Rust, based on the WHATWG URL Standard INDIRECT 12 1732304959 utf8_iter • 1.0.4 Iterator by char over potentially-invalid UTF-8 in &[u8] INDIRECT 0 1701451611 uuid • 1.6.1 A library to generate and parse UUIDs. INDIRECT 19 1700478861 version_check • 0.9.5 Tiny crate to check the version of the installed/running rustc. INDIRECT 0 1721950694 waker-fn • 1.2.0 Convert closures into wakers INDIRECT 0 1715559870 wasm-bindgen-backend • 0.2.99 Backend code generation of the wasm-bindgen tool
INDIRECT 7 1733534064 wasm-bindgen-futures • 0.4.49 Bridging the gap between Rust Futures and JavaScript Promises INDIRECT 15 1733534120 wasm-bindgen-macro-support • 0.2.99 The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate
INDIRECT 8 1733534067 wasm-bindgen-macro • 0.2.99 Definition of the `#[wasm_bindgen]` attribute, an internal dependency
INDIRECT 9 1733534071 wasm-bindgen-shared • 0.2.99 Shared support between wasm-bindgen and wasm-bindgen cli, an internal
dependency.
INDIRECT 0 1733534059 wasm-bindgen • 0.2.99 Easy support for interacting between JS and Rust.
INDIRECT 12 1733534117 web-sys • 0.3.76 Bindings for all Web APIs, a procedurally generated crate from WebIDL
INDIRECT 14 1733534149 zstd-safe • 6.0.6 Safe low-level bindings for the zstd compression library. INDIRECT 6 1689774215 zstd-sys • 2.0.13+zstd.1.5.6 Low-level bindings for the zstd compression library. INDIRECT 5 1722615632