# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "rustc-serialize2" version = "0.3.25" authors = ["The Rust Project Developers"] description = "Generic serialization/deserialization support corresponding to the\n`derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes\nsupport for hex, base64, and json encoding and decoding.\n\nThis crate is deprecated in favor of serde.\n\nCompared to the original rustc-serialize, this crate:\n* Supports all `rustc` targets.\n* Can work in `no_std` environments with the `alloc` crate.\n" 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" [lib] name = "rustc_serialize" [dev-dependencies.rand] version = "0.3" [features] default = ["std"] std = []