neil-lobracco/twilio-rs

Drop rustc-serialize dependency

dtolnay opened this issue · 3 comments

It has been deprecated: announcement.

Is there any functionality you would require from Serde or another library before this would be possible?

@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.

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.

@dtolnay I did this btw.

ec76084