rustc-serialize 0.3.6

Generic 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 file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "libc"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e32a70cf75e5846d53a673923498228bbec6a8624708a9ea5645f075d6276122"

[[package]]
name = "log"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f91d813fb009895c01b1b5c095fc88aea17138355bc0e4d53a277c466f62161f"

[[package]]
name = "rand"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d37d90a6118f2925173cb2b778aaabda804247d389cbff6f39fb558fddda113"
dependencies = [
 "libc",
 "log",
]

[[package]]
name = "rustc-serialize"
version = "0.3.6"
dependencies = [
 "rand",
]