proc-macro-crate icon indicating copy to clipboard operation
proc-macro-crate copied to clipboard

Consider switching back from toml_edit to basic-toml

Open djc opened this issue 1 year ago • 4 comments

toml_edit has relatively heavy dependencies, and, in particular, is more aggressive about MSRV bumps.

djc avatar Jun 30 '23 09:06 djc

@djc would you be open to provide a pr?

bkchr avatar Jun 30 '23 11:06 bkchr

I can certainly take a look at it if you're open to the idea!

djc avatar Jun 30 '23 11:06 djc

Ahh, I forgot that this was not so straightforward. How would you feel about including a minimal, no-dependency parser for the subset of TOML that the crate needs?

djc avatar Jul 03 '23 10:07 djc

Sounds also possible. I mean you are right that we don't need that much functionality.

bkchr avatar Jul 06 '23 15:07 bkchr