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.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_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 96 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 27 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.6.0 A macro to generate structures which behave like bitflags.
INDIRECT 0 1719273450 bumpalo • 3.16.0 A fast bump allocation arena for Rust. INDIRECT 0 1712590168 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.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.
INDIRECT 0 1602009852 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 13 1633971662 crossbeam-utils • 0.8.20 Utilities for concurrent programming INDIRECT 0 1716143415 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.13.0 The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
INDIRECT 0 1719355194 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.9 Cross-platform interface to the `errno` variable. INDIRECT 11 1715185581 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.1.1 A simple and fast random number generator INDIRECT 0 1724456957 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 23 1680895791 futures-lite • 2.4.0 Futures, streams, and async I/O combinators INDIRECT 5 1730257906 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 glob • 0.3.1 Support for matching file paths against Unix shell style patterns.
INDIRECT 0 1673015798 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.3.9 Hermit system calls definitions. INDIRECT 0 1709156122 home • 0.5.9 Shared definitions of home directories. INDIRECT 10 1702674016 humantime • 2.1.0 A parser and formatter for std::time::{Duration, SystemTime}
INDIRECT 0 1610570302 indexmap • 1.9.3 A hash table with consistent order and fast iteration. INDIRECT 2 1679702062 js-sys • 0.3.72 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 13 1728598488 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.161 Raw FFI bindings to platform libraries like libc.
INDIRECT 0 1729192274 lock_api • 0.4.12 Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std. INDIRECT 2 1714086109 log • 0.4.22 A lightweight logging facade for Rust
INDIRECT 0 1719534494 minimal-lexical • 0.2.1 Fast float parsing conversion routines. INDIRECT 0 1633344493 num_cpus • 1.16.0 Get the number of CPUs on a machine. INDIRECT 2 1688043479 once_cell • 1.20.2 Single assignment cells and lazy values. INDIRECT 0 1728145060 parking_lot_core • 0.8.6 An advanced API for creating custom synchronization primitives. INDIRECT 23 1670887523 parking_lot • 0.11.2 More compact and efficient implementations of the standard synchronization primitives. INDIRECT 27 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.15 A lightweight version of pin-project written with declarative macros.
INDIRECT 0 1729771060 proc-macro2 • 1.0.89 A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case. INDIRECT 1 1729616287 quote • 1.0.37 Quasi-quoting macro quote!(...) INDIRECT 2 1724366547 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 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.13.2 'Small vector' optimization: store up to a small number of items on the stack INDIRECT 0 1710966769 steamworks-sys • 0.8.0 Provides raw bindings to the steamworks sdk INDIRECT 66 1637671005 steamworks • 0.8.0 Provides rust friendly bindings to the steamworks sdk DIRECT 70 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.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 9 1674186684 tracing-wasm • 0.2.1 tracing subscriber for browser WASM INDIRECT 35 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 19 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.95 Backend code generation of the wasm-bindgen tool
INDIRECT 8 1728598428 wasm-bindgen-futures • 0.4.45 Bridging the gap between Rust Futures and JavaScript Promises INDIRECT 15 1728598481 wasm-bindgen-macro-support • 0.2.95 The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate
INDIRECT 9 1728598431 wasm-bindgen-macro • 0.2.95 Definition of the `#[wasm_bindgen]` attribute, an internal dependency
INDIRECT 10 1728598435 wasm-bindgen-shared • 0.2.95 Shared support between wasm-bindgen and wasm-bindgen cli, an internal
dependency.
INDIRECT 0 1728598426 wasm-bindgen • 0.2.95 Easy support for interacting between JS and Rust.
INDIRECT 12 1728598478 web-sys • 0.3.72 Bindings for all Web APIs, a procedurally generated crate from WebIDL
INDIRECT 14 1728598491 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_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_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_gnullvm • 0.52.6 Import lib for Windows INDIRECT 0 1720035830 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_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_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_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-sys • 0.48.0 Rust for Windows INDIRECT 8 1680267586 windows-sys • 0.52.0 Rust for Windows INDIRECT 9 1700074555 windows-sys • 0.59.0 Rust for Windows INDIRECT 9 1722353177 windows-targets • 0.48.5 Import libs for Windows INDIRECT 7 1692380914 windows-targets • 0.52.6 Import libs for Windows INDIRECT 8 1720035858