A real response, served live from the catalog.
Request
curl https://tools.corrode.dev/api/v1/tools/cargo-nextest
Response
{
"id": "cargo-nextest",
"name": "cargo-nextest",
"repository": "https://github.com/nextest-rs/nextest",
"category": "testing",
"remarks": "A next-generation test runner that executes each test in its own process for\nisolation, runs them in parallel with a clean summary output, and is typically\nfaster than `cargo test` on larger suites. It adds practical features like\nautomatic retries for flaky tests, per-test timeouts, and JUnit output for CI.\n\nRun it with `cargo nextest run`. Note it does not run doctests, so you still\nneed `cargo test --doc` for those. Tests that assume they share a process (for\nexample relying on global state set by another test) may need adjustment under\nits process-per-test model.\n",
"crate": "cargo-nextest",
"installable": true,
"homepage": null,
"alternatives": [
"cargo test (built-in)"
],
"successors": [],
"related": [
"cargo-mutants"
],
"recommended": true,
"added": null,
"metrics": {
"stars": 3295,
"forks": 174,
"open_issues": 102,
"last_commit": "2026-09-21",
"archived": false,
"license": "Apache-2.0",
"updated_at": "2026-09-21T08:28:27.001149714Z",
"stale": false,
"error": null,
"crate": {
"name": "cargo-nextest",
"downloads_total": 12851955,
"downloads_recent": 1876297,
"latest_version": "0.9.145",
"latest_release": "2026-09-16",
"msrv": "1.91",
"license": "Apache-2.0 OR MIT",
"owners": [
"Rain",
"Nextest Bot"
]
}
}
}