From: bors Date: Wed, 22 Feb 2017 18:35:39 +0000 (+0000) Subject: Auto merge of #3682 - alexcrichton:serde, r=brson X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~9^2~132 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=be0b4992aa6c25a58720f28f48c4fa3a34e5790d;p=cargo.git Auto merge of #3682 - alexcrichton:serde, r=brson Migrate from rustc-serialize to Serde This commit migrates Cargo as much as possible from rustc-serialize to Serde. This not only provides an excellent testing ground for the toml 0.3 release but it also is a big boost to the speed of parsing the JSON bits of the registry. This doesn't completely excise the dependency just yet as docopt still requires it along with handlebars. I'm sure though that in time those crates will migrate to serde! --- be0b4992aa6c25a58720f28f48c4fa3a34e5790d