Right now the only way to discover which badges are supported in Cargo.toml is to carefully read the source.
The current list seems to be: "appveyor", "circle-ci", "gitlab", "travis-ci", "github",
"codecov", "coveralls", "is-it-maintained-issue-resolution",
"is-it-maintained-open-issues", "maintenance"
We could put these into the README. Better might be to support cargo readme --list-badges.
Either way, documentation on what each badge wants as text would also be helpful.
Let me know what you want to do and I'm happy to put together a PR.
Right now the only way to discover which badges are supported in
Cargo.toml
is to carefully read the source.The current list seems to be: "appveyor", "circle-ci", "gitlab", "travis-ci", "github", "codecov", "coveralls", "is-it-maintained-issue-resolution", "is-it-maintained-open-issues", "maintenance"
We could put these into the
README
. Better might be to supportcargo readme --list-badges
.Either way, documentation on what each badge wants as text would also be helpful.
Let me know what you want to do and I'm happy to put together a PR.