Closed
Description
What problem does this solve or what need does it fill?
toml-rs is unmaintained and it's a TOML 0.5 compliant parser.
What solution would you like?
It would be nice to use toml_edit. It's a drop-in replacement, actively maintained and supports TOML 1.0. For example, Cargo now use it.