Drop rustc-serialize dependency
dtolnay opened this issue · 3 comments
dtolnay commented
It has been deprecated: announcement.
Is there any functionality you would require from Serde or another library before this would be possible?
lancecarlson commented
@dtolnay I haven't investigated how easy this would be to do. Can I just remove it from Cargo you think? I may dig in but not any time soon.
dtolnay commented
It is not just a matter of removing it from Cargo.toml. The code is using it here and here so you would need to replace those with a different library, probably a combination of data-encoding
and Serde both of which are stable and actively maintained.
lancecarlson commented