# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "rustc-serialize" version = "0.3.25" authors = ["The Rust Project Developers"] description = """ 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 crate is deprecated in favor of serde. """ homepage = "https://github.com/rust-lang/rustc-serialize" documentation = "https://doc.rust-lang.org/rustc-serialize" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang/rustc-serialize" [dev-dependencies.rand] version = "0.3"