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.
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
unicode-segmentation • 1.13.2This crate provides Grapheme Cluster, Word and Sentence boundaries
according to Unicode Standard Annex #29 rules.
INDIRECT
0
unicode-width • 0.1.14Determine displayed width of `char` and `str` types
according to Unicode Standard Annex #11 rules.
INDIRECT
0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.
INDIRECT
0
MIT4
Package
Relation
Dependencies
Published
clap • 2.34.0A simple to use, efficient, and full-featured Command Line Argument Parser
INDIRECT
3
fs_extra • 1.3.0Expanding std::fs and std::io. Recursively copy folders with information about process and much more.
textwrap • 0.11.0Library for word wrapping, indenting, and dedenting strings. Has optional support for Unicode and emojis as well as machine hyphenation.
INDIRECT
1
Unicode-3.0 AND (Apache-2.0 OR MIT)1
Package
Relation
Dependencies
Published
unicode-ident • 1.0.24Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31