]> git.proxmox.com Git - rustc.git/blob - src/vendor/rustc-serialize/Cargo.toml
New upstream version 1.19.0+dfsg1
[rustc.git] / src / vendor / rustc-serialize / Cargo.toml
1 [package]
2
3 name = "rustc-serialize"
4 version = "0.3.24"
5 authors = ["The Rust Project Developers"]
6 license = "MIT/Apache-2.0"
7 readme = "README.md"
8 repository = "https://github.com/rust-lang/rustc-serialize"
9 homepage = "https://github.com/rust-lang/rustc-serialize"
10 documentation = "https://doc.rust-lang.org/rustc-serialize"
11 description = """
12 Generic serialization/deserialization support corresponding to the
13 `derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes
14 support for hex, base64, and json encoding and decoding.
15 """
16
17 [dev-dependencies]
18 rand = "0.3"