addr2line • 0.20.0 A cross-platform symbolication library written in Rust, using `gimli` INDIRECT 1 1681614353 arc-swap • 1.7.1 Atomically swappable Arc INDIRECT 0 1711190435 autocfg • 1.5.0 Automatic cfg for Rust compiler features INDIRECT 0 1750198588 backtrace • 0.3.68 A library to acquire a stack trace (backtrace) at runtime in a Rust program.
INDIRECT 11 1688077502 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 block-buffer • 0.10.4 Buffer type for block processing of data INDIRECT 3 1678327705 c2rust-ast-printer • 0.20.0 Customized version of libsyntax rust pretty-printer DIRECT 6 1740469746 cc • 1.2.27 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 1749808525 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 cmake • 0.1.54 A build dependency for running `cmake` to build a native library
INDIRECT 2 1739147795 cpufeatures • 0.2.17 Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets,
with no_std support and support for mobile targets including Android and iOS
INDIRECT 1 1737768946 crypto-common • 0.1.6 Common cryptographic traits INDIRECT 3 1658008766 digest • 0.10.7 Traits for cryptographic hash functions and message authentication codes INDIRECT 5 1684516290 dtoa • 1.0.10 Fast floating point primitive to string conversion DIRECT 0 1741044059 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.10.2 A logging implementation for `log` which is configured via an environment
variable.
INDIRECT 1 1705542406 errno • 0.3.13 Cross-platform interface to the `errno` variable. INDIRECT 11 1750356803 failure_derive • 0.1.8 derives for the failure crate INDIRECT 6 1588443237 failure • 0.1.8 Experimental error handling abstraction. DIRECT 19 1588443191 gimli • 0.27.3 A library for reading and writing the DWARF debugging format. INDIRECT 0 1686794985 glob • 0.3.2 Support for matching file paths against Unix shell style patterns.
INDIRECT 0 1735431124 half • 1.8.3 Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types. INDIRECT 0 1708908274 hashbrown • 0.12.3 A Rust port of Google's SwissTable hash map INDIRECT 0 1658056838 heck • 0.4.1 heck is a case conversion library. INDIRECT 0 1675266710 hermit-abi • 0.5.2 Hermit system calls definitions. INDIRECT 0 1749656263 home • 0.5.11 Shared definitions of home directories. INDIRECT 10 1734363699 indexmap • 1.9.3 A hash table with consistent order and fast iteration. DIRECT 8 1679702062 itertools • 0.10.5 Extra iterator adaptors, iterator methods, free functions, and macros. DIRECT 1 1663684359 itoa • 1.0.15 Fast integer primitive to string conversion INDIRECT 0 1741045365 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. DIRECT 0 1750182852 log-reroute • 0.1.8 Support to change logging target for the log crate DIRECT 3 1631459457 log • 0.4.27 A lightweight logging facade for Rust
DIRECT 0 1742808113 minimal-lexical • 0.2.1 Fast float parsing conversion routines. INDIRECT 0 1633344493 object • 0.31.1 A unified interface for reading and writing object file formats. INDIRECT 1 1683686158 once_cell • 1.21.3 Single assignment cells and lazy values. INDIRECT 0 1743182156 pathdiff • 0.2.3 Library for diffing paths to obtain relative paths DIRECT 0 1732558515 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 pest_derive • 2.5.7 pest's derive macro INDIRECT 21 1680228520 pest_generator • 2.5.7 pest code generator INDIRECT 20 1680228480 pest_meta • 2.5.7 pest meta language parser and validator INDIRECT 19 1680228404 pest • 2.5.7 The Elegant Parser INDIRECT 7 1680228366 prettyplease • 0.1.25 A minimal `syn` syntax tree pretty-printer INDIRECT 4 1678840305 prettyplease • 0.2.35 A minimal `syn` syntax tree pretty-printer INDIRECT 3 1750451675 print_bytes • 1.2.0 Print bytes as losslessly as possible
INDIRECT 9 1681267575 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. DIRECT 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.
DIRECT 3 1679703108 rustc-demangle • 0.1.25 Rust compiler symbol demangling.
INDIRECT 0 1749516738 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 serde_bytes • 0.11.17 Optimized handling of `&[u8]` and `Vec<u8>` for Serde DIRECT 6 1741553480 serde_cbor • 0.11.2 CBOR support for serde. INDIRECT 7 1629036527 serde_derive • 1.0.195 Macros 1.1 implementation of #[derive(Serialize, Deserialize)] DIRECT 4 1704508420 serde_json • 1.0.140 A JSON serialization file format DIRECT 9 1740992661 serde • 1.0.195 A generic serialization/deserialization framework DIRECT 5 1704508430 sha2 • 0.10.9 Pure Rust implementation of the SHA-2 hash function family
including SHA-224, SHA-256, SHA-384, and SHA-512.
INDIRECT 9 1746023889 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 DIRECT 0 1749230060 syn • 1.0.109 Parser for Rust source code DIRECT 3 1677232723 syn • 2.0.104 Parser for Rust source code INDIRECT 2 1750451366 thiserror-impl • 1.0.69 Implementation detail of the `thiserror` crate INDIRECT 4 1731219844 thiserror • 1.0.69 derive(Error) INDIRECT 5 1731219850 typenum • 1.18.0 Typenum is a Rust library for type-level numbers evaluated at
compile time. It currently supports bits, unsigned integers, and signed
integers. It also provides a type-level array of type-level numbers, but its
implementation is incomplete. INDIRECT 0 1739864471 ucd-trie • 0.1.7 A trie for storing Unicode codepoint sets and maps.
INDIRECT 0 1727612250 unicode-xid • 0.2.6 Determine whether characters have the XID_Start
or XID_Continue properties according to
Unicode Standard Annex #31.
INDIRECT 0 1726761324 version_check • 0.9.5 Tiny crate to check the version of the installed/running rustc. INDIRECT 0 1721950694 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