Automatically 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
arrayvec • 0.4.12A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.
bitflags • 1.3.2A macro to generate structures which behave like bitflags.
INDIRECT
0
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.
parking_lot • 0.7.1More compact and efficient implementations of the standard synchronization primitives.
INDIRECT
30
proc-macro2 • 0.4.30A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
rand • 0.6.5Random number generators and other randomness functionality.
INDIRECT
19
rustc_version • 0.2.3A library for querying the version of a installed rustc compiler
INDIRECT
2
rustc-ap-arena • 546.0.0Automatically published version of the package `arena` in the rust-lang/rust repository from commit 10c2316a6bf7cf9255f991e06e82ce692e6f84d5 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
INDIRECT
54
rustc-ap-graphviz • 546.0.0Automatically published version of the package `graphviz` in the rust-lang/rust repository from commit 10c2316a6bf7cf9255f991e06e82ce692e6f84d5 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
INDIRECT
0
rustc-ap-rustc_data_structures • 546.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
53
rustc-ap-rustc_macros • 546.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
7
rustc-ap-serialize • 546.0.0Automatically published version of the package `serialize` in the rust-lang/rust repository from commit 10c2316a6bf7cf9255f991e06e82ce692e6f84d5 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
DIRECT
5
rustc-ap-syntax_pos • 546.0.0Automatically published version of the package `syntax_pos` in the rust-lang/rust repository from commit 625375400cdd172877e81c3ce44ce68f2011af2d The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
rustc-rayon • 0.2.0Simple work-stealing parallelism for Rust - fork for rustc
INDIRECT
14
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 • 0.3.3A 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.
semver • 0.9.0Parser and evaluator for Cargo's flavor of Semantic Versioning
INDIRECT
1
smallvec • 0.6.14'Small vector' optimization: store up to a small number of items on the stack
INDIRECT
1
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.
unicode-width • 0.1.14Determine displayed width of `char` and `str` types
according to Unicode Standard Annex #11 rules.
DIRECT
0
unicode-xid • 0.1.0Determine whether characters have the XID_Start
or XID_Continue properties according to
Unicode Standard Annex #31.
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.