proc-macro-crate
proc-macro-crate copied to clipboard
Consider switching back from toml_edit to basic-toml
toml_edit has relatively heavy dependencies, and, in particular, is more aggressive about MSRV bumps.
@djc would you be open to provide a pr?
I can certainly take a look at it if you're open to the idea!
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?
Sounds also possible. I mean you are right that we don't need that much functionality.