ahash • 0.8.12 A non-cryptographic hash function using AES-NI for high performance INDIRECT 15 1746680732 allocator-api2 • 0.2.21 Mirror of Rust's allocator API INDIRECT 0 1733064556 async-channel • 1.9.0 Async multi-producer multi-consumer channel DIRECT 4 1688790124 async-executor • 1.13.2 Async executor INDIRECT 10 1745863143 async-task • 4.7.1 Task abstraction for building executors INDIRECT 0 1714259180 autocfg • 1.5.0 Automatic cfg for Rust compiler features INDIRECT 0 1750198588 bevy_ecs_macros • 0.11.3 Bevy ECS Macros DIRECT 12 1695847561 bevy_macro_utils • 0.11.3 A collection of utils for Bevy Engine INDIRECT 11 1695847410 bevy_ptr • 0.11.3 Utilities for working with untyped pointers in a more safe way DIRECT 0 1695847386 bevy_reflect_derive • 0.11.3 Derive implementations for bevy_reflect INDIRECT 31 1695847509 bevy_reflect • 0.11.3 Dynamically interact with rust types DIRECT 73 1695847535 bevy_tasks • 0.11.3 A task executor for Bevy Engine DIRECT 35 1695847485 bevy_utils_proc_macros • 0.11.3 Bevy Utils Proc Macros INDIRECT 4 1695847338 bevy_utils • 0.11.3 A collection of utils for Bevy Engine DIRECT 45 1695847361 bit-set • 0.5.3 A set of bits INDIRECT 1 1658536384 bit-vec • 0.6.3 A vector of bits INDIRECT 0 1607074138 bitflags • 2.9.1 A macro to generate structures which behave like bitflags.
INDIRECT 0 1747268939 bumpalo • 3.19.0 A fast bump allocation arena for Rust. INDIRECT 0 1750779896 cfg-if • 1.0.1 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.
INDIRECT 0 1749505636 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.
DIRECT 0 1712450426 equivalent • 1.0.2 Traits for key comparison in maps. INDIRECT 0 1739571258 erased-serde • 0.3.31 Type-erased Serialize and Serializer traits INDIRECT 6 1693008611 event-listener • 2.5.3 Notify async tasks or threads DIRECT 0 1658888913 fastrand • 1.9.0 A simple and fast random number generator INDIRECT 17 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 DIRECT 0 1656891458 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 24 1680895791 futures-lite • 2.6.0 Futures, streams, and async I/O combinators INDIRECT 5 1736649087 getrandom • 0.2.16 A small cross-platform library for retrieving random data from system source INDIRECT 17 1745349888 getrandom • 0.3.3 A small cross-platform library for retrieving random data from system source INDIRECT 6 1746784694 hashbrown • 0.14.5 A Rust port of Google's SwissTable hash map INDIRECT 19 1714329129 hashbrown • 0.15.4 A Rust port of Google's SwissTable hash map INDIRECT 0 1749293824 indexmap • 2.10.0 A hash table with consistent order and fast iteration. INDIRECT 2 1750968596 js-sys • 0.3.77 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.
INDIRECT 14 1736723896 libc • 0.2.174 Raw FFI bindings to platform libraries like libc. INDIRECT 0 1750182852 lock_api • 0.4.13 Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std. INDIRECT 2 1748543672 log • 0.4.27 A lightweight logging facade for Rust
INDIRECT 0 1742808113 once_cell • 1.21.3 Single assignment cells and lazy values. INDIRECT 0 1743182156 parking_lot_core • 0.9.11 An advanced API for creating custom synchronization primitives. INDIRECT 14 1748543681 parking_lot • 0.12.4 More compact and efficient implementations of the standard synchronization primitives. INDIRECT 18 1748543688 parking • 2.2.1 Thread parking and unparking INDIRECT 0 1725730743 petgraph • 0.6.5 Graph data structure library. Provides graph types and graph algorithms. INDIRECT 4 1715160525 pin-project-lite • 0.2.16 A lightweight version of pin-project written with declarative macros.
INDIRECT 0 1736166051 ppv-lite86 • 0.2.21 Cross-platform cryptography-oriented low-level SIMD library. INDIRECT 6 1741550500 proc-macro2 • 1.0.95 A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case. INDIRECT 1 1744771150 quote • 1.0.40 Quasi-quoting macro quote!(...) INDIRECT 2 1741737384 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 18 1663248224 rand • 0.8.5 Random number generators and other randomness functionality.
DIRECT 23 1644827867 rustc-hash • 1.1.0 speed, non-cryptographic hash used in rustc DIRECT 0 1581168036 rustversion • 1.0.21 Conditional compilation according to rustc compiler version INDIRECT 0 1747930171 scopeguard • 1.2.0 A RAII scope guard that will run a given closure when it goes out of scope,
even if the code between panics (assuming unwinding panic).
Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as
shorthands for guards with one of the implemented strategies.
INDIRECT 0 1689601673 serde_derive • 1.0.210 Macros 1.1 implementation of #[derive(Serialize, Deserialize)] INDIRECT 4 1725646653 serde • 1.0.210 A generic serialization/deserialization framework DIRECT 5 1725646662 smallvec • 1.15.1 'Small vector' optimization: store up to a small number of items on the stack INDIRECT 0 1749230060 syn • 2.0.56 Parser for Rust source code INDIRECT 3 1711766854 thiserror-impl • 1.0.65 Implementation detail of the `thiserror` crate INDIRECT 4 1729619452 thiserror • 1.0.65 derive(Error) DIRECT 5 1729619458 thread_local • 1.1.9 Per-object thread-local storage DIRECT 1 1749772001 toml_datetime • 0.6.11 A TOML-compatible datetime type INDIRECT 0 1749221317 toml_edit • 0.19.15 Yet another format-preserving TOML parser. INDIRECT 5 1694138944 uuid • 1.6.1 A library to generate and parse UUIDs. INDIRECT 20 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.100 Backend code generation of the wasm-bindgen tool
INDIRECT 7 1736723588 wasm-bindgen-futures • 0.4.50 Bridging the gap between Rust Futures and JavaScript Promises INDIRECT 16 1736723935 wasm-bindgen-macro-support • 0.2.100 The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate
INDIRECT 8 1736723591 wasm-bindgen-macro • 0.2.100 Definition of the `#[wasm_bindgen]` attribute, an internal dependency
INDIRECT 9 1736723831 wasm-bindgen-shared • 0.2.100 Shared support between wasm-bindgen and wasm-bindgen cli, an internal
dependency.
INDIRECT 1 1736723583 wasm-bindgen • 0.2.100 Easy support for interacting between JS and Rust.
INDIRECT 13 1736723884 web-sys • 0.3.77 Bindings for all Web APIs, a procedurally generated crate from WebIDL
INDIRECT 15 1736723923 windows_aarch64_gnullvm • 0.52.6 Import lib for Windows INDIRECT 0 1720035816 windows_aarch64_msvc • 0.52.6 Import lib for Windows INDIRECT 0 1720035820 windows_i686_gnu • 0.52.6 Import lib for Windows INDIRECT 0 1720035826 windows_i686_gnullvm • 0.52.6 Import lib for Windows INDIRECT 0 1720035830 windows_i686_msvc • 0.52.6 Import lib for Windows INDIRECT 0 1720035834 windows_x86_64_gnu • 0.52.6 Import lib for Windows INDIRECT 0 1720035838 windows_x86_64_gnullvm • 0.52.6 Import lib for Windows INDIRECT 0 1720035843 windows_x86_64_msvc • 0.52.6 Import lib for Windows INDIRECT 0 1720035847 windows-targets • 0.52.6 Import libs for Windows INDIRECT 8 1720035858