bitflags • 0.7.0A macro to generate structures which behave like bitflags.
INDIRECT
0
cookie • 0.2.5HTTP cookie parsing and cookie jar management. Supports signed and private
(encrypted, authenticated) jars.
INDIRECT
38
gcc • 0.3.55**Deprecated** crate, renamed to `cc`
A 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.
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.
DIRECT
0
semver • 0.2.3Parser and evaluator for Cargo's flavor of Semantic Versioning
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
url • 0.5.10URL library for Rust, based on the WHATWG URL Standard
DIRECT
17
url • 1.7.2URL library for Rust, based on the WHATWG URL Standard
INDIRECT
7
uuid • 0.2.3A library to generate and parse UUIDs.
INDIRECT
10
version_check • 0.1.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.