{"id":833,"name":"Fasten","description":"Fasten: a toolkit for streaming operations on fastq files - Published in JOSS (2024)","url":"https://github.com/lskatz/fasten","last_synced_at":"2025-09-04T16:10:32.694Z","repository":{"id":43116297,"uuid":"118619834","full_name":"lskatz/fasten","owner":"lskatz","description":":construction_worker: Fasten toolkit, for streaming operations on fastq files","archived":false,"fork":false,"pushed_at":"2025-04-09T19:21:02.000Z","size":14464,"stargazers_count":79,"open_issues_count":4,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-27T23:21:29.552Z","etag":null,"topics":["bioinformatics","fastq-files","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/lskatz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-01-23T14:16:11.000Z","updated_at":"2025-04-09T19:20:34.000Z","dependencies_parsed_at":"2025-04-09T20:32:23.529Z","dependency_job_id":null,"html_url":"https://github.com/lskatz/fasten","commit_stats":{"total_commits":325,"total_committers":5,"mean_commits":65.0,"dds":"0.34769230769230774","last_synced_commit":"2519679cf2bd264cc770017552296ab1ad3dc056"},"previous_names":["lskatz/ross.rs"],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/lskatz/fasten","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lskatz","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/sbom","scorecard":{"id":601016,"data":{"date":"2025-08-11","repo":{"name":"github.com/lskatz/fasten","commit":"bcb8c52e753b392708004a39a2b212bb8e8a3fee"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.9,"checks":[{"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":0,"reason":"Found 0/21 approved changesets -- score normalized to 0","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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/docker.yml:20","Warn: no topLevel permission defined: .github/workflows/basic.yml:1","Warn: no topLevel permission defined: .github/workflows/benchmark.yml:1","Warn: no topLevel permission defined: .github/workflows/docker.yml:1","Warn: no topLevel permission defined: .github/workflows/draft-pdf.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":"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":"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":"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/docker.yml:17"],"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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 14 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"}},{"name":"Pinned-Dependencies","score":1,"reason":"dependency not pinned by hash detected -- score normalized to 1","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/basic.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/lskatz/fasten/basic.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/basic.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/lskatz/fasten/basic.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/basic.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/lskatz/fasten/basic.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/benchmark.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/lskatz/fasten/benchmark.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/benchmark.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/lskatz/fasten/benchmark.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/benchmark.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/lskatz/fasten/benchmark.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docker.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/lskatz/fasten/docker.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docker.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/lskatz/fasten/docker.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/draft-pdf.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/lskatz/fasten/draft-pdf.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/draft-pdf.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/lskatz/fasten/draft-pdf.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/draft-pdf.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/lskatz/fasten/draft-pdf.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/draft-pdf.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/lskatz/fasten/draft-pdf.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/draft-pdf.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/lskatz/fasten/draft-pdf.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/draft-pdf.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/lskatz/fasten/draft-pdf.yml/master?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1","Warn: containerImage not pinned by hash: Dockerfile:39: pin your Docker image by updating alpine:3.14 to alpine:3.14@sha256:0f2d5c38dd7a4f4f733e688e3a6733cb5ab1ac6e3cb4603a5dd564e5bfb80eed","Info:   0 out of   7 GitHub-owned GitHubAction dependencies pinned","Info:   2 out of   9 third-party GitHubAction dependencies pinned","Info:   0 out of   2 containerImage 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"}}]},"last_synced_at":"2025-08-21T00:25:27.005Z","repository_id":43116297,"created_at":"2025-08-21T00:25:27.005Z","updated_at":"2025-08-21T00:25:27.005Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273498886,"owners_count":25116765,"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-09-03T02:00:09.631Z","response_time":76,"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":{"login":"lskatz","name":"Lee Katz","uuid":"14798","kind":"user","description":"","email":"","website":"https://lskatz.github.io","location":"Atlanta, GA","twitter":"lskatz","company":"CDC (work) + personal projects","icon_url":"https://avatars.githubusercontent.com/u/14798?v=4","repositories_count":138,"last_synced_at":"2023-04-11T10:55:27.487Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/lskatz","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T17:08:53.297Z","updated_at":"2023-04-11T10:55:27.570Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lskatz","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lskatz/repositories"},"packages":[{"id":4081821,"name":"fasten","ecosystem":"cargo","description":"A set of scripts to run basic analysis on fastq files","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/lskatz/fasten","keywords_array":["bioinformatics","fastq","streaming"],"namespace":null,"versions_count":12,"first_release_published_at":"2018-04-20T15:47:27.095Z","latest_release_published_at":"2025-06-04T16:23:42.327Z","latest_release_number":"0.8.7","last_synced_at":"2025-09-03T19:42:03.282Z","created_at":"2022-04-12T12:10:56.682Z","updated_at":"2025-09-03T19:42:03.282Z","registry_url":"https://crates.io/crates/fasten/","install_command":"cargo install fasten","documentation_url":"https://docs.rs/fasten/","metadata":{"categories":["science","command-line-utilities"]},"repo_metadata":{"id":43116297,"uuid":"118619834","full_name":"lskatz/fasten","owner":"lskatz","description":":construction_worker: Fasten toolkit, for streaming operations on fastq files","archived":false,"fork":false,"pushed_at":"2024-02-22T16:52:19.000Z","size":14292,"stargazers_count":76,"open_issues_count":4,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-06-19T08:53:18.867Z","etag":null,"topics":["bioinformatics","fastq-files","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/lskatz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-01-23T14:16:11.000Z","updated_at":"2024-05-27T11:02:56.000Z","dependencies_parsed_at":"2024-02-20T18:39:22.066Z","dependency_job_id":null,"html_url":"https://github.com/lskatz/fasten","commit_stats":{"total_commits":325,"total_committers":5,"mean_commits":65.0,"dds":"0.34769230769230774","last_synced_commit":"2519679cf2bd264cc770017552296ab1ad3dc056"},"previous_names":["lskatz/ross.rs"],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lskatz","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":214623528,"owners_count":15760365,"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","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":"lskatz","name":"Lee Katz","uuid":"14798","kind":"user","description":"","email":"","website":"https://lskatz.github.io","location":"Atlanta, GA","twitter":"lskatz","company":"CDC (work) + personal projects","icon_url":"https://avatars.githubusercontent.com/u/14798?v=4","repositories_count":138,"last_synced_at":"2023-04-11T10:55:27.487Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/lskatz","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T17:08:53.297Z","updated_at":"2023-04-11T10:55:27.570Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lskatz","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lskatz/repositories"},"tags":[{"name":"v0.8.1","sha":"0ecf2b3e3bba3f2e5535a36c7d3c1c4899dff256","kind":"commit","published_at":"2024-02-06T15:29:08.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/v0.8.1","html_url":"https://github.com/lskatz/fasten/releases/tag/v0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.8.1/manifests"},{"name":"v0.8.0","sha":"0e614852d564d51dd2b79b57fd26455fc15ff658","kind":"commit","published_at":"2024-02-05T19:16:36.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/v0.8.0","html_url":"https://github.com/lskatz/fasten/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.8.0/manifests"},{"name":"v0.7.2","sha":"3acbe00c829352bc94145dc7bef16490a5f56f05","kind":"commit","published_at":"2023-10-28T01:47:02.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/v0.7.2","html_url":"https://github.com/lskatz/fasten/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.7.2/manifests"},{"name":"v0.7.0","sha":"ee5a40bf015e941cd726668e2736eb4efb530abb","kind":"commit","published_at":"2023-10-25T18:25:49.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/v0.7.0","html_url":"https://github.com/lskatz/fasten/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.7.0/manifests"},{"name":"v0.6","sha":"d388e4aa32a407ca853d09965db8d7f7cc077b7b","kind":"commit","published_at":"2023-10-14T02:26:54.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/v0.6","html_url":"https://github.com/lskatz/fasten/releases/tag/v0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.6/manifests"},{"name":"v0.5.0","sha":"1ed052d65298f9545652e05b3b762061a7be0bc7","kind":"commit","published_at":"2023-01-05T21:19:11.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/v0.5.0","html_url":"https://github.com/lskatz/fasten/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.5.0/manifests"},{"name":"v0.4.4","sha":"cfffc1c444f37f0b443f6001075ba3825b03c35a","kind":"commit","published_at":"2022-03-17T16:16:05.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/v0.4.4","html_url":"https://github.com/lskatz/fasten/releases/tag/v0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.4.4/manifests"},{"name":"v0.4.3","sha":"3f022ff977730164c6d6af695f38d9e9d2d74198","kind":"commit","published_at":"2022-03-15T13:53:34.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/v0.4.3","html_url":"https://github.com/lskatz/fasten/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.4.3/manifests"},{"name":"v0.4.1","sha":"60d1ac3ae3b289b0d068c94602d8d1d0f4c19c76","kind":"commit","published_at":"2022-02-24T17:33:02.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/v0.4.1","html_url":"https://github.com/lskatz/fasten/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"50dfd0d575d1258d875643f6b9c70e7271c76bf5","kind":"commit","published_at":"2022-02-24T14:22:31.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/v0.4.0","html_url":"https://github.com/lskatz/fasten/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.4.0/manifests"},{"name":"v0.3.3","sha":"59651c834252b4e437d60f0cce03ca2645389573","kind":"commit","published_at":"2021-08-27T17:46:58.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/v0.3.3","html_url":"https://github.com/lskatz/fasten/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"ad9855443e3dbe810081512ca62193b982961832","kind":"commit","published_at":"2021-07-11T00:15:38.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/v0.3.2","html_url":"https://github.com/lskatz/fasten/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"c08f278952573258e4e04e1b6544e9a3673bc2f1","kind":"commit","published_at":"2021-07-09T14:41:05.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/v0.3.1","html_url":"https://github.com/lskatz/fasten/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"1af86907a54ff4b6fec193a674f27008c630ab86","kind":"commit","published_at":"2021-07-08T19:40:43.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/v0.3.0","html_url":"https://github.com/lskatz/fasten/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.3.0/manifests"},{"name":"v0.2.2","sha":"84b252fd03a45b2f349cb6c1de5a814f056b80e9","kind":"commit","published_at":"2021-06-29T16:51:17.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/v0.2.2","html_url":"https://github.com/lskatz/fasten/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.2.2/manifests"},{"name":"v0.1.13","sha":"9a0bf97543ae0c659b80d8df02a6a669c9121085","kind":"commit","published_at":"2018-05-09T15:11:18.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/v0.1.13","html_url":"https://github.com/lskatz/fasten/releases/tag/v0.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.1.13/manifests"},{"name":"v0.1.12","sha":"57f51bd1334ab0f65f364dbcc1a77769a60a83db","kind":"commit","published_at":"2018-04-29T01:48:58.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/v0.1.12","html_url":"https://github.com/lskatz/fasten/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"876a02e6accdebffbc70c4959269335d975e0b34","kind":"commit","published_at":"2018-04-20T16:01:35.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/v0.1.11","html_url":"https://github.com/lskatz/fasten/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"76dc6d64819f0b98d3a67fe15d4353fa1ddea81b","kind":"commit","published_at":"2018-04-20T15:56:15.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/v0.1.10","html_url":"https://github.com/lskatz/fasten/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"684cd2703a882108c8a0d90e11e548cdfbde67a5","kind":"commit","published_at":"2018-04-20T15:48:18.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/v0.1.9","html_url":"https://github.com/lskatz/fasten/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.1.9/manifests"},{"name":"v0.1.7","sha":"89f9662f624d9aa843f62aec80f226bbde0a1bd8","kind":"tag","published_at":"2018-04-20T13:29:08.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/v0.1.7","html_url":"https://github.com/lskatz/fasten/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"875a67a0bbe537e60c002ea27e8e1551076087a7","kind":"commit","published_at":"2018-04-19T19:15:24.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/v0.1.6","html_url":"https://github.com/lskatz/fasten/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"2fff2e36f0e82a1c76d7a0cc01188bd613047350","kind":"commit","published_at":"2018-04-18T02:08:25.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/v0.1.5","html_url":"https://github.com/lskatz/fasten/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"1c87adeb81dc7b628a47681f6e61e835df6855aa","kind":"commit","published_at":"2018-04-01T22:06:44.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/v0.1.4","html_url":"https://github.com/lskatz/fasten/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"e309288ede9ae36b76582ea4d4696f2abe852dc5","kind":"commit","published_at":"2018-03-22T13:19:58.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/v0.1.3","html_url":"https://github.com/lskatz/fasten/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/v0.1.3/manifests"},{"name":"0.1.2","sha":"0e8756faae275cc7ac5a1832a4c7a5b858056e76","kind":"commit","published_at":"2018-03-21T17:41:04.000Z","download_url":"https://codeload.github.com/lskatz/fasten/tar.gz/0.1.2","html_url":"https://github.com/lskatz/fasten/releases/tag/0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/tags/0.1.2/manifests"}]},"repo_metadata_updated_at":"2024-08-09T06:44:26.511Z","dependent_packages_count":0,"downloads":15331,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":28.917826672653796,"dependent_repos_count":29.318292202377133,"dependent_packages_count":33.81230354737315,"stargazers_count":17.197107850773897,"forks_count":20.266121715861917,"average":25.902330397807976},"purl":"pkg:cargo/fasten","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/fasten","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/fasten","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/fasten/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-06-19T08:52:55.867Z","issues_count":15,"pull_requests_count":20,"avg_time_to_close_issue":12259542.7,"avg_time_to_close_pull_request":176183.5,"issues_closed_count":10,"pull_requests_closed_count":18,"pull_request_authors_count":4,"issue_authors_count":7,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":0.25,"merged_pull_requests_count":17,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":11,"past_year_pull_requests_count":12,"past_year_avg_time_to_close_issue":2280128.75,"past_year_avg_time_to_close_pull_request":306188.1,"past_year_issues_closed_count":8,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":5,"past_year_avg_comments_per_issue":1.5454545454545454,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/issues","maintainers":[{"login":"lskatz","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lskatz"}],"active_maintainers":[{"login":"lskatz","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lskatz"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/fasten/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/fasten/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/fasten/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/fasten/related_packages","maintainers":[{"uuid":"19246","login":"lskatz","name":"Lee Katz","email":null,"url":"https://github.com/lskatz","packages_count":2,"html_url":"https://crates.io/users/lskatz","role":null,"created_at":"2022-11-07T19:12:10.514Z","updated_at":"2022-11-07T19:12:10.514Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/lskatz/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":204315,"maintainers_count":50494,"namespaces_count":0,"keywords_count":51682,"github":"rust-lang","metadata":{"funded_packages_count":19894},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2025-09-04T06:52:42.730Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}}],"commits":{"id":1219195,"full_name":"lskatz/fasten","default_branch":"master","committers":[{"name":"Lee Katz - Aspen","email":"gzu2@cdc.gov","login":"lskatz","count":355},{"name":"Andrea Telatin, M1","email":"15690844+telatin","login":"telatin","count":5},{"name":"Roderick Bovee","email":"rbovee@gmail.com","login":"bovee","count":1},{"name":"John Phan","email":"jhphan@gmail.com","login":"jhphan","count":1}],"total_commits":362,"total_committers":4,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":90.5,"dds":0.01933701657458564,"past_year_committers":[{"name":"Lee Katz - Aspen","email":"gzu2@cdc.gov","login":"lskatz","count":12}],"past_year_total_commits":12,"past_year_total_committers":1,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":12.0,"past_year_dds":0.0,"last_synced_at":"2025-08-07T06:02:27.881Z","last_synced_commit":"bcb8c52e753b392708004a39a2b212bb8e8a3fee","created_at":"2023-03-10T15:10:59.835Z","updated_at":"2025-08-07T06:02:29.163Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-08-08T00:00:12.331Z","repositories_count":5414536,"commits_count":848529355,"contributors_count":30914130,"owners_count":904112,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"lskatz/fasten","html_url":"https://github.com/lskatz/fasten","last_synced_at":"2025-08-31T07:49:09.589Z","status":null,"issues_count":17,"pull_requests_count":28,"avg_time_to_close_issue":20548240.846153848,"avg_time_to_close_pull_request":116565.25,"issues_closed_count":13,"pull_requests_closed_count":28,"pull_request_authors_count":4,"issue_authors_count":8,"avg_comments_per_issue":1.9411764705882353,"avg_comments_per_pull_request":0.14285714285714285,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":10,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":9252.4,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":10,"created_at":"2023-05-12T00:01:09.627Z","updated_at":"2025-09-02T01:07:49.363Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/lskatz%2Ffasten/issues","issue_labels_count":{},"pull_request_labels_count":{},"issue_author_associations_count":{"NONE":6,"CONTRIBUTOR":6,"OWNER":4},"pull_request_author_associations_count":{"OWNER":22,"CONTRIBUTOR":10},"issue_authors":{"bovee":4,"lskatz":4,"telatin":2,"jianshu93":2,"ghuls":1,"kapsakcj":1,"sharkLoc":1,"chrisgulvik":1},"pull_request_authors":{"lskatz":22,"telatin":8,"jhphan":1,"bovee":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-02T00:00:07.986Z","repositories_count":10017093,"issues_count":30321902,"pull_requests_count":89733301,"authors_count":10242570,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{},"past_year_issue_author_associations_count":{"OWNER":1},"past_year_pull_request_author_associations_count":{"OWNER":10},"past_year_issue_authors":{"lskatz":1},"past_year_pull_request_authors":{"lskatz":10},"maintainers":[{"login":"lskatz","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lskatz"}],"active_maintainers":[{"login":"lskatz","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lskatz"}]},"events":{"total":{"CreateEvent":7,"IssuesEvent":2,"ReleaseEvent":3,"WatchEvent":3,"DeleteEvent":5,"PushEvent":16,"PullRequestEvent":9},"last_year":{"CreateEvent":7,"IssuesEvent":2,"ReleaseEvent":3,"WatchEvent":3,"DeleteEvent":5,"PushEvent":16,"PullRequestEvent":9}},"keywords":["bioinformatics","fastq-files","rust"],"dependencies":[{"ecosystem":"cargo","filepath":"Cargo.toml","sha":null,"kind":"manifest","created_at":"2023-10-15T00:57:12.314Z","updated_at":"2023-10-15T00:57:12.314Z","repository_link":"https://github.com/lskatz/fasten/blob/master/Cargo.toml","dependencies":[]},{"ecosystem":"actions","filepath":".github/workflows/basic.yml","sha":null,"kind":"manifest","created_at":"2023-02-04T16:46:15.850Z","updated_at":"2023-02-04T16:46:15.850Z","repository_link":"https://github.com/lskatz/fasten/blob/master/.github/workflows/basic.yml","dependencies":[{"id":7352559347,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7352559348,"package_name":"actions-rs/toolchain","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":7352559349,"package_name":"actions-rs/cargo","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/benchmark.yml","sha":null,"kind":"manifest","created_at":"2023-02-04T16:46:15.857Z","updated_at":"2023-02-04T16:46:15.857Z","repository_link":"https://github.com/lskatz/fasten/blob/master/.github/workflows/benchmark.yml","dependencies":[{"id":7352559350,"package_name":"conda-incubator/setup-miniconda","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7352559351,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7352559352,"package_name":"actions-rs/toolchain","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/docker.yml","sha":null,"kind":"manifest","created_at":"2023-02-04T16:46:15.864Z","updated_at":"2023-02-04T16:46:15.864Z","repository_link":"https://github.com/lskatz/fasten/blob/master/.github/workflows/docker.yml","dependencies":[{"id":7352559353,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7352559354,"package_name":"docker/login-action","ecosystem":"actions","requirements":"f054a8b539a109f9f41c372932f1ae047eff08c9","direct":true,"kind":"composite","optional":false},{"id":7352559355,"package_name":"docker/metadata-action","ecosystem":"actions","requirements":"98669ae865ea3cffbcbaa878cf57c20bbf1c6c38","direct":true,"kind":"composite","optional":false},{"id":7352559356,"package_name":"docker/build-push-action","ecosystem":"actions","requirements":"ad44023a93711e3deb337508980b4b5e9bcdc5dc","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/draft-pdf.yml","sha":null,"kind":"manifest","created_at":"2023-02-04T16:46:15.872Z","updated_at":"2023-02-04T16:46:15.872Z","repository_link":"https://github.com/lskatz/fasten/blob/master/.github/workflows/draft-pdf.yml","dependencies":[{"id":7352559357,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7352559358,"package_name":"openjournals/openjournals-draft-action","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":7352559359,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/shell.yml.bak","sha":null,"kind":"manifest","created_at":"2023-02-04T16:46:15.878Z","updated_at":"2023-02-04T16:46:15.878Z","repository_link":"https://github.com/lskatz/fasten/blob/master/.github/workflows/shell.yml.bak","dependencies":[{"id":7352559360,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7352559361,"package_name":"actions-rs/toolchain","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":7352559362,"package_name":"actions-rs/cargo","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"docker","filepath":"Dockerfile","sha":null,"kind":"manifest","created_at":"2023-02-04T16:46:15.884Z","updated_at":"2023-02-04T16:46:15.884Z","repository_link":"https://github.com/lskatz/fasten/blob/master/Dockerfile","dependencies":[{"id":7352559363,"package_name":"rust","ecosystem":"docker","requirements":"1.59.0-alpine3.14","direct":true,"kind":"build","optional":false},{"id":7352559364,"package_name":"alpine","ecosystem":"docker","requirements":"3.14","direct":true,"kind":"build","optional":false}]}],"score":15.442832395416934,"created_at":"2025-09-04T09:17:39.925Z","updated_at":"2025-10-07T08:04:27.774Z","avatar_url":"https://github.com/lskatz.png","language":"Rust","category":"Scientific Software","sub_category":"Peer-reviewed","monthly_downloads":0,"funding_links":[],"readme_doi_urls":["https://doi.org/10.21105/joss.06030"],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":[],"project_url":"https://science.ecosyste.ms/api/v1/projects/833","html_url":"https://science.ecosyste.ms/projects/833"}