-
Notifications
You must be signed in to change notification settings - Fork 189
New Maintainers #460
Comments
I can maintain it if nobody wants to, but largely I would probably just be reviewing/merging PRs and needed to keep up with changes to the TOML spec (which I suppose means some number of updates out of the bat to get to toml 1.0). That is, it wouldn't be that active of maintenance (although I probably would make some changes like no_std support and such). |
I can also help with (mostly passively) maintaining this. |
I'm already maintaining the Fedora Linux RPM package for this crate, so I can help maintaining the "upstream" project, as well. |
@alexcrichton what if we moved A task I've been meaning to get to is to restructure The downside being that |
The toml crate is unmaintained, and may be replaced with toml_edit::easy anyway: toml-rs/toml-rs#460 (comment)
The toml crate is unmaintained, and may be replaced with toml_edit::easy anyway: toml-rs/toml-rs#460 (comment)
@alexcrichton are you still looking for someone that wants to take care about the project? |
Yes I ostensibly am still looking for an interested maintainer. At this point though I would prefer to just hand the reins to someone else and not really be that involved. I'd rather not need to work in an advisory status where I still have to double-check on changes or such. |
one option is donating to rust-lang org... libs team is forming a team to take care of such central crates |
@alexcrichton any thoughts on @epage’s proposal to allow the API-compatible |
I don't personally know enough about |
Yes, I'd be willing to take that on. Before changing out the guts, I feel like a once-over will be needed to double check it meets toml-rs's quality needs. toml-rs/toml#327 might also be a blocker for swapping over; I haven't decided yet and am open for input. For anyone else interested in the level of compatibility, these are the two PRs for switching cargo from toml to toml_edit::easy |
Ok, thanks! When you're satisfied I'm happy to add you to crates.io and leave a tombstone in this repository's README or similar. |
@alexcrichton if a gradual approach is fine with you've, we've gone ahead and merged the toml-rs repo into toml_edit and created https://github.com/toml-rs for hosting this and the rust wrapper around toml-test. |
Thanks! Would you like me to transfer this repo to that org for posterity or just update the README? |
Either works for me |
Ok I've sent a transfer request for this repo to you and I've added you to crates.io |
Looks like we're all good now; closing this out |
I personally no longer have the time or energy to maintain this crate. I believe this is still pretty widely used as the default TOML implementation for Rust, however, so it'd be good to keep this maintained. I'm opening this to see if there is another who is willing to take over ownership and maintenance of this crate. In the meantime I will not be maintaining this crate other than if a security issue arises.
The text was updated successfully, but these errors were encountered: