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.
rustc-serialize • 0.3.25Generic serialization/deserialization support corresponding to the
`derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes
support for hex, base64, and json encoding and decoding.
This crate is deprecated in favor of serde.
toml • 0.4.10A 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.
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-xid • 0.0.4Determine whether characters have the XID_Start
or XID_Continue properties according to
Unicode Standard Annex #31.
INDIRECT
0
url • 1.7.2URL library for Rust, based on the WHATWG URL Standard
INDIRECT
7
MIT6
Package
Relation
Dependencies
Published
kernel32-sys • 0.2.2Contains function definitions for the Windows API library kernel32. See winapi for types and constants.
INDIRECT
2
matches • 0.1.10A macro to evaluate, as a boolean, whether an expression matches a pattern.