cfg-if • 1.0.4A 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.
proc-macro2 • 1.0.106A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
regex • 1.8.4An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
INDIRECT
3
rstest_macros • 0.16.0Rust fixture based test framework. It use procedural macro
to implement fixtures and table based tests.
INDIRECT
7
rstest_test • 0.10.0Provides some utilities used by to write rstest crate's tests.
DIRECT
10
rstest • 0.16.0Rust fixture based test framework. It use procedural macro
to implement fixtures and table based tests.
DIRECT
8
rustc_version • 0.4.1A library for querying the version of a installed rustc compiler
DIRECT
1
semver • 1.0.27Parser and evaluator for Cargo's flavor of Semantic Versioning