bytecount • 0.6.8count occurrences of a given byte, or the number of UTF-8 code points, in a byte slice, fast
DIRECT
0
cc • 1.2.5A 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
cfg-if • 0.1.10A 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
cfg-if • 1.0.0A 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.
diff • 0.1.13An LCS based slice and string diffing implementation.
DIRECT
0
digest • 0.8.1Traits for cryptographic hash functions and message authentication codes
INDIRECT
2
dirs-sys • 0.3.7System-level helper functions for the dirs and directories crates.
INDIRECT
16
dirs • 2.0.2A 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.
DIRECT
18
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
INDIRECT
0
ena • 0.14.3Union-find, congruence closure, and other unification code. Based on code from rustc.
INDIRECT
1
env_logger • 0.6.2A logging implementation for `log` which is configured via an environment
variable.
proc-macro2 • 1.0.92A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
INDIRECT
1
psm • 0.1.24Portable Stack Manipulation: stack manipulation and introspection routines
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
DIRECT
3
rustc_version • 0.2.3A library for querying the version of a installed rustc compiler
INDIRECT
8
rustc-ap-rustc_arena • 669.0.0Automatically published version of the package `rustc_arena` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
INDIRECT
70
rustc-ap-rustc_ast_passes • 669.0.0Automatically published version of the package `rustc_ast_passes` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
INDIRECT
110
rustc-ap-rustc_ast_pretty • 669.0.0Automatically published version of the package `rustc_ast_pretty` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
DIRECT
91
rustc-ap-rustc_ast • 669.0.0Automatically published version of the package `rustc_ast` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
DIRECT
89
rustc-ap-rustc_attr • 669.0.0Automatically published version of the package `rustc_attr` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
DIRECT
104
rustc-ap-rustc_data_structures • 669.0.0Automatically published version of the package `rustc_data_structures` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
DIRECT
69
rustc-ap-rustc_errors • 669.0.0Automatically published version of the package `rustc_errors` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
DIRECT
94
rustc-ap-rustc_expand • 669.0.0Automatically published version of the package `rustc_expand` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
DIRECT
111
rustc-ap-rustc_feature • 669.0.0Automatically published version of the package `rustc_feature` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
INDIRECT
88
rustc-ap-rustc_fs_util • 669.0.0Automatically published version of the package `rustc_fs_util` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
INDIRECT
0
rustc-ap-rustc_graphviz • 669.0.0Automatically published version of the package `rustc_graphviz` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
INDIRECT
0
rustc-ap-rustc_index • 669.0.0Automatically published version of the package `rustc_index` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
INDIRECT
5
rustc-ap-rustc_lexer • 669.0.0Automatically published version of the package `rustc_lexer` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
INDIRECT
1
rustc-ap-rustc_macros • 669.0.0Automatically published version of the package `rustc_macros` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
INDIRECT
6
rustc-ap-rustc_parse • 669.0.0Automatically published version of the package `rustc_parse` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
DIRECT
106
rustc-ap-rustc_serialize • 669.0.0Automatically published version of the package `rustc_serialize` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
INDIRECT
4
rustc-ap-rustc_session • 669.0.0Automatically published version of the package `rustc_session` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
DIRECT
101
rustc-ap-rustc_span • 669.0.0Automatically published version of the package `rustc_span` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
DIRECT
87
rustc-ap-rustc_target • 669.0.0Automatically published version of the package `rustc_target` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
scoped-tls • 1.0.1Library implementation of the standard library's old `scoped_thread_local!`
macro for providing scoped access to thread local storage (TLS) so any type can
be stored into TLS.
INDIRECT
0
scopeguard • 1.2.0A 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.
sha-1 • 0.8.2SHA-1 hash function. This crate is deprecated! Use the sha1 crate instead.
INDIRECT
9
shlex • 1.3.0Split a string into shell words, like Python's shlex.
INDIRECT
0
smallvec • 0.6.14'Small vector' optimization: store up to a small number of items on the stack
INDIRECT
1
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stack
INDIRECT
0
stable_deref_trait • 1.2.0An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental.
INDIRECT
0
stacker • 0.1.17A stack growth library useful when implementing deeply recursive algorithms that
may accidentally blow the stack.
toml • 0.5.11A 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.
DIRECT
6
typenum • 1.17.0Typenum 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.
unicode-normalization • 0.1.24This crate provides functions for normalization of
Unicode strings, including Canonical and Compatible
Decomposition and Recomposition, as described in
Unicode Standard Annex #15.
INDIRECT
2
unicode-segmentation • 1.12.0This crate provides Grapheme Cluster, Word and Sentence boundaries
according to Unicode Standard Annex #29 rules.
DIRECT
0
unicode-width • 0.1.14Determine displayed width of `char` and `str` types
according to Unicode Standard Annex #11 rules.
DIRECT
0
unicode-xid • 0.2.6Determine whether characters have the XID_Start
or XID_Continue properties according to
Unicode Standard Annex #31.
INDIRECT
0
vec_map • 0.8.2A simple map based on a vector for small integer keys
INDIRECT
0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.
INDIRECT
0
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.
INDIRECT
0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.
redox_users • 0.4.6A Rust library to access Redox users and groups functionality
INDIRECT
12
strsim • 0.8.0Implementations of string similarity metrics. Includes Hamming, Levenshtein,
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.
INDIRECT
0
globset • 0.4.9Cross platform single glob and glob set matching. Glob set matching is the
process of matching one or more glob patterns against a single candidate path
simultaneously, and returning all of the globs that matched.
INDIRECT
7
ignore • 0.4.18A fast library for efficiently matching ignore files such as `.gitignore`
against file paths.
DIRECT
31
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for
1, 2 or 3 byte search and single substring search.
INDIRECT
0
same-file • 1.0.6A simple crate for determining whether two file paths point to the same file.
INDIRECT
11
termcolor • 1.4.1A simple cross platform library for writing colored text to a terminal.