ahash • 0.7.8 A non-cryptographic hash function using AES-NI for high performance INDIRECT 19 1707609721 android_log-sys • 0.2.0 FFI bindings to Android log Library.
INDIRECT 0 1595319432 async-channel • 1.9.0 Async multi-producer multi-consumer channel INDIRECT 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_app • 0.6.0 Provides core App functionality for Bevy Engine DIRECT 79 1641659161 bevy_derive • 0.6.0 Provides derive implementations for Bevy Engine INDIRECT 13 1641659052 bevy_ecs_macros • 0.6.0 Bevy ECS Macros INDIRECT 13 1641659118 bevy_ecs • 0.6.1 Bevy Engine's entity component system DIRECT 78 1644872749 bevy_log • 0.6.0 Provides logging for Bevy Engine DIRECT 93 1641659182 bevy_macro_utils • 0.6.0 A collection of utils for Bevy Engine INDIRECT 12 1641659030 bevy_reflect_derive • 0.6.0 Derive implementations for bevy_reflect INDIRECT 28 1641659226 bevy_reflect • 0.6.0 Dynamically interact with rust types INDIRECT 53 1641659248 bevy_tasks • 0.6.0 A task executor for Bevy Engine INDIRECT 38 1641659096 bevy_utils • 0.6.0 A collection of utils for Bevy Engine INDIRECT 37 1641659007 bitflags • 1.3.2 A macro to generate structures which behave like bitflags.
INDIRECT 0 1629087362 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 cargo-manifest • 0.2.9 Helper crate to parse and manipulate manifests - `Cargo.toml` files. INDIRECT 10 1660918544 cexpr • 0.6.0 A C expression parser and evaluator INDIRECT 3 1633944712 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 console_error_panic_hook • 0.1.7 A panic hook for `wasm32-unknown-unknown` that logs panics to `console.error` INDIRECT 14 1633971662 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 either • 1.15.0 The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
INDIRECT 0 1741210587 env_logger • 0.9.3 A logging implementation for `log` which is configured via an environment
variable.
INDIRECT 24 1667827380 erased-serde • 0.3.31 Type-erased Serialize and Serializer traits INDIRECT 6 1693008611 errno • 0.3.13 Cross-platform interface to the `errno` variable. INDIRECT 11 1750356803 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 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 INDIRECT 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 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.16 A small cross-platform library for retrieving random data from system source INDIRECT 17 1745349888 glob • 0.3.2 Support for matching file paths against Unix shell style patterns.
INDIRECT 0 1735431124 hashbrown • 0.12.3 A Rust port of Google's SwissTable hash map INDIRECT 0 1658056838 hermit-abi • 0.1.19 Hermit system calls definitions. INDIRECT 1 1624547874 hermit-abi • 0.5.2 Hermit system calls definitions. INDIRECT 0 1749656263 home • 0.5.11 Shared definitions of home directories. INDIRECT 10 1734363699 humantime • 2.2.0 A parser and formatter for std::time::{Duration, SystemTime} INDIRECT 0 1741818368 indexmap • 1.9.3 A hash table with consistent order and fast iteration. INDIRECT 2 1679702062 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 lazy_static • 1.5.0 A macro for declaring lazily evaluated statics in Rust. INDIRECT 0 1719010122 lazycell • 1.3.0 A library providing a lazily filled Cell struct INDIRECT 0 1597194684 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 minimal-lexical • 0.2.1 Fast float parsing conversion routines. INDIRECT 0 1633344493 num_cpus • 1.17.0 Get the number of CPUs on a machine. INDIRECT 2 1748631582 once_cell • 1.21.3 Single assignment cells and lazy values. INDIRECT 0 1743182156 parking_lot_core • 0.8.6 An advanced API for creating custom synchronization primitives. INDIRECT 24 1670887523 parking_lot • 0.11.2 More compact and efficient implementations of the standard synchronization primitives. INDIRECT 28 1630108780 parking • 2.2.1 Thread parking and unparking INDIRECT 0 1725730743 peeking_take_while • 0.1.2 Like `Iterator::take_while`, but calls the predicate on a peeked value. This allows you to use `Iterator::by_ref` and `Iterator::take_while` together, and still get the first value for which the `take_while` predicate returned false after dropping the `by_ref`. INDIRECT 0 1495046282 pin-project-lite • 0.2.16 A lightweight version of pin-project written with declarative macros.
INDIRECT 0 1736166051 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 regex-syntax • 0.6.29 A regular expression parser. INDIRECT 0 1679408089 regex • 1.7.3 An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
INDIRECT 3 1679703108 rustc-hash • 1.1.0 speed, non-cryptographic hash used in rustc INDIRECT 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 INDIRECT 5 1725646662 shlex • 1.3.0 Split a string into shell words, like Python's shlex. INDIRECT 0 1705900515 smallvec • 1.15.1 'Small vector' optimization: store up to a small number of items on the stack INDIRECT 0 1749230060 steamworks-sys • 0.8.0 Provides raw bindings to the steamworks sdk INDIRECT 75 1637671005 steamworks • 0.8.0 Provides rust friendly bindings to the steamworks sdk DIRECT 79 1637671078 syn • 1.0.109 Parser for Rust source code INDIRECT 3 1677232723 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) INDIRECT 5 1729619458 thread_local • 1.1.9 Per-object thread-local storage INDIRECT 1 1749772001 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 9 1674186684 tracing-wasm • 0.2.1 tracing subscriber for browser WASM INDIRECT 28 1636307547 unicode-width • 0.1.14 Determine displayed width of `char` and `str` types
according to Unicode Standard Annex #11 rules.
INDIRECT 0 1726772800 uuid • 0.8.2 A library to generate and parse UUIDs. INDIRECT 20 1610345956 vec_map • 0.8.2 A simple map based on a vector for small integer keys INDIRECT 0 1588772290 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 winapi-i686-pc-windows-gnu • 0.4.0 Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead. INDIRECT 0 1516236938 winapi-x86_64-pc-windows-gnu • 0.4.0 Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead. INDIRECT 0 1516236912 winapi • 0.3.9 Raw FFI bindings for all of Windows API. INDIRECT 2 1593171273 windows_aarch64_gnullvm • 0.48.5 Import lib for Windows INDIRECT 0 1692380766 windows_aarch64_gnullvm • 0.52.6 Import lib for Windows INDIRECT 0 1720035816 windows_aarch64_gnullvm • 0.53.0 Import lib for Windows INDIRECT 0 1736264552 windows_aarch64_msvc • 0.48.5 Import lib for Windows INDIRECT 0 1692380793 windows_aarch64_msvc • 0.52.6 Import lib for Windows INDIRECT 0 1720035820 windows_aarch64_msvc • 0.53.0 Import lib for Windows INDIRECT 0 1736264558 windows_i686_gnu • 0.48.5 Import lib for Windows INDIRECT 0 1692380808 windows_i686_gnu • 0.52.6 Import lib for Windows INDIRECT 0 1720035826 windows_i686_gnu • 0.53.0 Import lib for Windows INDIRECT 0 1736264562 windows_i686_gnullvm • 0.52.6 Import lib for Windows INDIRECT 0 1720035830 windows_i686_gnullvm • 0.53.0 Import lib for Windows INDIRECT 0 1736264566 windows_i686_msvc • 0.48.5 Import lib for Windows INDIRECT 0 1692380821 windows_i686_msvc • 0.52.6 Import lib for Windows INDIRECT 0 1720035834 windows_i686_msvc • 0.53.0 Import lib for Windows INDIRECT 0 1736264570 windows_x86_64_gnu • 0.48.5 Import lib for Windows INDIRECT 0 1692380839 windows_x86_64_gnu • 0.52.6 Import lib for Windows INDIRECT 0 1720035838 windows_x86_64_gnu • 0.53.0 Import lib for Windows INDIRECT 0 1736264574 windows_x86_64_gnullvm • 0.48.5 Import lib for Windows INDIRECT 0 1692380865 windows_x86_64_gnullvm • 0.52.6 Import lib for Windows INDIRECT 0 1720035843 windows_x86_64_gnullvm • 0.53.0 Import lib for Windows INDIRECT 0 1736264578 windows_x86_64_msvc • 0.48.5 Import lib for Windows INDIRECT 0 1692380876 windows_x86_64_msvc • 0.52.6 Import lib for Windows INDIRECT 0 1720035847 windows_x86_64_msvc • 0.53.0 Import lib for Windows INDIRECT 0 1736264583 windows-sys • 0.48.0 Rust for Windows INDIRECT 8 1680267586 windows-sys • 0.59.0 Rust for Windows INDIRECT 9 1722353177 windows-sys • 0.60.2 Rust for Windows INDIRECT 9 1749754772 windows-targets • 0.48.5 Import libs for Windows INDIRECT 7 1692380914 windows-targets • 0.52.6 Import libs for Windows INDIRECT 8 1720035858 windows-targets • 0.53.2 Import libs for Windows INDIRECT 8 1749754755