android_system_properties • 0.1.5 Minimal Android system properties wrapper INDIRECT 1 1661856148 android-tzdata • 0.1.1 Parser for the Android-specific tzdata file INDIRECT 0 1678008318 arrayvec • 0.7.6 A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString. INDIRECT 0 1723896856 autocfg • 1.4.0 Automatic cfg for Rust compiler features INDIRECT 0 1727399128 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 • 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 cc • 1.2.5 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 1 1734604119 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 chrono-humanize • 0.2.3 Human-friendly time expressions - similar to Python arrow.humanize INDIRECT 38 1690061016 chrono • 0.4.39 Date and time library for Rust INDIRECT 37 1733738975 core-foundation-sys • 0.8.7 Bindings to Core Foundation for macOS INDIRECT 0 1723337307 crc32fast • 1.4.2 Fast, SIMD-accelerated CRC32 (IEEE) checksum computation INDIRECT 1 1716220033 crossbeam-deque • 0.8.6 Concurrent work-stealing deque INDIRECT 2 1734276568 crossbeam-epoch • 0.9.18 Epoch-based garbage collection INDIRECT 1 1704718607 crossbeam-utils • 0.8.21 Utilities for concurrent programming INDIRECT 0 1734276361 dirs-next • 2.0.0 A tiny low-level library that provides platform-specific standard locations
of directories for config, cache and other data on Linux, Windows, macOS
and Redox by leveraging the mechanisms defined by the XDG base/user
directory specifications on Linux, the Known Folder API on Windows,
and the Standard Directory guidelines on macOS.
INDIRECT 17 1603337644 dirs-sys-next • 0.1.2 system-level helper functions for the dirs and directories crates INDIRECT 16 1610171976 either • 1.13.0 The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
INDIRECT 0 1719355194 equivalent • 1.0.1 Traits for key comparison in maps. INDIRECT 0 1689022551 erased-serde • 0.4.5 Type-erased Serialize and Serializer traits INDIRECT 7 1715707181 errno • 0.3.10 Cross-platform interface to the `errno` variable. INDIRECT 11 1732803537 flate2 • 1.0.35 DEFLATE compression and decompression exposed as Read/BufRead/Write streams.
Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,
and raw deflate streams.
INDIRECT 4 1731592582 getrandom • 0.2.15 A small cross-platform library for retrieving random data from system source INDIRECT 3 1714998581 glob • 0.3.1 Support for matching file paths against Unix shell style patterns.
INDIRECT 0 1673015798 hashbrown • 0.15.2 A Rust port of Google's SwissTable hash map INDIRECT 0 1732494980 hermit-abi • 0.3.9 Hermit system calls definitions. INDIRECT 0 1709156122 hermit-abi • 0.4.0 Hermit system calls definitions. INDIRECT 0 1717772506 hex • 0.4.3 Encoding and decoding data into/from hexadecimal representation. INDIRECT 0 1614768538 iana-time-zone-haiku • 0.1.2 iana-time-zone support crate for Haiku OS INDIRECT 2 1683881025 iana-time-zone • 0.1.61 get the IANA time zone for the current system INDIRECT 30 1726496614 indexmap • 2.7.0 A hash table with consistent order and fast iteration. INDIRECT 2 1733014069 inventory • 0.3.16 Typed distributed plugin registration INDIRECT 1 1734670906 itertools • 0.12.1 Extra iterator adaptors, iterator methods, free functions, and macros. INDIRECT 1 1706551442 itoa • 1.0.14 Fast integer primitive to string conversion INDIRECT 0 1732562705 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.
INDIRECT 13 1733534144 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.169 Raw FFI bindings to platform libraries like libc.
INDIRECT 0 1734585492 log • 0.4.22 A lightweight logging facade for Rust
INDIRECT 0 1719534494 lscolors • 0.15.0 Colorize paths using the LS_COLORS environment variable INDIRECT 10 1690194444 minimal-lexical • 0.2.1 Fast float parsing conversion routines. INDIRECT 0 1633344493 ntapi • 0.4.1 FFI bindings for Native API INDIRECT 3 1682032441 nu-glob • 0.87.1 Fork of glob. Support for matching file paths against Unix shell style patterns.
DIRECT 0 1700504187 num-format • 0.4.4 A Rust crate for producing string-representations of numbers, formatted according to international standards INDIRECT 2 1670087760 num-traits • 0.2.19 Numeric traits for generic mathematics INDIRECT 1 1714771659 omnipath • 0.1.6 Path utility library INDIRECT 0 1683918810 once_cell • 1.20.2 Single assignment cells and lazy values. INDIRECT 0 1728145060 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 procfs • 0.15.1 Interface to the linux procfs pseudo-filesystem INDIRECT 70 1676740866 quote • 1.0.37 Quasi-quoting macro quote!(...) INDIRECT 2 1724366547 rayon-core • 1.12.1 Core APIs for Rayon INDIRECT 3 1705514172 rayon • 1.10.0 Simple work-stealing parallelism for Rust INDIRECT 5 1711257887 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.18 Conditional compilation according to rustc compiler version INDIRECT 0 1728931671 serde_derive • 1.0.195 Macros 1.1 implementation of #[derive(Serialize, Deserialize)] INDIRECT 4 1704508420 serde_json • 1.0.133 A JSON serialization file format INDIRECT 9 1731807129 serde • 1.0.195 A generic serialization/deserialization framework INDIRECT 5 1704508430 shlex • 1.3.0 Split a string into shell words, like Python's shlex. INDIRECT 0 1705900515 strip-ansi-escapes • 0.2.0 Strip ANSI escape sequences from byte streams. INDIRECT 6 1691599762 syn • 2.0.90 Parser for Rust source code INDIRECT 2 1732916770 sys-locale • 0.3.2 Small and lightweight library to obtain the active system locale INDIRECT 1 1730484748 terminal_size • 0.1.17 Gets the size of your Linux or Windows terminal INDIRECT 4 1621036556 thiserror-impl • 1.0.69 Implementation detail of the `thiserror` crate INDIRECT 4 1731219844 thiserror • 1.0.69 derive(Error) INDIRECT 5 1731219850 typeid • 1.0.2 Const TypeId and non-'static TypeId INDIRECT 0 1723873150 typetag-impl • 0.2.19 Implementation detail of the typetag crate INDIRECT 4 1734657046 typetag • 0.2.19 Serde serializable and deserializable trait objects INDIRECT 12 1734657059 unicase • 2.8.0 A case-insensitive wrapper around strings. INDIRECT 0 1729276599 unicode-width • 0.1.14 Determine displayed width of `char` and `str` types
according to Unicode Standard Annex #11 rules.
INDIRECT 0 1726772800 utf8parse • 0.2.2 Table-driven UTF-8 parser INDIRECT 0 1717830461 vte_generate_state_changes • 0.1.2 Proc macro for generating VTE state changes INDIRECT 3 1717830460 vte • 0.11.1 Parser for implementing terminal emulators INDIRECT 5 1684861058 wasm-bindgen-backend • 0.2.99 Backend code generation of the wasm-bindgen tool
INDIRECT 7 1733534064 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 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.42.2 Import lib for Windows INDIRECT 0 1678719012 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.42.2 Import lib for Windows INDIRECT 0 1678718938 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.42.2 Import lib for Windows INDIRECT 0 1678718946 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.42.2 Import lib for Windows INDIRECT 0 1678718955 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.42.2 Import lib for Windows INDIRECT 0 1678718965 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.42.2 Import lib for Windows INDIRECT 0 1678718974 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.42.2 Import lib for Windows INDIRECT 0 1678718985 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-core • 0.52.0 Rust for Windows INDIRECT 9 1700074482 windows-sys • 0.45.0 Rust for Windows INDIRECT 8 1674259878 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.42.2 Import libs for Windows INDIRECT 7 1678719079 windows-targets • 0.48.5 Import libs for Windows INDIRECT 7 1692380914 windows-targets • 0.52.6 Import libs for Windows INDIRECT 8 1720035858