Serde and optional parsing
This release switches the dump format from rustc-serialize to Serde, anyone using custom dumps will have to update them.
It also makes the parsing part of the library optional behind a feature flag, anyone not using the default feature flags probably will want to add the parsing
flag.