{"id":5802597,"name":"hecrj/setup-rust-action","ecosystem":"actions","description":"Install a specific Rust toolchain and add it to the PATH","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/hecrj/setup-rust-action","keywords_array":[],"namespace":"hecrj","versions_count":17,"first_release_published_at":"2019-08-16T00:18:21.000Z","latest_release_published_at":"2024-03-12T00:12:48.000Z","latest_release_number":"v2.0.1","last_synced_at":"2026-08-14T07:07:44.057Z","created_at":"2023-01-04T13:54:50.376Z","updated_at":"2026-08-14T07:07:44.057Z","registry_url":"https://github.com/hecrj/setup-rust-action","install_command":null,"documentation_url":null,"metadata":{"name":"Set up a Rust toolchain","description":"Install a specific Rust toolchain and add it to the PATH","author":"Héctor Ramón Jiménez \u003chector@hecrj.dev\u003e","branding":{"icon":"package","color":"blue"},"inputs":{"rust-version":{"description":"The toolchain version; such as stable, nightly, or 1.8.0","default":"stable"},"profile":{"description":"The toolchain profile to install","default":"default"},"components":{"description":"The toolchain components to install, comma-separated","default":""},"targets":{"description":"The toolchain targets to add, comma-separated","default":""}},"runs":{"using":"composite","steps":[{"id":"setup","run":"\"${GITHUB_ACTION_PATH%/}/setup.sh\"","shell":"bash","env":{"INPUT_RUST_VERSION":"${{ inputs.rust-version }}","INPUT_PROFILE":"${{ inputs.profile }}","INPUT_COMPONENTS":"${{ inputs.components }}","INPUT_TARGETS":"${{ inputs.targets }}"}}]},"default_branch":"master","path":null},"repo_metadata":{"id":35479281,"uuid":"202624761","full_name":"hecrj/setup-rust-action","owner":"hecrj","description":"Set up a specific Rust toolchain in your GitHub workflows","archived":false,"fork":false,"pushed_at":"2024-03-12T00:16:16.000Z","size":865,"stargazers_count":109,"open_issues_count":4,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-09T12:49:45.187Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hecrj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"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":{"ko_fi":"hecrj_"}},"created_at":"2019-08-15T23:28:01.000Z","updated_at":"2025-06-02T12:42:09.000Z","dependencies_parsed_at":"2024-01-13T19:19:29.538Z","dependency_job_id":"ead8523a-9041-4f4d-9efe-6e4996170f6d","html_url":"https://github.com/hecrj/setup-rust-action","commit_stats":{"total_commits":54,"total_committers":6,"mean_commits":9.0,"dds":"0.33333333333333337","last_synced_commit":"50a120e4d34903c2c1383dec0e9b1d349a9cc2b1"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/hecrj/setup-rust-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hecrj","download_url":"https://codeload.github.com/hecrj/setup-rust-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/sbom","scorecard":{"id":459371,"data":{"date":"2025-08-11","repo":{"name":"github.com/hecrj/setup-rust-action","commit":"110f36749599534ca96628b82f52ae67e5d95a3c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":2,"reason":"Found 3/15 approved changesets -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/hecrj/setup-rust-action/test.yml/master?enable=pin","Warn: downloadThenRun not pinned by hash: setup.sh:4","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 downloadThenRun dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'","Warn: branch protection not enabled for branch 'v2'","Warn: branch protection not enabled for branch 'v1'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T10:41:19.055Z","repository_id":35479281,"created_at":"2025-08-19T10:41:19.055Z","updated_at":"2025-08-19T10:41:19.055Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271383175,"owners_count":24750186,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"hecrj","name":"Héctor","uuid":"518289","kind":"user","description":"I play code and write games.","email":"","website":null,"location":"Barcelona","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/518289?u=753fd530483820bf90c068b55e12490b6955737c\u0026v=4","repositories_count":108,"last_synced_at":"2025-08-17T14:43:13.472Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/hecrj","funding_links":["https://github.com/sponsors/hecrj"],"total_stars":2666,"followers":1042,"following":12,"created_at":"2022-11-03T19:41:58.954Z","updated_at":"2025-08-17T14:43:13.472Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hecrj","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hecrj/repositories"},"tags":[{"name":"v2.0.1","sha":"110f36749599534ca96628b82f52ae67e5d95a3c","kind":"commit","published_at":"2024-03-12T00:12:48.000Z","download_url":"https://codeload.github.com/hecrj/setup-rust-action/tar.gz/v2.0.1","html_url":"https://github.com/hecrj/setup-rust-action/releases/tag/v2.0.1","dependencies_parsed_at":"2024-03-13T05:01:39.823Z","dependency_job_id":null,"purl":"pkg:github/hecrj/setup-rust-action@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"f344d1a51e8ad6e1c6c51d9cf8d5a6edf4cfd230","kind":"commit","published_at":"2023-09-04T13:21:21.000Z","download_url":"https://codeload.github.com/hecrj/setup-rust-action/tar.gz/v2.0.0","html_url":"https://github.com/hecrj/setup-rust-action/releases/tag/v2.0.0","dependencies_parsed_at":"2023-09-07T05:04:40.396Z","dependency_job_id":null,"purl":"pkg:github/hecrj/setup-rust-action@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v2.0.0/manifests"},{"name":"v1.4.1","sha":"50a120e4d34903c2c1383dec0e9b1d349a9cc2b1","kind":"commit","published_at":"2022-11-28T18:23:17.000Z","download_url":"https://codeload.github.com/hecrj/setup-rust-action/tar.gz/v1.4.1","html_url":"https://github.com/hecrj/setup-rust-action/releases/tag/v1.4.1","dependencies_parsed_at":"2023-06-01T10:25:08.426Z","dependency_job_id":null,"purl":"pkg:github/hecrj/setup-rust-action@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"f7efc548061b08af2c014f7b30cd4fb4caf9499f","kind":"commit","published_at":"2022-11-01T17:50:30.000Z","download_url":"https://codeload.github.com/hecrj/setup-rust-action/tar.gz/v1.4.0","html_url":"https://github.com/hecrj/setup-rust-action/releases/tag/v1.4.0","dependencies_parsed_at":"2023-06-01T10:25:08.916Z","dependency_job_id":null,"purl":"pkg:github/hecrj/setup-rust-action@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.4.0/manifests"},{"name":"v1.3.4","sha":"967aec96c6a27a0ce15c1dac3aaba332d60565e2","kind":"commit","published_at":"2020-10-06T12:37:41.000Z","download_url":"https://codeload.github.com/hecrj/setup-rust-action/tar.gz/v1.3.4","html_url":"https://github.com/hecrj/setup-rust-action/releases/tag/v1.3.4","dependencies_parsed_at":"2023-05-30T18:48:41.589Z","dependency_job_id":null,"purl":"pkg:github/hecrj/setup-rust-action@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.3.4/manifests"},{"name":"v1.3.3","sha":"02a1f2dcecb747bfafd7913997c255d3a21e8a59","kind":"commit","published_at":"2020-04-29T18:24:12.000Z","download_url":"https://codeload.github.com/hecrj/setup-rust-action/tar.gz/v1.3.3","html_url":"https://github.com/hecrj/setup-rust-action/releases/tag/v1.3.3","dependencies_parsed_at":"2023-05-30T18:48:42.348Z","dependency_job_id":null,"purl":"pkg:github/hecrj/setup-rust-action@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"6a0817e3a6e4f3fccab6c0316676f464715cf29c","kind":"commit","published_at":"2020-03-21T06:36:18.000Z","download_url":"https://codeload.github.com/hecrj/setup-rust-action/tar.gz/v1.3.2","html_url":"https://github.com/hecrj/setup-rust-action/releases/tag/v1.3.2","dependencies_parsed_at":"2023-05-30T18:48:43.024Z","dependency_job_id":null,"purl":"pkg:github/hecrj/setup-rust-action@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"e0938bab41405f7485391869b453779c5290099d","kind":"commit","published_at":"2020-01-21T22:28:25.000Z","download_url":"https://codeload.github.com/hecrj/setup-rust-action/tar.gz/v1.3.1","html_url":"https://github.com/hecrj/setup-rust-action/releases/tag/v1.3.1","dependencies_parsed_at":"2023-05-30T18:48:43.630Z","dependency_job_id":null,"purl":"pkg:github/hecrj/setup-rust-action@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"4db48f13643eba2ab2058a093dc7f973e43089ed","kind":"commit","published_at":"2020-01-06T03:33:59.000Z","download_url":"https://codeload.github.com/hecrj/setup-rust-action/tar.gz/v1.3.0","html_url":"https://github.com/hecrj/setup-rust-action/releases/tag/v1.3.0","dependencies_parsed_at":"2023-05-30T18:48:44.300Z","dependency_job_id":null,"purl":"pkg:github/hecrj/setup-rust-action@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.3.0/manifests"},{"name":"v1.2.3","sha":"a6bcfcc41f235ccc1cae16de887256edfe652a56","kind":"commit","published_at":"2019-12-04T18:50:04.000Z","download_url":"https://codeload.github.com/hecrj/setup-rust-action/tar.gz/v1.2.3","html_url":"https://github.com/hecrj/setup-rust-action/releases/tag/v1.2.3","dependencies_parsed_at":"2023-05-30T18:48:44.869Z","dependency_job_id":null,"purl":"pkg:github/hecrj/setup-rust-action@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"a82cf6be2ac7659c55ff53c6f2389996ca30eddc","kind":"commit","published_at":"2019-10-27T23:17:25.000Z","download_url":"https://codeload.github.com/hecrj/setup-rust-action/tar.gz/v1.2.2","html_url":"https://github.com/hecrj/setup-rust-action/releases/tag/v1.2.2","dependencies_parsed_at":"2023-05-30T18:48:45.645Z","dependency_job_id":null,"purl":"pkg:github/hecrj/setup-rust-action@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"ffd46aa51309eacfb252db4bc97291714213627d","kind":"commit","published_at":"2019-10-27T19:06:30.000Z","download_url":"https://codeload.github.com/hecrj/setup-rust-action/tar.gz/v1.2.1","html_url":"https://github.com/hecrj/setup-rust-action/releases/tag/v1.2.1","dependencies_parsed_at":"2023-05-30T18:48:46.283Z","dependency_job_id":null,"purl":"pkg:github/hecrj/setup-rust-action@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"aa4d8a0338fcac5436db644d8f3b64ccbef4dc96","kind":"commit","published_at":"2019-09-18T15:40:33.000Z","download_url":"https://codeload.github.com/hecrj/setup-rust-action/tar.gz/v1.2.0","html_url":"https://github.com/hecrj/setup-rust-action/releases/tag/v1.2.0","dependencies_parsed_at":"2023-05-30T18:48:46.841Z","dependency_job_id":null,"purl":"pkg:github/hecrj/setup-rust-action@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"be97511df1baf1da7cd2cda0f64338b707a036ff","kind":"commit","published_at":"2019-09-04T11:26:22.000Z","download_url":"https://codeload.github.com/hecrj/setup-rust-action/tar.gz/v1.1.0","html_url":"https://github.com/hecrj/setup-rust-action/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-30T18:48:47.691Z","dependency_job_id":null,"purl":"pkg:github/hecrj/setup-rust-action@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"79a733605ca336fccd428e4645211591cac43e29","kind":"commit","published_at":"2019-08-16T01:38:53.000Z","download_url":"https://codeload.github.com/hecrj/setup-rust-action/tar.gz/v1.0.2","html_url":"https://github.com/hecrj/setup-rust-action/releases/tag/v1.0.2","dependencies_parsed_at":"2023-05-30T18:48:48.382Z","dependency_job_id":null,"purl":"pkg:github/hecrj/setup-rust-action@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"ebb6752c14111812680e96ff21d4b067c2bb88a6","kind":"commit","published_at":"2019-08-16T01:00:14.000Z","download_url":"https://codeload.github.com/hecrj/setup-rust-action/tar.gz/v1.0.1","html_url":"https://github.com/hecrj/setup-rust-action/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-30T18:48:49.026Z","dependency_job_id":null,"purl":"pkg:github/hecrj/setup-rust-action@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"a3cabb4dc1a693d2b6a267024e3801cf870c9b9d","kind":"commit","published_at":"2019-08-16T00:18:21.000Z","download_url":"https://codeload.github.com/hecrj/setup-rust-action/tar.gz/v1.0.0","html_url":"https://github.com/hecrj/setup-rust-action/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-30T18:48:49.684Z","dependency_job_id":null,"purl":"pkg:github/hecrj/setup-rust-action@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-08-20T21:28:37.878Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1066,"rankings":{"downloads":null,"dependent_repos_count":0.8081128188876565,"dependent_packages_count":0.0,"stargazers_count":1.9679923942322926,"forks_count":8.25859610204405,"docker_downloads_count":4.943749009665663,"average":3.1956900649659326},"purl":"pkg:githubactions/hecrj/setup-rust-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/hecrj/setup-rust-action","docker_dependents_count":1,"docker_downloads_count":5,"usage_url":"https://repos.ecosyste.ms/usage/actions/hecrj/setup-rust-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/hecrj/setup-rust-action/dependencies","status":null,"funding_links":["https://ko-fi.com/hecrj_","https://github.com/sponsors/hecrj"],"critical":null,"issue_metadata":{"last_synced_at":"2025-06-30T21:07:18.164Z","issues_count":13,"pull_requests_count":25,"avg_time_to_close_issue":3954663.0,"avg_time_to_close_pull_request":3829990.92,"issues_closed_count":9,"pull_requests_closed_count":25,"pull_request_authors_count":9,"issue_authors_count":12,"avg_comments_per_issue":1.7692307692307692,"avg_comments_per_pull_request":0.88,"merged_pull_requests_count":17,"bot_issues_count":0,"bot_pull_requests_count":8,"past_year_issues_count":1,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/hecrj%2Fsetup-rust-action/issues","maintainers":[{"login":"hecrj","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hecrj"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/hecrj%2Fsetup-rust-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/hecrj%2Fsetup-rust-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/hecrj%2Fsetup-rust-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/hecrj%2Fsetup-rust-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/hecrj%2Fsetup-rust-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/hecrj%2Fsetup-rust-action/codemeta","maintainers":[]}