{"id":13595171,"url":"https://github.com/nextest-rs/nextest","last_synced_at":"2026-02-23T00:12:38.093Z","repository":{"id":36992999,"uuid":"456728202","full_name":"nextest-rs/nextest","owner":"nextest-rs","description":"A next-generation test runner for Rust.","archived":false,"fork":false,"pushed_at":"2026-01-18T08:51:03.000Z","size":17570,"stargazers_count":2781,"open_issues_count":87,"forks_count":141,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-01-18T17:40:27.759Z","etag":null,"topics":["cargo-plugin","cargo-subcommand","flaky-tests","junit","nextest","rust","testing"],"latest_commit_sha":null,"homepage":"https://nexte.st","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nextest-rs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE-APACHE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"sunshowers"}},"created_at":"2022-02-08T00:34:33.000Z","updated_at":"2026-01-18T14:20:07.000Z","dependencies_parsed_at":"2023-12-20T13:52:16.161Z","dependency_job_id":"38bf95b9-98ea-47ca-be33-b513364263e0","html_url":"https://github.com/nextest-rs/nextest","commit_stats":{"total_commits":1621,"total_committers":56,"mean_commits":"28.946428571428573","dds":0.4855027760641579,"last_synced_commit":"717dad6ac93d3d9cc71f7866f08f1784752531d8"},"previous_names":[],"tags_count":405,"template":false,"template_full_name":null,"purl":"pkg:github/nextest-rs/nextest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextest-rs%2Fnextest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextest-rs%2Fnextest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextest-rs%2Fnextest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextest-rs%2Fnextest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nextest-rs","download_url":"https://codeload.github.com/nextest-rs/nextest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextest-rs%2Fnextest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28642697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T18:04:35.752Z","status":"ssl_error","status_checked_at":"2026-01-21T18:03:55.054Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cargo-plugin","cargo-subcommand","flaky-tests","junit","nextest","rust","testing"],"created_at":"2024-08-01T16:01:45.270Z","updated_at":"2026-02-23T00:12:38.085Z","avatar_url":"https://github.com/nextest-rs.png","language":"Rust","funding_links":["https://github.com/sponsors/sunshowers"],"categories":["Rust","Projects","testing","rust","Development tools"],"sub_categories":["Testing"],"readme":"# Nextest\n\nNextest is a next-generation test runner for Rust. For more information, **check out [the website](https://nexte.st/)**.\n\nThis repository contains the source code for:\n\n- [**cargo-nextest**](cargo-nextest): a new, faster Cargo test runner\n  [![cargo-nextest on crates.io](https://img.shields.io/crates/v/cargo-nextest)](https://crates.io/crates/cargo-nextest)\n  [![Documentation (website)](https://img.shields.io/badge/docs-nexte.st-blue)](https://nexte.st)\n- libraries used by cargo-nextest:\n  - [**nextest-runner**](nextest-runner): core logic for cargo-nextest\n    [![nextest-runner on crates.io](https://img.shields.io/crates/v/nextest-runner)](https://crates.io/crates/nextest-runner)\n    [![Documentation (latest release)](https://img.shields.io/badge/docs-latest-brightgreen)](https://docs.rs/nextest-runner)\n    [![Documentation (main)](https://img.shields.io/badge/docs-main-purple)](https://nexte.st/rustdoc/nextest_runner/)\n  - [**nextest-metadata**](nextest-metadata): library for calling cargo-nextest over the command line\n    [![nextest-metadata on crates.io](https://img.shields.io/crates/v/nextest-metadata)](https://crates.io/crates/nextest-metadata)\n    [![Documentation (latest release)](https://img.shields.io/badge/docs-latest-brightgreen)](https://docs.rs/nextest-metadata)\n    [![Documentation (main)](https://img.shields.io/badge/docs-main-purple)](https://nexte.st/rustdoc/nextest_metadata)\n  - [**nextest-filtering**](nextest-filtering): parser and evaluator for [filtersets](https://nexte.st/docs/filtersets)\n    [![nextest-filtering on crates.io](https://img.shields.io/crates/v/nextest-filtering)](https://crates.io/crates/nextest-filtering)\n    [![Documentation (latest release)](https://img.shields.io/badge/docs-latest-brightgreen)](https://docs.rs/nextest-filtering)\n    [![Documentation (main)](https://img.shields.io/badge/docs-main-purple)](https://nexte.st/rustdoc/nextest_filtering)\n\n## Minimum supported Rust version\n\nThe minimum supported Rust version to _run_ nextest with is **Rust 1.41.** Nextest is not tested against versions that are that old, but it should work with any version of Rust released in the past year. (Please report a bug if not!)\n\nThe minimum supported Rust version to _build_ nextest with is **Rust 1.91.** For building, at least the last 3 versions of stable Rust are supported at any given time.\n\nSee the [stability policy](https://nexte.st/docs/stability/) for more details.\n\nWhile a crate is pre-release status (0.x.x) it may have its MSRV bumped in a patch release. Once a\ncrate has reached 1.x, any MSRV bump will be accompanied with a new minor version.\n\n## Contributing\n\nSee the [contributing guide](https://nexte.st/docs/contributing/) for how to help out.\n\n_Looking to contribute to nextest and don't know where to get started?_ Check out the list of [good first issues](https://github.com/nextest-rs/nextest/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22good+first+issue%22).\n\n## License\n\n**Nextest is Free Software.** This project is available under the terms of either the [Apache 2.0 license](LICENSE-APACHE) or the [MIT\nlicense](LICENSE-MIT).\n\n**Like all Free Software, nextest is a gift.** Nextest is provided on an \"AS IS\" basis and there is NO WARRANTY attached to it. As a user, please treat the authors and contributors to this project as if you were treating the giver of a gift. In particular, you're asked to follow the [code of conduct](CODE_OF_CONDUCT.md).\n\nThis project is derived from [diem-devtools](https://github.com/diem/diem-devtools/). Upstream\nsource code is used under the terms of the [Apache 2.0\nlicense](https://github.com/diem/diem-devtools/blob/main/LICENSE-APACHE) and the [MIT\nlicense](https://github.com/diem/diem-devtools/blob/main/LICENSE-MIT).\n\n## macOS support\n\nmacOS is supported through the MacStadium Open Source Developer Program.\n\n![image](https://uploads-ssl.webflow.com/5ac3c046c82724970fc60918/5c019d917bba312af7553b49_MacStadium-developerlogo.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextest-rs%2Fnextest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextest-rs%2Fnextest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextest-rs%2Fnextest/lists"}