{"id":3651,"url":"https://github.com/rust-lang/rust-bindgen","last_synced_at":"2026-05-14T18:00:38.210Z","repository":{"id":38331451,"uuid":"61728459","full_name":"rust-lang/rust-bindgen","owner":"rust-lang","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries.","archived":false,"fork":false,"pushed_at":"2026-05-04T11:47:48.000Z","size":18198,"stargazers_count":5180,"open_issues_count":561,"forks_count":800,"subscribers_count":50,"default_branch":"main","last_synced_at":"2026-05-08T23:37:22.918Z","etag":null,"topics":["bindings","codegen","ffi"],"latest_commit_sha":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-06-22T15:05:51.000Z","updated_at":"2026-05-07T14:52:27.000Z","dependencies_parsed_at":"2026-03-03T07:08:02.001Z","dependency_job_id":null,"html_url":"https://github.com/rust-lang/rust-bindgen","commit_stats":{"total_commits":2798,"total_committers":417,"mean_commits":6.709832134292566,"dds":0.8148677626876341,"last_synced_commit":"8a6d851318153b7304b651a7fd8f559938683de3"},"previous_names":["servo/rust-bindgen","rust-lang-nursery/rust-bindgen"],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/rust-lang/rust-bindgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/sbom","scorecard":{"id":447423,"data":{"date":"2025-08-11","repo":{"name":"github.com/rust-lang/rust-bindgen","commit":"5f7aa4b4edcb11a20f251e829bbc66034e21c8e2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 12/20 approved changesets -- score normalized to 6","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/bump-version.yml:20","Warn: no topLevel permission defined: .github/workflows/bindgen.yml:1","Warn: no topLevel permission defined: .github/workflows/bump-version.yml:1","Warn: no topLevel permission defined: .github/workflows/create-tag.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy-book.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:18"],"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid parameter name: .github/workflows/release.yml:78","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:144: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-tag.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:289: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:176: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/bump-version.yml:45","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:67","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:125","Info:   0 out of  31 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  13 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned","Info:   0 out of   2 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:12"],"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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.71.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040","Warn: release artifact v0.71.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040"],"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/rust-lang/.github/SECURITY.md:1","Info: Found linked content: github.com/rust-lang/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/rust-lang/.github/SECURITY.md:1","Info: Found text in security policy: github.com/rust-lang/.github/SECURITY.md:1"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-19T07:11:33.233Z","repository_id":38331451,"created_at":"2025-08-19T07:11:33.265Z","updated_at":"2025-08-19T07:11:33.265Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33037047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":"rust-lang","name":"The Rust Programming Language","uuid":"5430905","kind":"organization","description":"","email":"contact@rust-lang.org","website":"https://www.rust-lang.org","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5430905?v=4","repositories_count":241,"last_synced_at":"2026-05-08T00:34:53.148Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rust-lang","funding_links":[],"total_stars":386072,"followers":17002,"following":0,"created_at":"2022-11-02T16:22:33.891Z","updated_at":"2026-05-08T00:34:53.148Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang/repositories"},"packages":[{"id":12889407,"name":"rust-bindgen","ecosystem":"nixpkgs","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-27T07:48:47.696Z","latest_release_published_at":"2026-01-27T07:48:47.696Z","latest_release_number":"0.65.1","last_synced_at":"2026-04-15T04:02:08.272Z","created_at":"2026-01-27T07:48:46.749Z","updated_at":"2026-04-15T04:31:24.115Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=rust-bindgen","install_command":"nix-env -iA nixpkgs.rust-bindgen","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/tools/rust/bindgen/unwrapped.nix#L39","metadata":{"nix_attribute":"rust-bindgen-0.65.1","position":"pkgs/development/tools/rust/bindgen/unwrapped.nix:39","platforms":["i686-cygwin","x86_64-cygwin","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-freebsd13","x86_64-freebsd13","x86_64-solaris","aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mipsel-linux","mips64el-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","aarch64-netbsd","armv6l-netbsd","armv7a-netbsd","armv7l-netbsd","i686-netbsd","m68k-netbsd","mipsel-netbsd","powerpc-netbsd","riscv32-netbsd","riscv64-netbsd","x86_64-netbsd","i686-openbsd","x86_64-openbsd","x86_64-redox"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/rust-bindgen?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/rust-bindgen","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/rust-bindgen","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/rust-bindgen/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/rust-bindgen/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/rust-bindgen/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/rust-bindgen/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/rust-bindgen/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/rust-bindgen/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/rust-bindgen/codemeta","maintainers":[{"uuid":"JohnTitor","login":null,"name":"Yuki Okushi","email":"huyuumi.dev@gmail.com","url":"https://github.com/JohnTitor","packages_count":6,"html_url":null,"role":null,"created_at":"2026-03-04T10:34:00.289Z","updated_at":"2026-03-04T10:34:00.289Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/JohnTitor/packages"},{"uuid":"Ralith","login":null,"name":"Benjamin Saunders","email":"ben.e.saunders@gmail.com","url":"https://github.com/Ralith","packages_count":46,"html_url":null,"role":null,"created_at":"2026-03-04T10:34:00.341Z","updated_at":"2026-03-04T10:34:00.341Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/Ralith/packages"}],"registry":{"name":"nixpkgs-23.05","url":"https://channels.nixos.org/nixos-23.05","ecosystem":"nixpkgs","default":false,"packages_count":101092,"maintainers_count":2622,"namespaces_count":0,"keywords_count":0,"github":"NixOS","metadata":{"funded_packages_count":151},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-04-03T06:21:54.798Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/namespaces"}},{"id":13805783,"name":"rust-bindgen","ecosystem":"ubuntu","description":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T18:38:45.255Z","latest_release_published_at":"2026-02-13T18:38:45.255Z","latest_release_number":"0.60.1-3ubuntu1","last_synced_at":"2026-03-13T19:25:07.175Z","created_at":"2026-02-13T18:38:45.028Z","updated_at":"2026-03-13T19:25:07.176Z","registry_url":"https://launchpad.net/ubuntu/+source/rust-bindgen","install_command":"apt-get install rust-bindgen","documentation_url":null,"metadata":{"component":"universe","architecture":"any","priority":"optional","binary":"librust-bindgen-dev, bindgen","standards_version":"4.6.1","maintainer":"Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e","build_depends":"debhelper (\u003e= 12), dh-cargo (\u003e= 25), cargo:native, rustc:native, libstd-rust-dev, librust-bitflags-1+default-dev (\u003e= 1.0.3-~~), librust-cexpr-0.6+default-dev, librust-clang-sys-1+clang-6-0-dev, librust-clang-sys-1+default-dev, librust-clang-sys-1+runtime-dev, librust-clap-3+default-dev, librust-env-logger-0.10+default-dev, librust-lazy-static-1+default-dev, librust-lazycell-1+default-dev, librust-log-0.4+default-dev, librust-peeking-take-while-0.1+default-dev (\u003e= 0.1.2-~~), librust-proc-macro2-1-dev, librust-quote-1-dev, librust-regex-1+std-dev, librust-regex-1+unicode-dev, librust-rustc-hash-1+default-dev (\u003e= 1.0.1-~~), librust-shlex-1+default-dev, librust-which-4-dev (\u003e= 4.2.1-~~), clang","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-13T18:38:53.656Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/rust-bindgen?arch=source\u0026distro=ubuntu-23.10\u0026repository_url=https://launchpad.net/ubuntu/mantic","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/rust-bindgen","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/rust-bindgen","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/rust-bindgen/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/rust-bindgen/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/rust-bindgen/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/rust-bindgen/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/rust-bindgen/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/rust-bindgen/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/rust-bindgen/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.10","url":"https://launchpad.net/ubuntu/mantic","ecosystem":"ubuntu","default":false,"packages_count":36642,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"mantic","mirror":"http://old-releases.ubuntu.com/ubuntu"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.636Z","updated_at":"2026-04-27T18:20:38.051Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/namespaces"}},{"id":12943224,"name":"rust-bindgen-unwrapped","ecosystem":"nixpkgs","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-28T02:00:16.958Z","latest_release_published_at":"2026-01-28T02:00:16.958Z","latest_release_number":"0.72.1","last_synced_at":"2026-04-16T18:08:12.255Z","created_at":"2026-01-28T02:00:16.518Z","updated_at":"2026-04-16T18:32:58.760Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=rust-bindgen-unwrapped","install_command":"nix-env -iA nixpkgs.rust-bindgen-unwrapped","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/tools/rust/bindgen/unwrapped.nix#L47","metadata":{"nix_attribute":"rust-bindgen-unwrapped-0.72.1","position":"pkgs/development/tools/rust/bindgen/unwrapped.nix:47","platforms":["x86_64-darwin","aarch64-darwin","i686-freebsd","x86_64-freebsd","x86_64-solaris","aarch64-linux","armv6l-linux","armv7l-linux","i686-linux","loongarch64-linux","powerpc-linux","powerpc64-linux","powerpc64le-linux","riscv64-linux","s390x-linux","x86_64-linux","aarch64-netbsd","armv7l-netbsd","i686-netbsd","powerpc-netbsd","x86_64-netbsd","i686-openbsd","x86_64-openbsd","armv5tel-linux","armv7a-linux","m68k-linux","mips-linux","mips64-linux","mipsel-linux","mips64el-linux","riscv32-linux","armv6l-netbsd","mipsel-netbsd","riscv64-netbsd","x86_64-redox"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/rust-bindgen-unwrapped?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/rust-bindgen-unwrapped","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/rust-bindgen-unwrapped","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/rust-bindgen-unwrapped/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/rust-bindgen-unwrapped/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/rust-bindgen-unwrapped/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/rust-bindgen-unwrapped/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/rust-bindgen-unwrapped/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/rust-bindgen-unwrapped/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/rust-bindgen-unwrapped/codemeta","maintainers":[{"uuid":"JohnTitor","login":null,"name":"Yuki Okushi","email":"huyuumi.dev@gmail.com","url":"https://github.com/JohnTitor","packages_count":6,"html_url":null,"role":null,"created_at":"2026-03-04T15:06:20.251Z","updated_at":"2026-03-04T15:06:20.251Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/JohnTitor/packages"}],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":146113,"maintainers_count":4642,"namespaces_count":0,"keywords_count":2867,"github":"NixOS","metadata":{"funded_packages_count":1543},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-04-16T05:08:04.612Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/namespaces"}},{"id":13407702,"name":"rust-bindgen-cli","ecosystem":"ubuntu","description":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-06T16:29:37.678Z","latest_release_published_at":"2026-02-06T16:29:37.678Z","latest_release_number":"0.66.1-4","last_synced_at":"2026-03-06T16:44:44.253Z","created_at":"2026-02-06T16:29:36.376Z","updated_at":"2026-03-06T16:44:44.254Z","registry_url":"https://launchpad.net/ubuntu/+source/rust-bindgen-cli","install_command":"apt-get install rust-bindgen-cli","documentation_url":null,"metadata":{"component":"universe","architecture":"any","priority":"optional","binary":"bindgen","standards_version":"4.6.1","maintainer":"Debian Rust Maintainers \u003cpkg-rust-maintainers@alioth-lists.debian.net\u003e","build_depends":"debhelper (\u003e= 12), dh-cargo (\u003e= 25), cargo:native, rustc:native, libstd-rust-dev, librust-bindgen-0.66.1+--cli-dev, librust-bindgen-0.66.1+default-dev, librust-bindgen-0.66.1+experimental-dev, librust-bindgen-0.66.1+logging-dev, librust-bindgen-0.66.1+runtime-dev, librust-bindgen-0.66.1+which-rustfmt-dev, librust-clap-4+default-dev, librust-clap-4+derive-dev, librust-clap-complete-4+default-dev, librust-env-logger-0.10+default-dev, librust-log-0.4+default-dev, librust-shlex-1+default-dev","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:deb/ubuntu/rust-bindgen-cli?arch=source\u0026distro=ubuntu-24.04","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/rust-bindgen-cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/rust-bindgen-cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/rust-bindgen-cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/rust-bindgen-cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/rust-bindgen-cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/rust-bindgen-cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/rust-bindgen-cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/rust-bindgen-cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/rust-bindgen-cli/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.04","url":"https://launchpad.net/ubuntu/noble","ecosystem":"ubuntu","default":true,"packages_count":37306,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"noble"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:45.928Z","updated_at":"2026-04-27T18:20:35.701Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/namespaces"}},{"id":12943223,"name":"rust-bindgen","ecosystem":"nixpkgs","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-28T02:00:13.758Z","latest_release_published_at":"2026-01-28T02:00:13.758Z","latest_release_number":"0.72.1","last_synced_at":"2026-04-19T22:03:51.829Z","created_at":"2026-01-28T02:00:13.270Z","updated_at":"2026-04-19T22:34:33.219Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=rust-bindgen","install_command":"nix-env -iA nixpkgs.rust-bindgen","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/tools/rust/bindgen/unwrapped.nix#L47","metadata":{"nix_attribute":"rust-bindgen-0.72.1","position":"pkgs/development/tools/rust/bindgen/unwrapped.nix:47","platforms":["x86_64-darwin","aarch64-darwin","i686-freebsd","x86_64-freebsd","x86_64-solaris","aarch64-linux","armv6l-linux","armv7l-linux","i686-linux","loongarch64-linux","powerpc-linux","powerpc64-linux","powerpc64le-linux","riscv64-linux","s390x-linux","x86_64-linux","aarch64-netbsd","armv7l-netbsd","i686-netbsd","powerpc-netbsd","x86_64-netbsd","i686-openbsd","x86_64-openbsd","armv5tel-linux","armv7a-linux","m68k-linux","mips-linux","mips64-linux","mipsel-linux","mips64el-linux","riscv32-linux","armv6l-netbsd","mipsel-netbsd","riscv64-netbsd","x86_64-redox"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/rust-bindgen?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/rust-bindgen","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/rust-bindgen","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/rust-bindgen/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/rust-bindgen/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/rust-bindgen/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/rust-bindgen/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/rust-bindgen/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/rust-bindgen/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/rust-bindgen/codemeta","maintainers":[{"uuid":"JohnTitor","login":null,"name":"Yuki Okushi","email":"huyuumi.dev@gmail.com","url":"https://github.com/JohnTitor","packages_count":6,"html_url":null,"role":null,"created_at":"2026-03-05T01:06:05.556Z","updated_at":"2026-03-05T01:06:05.556Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/JohnTitor/packages"}],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":146113,"maintainers_count":4642,"namespaces_count":0,"keywords_count":2867,"github":"NixOS","metadata":{"funded_packages_count":1543},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-04-16T05:08:04.612Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/namespaces"}},{"id":13606303,"name":"rust-bindgen","ecosystem":"debian","description":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-11T11:30:16.953Z","latest_release_published_at":"2026-02-11T11:30:16.953Z","latest_release_number":"0.47.0-1","last_synced_at":"2026-03-13T20:04:11.483Z","created_at":"2026-02-11T11:30:16.768Z","updated_at":"2026-03-13T20:04:11.483Z","registry_url":"https://tracker.debian.org/pkg/rust-bindgen","install_command":"apt-get install rust-bindgen","documentation_url":"https://packages.debian.org/buster/rust-bindgen","metadata":{"component":"main","architecture":"any","priority":"extra","binary":"librust-bindgen-dev, librust-bindgen+env-logger-dev, librust-bindgen+log-dev, librust-bindgen+logging-dev, bindgen","standards_version":"4.2.0","maintainer":"Debian Rust Maintainers \u003cpkg-rust-maintainers@alioth-lists.debian.net\u003e","build_depends":"debhelper (\u003e= 11), dh-cargo (\u003e= 10), cargo:native, rustc:native, libstd-rust-dev, librust-bitflags-1+default-dev (\u003e= 1.0.3-~~), librust-cexpr-0.3+default-dev (\u003e= 0.3.3-~~), librust-cfg-if-0.1+default-dev, librust-clang-sys-0.27+clang-6-0-dev, librust-clang-sys-0.27+default-dev, librust-clang-sys-0.27+runtime-dev, librust-clap-2+default-dev, librust-env-logger-0.6+default-dev, librust-hashbrown-0.1+default-dev, librust-lazy-static-1+default-dev, librust-log-0.4+default-dev, librust-peeking-take-while-0.1+default-dev (\u003e= 0.1.2-~~), librust-proc-macro2-0.4-dev, librust-quote-0.6-dev, librust-regex-1+default-dev, librust-which-2+default-dev, clang","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-11T15:15:31.692Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/rust-bindgen?arch=source\u0026distro=debian-10\u0026repository_url=https://packages.debian.org/buster","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/rust-bindgen","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/rust-bindgen","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/rust-bindgen/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/rust-bindgen/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/rust-bindgen/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/rust-bindgen/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/rust-bindgen/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/rust-bindgen/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/rust-bindgen/codemeta","maintainers":[],"registry":{"name":"debian-10","url":"https://packages.debian.org/buster","ecosystem":"debian","default":false,"packages_count":28836,"maintainers_count":0,"namespaces_count":3,"keywords_count":915,"github":"debian","metadata":{"codename":"buster","mirror":"http://archive.debian.org/debian","funded_packages_count":85},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.156Z","updated_at":"2026-05-01T05:04:39.009Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/namespaces"}},{"id":12993223,"name":"rust-bindgen-doc","ecosystem":"alpine","description":"automatically generates Rust FFI bindings to C (and some C++) libraries (documentation)","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2025-10-18T20:43:11.000Z","latest_release_published_at":"2025-10-18T20:43:11.000Z","latest_release_number":"0.72.1-r1","last_synced_at":"2026-04-18T20:02:54.287Z","created_at":"2026-01-30T19:38:26.437Z","updated_at":"2026-04-18T20:02:54.287Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.23/main/x86_64/rust-bindgen-doc","install_command":"apk add rust-bindgen-doc","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/rust-bindgen-doc?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.23","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/rust-bindgen-doc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/rust-bindgen-doc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/rust-bindgen-doc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen-doc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen-doc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen-doc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen-doc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen-doc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen-doc/codemeta","maintainers":[{"uuid":"alpine@ptrcnull.me","login":null,"name":"Patrycja Rosa","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","packages_count":486,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","role":null,"created_at":"2026-03-04T21:42:12.663Z","updated_at":"2026-03-04T21:42:12.663Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers/alpine@ptrcnull.me/packages"}],"registry":{"name":"alpine-v3.23","url":"https://pkgs.alpinelinux.org/packages?branch=v3.23","ecosystem":"alpine","default":false,"packages_count":27569,"maintainers_count":427,"namespaces_count":2,"keywords_count":0,"github":"alpinelinux","metadata":{"repos":["main","community"]},"icon_url":"https://github.com/alpinelinux.png","created_at":"2026-01-24T14:35:50.739Z","updated_at":"2026-04-27T18:20:22.382Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/namespaces"}},{"id":13805784,"name":"rust-bindgen-0.56","ecosystem":"ubuntu","description":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":["universe/rust"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T18:38:46.331Z","latest_release_published_at":"2026-02-13T18:38:46.331Z","latest_release_number":"0.56.0-0ubuntu1","last_synced_at":"2026-03-14T03:17:30.048Z","created_at":"2026-02-13T18:38:46.157Z","updated_at":"2026-03-14T03:17:30.048Z","registry_url":"https://launchpad.net/ubuntu/+source/rust-bindgen-0.56","install_command":"apt-get install rust-bindgen-0.56","documentation_url":null,"metadata":{"component":"universe","architecture":"any","priority":"optional","binary":"bindgen-0.56","standards_version":"4.6.2","maintainer":"Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e","build_depends":"debhelper-compat (= 12), dh-cargo (\u003e= 25), cargo:native, rustc-1.62:native, llvm-14, lld-14, clang-14","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-13T18:38:53.657Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/rust-bindgen-0.56?arch=source\u0026distro=ubuntu-23.10\u0026repository_url=https://launchpad.net/ubuntu/mantic","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/rust-bindgen-0.56","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/rust-bindgen-0.56","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/rust-bindgen-0.56/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/rust-bindgen-0.56/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/rust-bindgen-0.56/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/rust-bindgen-0.56/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/rust-bindgen-0.56/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/rust-bindgen-0.56/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/rust-bindgen-0.56/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.10","url":"https://launchpad.net/ubuntu/mantic","ecosystem":"ubuntu","default":false,"packages_count":36642,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"mantic","mirror":"http://old-releases.ubuntu.com/ubuntu"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.636Z","updated_at":"2026-04-27T18:20:38.051Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/namespaces"}},{"id":13531267,"name":"rust-bindgen","ecosystem":"debian","description":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-10T23:42:31.782Z","latest_release_published_at":"2026-02-10T23:42:31.782Z","latest_release_number":"0.55.1-3","last_synced_at":"2026-03-14T06:20:30.465Z","created_at":"2026-02-10T23:42:31.601Z","updated_at":"2026-03-14T06:20:30.466Z","registry_url":"https://tracker.debian.org/pkg/rust-bindgen","install_command":"apt-get install rust-bindgen","documentation_url":"https://packages.debian.org/bullseye/rust-bindgen","metadata":{"component":"main","architecture":"any","priority":"extra","binary":"librust-bindgen-dev, librust-bindgen+clap-dev, librust-bindgen+default-dev, librust-bindgen+env-logger-dev, librust-bindgen+log-dev, librust-bindgen+logging-dev, librust-bindgen+runtime-dev, librust-bindgen+static-dev, librust-bindgen+which-dev, bindgen","standards_version":"4.4.1","maintainer":"Debian Rust Maintainers \u003cpkg-rust-maintainers@alioth-lists.debian.net\u003e","build_depends":"debhelper (\u003e= 11), dh-cargo (\u003e= 18), cargo:native, rustc:native, libstd-rust-dev, librust-bitflags-1+default-dev (\u003e= 1.0.3-~~), librust-cexpr-0.4+default-dev, librust-cfg-if-0.1+default-dev, librust-clang-sys-1+clang-6-0-dev, librust-clang-sys-1+default-dev, librust-clap-2+default-dev, librust-env-logger-0.7+default-dev, librust-lazy-static-1+default-dev, librust-lazycell-1+default-dev, librust-log-0.4+default-dev, librust-peeking-take-while-0.1+default-dev (\u003e= 0.1.2-~~), librust-proc-macro2-1-dev, librust-quote-1-dev, librust-regex-1+std-dev, librust-regex-1+unicode-dev, librust-rustc-hash-1+default-dev (\u003e= 1.0.1-~~), librust-shlex-0.1+default-dev, librust-which-3-dev, clang","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-11T14:27:14.670Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/rust-bindgen?arch=source\u0026distro=debian-11\u0026repository_url=https://packages.debian.org/bullseye","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/rust-bindgen","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/rust-bindgen","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/rust-bindgen/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/rust-bindgen/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/rust-bindgen/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/rust-bindgen/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/rust-bindgen/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/rust-bindgen/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/rust-bindgen/codemeta","maintainers":[],"registry":{"name":"debian-11","url":"https://packages.debian.org/bullseye","ecosystem":"debian","default":false,"packages_count":31268,"maintainers_count":0,"namespaces_count":3,"keywords_count":0,"github":"debian","metadata":{"codename":"bullseye"},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.702Z","updated_at":"2026-04-27T18:20:39.352Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/namespaces"}},{"id":13780176,"name":"rust-bindgen","ecosystem":"ubuntu","description":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T13:29:53.569Z","latest_release_published_at":"2026-02-13T13:29:53.569Z","latest_release_number":"0.59.1-2","last_synced_at":"2026-03-13T13:37:24.577Z","created_at":"2026-02-13T13:29:53.385Z","updated_at":"2026-03-13T13:37:24.578Z","registry_url":"https://launchpad.net/ubuntu/+source/rust-bindgen","install_command":"apt-get install rust-bindgen","documentation_url":null,"metadata":{"component":"universe","architecture":"any","priority":"optional","binary":"librust-bindgen-dev, librust-bindgen+clap-dev, librust-bindgen+default-dev, librust-bindgen+env-logger-dev, librust-bindgen+log-dev, librust-bindgen+logging-dev, librust-bindgen+runtime-dev, librust-bindgen+static-dev, librust-bindgen+which-dev, bindgen","standards_version":"4.5.1","maintainer":"Debian Rust Maintainers \u003cpkg-rust-maintainers@alioth-lists.debian.net\u003e","build_depends":"debhelper (\u003e= 12), dh-cargo (\u003e= 24), cargo:native, rustc:native, libstd-rust-dev, librust-bitflags-1+default-dev (\u003e= 1.0.3-~~), librust-cexpr-0.4+default-dev, librust-clang-sys-1+clang-6-0-dev, librust-clang-sys-1+default-dev, librust-clap-2+default-dev, librust-env-logger-0.9+default-dev | librust-env-logger-0.8+default-dev | librust-env-logger-0.7+default-dev, librust-lazy-static-1+default-dev, librust-lazycell-1+default-dev, librust-log-0.4+default-dev, librust-peeking-take-while-0.1+default-dev (\u003e= 0.1.2-~~), librust-proc-macro2-1-dev, librust-quote-1-dev, librust-regex-1+std-dev, librust-regex-1+unicode-dev, librust-rustc-hash-1+default-dev (\u003e= 1.0.1-~~), librust-shlex-0.1+default-dev, librust-which-3-dev, clang","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-13T13:29:54.317Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/rust-bindgen?arch=source\u0026distro=ubuntu-22.04\u0026repository_url=https://launchpad.net/ubuntu/jammy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/rust-bindgen","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/rust-bindgen","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/rust-bindgen/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/rust-bindgen/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/rust-bindgen/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/rust-bindgen/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/rust-bindgen/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/rust-bindgen/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/rust-bindgen/codemeta","maintainers":[],"registry":{"name":"ubuntu-22.04","url":"https://launchpad.net/ubuntu/jammy","ecosystem":"ubuntu","default":false,"packages_count":34289,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"jammy"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:46.486Z","updated_at":"2026-04-27T18:20:36.155Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/namespaces"}},{"id":13567529,"name":"rust-bindgen","ecosystem":"ubuntu","description":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-11T06:54:21.617Z","latest_release_published_at":"2026-02-11T06:54:21.617Z","latest_release_number":"0.60.1-2","last_synced_at":"2026-03-11T15:31:49.617Z","created_at":"2026-02-11T06:54:21.446Z","updated_at":"2026-03-11T15:31:49.617Z","registry_url":"https://launchpad.net/ubuntu/+source/rust-bindgen","install_command":"apt-get install rust-bindgen","documentation_url":null,"metadata":{"component":"universe","architecture":"any","priority":"optional","binary":"librust-bindgen-dev, librust-bindgen+clap-dev, librust-bindgen+default-dev, librust-bindgen+env-logger-dev, librust-bindgen+log-dev, librust-bindgen+logging-dev, librust-bindgen+runtime-dev, librust-bindgen+static-dev, librust-bindgen+which-dev, bindgen","standards_version":"4.5.1","maintainer":"Debian Rust Maintainers \u003cpkg-rust-maintainers@alioth-lists.debian.net\u003e","build_depends":"debhelper (\u003e= 12), dh-cargo (\u003e= 25), cargo:native, rustc:native, libstd-rust-dev, librust-bitflags-1+default-dev (\u003e= 1.0.3-~~), librust-cexpr-0.6+default-dev, librust-clang-sys-1+clang-6-0-dev, librust-clang-sys-1+default-dev, librust-clang-sys-1+runtime-dev, librust-clap-3+default-dev, librust-env-logger-0.9+default-dev, librust-lazy-static-1+default-dev, librust-lazycell-1+default-dev, librust-log-0.4+default-dev, librust-peeking-take-while-0.1+default-dev (\u003e= 0.1.2-~~), librust-proc-macro2-1-dev, librust-quote-1-dev, librust-regex-1+std-dev, librust-regex-1+unicode-dev, librust-rustc-hash-1+default-dev (\u003e= 1.0.1-~~), librust-shlex-1+default-dev, librust-which-4-dev (\u003e= 4.2.1-~~), clang","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-11T14:57:22.382Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/rust-bindgen?arch=source\u0026distro=ubuntu-23.04\u0026repository_url=https://launchpad.net/ubuntu/lunar","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/rust-bindgen","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/rust-bindgen","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/rust-bindgen/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/rust-bindgen/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/rust-bindgen/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/rust-bindgen/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/rust-bindgen/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/rust-bindgen/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/rust-bindgen/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.04","url":"https://launchpad.net/ubuntu/lunar","ecosystem":"ubuntu","default":false,"packages_count":36116,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"lunar","mirror":"http://old-releases.ubuntu.com/ubuntu"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:49.117Z","updated_at":"2026-04-27T18:20:38.741Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/namespaces"}},{"id":13567530,"name":"rust-bindgen-0.56","ecosystem":"ubuntu","description":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":["universe/rust"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-11T06:54:22.224Z","latest_release_published_at":"2026-02-11T06:54:22.224Z","latest_release_number":"0.56.0-0ubuntu1","last_synced_at":"2026-03-11T15:31:50.431Z","created_at":"2026-02-11T06:54:22.054Z","updated_at":"2026-03-11T15:31:50.432Z","registry_url":"https://launchpad.net/ubuntu/+source/rust-bindgen-0.56","install_command":"apt-get install rust-bindgen-0.56","documentation_url":null,"metadata":{"component":"universe","architecture":"any","priority":"optional","binary":"bindgen-0.56","standards_version":"4.6.2","maintainer":"Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e","build_depends":"debhelper-compat (= 12), dh-cargo (\u003e= 25), cargo:native, rustc-1.62:native, llvm-14, lld-14, clang-14","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-11T14:57:22.380Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/rust-bindgen-0.56?arch=source\u0026distro=ubuntu-23.04\u0026repository_url=https://launchpad.net/ubuntu/lunar","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/rust-bindgen-0.56","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/rust-bindgen-0.56","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/rust-bindgen-0.56/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/rust-bindgen-0.56/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/rust-bindgen-0.56/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/rust-bindgen-0.56/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/rust-bindgen-0.56/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/rust-bindgen-0.56/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/rust-bindgen-0.56/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.04","url":"https://launchpad.net/ubuntu/lunar","ecosystem":"ubuntu","default":false,"packages_count":36116,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"lunar","mirror":"http://old-releases.ubuntu.com/ubuntu"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:49.117Z","updated_at":"2026-04-27T18:20:38.741Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/namespaces"}},{"id":3613709,"name":"bindgen","ecosystem":"cargo","description":"Automatically generates Rust FFI bindings to C and C++ libraries.","homepage":"https://rust-lang.github.io/rust-bindgen/","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":["bindings","code-generation","ffi"],"namespace":null,"versions_count":126,"first_release_published_at":"2014-11-21T10:14:40.332Z","latest_release_published_at":"2025-08-31T17:50:11.198Z","latest_release_number":"0.72.1","last_synced_at":"2026-04-22T21:02:03.810Z","created_at":"2022-04-11T07:33:23.412Z","updated_at":"2026-04-22T21:02:03.810Z","registry_url":"https://crates.io/crates/bindgen/","install_command":"cargo install bindgen","documentation_url":"https://docs.rs/bindgen/","metadata":{"categories":["development-tools::ffi","external-ffi-bindings"]},"repo_metadata":{"id":38331451,"uuid":"61728459","full_name":"rust-lang/rust-bindgen","owner":"rust-lang","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries.","archived":false,"fork":false,"pushed_at":"2025-10-21T21:12:34.000Z","size":18199,"stargazers_count":4982,"open_issues_count":535,"forks_count":769,"subscribers_count":53,"default_branch":"main","last_synced_at":"2025-10-30T18:41:12.733Z","etag":null,"topics":["bindings","codegen","ffi"],"latest_commit_sha":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-06-22T15:05:51.000Z","updated_at":"2025-10-30T17:41:29.000Z","dependencies_parsed_at":"2022-07-09T11:00:21.978Z","dependency_job_id":"e8642311-64d2-424b-ba68-2e4b4857d0e0","html_url":"https://github.com/rust-lang/rust-bindgen","commit_stats":{"total_commits":2798,"total_committers":417,"mean_commits":6.709832134292566,"dds":0.8148677626876341,"last_synced_commit":"8a6d851318153b7304b651a7fd8f559938683de3"},"previous_names":["servo/rust-bindgen","rust-lang-nursery/rust-bindgen"],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/rust-lang/rust-bindgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/sbom","scorecard":{"id":447423,"data":{"date":"2025-08-11","repo":{"name":"github.com/rust-lang/rust-bindgen","commit":"5f7aa4b4edcb11a20f251e829bbc66034e21c8e2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 12/20 approved changesets -- score normalized to 6","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/bump-version.yml:20","Warn: no topLevel permission defined: .github/workflows/bindgen.yml:1","Warn: no topLevel permission defined: .github/workflows/bump-version.yml:1","Warn: no topLevel permission defined: .github/workflows/create-tag.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy-book.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:18"],"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid parameter name: .github/workflows/release.yml:78","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:144: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-tag.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:289: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:176: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/bump-version.yml:45","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:67","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:125","Info:   0 out of  31 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  13 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned","Info:   0 out of   2 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:12"],"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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.71.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040","Warn: release artifact v0.71.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040"],"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/rust-lang/.github/SECURITY.md:1","Info: Found linked content: github.com/rust-lang/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/rust-lang/.github/SECURITY.md:1","Info: Found text in security policy: github.com/rust-lang/.github/SECURITY.md:1"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-19T07:11:33.233Z","repository_id":38331451,"created_at":"2025-08-19T07:11:33.265Z","updated_at":"2025-08-19T07:11:33.265Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281937758,"owners_count":26586774,"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-10-31T02:00:07.401Z","response_time":57,"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":"rust-lang","name":"The Rust Programming Language","uuid":"5430905","kind":"organization","description":"","email":"contact@rust-lang.org","website":"https://www.rust-lang.org","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5430905?v=4","repositories_count":233,"last_synced_at":"2025-10-30T00:35:41.348Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rust-lang","funding_links":[],"total_stars":369545,"followers":15156,"following":0,"created_at":"2022-11-02T16:22:33.891Z","updated_at":"2025-10-30T00:35:41.348Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang/repositories"},"tags":[{"name":"v0.72.1","sha":"d874de8d646d9b8a3e7ba2db2bcd52f2fba8f1f5","kind":"tag","published_at":"2025-08-31T17:50:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1/manifests"},{"name":"v0.72.0","sha":"d0e7d6b5b763e93dd38f9ece05230979ede95a0a","kind":"tag","published_at":"2025-06-08T11:15:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0/manifests"},{"name":"v0.71.1","sha":"af7fd38d5e80514406fb6a8bba2d407d252c30b9","kind":"tag","published_at":"2024-12-09T15:21:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1/manifests"},{"name":"v0.71.0","sha":"93c5b8b36bf2372f3b5f5671ce752342c3e83f97","kind":"tag","published_at":"2024-12-09T14:44:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0/manifests"},{"name":"v0.69.5","sha":"ddd00d48e27a6451f65fb8afef381d98a56e0560","kind":"commit","published_at":"2024-10-08T16:30:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5/manifests"},{"name":"v0.70.1","sha":"21c60f473f4e824d4aa9b2b508056320d474b110","kind":"tag","published_at":"2024-08-20T21:24:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1/manifests"},{"name":"v0.70.0","sha":"190ff2a6a4739f3a703125d9ed290dcd2dc9c808","kind":"commit","published_at":"2024-08-16T22:45:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0/manifests"},{"name":"v0.69.4","sha":"62859b2c6108c1c0f60d16b9ffe7544a4fbce48b","kind":"tag","published_at":"2024-02-04T12:50:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4/manifests"},{"name":"v0.69.3","sha":"918abdcac6a263b3d33c2b04d7b1b66fc90c2e39","kind":"tag","published_at":"2024-02-04T11:45:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3/manifests"},{"name":"v0.69.2","sha":"2a22051bb06cf66bd4e3d9305c45a407b79cf1af","kind":"tag","published_at":"2024-01-13T00:08:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2/manifests"},{"name":"v0.69.1","sha":"f3f3d326c7e9e6fa55562fec6a8676ae8eab7588","kind":"tag","published_at":"2023-11-02T17:47:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"c73990cc0f714ce79e444039f09eaf1f769d7e6a","kind":"commit","published_at":"2023-11-01T17:55:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"8d75a02bbb5c64e85e6ce62b57d52b7df9c61c79","kind":"tag","published_at":"2023-09-06T17:48:55.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"ebcf0bcc8bba113d82d0f1e0cbede40ccffc6e8f","kind":"tag","published_at":"2023-09-06T17:01:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0/manifests"},{"name":"v0.66.1","sha":"38a779c61734c134429dfb99da3499173a848c17","kind":"tag","published_at":"2023-06-19T09:08:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1/manifests"},{"name":"v0.66.0","sha":"264075a6362f951e90240a976428f0225652d27c","kind":"tag","published_at":"2023-06-14T18:09:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0/manifests"},{"name":"v0.65.1","sha":"7d243056d335fdc4537f7bca73c06d01aae24ddc","kind":"tag","published_at":"2023-04-10T20:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"2bcff0f2ce64629c6e9d8450f8ddd5eb90bca9e0","kind":"tag","published_at":"2023-04-10T17:25:51.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0/manifests"},{"name":"v0.64.0","sha":"ae6817256ac557981906e93a1f866349db85053e","kind":"tag","published_at":"2023-02-07T15:37:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.64.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0/manifests"},{"name":"v0.63.0","sha":"c51591941e18a75c312c7c237c4969dd22c40467","kind":"tag","published_at":"2022-11-22T18:30:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.63.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0/manifests"},{"name":"v0.62.0","sha":"c09bd2f5b58fb90fbcd906a4826d4ac26fe6ef1d","kind":"tag","published_at":"2022-11-17T03:36:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.62.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0/manifests"},{"name":"v0.61.0","sha":"784d3e824dcb95b8913156d872c9ed8eb8720291","kind":"tag","published_at":"2022-10-16T19:55:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.61.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0/manifests"},{"name":"v0.60.1","sha":"9ca5f856a35deddde0575002d76d1db4430e6c42","kind":"tag","published_at":"2022-06-06T11:23:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1/manifests"},{"name":"v0.60.0","sha":"355181134094202e0caae60c1fbf145d8e6ca84b","kind":"tag","published_at":"2022-06-05T18:38:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0/manifests"},{"name":"v0.59.2","sha":"89032649044d875983a851fff6fbde2d4e2ceaeb","kind":"tag","published_at":"2021-11-26T01:54:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2/manifests"},{"name":"v0.59.1","sha":"9a9438f3d6a3523c69d7bc890e8608b63dbe38a5","kind":"tag","published_at":"2021-07-25T22:25:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"67140077f65bb5af6eae1b257c91c9f379e56bc2","kind":"tag","published_at":"2021-07-20T10:20:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0/manifests"},{"name":"v0.58.1","sha":"696455d1c15e682b2b89f81f409315ea4964aef3","kind":"tag","published_at":"2021-04-06T09:20:01.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1/manifests"},{"name":"v0.58.0","sha":"d7ba7d1dcb081c3c853e3385fd4ef15cb6c1c22c","kind":"tag","published_at":"2021-04-03T11:16:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0/manifests"},{"name":"v0.57.0","sha":"5ca2fc7a0221cacde41fd60b0ce485ee5ab8dac3","kind":"tag","published_at":"2021-02-01T13:06:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.57.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"11ae35089e4748b7e2a6f50f6bef7709af72e724","kind":"tag","published_at":"2020-11-26T10:36:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.56.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0/manifests"},{"name":"v0.47.4","sha":"c2b3a71fc46cb05032dc99ece6a98cf0fb6359eb","kind":"tag","published_at":"2020-11-13T18:43:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4/manifests"},{"name":"v0.55.1","sha":"d492ac4ae11ba7403acd533813982b052c5020a0","kind":"tag","published_at":"2020-08-24T22:39:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1/manifests"},{"name":"v0.55.0","sha":"0996486f0977e12f1a64f7730b3eca81659aa839","kind":"tag","published_at":"2020-08-24T09:59:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0/manifests"},{"name":"v0.54.1-sp1","sha":"79f2c131dfc571852b7c097ca3d08d31ab9874c3","kind":"commit","published_at":"2020-08-03T02:19:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1/manifests"},{"name":"v0.54.1","sha":"f94036fd18eefee801b3e99c564b2b0bc1a81218","kind":"tag","published_at":"2020-07-06T17:17:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1/manifests"},{"name":"v0.53.3","sha":"a8290e03c994bf2f9113fdfca7c74eda2f9750cd","kind":"tag","published_at":"2020-05-21T19:49:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3/manifests"},{"name":"v0.54.0","sha":"d405baf05acec7caf6d3d403cccdaeb5e67423e3","kind":"tag","published_at":"2020-05-21T19:42:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0/manifests"},{"name":"v0.53.2-sp1","sha":"b8beaaf0105158f1d1ed02617487aeb190077e2d","kind":"commit","published_at":"2020-04-01T08:33:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1/manifests"},{"name":"v0.53.2","sha":"cfd3347c6655195d2a03b11aff9cb5efac327bf9","kind":"tag","published_at":"2020-03-09T23:17:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2/manifests"},{"name":"v0.53.1","sha":"02e76faa7a9270125ea9b8dc45cff3f475283d6e","kind":"tag","published_at":"2020-02-03T12:29:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"1d86a83a8767343528c283a1f6ac9f673bb4eb1a","kind":"tag","published_at":"2020-02-02T22:34:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0/manifests"},{"name":"v0.52.0-sp1","sha":"e025ea3d8a3c84ba0208ba156b2cc1e389127869","kind":"commit","published_at":"2019-12-12T06:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1/manifests"},{"name":"v0.49.4","sha":"15d9cb242d91ae736a3d048e456c12528c886404","kind":"tag","published_at":"2019-12-04T16:01:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4/manifests"},{"name":"v0.52.0","sha":"b44be6e3dbce03857c6eac221b1350acd68cb357","kind":"tag","published_at":"2019-11-19T19:30:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0/manifests"},{"name":"v0.19.2","sha":"ff4506b21b9af78566751bfe6019d4b96f8138c4","kind":"tag","published_at":"2019-10-18T14:04:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.19.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2/manifests"},{"name":"v0.51.1-oldsyn","sha":"7c24e0d27f0f70b71df832f48dfed71010e56978","kind":"tag","published_at":"2019-09-24T18:05:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1-oldsyn","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1-oldsyn","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1-oldsyn","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn/manifests"},{"name":"v0.50.1","sha":"8e720a929b64c37e4cb1436041a125c07451030b","kind":"tag","published_at":"2019-09-23T16:57:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1/manifests"},{"name":"v0.51.1","sha":"6643847b38acbd1f709ace8e07e96a2a0435c212","kind":"tag","published_at":"2019-09-23T16:50:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1/manifests"},{"name":"v0.51.0","sha":"37e3d658b1b2030e1f805cedcf7301e8ee461e09","kind":"tag","published_at":"2019-07-26T15:55:23.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0/manifests"},{"name":"v0.50.0","sha":"d7898170fb8feadcab1940c2ecfbac2510780552","kind":"tag","published_at":"2019-07-01T22:03:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0/manifests"},{"name":"v0.49.3","sha":"ad0bf8e6bea1bd70a032f2425b4a581926778096","kind":"tag","published_at":"2019-06-25T16:56:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3/manifests"},{"name":"v0.49.2","sha":"5eefef7dcaaac45486224954c006e17ad0d24547","kind":"tag","published_at":"2019-05-22T13:39:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2/manifests"},{"name":"v0.49.1","sha":"e5250a01b98cb8ca9dc4584788dbc5db68147a71","kind":"tag","published_at":"2019-05-16T19:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1/manifests"},{"name":"v0.49.0","sha":"5b2f344bb02e72fd177149e3aa5d789679fa4471","kind":"tag","published_at":"2019-03-27T02:02:19.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0/manifests"},{"name":"v0.48.1","sha":"185a5f322e973b60f8d0986672f9a88e5d9a07bd","kind":"tag","published_at":"2019-03-06T13:17:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1/manifests"},{"name":"v0.48.0","sha":"a43cc2afcd69cbaa2f699ee3d4b9c804576ffad7","kind":"tag","published_at":"2019-03-04T02:55:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0/manifests"},{"name":"v0.47.3","sha":"1cd830127489b19a58143c300667d045b447a62d","kind":"tag","published_at":"2019-02-25T17:44:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3/manifests"},{"name":"v0.47.2","sha":"f4f47d52cbce45af177958e76ef9a4a17e922bc4","kind":"tag","published_at":"2019-02-23T06:00:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2/manifests"},{"name":"v0.47.1","sha":"86eff214bf29dc1545bfa7fd44ab2df20048e62b","kind":"tag","published_at":"2019-02-02T19:18:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1/manifests"},{"name":"v0.47.0","sha":"8747bc9c28e2c1f762f6fd0f9235f056dbc74ba0","kind":"tag","published_at":"2019-01-19T17:13:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"7c24f6b2f6f62f62eba64784f58b1b6d46831908","kind":"tag","published_at":"2018-12-29T13:53:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.46.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"371e744e4158f23e75adb296433fc684076964ad","kind":"tag","published_at":"2018-12-14T12:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.45.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"7b1406dc90f67fafca61dba915ac57b9d2d7d2d4","kind":"tag","published_at":"2018-11-30T11:36:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.44.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0/manifests"},{"name":"v0.43.2","sha":"68d0af91e58d8ae4c384fb8ae48153dd3ddb7e0a","kind":"tag","published_at":"2018-11-23T10:44:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2/manifests"},{"name":"v0.43.1","sha":"5de943ca7bf6c155f7bae1d91f1e3b1d91e8d901","kind":"tag","published_at":"2018-11-05T13:22:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1/manifests"},{"name":"v0.43.0","sha":"a242c51e6ff0d4cc27940a3927e713e8dff82c5f","kind":"tag","published_at":"2018-10-22T07:39:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0/manifests"},{"name":"v0.42.3","sha":"d7a74baf5c822e0312aca539c3836e5d87c6091b","kind":"tag","published_at":"2018-10-20T05:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3/manifests"},{"name":"v0.42.2","sha":"6055f364bd1d341da8fa881741ec36ab0abf0a7a","kind":"tag","published_at":"2018-10-11T16:18:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2/manifests"},{"name":"v0.42.1","sha":"988a9537800a23c045e045f19e02a1674d6a14ef","kind":"tag","published_at":"2018-10-08T13:40:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1/manifests"},{"name":"v0.42.0","sha":"35a349dd76cb5ba9470de30bb2eb51ea152a9640","kind":"tag","published_at":"2018-10-07T09:14:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"c4433e08ce973632565fd8e2856533052a8ecc89","kind":"tag","published_at":"2018-09-30T19:06:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.41.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0/manifests"},{"name":"v0.40.0","sha":"36c087bb4a22ae37d96a7a711293f5ee2d98015f","kind":"tag","published_at":"2018-09-04T12:47:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.40.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"14da023687b36db480c42f924ec8d236faf1577a","kind":"tag","published_at":"2018-08-24T13:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.39.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"40d24bb085a1a0bd11f7cf4dd87c52de529302ca","kind":"tag","published_at":"2018-08-15T10:49:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.38.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0/manifests"},{"name":"v0.37.4","sha":"c197acf847c4ea6012061c1246668514059c34ae","kind":"tag","published_at":"2018-07-01T13:59:56.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4/manifests"},{"name":"v0.37.3","sha":"a899ce711617fd7be482622a908a40d5fd1c7628","kind":"tag","published_at":"2018-07-01T12:09:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3/manifests"},{"name":"v0.37.0","sha":"4d3674fd378f7ad7fbd7aa1ff9781eecee1f5940","kind":"tag","published_at":"2018-05-18T14:09:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"515ca97b462f348b7b3bb9eaea98b2e0bb1b624b","kind":"tag","published_at":"2018-05-09T22:25:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"af54e58a8c2e513ba8c3cc00c22aa958de091a53","kind":"tag","published_at":"2018-04-10T13:55:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"fb069e9391ebf40ec9ebef7c0ac2e50f5ead5644","kind":"tag","published_at":"2018-03-25T18:25:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.35.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0/manifests"},{"name":"0.33.1","sha":"3379a90a2d88c7d6333d64fe33ea1bd992904c71","kind":"commit","published_at":"2018-02-14T19:45:15.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.33.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1/manifests"},{"name":"v0.32.2","sha":"b3712248c59f8f4dca80fd92d1ad9cb40149a8cc","kind":"tag","published_at":"2018-01-22T11:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.32.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2/manifests"},{"name":"0.32.1","sha":"39d07787a3409b7753a9600bbbfe43d757ce28c2","kind":"commit","published_at":"2017-12-18T21:21:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1/manifests"},{"name":"0.32.0","sha":"d4829d3bb33ffe411fcc67c273be7643017aae38","kind":"commit","published_at":"2017-12-08T19:03:02.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0/manifests"},{"name":"0.31.3","sha":"55cf63c08c539df2a8c5437c062dda5fb57a8b18","kind":"commit","published_at":"2017-10-31T17:57:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3/manifests"},{"name":"v0.31.2","sha":"4c975aa18f6ae4147a146ae7f9c25ac6a2ae14b0","kind":"tag","published_at":"2017-10-30T11:56:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2/manifests"},{"name":"0.31.2","sha":"33c6f261db8fd6ca752a1ed0ba1a8cf6ef3158cd","kind":"commit","published_at":"2017-10-30T10:56:46.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2/manifests"},{"name":"v0.31.1","sha":"fefbbb56ec78950275ff6a1a714efcaa48bf9e8c","kind":"tag","published_at":"2017-10-28T13:26:03.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"f661f58188c6442145ff8856b059ce3e09941e5e","kind":"commit","published_at":"2017-10-27T18:10:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0/manifests"},{"name":"v0.29.1","sha":"81166785bb4d4e315308a512b7b7594175ef1db7","kind":"tag","published_at":"2017-10-12T12:36:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1/manifests"},{"name":"v0.30.0","sha":"05caa820010d44b601b340228d4f95d81958a270","kind":"commit","published_at":"2017-08-28T16:58:05.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.30.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"0e39721b6c72b574026a0802792c4e95f0d83e68","kind":"tag","published_at":"2017-07-28T01:21:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0/manifests"},{"name":"v0.26.3","sha":"78e7546d3be61a7cb7272c7365564300481798ae","kind":"tag","published_at":"2017-07-10T08:23:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3/manifests"},{"name":"v0.26.1","sha":"49526069a0cb9486cb4838134259589addafff40","kind":"tag","published_at":"2017-06-20T23:12:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"8470e221f9fa5d1f195339737fdd3a7b433cad51","kind":"tag","published_at":"2017-06-20T11:34:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0/manifests"},{"name":"v0.25.5","sha":"7faa855d01e114c1adc0abd5efd547ed40543882","kind":"tag","published_at":"2017-06-15T21:55:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5/manifests"},{"name":"v0.25.3","sha":"daf1935534de9cd09a8d3f4384af20eaa4fe0f01","kind":"tag","published_at":"2017-05-27T16:20:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3/manifests"},{"name":"0.25.2","sha":"c160b3d1ed7ebd6b5e542fe271a078f4881884cd","kind":"commit","published_at":"2017-05-25T17:52:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.25.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2/manifests"},{"name":"v0.25.1","sha":"9bb794bb3305ae2355e1945b3abe3d0d8064a428","kind":"tag","published_at":"2017-05-21T01:22:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"31e440917cdc8ac57cd69ddf929e90a7c4b46367","kind":"tag","published_at":"2017-05-08T22:24:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"2d88dd106bf33807679f531051546f3c9889161e","kind":"tag","published_at":"2017-05-08T21:22:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"66b9c3d8698aef0a32147eeabb99264a9b52d171","kind":"tag","published_at":"2017-05-03T20:47:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0/manifests"},{"name":"v0.23.1","sha":"719d03c7724da0c93b05b891465b2df4299ef169","kind":"commit","published_at":"2017-04-17T12:28:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1/manifests"},{"name":"v0.23.0","sha":"06fa2f75ba4dccba7430d461ec89b7e8c36fd4e9","kind":"commit","published_at":"2017-04-11T23:54:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0/manifests"},{"name":"v0.22.1","sha":"4dde8f876dec0efd1f3bf2b0b594a57ef6ac774a","kind":"tag","published_at":"2017-03-06T06:34:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1/manifests"},{"name":"v0.22.0","sha":"e57b2cb3037628abbbf2be549ae3a2e8a4aa95b2","kind":"tag","published_at":"2017-02-17T17:03:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0/manifests"},{"name":"v0.20.5","sha":"7d995d75e07798c1527d5ea3dd8a647ed79fe209","kind":"tag","published_at":"2017-01-27T22:48:11.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5/manifests"},{"name":"v0.20.4","sha":"33df99a73784c1846b62f97ebff3848cdd76c3b1","kind":"tag","published_at":"2017-01-27T13:16:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"78e425f921085030585c93ed1eb0b96b5cb3b4b5","kind":"tag","published_at":"2017-01-26T19:55:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"e4420b601031c4ec8d84fe8340961447e3a2c87a","kind":"commit","published_at":"2017-01-25T14:18:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2/manifests"},{"name":"v0.20.0","sha":"aad93a81bb2ceeeeffc94c856a6d0d37c5ac6aec","kind":"commit","published_at":"2017-01-23T09:23:09.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0/manifests"},{"name":"0.19.1","sha":"d8458941cb570f8753c885da512ba22a53c6bb44","kind":"commit","published_at":"2016-11-06T13:26:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1/manifests"},{"name":"0.19","sha":"91f9f93abc9e802da0eb94e073d6717569fca9fc","kind":"commit","published_at":"2016-07-17T20:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19/manifests"},{"name":"0.18","sha":"9a8c75bb71dd9fdabc210f327f5f0265a259c9fe","kind":"commit","published_at":"2016-06-05T13:33:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.18","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18/manifests"},{"name":"0.17","sha":"6f26197e5753218e87e30de54d08bcd57c0f8f58","kind":"commit","published_at":"2016-05-27T20:19:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.17","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17/manifests"},{"name":"0.16","sha":"b832eb19930f2345b1b8e24398593d3e24e2d1f8","kind":"commit","published_at":"2016-02-17T13:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.16","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16/manifests"},{"name":"0.15","sha":"56faaf291d87355c204bf7deec66128d6090d4d1","kind":"commit","published_at":"2015-08-31T14:06:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.15","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15/manifests"},{"name":"0.14","sha":"40b62ebc9853b8feeaddce8cad972eebdb9f99a9","kind":"commit","published_at":"2015-05-03T15:50:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.14","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14/manifests"},{"name":"0.12","sha":"f5500333413b597bd3d6e22e0325143df998082d","kind":"commit","published_at":"2014-10-06T07:16:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.12","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12/manifests"},{"name":"0.11","sha":"176481c0f8694df12809ac7e70def059e4f9d89f","kind":"commit","published_at":"2014-06-26T02:39:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.11","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11/manifests"},{"name":"0.10","sha":"35df1e3afcf0ec67cf588b17adba537bc3e395c9","kind":"commit","published_at":"2014-04-01T02:47:00.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.10","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10/manifests"},{"name":"0.9","sha":"ee89bf486a157fa27ad4e2084f48930ecba630de","kind":"commit","published_at":"2014-01-08T07:42:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.9","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9/manifests"},{"name":"0.8","sha":"dbe73b0a99ad86f08254e30fad274a1bdfb7779b","kind":"commit","published_at":"2013-09-17T07:23:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.8","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8/manifests"},{"name":"0.7","sha":"81217a4f983570d752aad58073f22f142f1c2f01","kind":"commit","published_at":"2013-07-04T13:32:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.7","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7/manifests"},{"name":"0.6","sha":"45c4b6f47231f30202f0205ceaae3a7da1f8c8ed","kind":"commit","published_at":"2013-04-01T22:31:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.6","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6/manifests"},{"name":"0.5","sha":"2ae581183cc4b7fb47ea104bcfda42292a2fdd32","kind":"commit","published_at":"2013-01-08T01:51:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5/manifests"}]},"repo_metadata_updated_at":"2026-02-11T15:28:58.450Z","dependent_packages_count":2062,"downloads":239669736,"downloads_period":"total","dependent_repos_count":12109,"rankings":{"downloads":0.1840659534404818,"dependent_repos_count":0.25317884017292325,"dependent_packages_count":0.03808261105665141,"stargazers_count":2.0134417512359217,"forks_count":1.4027095072533269,"docker_downloads_count":0.015515137837895017,"average":0.6511656334995334},"purl":"pkg:cargo/bindgen","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/bindgen","docker_dependents_count":578,"docker_downloads_count":717070027,"usage_url":"https://repos.ecosyste.ms/usage/cargo/bindgen","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/bindgen/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2025-11-06T22:09:15.751Z","issues_count":1579,"pull_requests_count":1870,"avg_time_to_close_issue":15990111.391829155,"avg_time_to_close_pull_request":2452475.746704871,"issues_closed_count":1076,"pull_requests_closed_count":1745,"pull_request_authors_count":420,"issue_authors_count":773,"avg_comments_per_issue":3.837238758708043,"avg_comments_per_pull_request":3.6614973262032087,"merged_pull_requests_count":1548,"bot_issues_count":0,"bot_pull_requests_count":17,"past_year_issues_count":135,"past_year_pull_requests_count":305,"past_year_avg_time_to_close_issue":1894521.8918918918,"past_year_avg_time_to_close_pull_request":920802.1312217194,"past_year_issues_closed_count":37,"past_year_pull_requests_closed_count":221,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":105,"past_year_avg_comments_per_issue":0.7925925925925926,"past_year_avg_comments_per_pull_request":0.8098360655737705,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":202,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/issues","maintainers":[{"login":"emilio","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/emilio"},{"login":"fitzgen","count":356,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fitzgen"},{"login":"pvdrz","count":149,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pvdrz"},{"login":"kulp","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kulp"},{"login":"tshepang","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tshepang"},{"login":"Manishearth","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"},{"login":"dtolnay","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"amanjeev","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amanjeev"},{"login":"scoopr","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/scoopr"},{"login":"frewsxcv","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/frewsxcv"},{"login":"alex","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alex"},{"login":"bjorn3","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"jyn514","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jyn514"},{"login":"workingjubilee","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/workingjubilee"},{"login":"sanxiyn","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sanxiyn"},{"login":"cuviper","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"nagisa","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nagisa"},{"login":"thomcc","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thomcc"},{"login":"jamesmunns","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jamesmunns"},{"login":"lnicola","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lnicola"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"m-ou-se","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-ou-se"},{"login":"anp","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/anp"},{"login":"programmerjake","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/programmerjake"},{"login":"AlexEne","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AlexEne"},{"login":"wesleywiser","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wesleywiser"},{"login":"aDotInTheVoid","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aDotInTheVoid"},{"login":"cramertj","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cramertj"},{"login":"edunham","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/edunham"},{"login":"michaelwoerister","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/michaelwoerister"},{"login":"dwijnand","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dwijnand"},{"login":"KiChjang","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KiChjang"}],"active_maintainers":[{"login":"dtolnay","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"bjorn3","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"cuviper","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"Manishearth","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/bindgen/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/bindgen/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/bindgen/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/bindgen/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/bindgen/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/bindgen/codemeta","maintainers":[{"uuid":"3788","login":"emilio","name":"Emilio Cobos Álvarez","email":null,"url":"https://github.com/emilio","packages_count":19,"html_url":"https://crates.io/users/emilio","role":null,"created_at":"2022-11-07T17:11:31.600Z","updated_at":"2022-11-07T17:11:31.600Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/emilio/packages"},{"uuid":"71222","login":"pvdrz","name":"Christian Poveda Ruiz","email":null,"url":"https://github.com/pvdrz","packages_count":7,"html_url":"https://crates.io/users/pvdrz","role":null,"created_at":"2022-11-22T18:41:35.751Z","updated_at":"2022-11-22T18:41:35.751Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/pvdrz/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":275607,"maintainers_count":63374,"namespaces_count":0,"keywords_count":59668,"github":"rust-lang","metadata":{"funded_packages_count":21630},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-04-08T05:04:51.397Z","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"}},{"id":13338163,"name":"rust-bindgen-unwrapped","ecosystem":"nixpkgs","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T08:47:01.090Z","latest_release_published_at":"2026-02-02T08:47:01.090Z","latest_release_number":"0.66.1","last_synced_at":"2026-03-05T08:50:06.531Z","created_at":"2026-02-02T08:47:00.767Z","updated_at":"2026-03-05T09:53:04.484Z","registry_url":"https://search.nixos.org/packages?channel=23.11\u0026query=rust-bindgen-unwrapped","install_command":"nix-env -iA nixpkgs.rust-bindgen-unwrapped","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/tools/rust/bindgen/unwrapped.nix#L39","metadata":{"nix_attribute":"rust-bindgen-unwrapped-0.66.1","position":"pkgs/development/tools/rust/bindgen/unwrapped.nix:39","platforms":["i686-cygwin","x86_64-cygwin","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-freebsd13","x86_64-freebsd13","x86_64-solaris","aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","aarch64-netbsd","armv6l-netbsd","armv7a-netbsd","armv7l-netbsd","i686-netbsd","m68k-netbsd","mipsel-netbsd","powerpc-netbsd","riscv32-netbsd","riscv64-netbsd","x86_64-netbsd","i686-openbsd","x86_64-openbsd","x86_64-redox"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/rust-bindgen-unwrapped?channel=23.11\u0026repository_url=https://channels.nixos.org/nixos-23.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/rust-bindgen-unwrapped","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/rust-bindgen-unwrapped","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/rust-bindgen-unwrapped/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/rust-bindgen-unwrapped/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/rust-bindgen-unwrapped/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/rust-bindgen-unwrapped/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/rust-bindgen-unwrapped/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/rust-bindgen-unwrapped/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/rust-bindgen-unwrapped/codemeta","maintainers":[{"uuid":"Ralith","login":null,"name":"Benjamin Saunders","email":"ben.e.saunders@gmail.com","url":"https://github.com/Ralith","packages_count":23,"html_url":null,"role":null,"created_at":"2026-03-05T08:50:06.951Z","updated_at":"2026-03-05T08:50:06.951Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/Ralith/packages"},{"uuid":"JohnTitor","login":null,"name":"Yuki Okushi","email":"huyuumi.dev@gmail.com","url":"https://github.com/JohnTitor","packages_count":7,"html_url":null,"role":null,"created_at":"2026-03-05T08:50:06.905Z","updated_at":"2026-03-05T08:50:06.905Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/JohnTitor/packages"}],"registry":{"name":"nixpkgs-23.11","url":"https://channels.nixos.org/nixos-23.11","ecosystem":"nixpkgs","default":false,"packages_count":108178,"maintainers_count":2997,"namespaces_count":0,"keywords_count":0,"github":"NixOS","metadata":{"funded_packages_count":189},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.577Z","updated_at":"2026-04-03T06:23:37.723Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/namespaces"}},{"id":13122167,"name":"rust-bindgen","ecosystem":"nixpkgs","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T20:08:24.257Z","latest_release_published_at":"2026-02-01T20:08:24.257Z","latest_release_number":"0.70.1","last_synced_at":"2026-03-08T15:28:21.221Z","created_at":"2026-02-01T20:08:19.888Z","updated_at":"2026-03-08T15:33:34.097Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=rust-bindgen","install_command":"nix-env -iA nixpkgs.rust-bindgen","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/tools/rust/bindgen/unwrapped.nix#L43","metadata":{"nix_attribute":"rust-bindgen-0.70.1","position":"pkgs/development/tools/rust/bindgen/unwrapped.nix:43","platforms":["x86_64-darwin","i686-darwin","aarch64-darwin","i686-freebsd","x86_64-freebsd","x86_64-solaris","aarch64-linux","armv6l-linux","armv7l-linux","i686-linux","loongarch64-linux","powerpc64-linux","powerpc64le-linux","riscv64-linux","s390x-linux","x86_64-linux","aarch64-netbsd","armv7l-netbsd","i686-netbsd","powerpc-netbsd","x86_64-netbsd","i686-openbsd","x86_64-openbsd","armv7a-darwin","armv5tel-linux","armv7a-linux","m68k-linux","mips-linux","mips64-linux","mipsel-linux","mips64el-linux","riscv32-linux","armv6l-netbsd","mipsel-netbsd","riscv64-netbsd","x86_64-redox"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/rust-bindgen?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/rust-bindgen","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/rust-bindgen","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/rust-bindgen/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/rust-bindgen/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/rust-bindgen/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/rust-bindgen/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/rust-bindgen/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/rust-bindgen/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/rust-bindgen/codemeta","maintainers":[{"uuid":"JohnTitor","login":null,"name":"Yuki Okushi","email":"huyuumi.dev@gmail.com","url":"https://github.com/JohnTitor","packages_count":6,"html_url":null,"role":null,"created_at":"2026-03-08T15:28:21.417Z","updated_at":"2026-03-08T15:28:21.417Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/JohnTitor/packages"}],"registry":{"name":"nixpkgs-24.11","url":"https://channels.nixos.org/nixos-24.11","ecosystem":"nixpkgs","default":false,"packages_count":121983,"maintainers_count":3777,"namespaces_count":0,"keywords_count":0,"github":"NixOS","metadata":{"funded_packages_count":228},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-04-03T06:22:14.703Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/namespaces"}},{"id":11146901,"name":"rust-bindgen-bash-completion","ecosystem":"alpine","description":"Bash completions for rust-bindgen","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":"main","versions_count":5,"first_release_published_at":"2024-12-07T19:15:59.000Z","latest_release_published_at":"2025-10-18T20:43:11.000Z","latest_release_number":"0.72.1-r1","last_synced_at":"2026-04-14T22:00:33.249Z","created_at":"2024-12-07T19:33:53.672Z","updated_at":"2026-04-14T22:00:33.249Z","registry_url":"https://pkgs.alpinelinux.org/package/edge/main/x86_64/rust-bindgen-bash-completion","install_command":"apk add rust-bindgen-bash-completion","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":38331451,"uuid":"61728459","full_name":"rust-lang/rust-bindgen","owner":"rust-lang","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries.","archived":false,"fork":false,"pushed_at":"2025-10-21T21:12:34.000Z","size":18199,"stargazers_count":4982,"open_issues_count":535,"forks_count":769,"subscribers_count":53,"default_branch":"main","last_synced_at":"2025-10-30T18:41:12.733Z","etag":null,"topics":["bindings","codegen","ffi"],"latest_commit_sha":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-06-22T15:05:51.000Z","updated_at":"2025-10-30T17:41:29.000Z","dependencies_parsed_at":"2022-07-09T11:00:21.978Z","dependency_job_id":"e8642311-64d2-424b-ba68-2e4b4857d0e0","html_url":"https://github.com/rust-lang/rust-bindgen","commit_stats":{"total_commits":2798,"total_committers":417,"mean_commits":6.709832134292566,"dds":0.8148677626876341,"last_synced_commit":"8a6d851318153b7304b651a7fd8f559938683de3"},"previous_names":["servo/rust-bindgen","rust-lang-nursery/rust-bindgen"],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/rust-lang/rust-bindgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/sbom","scorecard":{"id":447423,"data":{"date":"2025-08-11","repo":{"name":"github.com/rust-lang/rust-bindgen","commit":"5f7aa4b4edcb11a20f251e829bbc66034e21c8e2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 12/20 approved changesets -- score normalized to 6","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/bump-version.yml:20","Warn: no topLevel permission defined: .github/workflows/bindgen.yml:1","Warn: no topLevel permission defined: .github/workflows/bump-version.yml:1","Warn: no topLevel permission defined: .github/workflows/create-tag.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy-book.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:18"],"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid parameter name: .github/workflows/release.yml:78","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:144: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-tag.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:289: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:176: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/bump-version.yml:45","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:67","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:125","Info:   0 out of  31 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  13 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned","Info:   0 out of   2 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:12"],"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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.71.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040","Warn: release artifact v0.71.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040"],"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/rust-lang/.github/SECURITY.md:1","Info: Found linked content: github.com/rust-lang/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/rust-lang/.github/SECURITY.md:1","Info: Found text in security policy: github.com/rust-lang/.github/SECURITY.md:1"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-19T07:11:33.233Z","repository_id":38331451,"created_at":"2025-08-19T07:11:33.265Z","updated_at":"2025-08-19T07:11:33.265Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281937758,"owners_count":26586774,"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-10-31T02:00:07.401Z","response_time":57,"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":"rust-lang","name":"The Rust Programming Language","uuid":"5430905","kind":"organization","description":"","email":"contact@rust-lang.org","website":"https://www.rust-lang.org","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5430905?v=4","repositories_count":233,"last_synced_at":"2025-10-30T00:35:41.348Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rust-lang","funding_links":[],"total_stars":369545,"followers":15156,"following":0,"created_at":"2022-11-02T16:22:33.891Z","updated_at":"2025-10-30T00:35:41.348Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang/repositories"},"tags":[{"name":"v0.72.1","sha":"d874de8d646d9b8a3e7ba2db2bcd52f2fba8f1f5","kind":"tag","published_at":"2025-08-31T17:50:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1/manifests"},{"name":"v0.72.0","sha":"d0e7d6b5b763e93dd38f9ece05230979ede95a0a","kind":"tag","published_at":"2025-06-08T11:15:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0/manifests"},{"name":"v0.71.1","sha":"af7fd38d5e80514406fb6a8bba2d407d252c30b9","kind":"tag","published_at":"2024-12-09T15:21:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1/manifests"},{"name":"v0.71.0","sha":"93c5b8b36bf2372f3b5f5671ce752342c3e83f97","kind":"tag","published_at":"2024-12-09T14:44:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0/manifests"},{"name":"v0.69.5","sha":"ddd00d48e27a6451f65fb8afef381d98a56e0560","kind":"commit","published_at":"2024-10-08T16:30:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5/manifests"},{"name":"v0.70.1","sha":"21c60f473f4e824d4aa9b2b508056320d474b110","kind":"tag","published_at":"2024-08-20T21:24:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1/manifests"},{"name":"v0.70.0","sha":"190ff2a6a4739f3a703125d9ed290dcd2dc9c808","kind":"commit","published_at":"2024-08-16T22:45:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0/manifests"},{"name":"v0.69.4","sha":"62859b2c6108c1c0f60d16b9ffe7544a4fbce48b","kind":"tag","published_at":"2024-02-04T12:50:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4/manifests"},{"name":"v0.69.3","sha":"918abdcac6a263b3d33c2b04d7b1b66fc90c2e39","kind":"tag","published_at":"2024-02-04T11:45:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3/manifests"},{"name":"v0.69.2","sha":"2a22051bb06cf66bd4e3d9305c45a407b79cf1af","kind":"tag","published_at":"2024-01-13T00:08:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2/manifests"},{"name":"v0.69.1","sha":"f3f3d326c7e9e6fa55562fec6a8676ae8eab7588","kind":"tag","published_at":"2023-11-02T17:47:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"c73990cc0f714ce79e444039f09eaf1f769d7e6a","kind":"commit","published_at":"2023-11-01T17:55:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"8d75a02bbb5c64e85e6ce62b57d52b7df9c61c79","kind":"tag","published_at":"2023-09-06T17:48:55.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"ebcf0bcc8bba113d82d0f1e0cbede40ccffc6e8f","kind":"tag","published_at":"2023-09-06T17:01:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0/manifests"},{"name":"v0.66.1","sha":"38a779c61734c134429dfb99da3499173a848c17","kind":"tag","published_at":"2023-06-19T09:08:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1/manifests"},{"name":"v0.66.0","sha":"264075a6362f951e90240a976428f0225652d27c","kind":"tag","published_at":"2023-06-14T18:09:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0/manifests"},{"name":"v0.65.1","sha":"7d243056d335fdc4537f7bca73c06d01aae24ddc","kind":"tag","published_at":"2023-04-10T20:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"2bcff0f2ce64629c6e9d8450f8ddd5eb90bca9e0","kind":"tag","published_at":"2023-04-10T17:25:51.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0/manifests"},{"name":"v0.64.0","sha":"ae6817256ac557981906e93a1f866349db85053e","kind":"tag","published_at":"2023-02-07T15:37:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.64.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0/manifests"},{"name":"v0.63.0","sha":"c51591941e18a75c312c7c237c4969dd22c40467","kind":"tag","published_at":"2022-11-22T18:30:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.63.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0/manifests"},{"name":"v0.62.0","sha":"c09bd2f5b58fb90fbcd906a4826d4ac26fe6ef1d","kind":"tag","published_at":"2022-11-17T03:36:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.62.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0/manifests"},{"name":"v0.61.0","sha":"784d3e824dcb95b8913156d872c9ed8eb8720291","kind":"tag","published_at":"2022-10-16T19:55:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.61.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0/manifests"},{"name":"v0.60.1","sha":"9ca5f856a35deddde0575002d76d1db4430e6c42","kind":"tag","published_at":"2022-06-06T11:23:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1/manifests"},{"name":"v0.60.0","sha":"355181134094202e0caae60c1fbf145d8e6ca84b","kind":"tag","published_at":"2022-06-05T18:38:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0/manifests"},{"name":"v0.59.2","sha":"89032649044d875983a851fff6fbde2d4e2ceaeb","kind":"tag","published_at":"2021-11-26T01:54:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2/manifests"},{"name":"v0.59.1","sha":"9a9438f3d6a3523c69d7bc890e8608b63dbe38a5","kind":"tag","published_at":"2021-07-25T22:25:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"67140077f65bb5af6eae1b257c91c9f379e56bc2","kind":"tag","published_at":"2021-07-20T10:20:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0/manifests"},{"name":"v0.58.1","sha":"696455d1c15e682b2b89f81f409315ea4964aef3","kind":"tag","published_at":"2021-04-06T09:20:01.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1/manifests"},{"name":"v0.58.0","sha":"d7ba7d1dcb081c3c853e3385fd4ef15cb6c1c22c","kind":"tag","published_at":"2021-04-03T11:16:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0/manifests"},{"name":"v0.57.0","sha":"5ca2fc7a0221cacde41fd60b0ce485ee5ab8dac3","kind":"tag","published_at":"2021-02-01T13:06:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.57.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"11ae35089e4748b7e2a6f50f6bef7709af72e724","kind":"tag","published_at":"2020-11-26T10:36:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.56.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0/manifests"},{"name":"v0.47.4","sha":"c2b3a71fc46cb05032dc99ece6a98cf0fb6359eb","kind":"tag","published_at":"2020-11-13T18:43:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4/manifests"},{"name":"v0.55.1","sha":"d492ac4ae11ba7403acd533813982b052c5020a0","kind":"tag","published_at":"2020-08-24T22:39:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1/manifests"},{"name":"v0.55.0","sha":"0996486f0977e12f1a64f7730b3eca81659aa839","kind":"tag","published_at":"2020-08-24T09:59:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0/manifests"},{"name":"v0.54.1-sp1","sha":"79f2c131dfc571852b7c097ca3d08d31ab9874c3","kind":"commit","published_at":"2020-08-03T02:19:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1/manifests"},{"name":"v0.54.1","sha":"f94036fd18eefee801b3e99c564b2b0bc1a81218","kind":"tag","published_at":"2020-07-06T17:17:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1/manifests"},{"name":"v0.53.3","sha":"a8290e03c994bf2f9113fdfca7c74eda2f9750cd","kind":"tag","published_at":"2020-05-21T19:49:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3/manifests"},{"name":"v0.54.0","sha":"d405baf05acec7caf6d3d403cccdaeb5e67423e3","kind":"tag","published_at":"2020-05-21T19:42:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0/manifests"},{"name":"v0.53.2-sp1","sha":"b8beaaf0105158f1d1ed02617487aeb190077e2d","kind":"commit","published_at":"2020-04-01T08:33:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1/manifests"},{"name":"v0.53.2","sha":"cfd3347c6655195d2a03b11aff9cb5efac327bf9","kind":"tag","published_at":"2020-03-09T23:17:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2/manifests"},{"name":"v0.53.1","sha":"02e76faa7a9270125ea9b8dc45cff3f475283d6e","kind":"tag","published_at":"2020-02-03T12:29:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"1d86a83a8767343528c283a1f6ac9f673bb4eb1a","kind":"tag","published_at":"2020-02-02T22:34:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0/manifests"},{"name":"v0.52.0-sp1","sha":"e025ea3d8a3c84ba0208ba156b2cc1e389127869","kind":"commit","published_at":"2019-12-12T06:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1/manifests"},{"name":"v0.49.4","sha":"15d9cb242d91ae736a3d048e456c12528c886404","kind":"tag","published_at":"2019-12-04T16:01:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4/manifests"},{"name":"v0.52.0","sha":"b44be6e3dbce03857c6eac221b1350acd68cb357","kind":"tag","published_at":"2019-11-19T19:30:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0/manifests"},{"name":"v0.19.2","sha":"ff4506b21b9af78566751bfe6019d4b96f8138c4","kind":"tag","published_at":"2019-10-18T14:04:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.19.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2/manifests"},{"name":"v0.51.1-oldsyn","sha":"7c24e0d27f0f70b71df832f48dfed71010e56978","kind":"tag","published_at":"2019-09-24T18:05:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1-oldsyn","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1-oldsyn","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1-oldsyn","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn/manifests"},{"name":"v0.50.1","sha":"8e720a929b64c37e4cb1436041a125c07451030b","kind":"tag","published_at":"2019-09-23T16:57:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1/manifests"},{"name":"v0.51.1","sha":"6643847b38acbd1f709ace8e07e96a2a0435c212","kind":"tag","published_at":"2019-09-23T16:50:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1/manifests"},{"name":"v0.51.0","sha":"37e3d658b1b2030e1f805cedcf7301e8ee461e09","kind":"tag","published_at":"2019-07-26T15:55:23.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0/manifests"},{"name":"v0.50.0","sha":"d7898170fb8feadcab1940c2ecfbac2510780552","kind":"tag","published_at":"2019-07-01T22:03:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0/manifests"},{"name":"v0.49.3","sha":"ad0bf8e6bea1bd70a032f2425b4a581926778096","kind":"tag","published_at":"2019-06-25T16:56:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3/manifests"},{"name":"v0.49.2","sha":"5eefef7dcaaac45486224954c006e17ad0d24547","kind":"tag","published_at":"2019-05-22T13:39:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2/manifests"},{"name":"v0.49.1","sha":"e5250a01b98cb8ca9dc4584788dbc5db68147a71","kind":"tag","published_at":"2019-05-16T19:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1/manifests"},{"name":"v0.49.0","sha":"5b2f344bb02e72fd177149e3aa5d789679fa4471","kind":"tag","published_at":"2019-03-27T02:02:19.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0/manifests"},{"name":"v0.48.1","sha":"185a5f322e973b60f8d0986672f9a88e5d9a07bd","kind":"tag","published_at":"2019-03-06T13:17:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1/manifests"},{"name":"v0.48.0","sha":"a43cc2afcd69cbaa2f699ee3d4b9c804576ffad7","kind":"tag","published_at":"2019-03-04T02:55:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0/manifests"},{"name":"v0.47.3","sha":"1cd830127489b19a58143c300667d045b447a62d","kind":"tag","published_at":"2019-02-25T17:44:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3/manifests"},{"name":"v0.47.2","sha":"f4f47d52cbce45af177958e76ef9a4a17e922bc4","kind":"tag","published_at":"2019-02-23T06:00:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2/manifests"},{"name":"v0.47.1","sha":"86eff214bf29dc1545bfa7fd44ab2df20048e62b","kind":"tag","published_at":"2019-02-02T19:18:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1/manifests"},{"name":"v0.47.0","sha":"8747bc9c28e2c1f762f6fd0f9235f056dbc74ba0","kind":"tag","published_at":"2019-01-19T17:13:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"7c24f6b2f6f62f62eba64784f58b1b6d46831908","kind":"tag","published_at":"2018-12-29T13:53:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.46.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"371e744e4158f23e75adb296433fc684076964ad","kind":"tag","published_at":"2018-12-14T12:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.45.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"7b1406dc90f67fafca61dba915ac57b9d2d7d2d4","kind":"tag","published_at":"2018-11-30T11:36:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.44.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0/manifests"},{"name":"v0.43.2","sha":"68d0af91e58d8ae4c384fb8ae48153dd3ddb7e0a","kind":"tag","published_at":"2018-11-23T10:44:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2/manifests"},{"name":"v0.43.1","sha":"5de943ca7bf6c155f7bae1d91f1e3b1d91e8d901","kind":"tag","published_at":"2018-11-05T13:22:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1/manifests"},{"name":"v0.43.0","sha":"a242c51e6ff0d4cc27940a3927e713e8dff82c5f","kind":"tag","published_at":"2018-10-22T07:39:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0/manifests"},{"name":"v0.42.3","sha":"d7a74baf5c822e0312aca539c3836e5d87c6091b","kind":"tag","published_at":"2018-10-20T05:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3/manifests"},{"name":"v0.42.2","sha":"6055f364bd1d341da8fa881741ec36ab0abf0a7a","kind":"tag","published_at":"2018-10-11T16:18:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2/manifests"},{"name":"v0.42.1","sha":"988a9537800a23c045e045f19e02a1674d6a14ef","kind":"tag","published_at":"2018-10-08T13:40:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1/manifests"},{"name":"v0.42.0","sha":"35a349dd76cb5ba9470de30bb2eb51ea152a9640","kind":"tag","published_at":"2018-10-07T09:14:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"c4433e08ce973632565fd8e2856533052a8ecc89","kind":"tag","published_at":"2018-09-30T19:06:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.41.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0/manifests"},{"name":"v0.40.0","sha":"36c087bb4a22ae37d96a7a711293f5ee2d98015f","kind":"tag","published_at":"2018-09-04T12:47:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.40.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"14da023687b36db480c42f924ec8d236faf1577a","kind":"tag","published_at":"2018-08-24T13:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.39.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"40d24bb085a1a0bd11f7cf4dd87c52de529302ca","kind":"tag","published_at":"2018-08-15T10:49:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.38.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0/manifests"},{"name":"v0.37.4","sha":"c197acf847c4ea6012061c1246668514059c34ae","kind":"tag","published_at":"2018-07-01T13:59:56.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4/manifests"},{"name":"v0.37.3","sha":"a899ce711617fd7be482622a908a40d5fd1c7628","kind":"tag","published_at":"2018-07-01T12:09:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3/manifests"},{"name":"v0.37.0","sha":"4d3674fd378f7ad7fbd7aa1ff9781eecee1f5940","kind":"tag","published_at":"2018-05-18T14:09:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"515ca97b462f348b7b3bb9eaea98b2e0bb1b624b","kind":"tag","published_at":"2018-05-09T22:25:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"af54e58a8c2e513ba8c3cc00c22aa958de091a53","kind":"tag","published_at":"2018-04-10T13:55:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"fb069e9391ebf40ec9ebef7c0ac2e50f5ead5644","kind":"tag","published_at":"2018-03-25T18:25:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.35.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0/manifests"},{"name":"0.33.1","sha":"3379a90a2d88c7d6333d64fe33ea1bd992904c71","kind":"commit","published_at":"2018-02-14T19:45:15.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.33.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1/manifests"},{"name":"v0.32.2","sha":"b3712248c59f8f4dca80fd92d1ad9cb40149a8cc","kind":"tag","published_at":"2018-01-22T11:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.32.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2/manifests"},{"name":"0.32.1","sha":"39d07787a3409b7753a9600bbbfe43d757ce28c2","kind":"commit","published_at":"2017-12-18T21:21:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1/manifests"},{"name":"0.32.0","sha":"d4829d3bb33ffe411fcc67c273be7643017aae38","kind":"commit","published_at":"2017-12-08T19:03:02.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0/manifests"},{"name":"0.31.3","sha":"55cf63c08c539df2a8c5437c062dda5fb57a8b18","kind":"commit","published_at":"2017-10-31T17:57:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3/manifests"},{"name":"v0.31.2","sha":"4c975aa18f6ae4147a146ae7f9c25ac6a2ae14b0","kind":"tag","published_at":"2017-10-30T11:56:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2/manifests"},{"name":"0.31.2","sha":"33c6f261db8fd6ca752a1ed0ba1a8cf6ef3158cd","kind":"commit","published_at":"2017-10-30T10:56:46.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2/manifests"},{"name":"v0.31.1","sha":"fefbbb56ec78950275ff6a1a714efcaa48bf9e8c","kind":"tag","published_at":"2017-10-28T13:26:03.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"f661f58188c6442145ff8856b059ce3e09941e5e","kind":"commit","published_at":"2017-10-27T18:10:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0/manifests"},{"name":"v0.29.1","sha":"81166785bb4d4e315308a512b7b7594175ef1db7","kind":"tag","published_at":"2017-10-12T12:36:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1/manifests"},{"name":"v0.30.0","sha":"05caa820010d44b601b340228d4f95d81958a270","kind":"commit","published_at":"2017-08-28T16:58:05.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.30.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"0e39721b6c72b574026a0802792c4e95f0d83e68","kind":"tag","published_at":"2017-07-28T01:21:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0/manifests"},{"name":"v0.26.3","sha":"78e7546d3be61a7cb7272c7365564300481798ae","kind":"tag","published_at":"2017-07-10T08:23:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3/manifests"},{"name":"v0.26.1","sha":"49526069a0cb9486cb4838134259589addafff40","kind":"tag","published_at":"2017-06-20T23:12:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"8470e221f9fa5d1f195339737fdd3a7b433cad51","kind":"tag","published_at":"2017-06-20T11:34:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0/manifests"},{"name":"v0.25.5","sha":"7faa855d01e114c1adc0abd5efd547ed40543882","kind":"tag","published_at":"2017-06-15T21:55:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5/manifests"},{"name":"v0.25.3","sha":"daf1935534de9cd09a8d3f4384af20eaa4fe0f01","kind":"tag","published_at":"2017-05-27T16:20:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3/manifests"},{"name":"0.25.2","sha":"c160b3d1ed7ebd6b5e542fe271a078f4881884cd","kind":"commit","published_at":"2017-05-25T17:52:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.25.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2/manifests"},{"name":"v0.25.1","sha":"9bb794bb3305ae2355e1945b3abe3d0d8064a428","kind":"tag","published_at":"2017-05-21T01:22:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"31e440917cdc8ac57cd69ddf929e90a7c4b46367","kind":"tag","published_at":"2017-05-08T22:24:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"2d88dd106bf33807679f531051546f3c9889161e","kind":"tag","published_at":"2017-05-08T21:22:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"66b9c3d8698aef0a32147eeabb99264a9b52d171","kind":"tag","published_at":"2017-05-03T20:47:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0/manifests"},{"name":"v0.23.1","sha":"719d03c7724da0c93b05b891465b2df4299ef169","kind":"commit","published_at":"2017-04-17T12:28:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1/manifests"},{"name":"v0.23.0","sha":"06fa2f75ba4dccba7430d461ec89b7e8c36fd4e9","kind":"commit","published_at":"2017-04-11T23:54:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0/manifests"},{"name":"v0.22.1","sha":"4dde8f876dec0efd1f3bf2b0b594a57ef6ac774a","kind":"tag","published_at":"2017-03-06T06:34:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1/manifests"},{"name":"v0.22.0","sha":"e57b2cb3037628abbbf2be549ae3a2e8a4aa95b2","kind":"tag","published_at":"2017-02-17T17:03:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0/manifests"},{"name":"v0.20.5","sha":"7d995d75e07798c1527d5ea3dd8a647ed79fe209","kind":"tag","published_at":"2017-01-27T22:48:11.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5/manifests"},{"name":"v0.20.4","sha":"33df99a73784c1846b62f97ebff3848cdd76c3b1","kind":"tag","published_at":"2017-01-27T13:16:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"78e425f921085030585c93ed1eb0b96b5cb3b4b5","kind":"tag","published_at":"2017-01-26T19:55:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"e4420b601031c4ec8d84fe8340961447e3a2c87a","kind":"commit","published_at":"2017-01-25T14:18:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2/manifests"},{"name":"v0.20.0","sha":"aad93a81bb2ceeeeffc94c856a6d0d37c5ac6aec","kind":"commit","published_at":"2017-01-23T09:23:09.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0/manifests"},{"name":"0.19.1","sha":"d8458941cb570f8753c885da512ba22a53c6bb44","kind":"commit","published_at":"2016-11-06T13:26:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1/manifests"},{"name":"0.19","sha":"91f9f93abc9e802da0eb94e073d6717569fca9fc","kind":"commit","published_at":"2016-07-17T20:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19/manifests"},{"name":"0.18","sha":"9a8c75bb71dd9fdabc210f327f5f0265a259c9fe","kind":"commit","published_at":"2016-06-05T13:33:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.18","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18/manifests"},{"name":"0.17","sha":"6f26197e5753218e87e30de54d08bcd57c0f8f58","kind":"commit","published_at":"2016-05-27T20:19:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.17","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17/manifests"},{"name":"0.16","sha":"b832eb19930f2345b1b8e24398593d3e24e2d1f8","kind":"commit","published_at":"2016-02-17T13:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.16","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16/manifests"},{"name":"0.15","sha":"56faaf291d87355c204bf7deec66128d6090d4d1","kind":"commit","published_at":"2015-08-31T14:06:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.15","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15/manifests"},{"name":"0.14","sha":"40b62ebc9853b8feeaddce8cad972eebdb9f99a9","kind":"commit","published_at":"2015-05-03T15:50:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.14","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14/manifests"},{"name":"0.12","sha":"f5500333413b597bd3d6e22e0325143df998082d","kind":"commit","published_at":"2014-10-06T07:16:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.12","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12/manifests"},{"name":"0.11","sha":"176481c0f8694df12809ac7e70def059e4f9d89f","kind":"commit","published_at":"2014-06-26T02:39:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.11","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11/manifests"},{"name":"0.10","sha":"35df1e3afcf0ec67cf588b17adba537bc3e395c9","kind":"commit","published_at":"2014-04-01T02:47:00.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.10","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10/manifests"},{"name":"0.9","sha":"ee89bf486a157fa27ad4e2084f48930ecba630de","kind":"commit","published_at":"2014-01-08T07:42:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.9","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9/manifests"},{"name":"0.8","sha":"dbe73b0a99ad86f08254e30fad274a1bdfb7779b","kind":"commit","published_at":"2013-09-17T07:23:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.8","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8/manifests"},{"name":"0.7","sha":"81217a4f983570d752aad58073f22f142f1c2f01","kind":"commit","published_at":"2013-07-04T13:32:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.7","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7/manifests"},{"name":"0.6","sha":"45c4b6f47231f30202f0205ceaae3a7da1f8c8ed","kind":"commit","published_at":"2013-04-01T22:31:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.6","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6/manifests"},{"name":"0.5","sha":"2ae581183cc4b7fb47ea104bcfda42292a2fdd32","kind":"commit","published_at":"2013-01-08T01:51:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5/manifests"}]},"repo_metadata_updated_at":"2025-11-06T22:27:47.623Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":14.13374734057846,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":7.06687367028923},"purl":"pkg:apk/alpine/rust-bindgen-bash-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=edge","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/rust-bindgen-bash-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/rust-bindgen-bash-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/rust-bindgen-bash-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-11-06T22:09:15.751Z","issues_count":1579,"pull_requests_count":1870,"avg_time_to_close_issue":15990111.391829155,"avg_time_to_close_pull_request":2452475.746704871,"issues_closed_count":1076,"pull_requests_closed_count":1745,"pull_request_authors_count":420,"issue_authors_count":773,"avg_comments_per_issue":3.837238758708043,"avg_comments_per_pull_request":3.6614973262032087,"merged_pull_requests_count":1548,"bot_issues_count":0,"bot_pull_requests_count":17,"past_year_issues_count":135,"past_year_pull_requests_count":305,"past_year_avg_time_to_close_issue":1894521.8918918918,"past_year_avg_time_to_close_pull_request":920802.1312217194,"past_year_issues_closed_count":37,"past_year_pull_requests_closed_count":221,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":105,"past_year_avg_comments_per_issue":0.7925925925925926,"past_year_avg_comments_per_pull_request":0.8098360655737705,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":202,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/issues","maintainers":[{"login":"emilio","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/emilio"},{"login":"fitzgen","count":356,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fitzgen"},{"login":"pvdrz","count":149,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pvdrz"},{"login":"kulp","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kulp"},{"login":"tshepang","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tshepang"},{"login":"Manishearth","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"},{"login":"dtolnay","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"amanjeev","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amanjeev"},{"login":"scoopr","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/scoopr"},{"login":"frewsxcv","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/frewsxcv"},{"login":"alex","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alex"},{"login":"bjorn3","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"jyn514","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jyn514"},{"login":"workingjubilee","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/workingjubilee"},{"login":"sanxiyn","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sanxiyn"},{"login":"cuviper","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"nagisa","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nagisa"},{"login":"thomcc","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thomcc"},{"login":"jamesmunns","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jamesmunns"},{"login":"lnicola","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lnicola"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"m-ou-se","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-ou-se"},{"login":"anp","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/anp"},{"login":"programmerjake","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/programmerjake"},{"login":"AlexEne","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AlexEne"},{"login":"wesleywiser","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wesleywiser"},{"login":"aDotInTheVoid","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aDotInTheVoid"},{"login":"cramertj","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cramertj"},{"login":"edunham","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/edunham"},{"login":"michaelwoerister","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/michaelwoerister"},{"login":"dwijnand","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dwijnand"},{"login":"KiChjang","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KiChjang"}],"active_maintainers":[{"login":"dtolnay","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"bjorn3","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"cuviper","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"Manishearth","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen-bash-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen-bash-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen-bash-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen-bash-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen-bash-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen-bash-completion/codemeta","maintainers":[{"uuid":"alpine@ptrcnull.me","login":null,"name":"Patrycja Rosa","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","packages_count":773,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","role":null,"created_at":"2024-12-07T21:13:57.285Z","updated_at":"2024-12-07T21:13:57.285Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers/alpine@ptrcnull.me/packages"}],"registry":{"name":"alpine-edge","url":"https://pkgs.alpinelinux.org/packages?branch=edge","ecosystem":"alpine","default":false,"packages_count":39389,"maintainers_count":878,"namespaces_count":3,"keywords_count":0,"github":"alpinelinux","metadata":{"repos":["main","community","testing"]},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.616Z","updated_at":"2026-04-27T18:20:22.267Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/namespaces"}},{"id":11146900,"name":"rust-bindgen-doc","ecosystem":"alpine","description":"automatically generates Rust FFI bindings to C (and some C++) libraries (documentation)","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":"main","versions_count":5,"first_release_published_at":"2024-12-07T19:15:59.000Z","latest_release_published_at":"2025-10-18T20:43:11.000Z","latest_release_number":"0.72.1-r1","last_synced_at":"2026-04-14T22:00:35.199Z","created_at":"2024-12-07T19:33:53.658Z","updated_at":"2026-04-14T22:00:35.200Z","registry_url":"https://pkgs.alpinelinux.org/package/edge/main/x86_64/rust-bindgen-doc","install_command":"apk add rust-bindgen-doc","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":38331451,"uuid":"61728459","full_name":"rust-lang/rust-bindgen","owner":"rust-lang","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries.","archived":false,"fork":false,"pushed_at":"2025-10-21T21:12:34.000Z","size":18199,"stargazers_count":4982,"open_issues_count":535,"forks_count":769,"subscribers_count":53,"default_branch":"main","last_synced_at":"2025-10-30T18:41:12.733Z","etag":null,"topics":["bindings","codegen","ffi"],"latest_commit_sha":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-06-22T15:05:51.000Z","updated_at":"2025-10-30T17:41:29.000Z","dependencies_parsed_at":"2022-07-09T11:00:21.978Z","dependency_job_id":"e8642311-64d2-424b-ba68-2e4b4857d0e0","html_url":"https://github.com/rust-lang/rust-bindgen","commit_stats":{"total_commits":2798,"total_committers":417,"mean_commits":6.709832134292566,"dds":0.8148677626876341,"last_synced_commit":"8a6d851318153b7304b651a7fd8f559938683de3"},"previous_names":["servo/rust-bindgen","rust-lang-nursery/rust-bindgen"],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/rust-lang/rust-bindgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/sbom","scorecard":{"id":447423,"data":{"date":"2025-08-11","repo":{"name":"github.com/rust-lang/rust-bindgen","commit":"5f7aa4b4edcb11a20f251e829bbc66034e21c8e2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 12/20 approved changesets -- score normalized to 6","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/bump-version.yml:20","Warn: no topLevel permission defined: .github/workflows/bindgen.yml:1","Warn: no topLevel permission defined: .github/workflows/bump-version.yml:1","Warn: no topLevel permission defined: .github/workflows/create-tag.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy-book.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:18"],"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid parameter name: .github/workflows/release.yml:78","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:144: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-tag.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:289: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:176: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/bump-version.yml:45","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:67","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:125","Info:   0 out of  31 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  13 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned","Info:   0 out of   2 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:12"],"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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.71.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040","Warn: release artifact v0.71.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040"],"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/rust-lang/.github/SECURITY.md:1","Info: Found linked content: github.com/rust-lang/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/rust-lang/.github/SECURITY.md:1","Info: Found text in security policy: github.com/rust-lang/.github/SECURITY.md:1"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-19T07:11:33.233Z","repository_id":38331451,"created_at":"2025-08-19T07:11:33.265Z","updated_at":"2025-08-19T07:11:33.265Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281937758,"owners_count":26586774,"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-10-31T02:00:07.401Z","response_time":57,"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":"rust-lang","name":"The Rust Programming Language","uuid":"5430905","kind":"organization","description":"","email":"contact@rust-lang.org","website":"https://www.rust-lang.org","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5430905?v=4","repositories_count":233,"last_synced_at":"2025-10-30T00:35:41.348Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rust-lang","funding_links":[],"total_stars":369545,"followers":15156,"following":0,"created_at":"2022-11-02T16:22:33.891Z","updated_at":"2025-10-30T00:35:41.348Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang/repositories"},"tags":[{"name":"v0.72.1","sha":"d874de8d646d9b8a3e7ba2db2bcd52f2fba8f1f5","kind":"tag","published_at":"2025-08-31T17:50:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1/manifests"},{"name":"v0.72.0","sha":"d0e7d6b5b763e93dd38f9ece05230979ede95a0a","kind":"tag","published_at":"2025-06-08T11:15:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0/manifests"},{"name":"v0.71.1","sha":"af7fd38d5e80514406fb6a8bba2d407d252c30b9","kind":"tag","published_at":"2024-12-09T15:21:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1/manifests"},{"name":"v0.71.0","sha":"93c5b8b36bf2372f3b5f5671ce752342c3e83f97","kind":"tag","published_at":"2024-12-09T14:44:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0/manifests"},{"name":"v0.69.5","sha":"ddd00d48e27a6451f65fb8afef381d98a56e0560","kind":"commit","published_at":"2024-10-08T16:30:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5/manifests"},{"name":"v0.70.1","sha":"21c60f473f4e824d4aa9b2b508056320d474b110","kind":"tag","published_at":"2024-08-20T21:24:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1/manifests"},{"name":"v0.70.0","sha":"190ff2a6a4739f3a703125d9ed290dcd2dc9c808","kind":"commit","published_at":"2024-08-16T22:45:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0/manifests"},{"name":"v0.69.4","sha":"62859b2c6108c1c0f60d16b9ffe7544a4fbce48b","kind":"tag","published_at":"2024-02-04T12:50:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4/manifests"},{"name":"v0.69.3","sha":"918abdcac6a263b3d33c2b04d7b1b66fc90c2e39","kind":"tag","published_at":"2024-02-04T11:45:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3/manifests"},{"name":"v0.69.2","sha":"2a22051bb06cf66bd4e3d9305c45a407b79cf1af","kind":"tag","published_at":"2024-01-13T00:08:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2/manifests"},{"name":"v0.69.1","sha":"f3f3d326c7e9e6fa55562fec6a8676ae8eab7588","kind":"tag","published_at":"2023-11-02T17:47:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"c73990cc0f714ce79e444039f09eaf1f769d7e6a","kind":"commit","published_at":"2023-11-01T17:55:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"8d75a02bbb5c64e85e6ce62b57d52b7df9c61c79","kind":"tag","published_at":"2023-09-06T17:48:55.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"ebcf0bcc8bba113d82d0f1e0cbede40ccffc6e8f","kind":"tag","published_at":"2023-09-06T17:01:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0/manifests"},{"name":"v0.66.1","sha":"38a779c61734c134429dfb99da3499173a848c17","kind":"tag","published_at":"2023-06-19T09:08:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1/manifests"},{"name":"v0.66.0","sha":"264075a6362f951e90240a976428f0225652d27c","kind":"tag","published_at":"2023-06-14T18:09:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0/manifests"},{"name":"v0.65.1","sha":"7d243056d335fdc4537f7bca73c06d01aae24ddc","kind":"tag","published_at":"2023-04-10T20:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"2bcff0f2ce64629c6e9d8450f8ddd5eb90bca9e0","kind":"tag","published_at":"2023-04-10T17:25:51.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0/manifests"},{"name":"v0.64.0","sha":"ae6817256ac557981906e93a1f866349db85053e","kind":"tag","published_at":"2023-02-07T15:37:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.64.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0/manifests"},{"name":"v0.63.0","sha":"c51591941e18a75c312c7c237c4969dd22c40467","kind":"tag","published_at":"2022-11-22T18:30:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.63.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0/manifests"},{"name":"v0.62.0","sha":"c09bd2f5b58fb90fbcd906a4826d4ac26fe6ef1d","kind":"tag","published_at":"2022-11-17T03:36:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.62.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0/manifests"},{"name":"v0.61.0","sha":"784d3e824dcb95b8913156d872c9ed8eb8720291","kind":"tag","published_at":"2022-10-16T19:55:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.61.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0/manifests"},{"name":"v0.60.1","sha":"9ca5f856a35deddde0575002d76d1db4430e6c42","kind":"tag","published_at":"2022-06-06T11:23:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1/manifests"},{"name":"v0.60.0","sha":"355181134094202e0caae60c1fbf145d8e6ca84b","kind":"tag","published_at":"2022-06-05T18:38:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0/manifests"},{"name":"v0.59.2","sha":"89032649044d875983a851fff6fbde2d4e2ceaeb","kind":"tag","published_at":"2021-11-26T01:54:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2/manifests"},{"name":"v0.59.1","sha":"9a9438f3d6a3523c69d7bc890e8608b63dbe38a5","kind":"tag","published_at":"2021-07-25T22:25:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"67140077f65bb5af6eae1b257c91c9f379e56bc2","kind":"tag","published_at":"2021-07-20T10:20:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0/manifests"},{"name":"v0.58.1","sha":"696455d1c15e682b2b89f81f409315ea4964aef3","kind":"tag","published_at":"2021-04-06T09:20:01.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1/manifests"},{"name":"v0.58.0","sha":"d7ba7d1dcb081c3c853e3385fd4ef15cb6c1c22c","kind":"tag","published_at":"2021-04-03T11:16:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0/manifests"},{"name":"v0.57.0","sha":"5ca2fc7a0221cacde41fd60b0ce485ee5ab8dac3","kind":"tag","published_at":"2021-02-01T13:06:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.57.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"11ae35089e4748b7e2a6f50f6bef7709af72e724","kind":"tag","published_at":"2020-11-26T10:36:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.56.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0/manifests"},{"name":"v0.47.4","sha":"c2b3a71fc46cb05032dc99ece6a98cf0fb6359eb","kind":"tag","published_at":"2020-11-13T18:43:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4/manifests"},{"name":"v0.55.1","sha":"d492ac4ae11ba7403acd533813982b052c5020a0","kind":"tag","published_at":"2020-08-24T22:39:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1/manifests"},{"name":"v0.55.0","sha":"0996486f0977e12f1a64f7730b3eca81659aa839","kind":"tag","published_at":"2020-08-24T09:59:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0/manifests"},{"name":"v0.54.1-sp1","sha":"79f2c131dfc571852b7c097ca3d08d31ab9874c3","kind":"commit","published_at":"2020-08-03T02:19:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1/manifests"},{"name":"v0.54.1","sha":"f94036fd18eefee801b3e99c564b2b0bc1a81218","kind":"tag","published_at":"2020-07-06T17:17:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1/manifests"},{"name":"v0.53.3","sha":"a8290e03c994bf2f9113fdfca7c74eda2f9750cd","kind":"tag","published_at":"2020-05-21T19:49:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3/manifests"},{"name":"v0.54.0","sha":"d405baf05acec7caf6d3d403cccdaeb5e67423e3","kind":"tag","published_at":"2020-05-21T19:42:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0/manifests"},{"name":"v0.53.2-sp1","sha":"b8beaaf0105158f1d1ed02617487aeb190077e2d","kind":"commit","published_at":"2020-04-01T08:33:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1/manifests"},{"name":"v0.53.2","sha":"cfd3347c6655195d2a03b11aff9cb5efac327bf9","kind":"tag","published_at":"2020-03-09T23:17:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2/manifests"},{"name":"v0.53.1","sha":"02e76faa7a9270125ea9b8dc45cff3f475283d6e","kind":"tag","published_at":"2020-02-03T12:29:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"1d86a83a8767343528c283a1f6ac9f673bb4eb1a","kind":"tag","published_at":"2020-02-02T22:34:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0/manifests"},{"name":"v0.52.0-sp1","sha":"e025ea3d8a3c84ba0208ba156b2cc1e389127869","kind":"commit","published_at":"2019-12-12T06:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1/manifests"},{"name":"v0.49.4","sha":"15d9cb242d91ae736a3d048e456c12528c886404","kind":"tag","published_at":"2019-12-04T16:01:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4/manifests"},{"name":"v0.52.0","sha":"b44be6e3dbce03857c6eac221b1350acd68cb357","kind":"tag","published_at":"2019-11-19T19:30:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0/manifests"},{"name":"v0.19.2","sha":"ff4506b21b9af78566751bfe6019d4b96f8138c4","kind":"tag","published_at":"2019-10-18T14:04:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.19.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2/manifests"},{"name":"v0.51.1-oldsyn","sha":"7c24e0d27f0f70b71df832f48dfed71010e56978","kind":"tag","published_at":"2019-09-24T18:05:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1-oldsyn","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1-oldsyn","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1-oldsyn","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn/manifests"},{"name":"v0.50.1","sha":"8e720a929b64c37e4cb1436041a125c07451030b","kind":"tag","published_at":"2019-09-23T16:57:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1/manifests"},{"name":"v0.51.1","sha":"6643847b38acbd1f709ace8e07e96a2a0435c212","kind":"tag","published_at":"2019-09-23T16:50:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1/manifests"},{"name":"v0.51.0","sha":"37e3d658b1b2030e1f805cedcf7301e8ee461e09","kind":"tag","published_at":"2019-07-26T15:55:23.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0/manifests"},{"name":"v0.50.0","sha":"d7898170fb8feadcab1940c2ecfbac2510780552","kind":"tag","published_at":"2019-07-01T22:03:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0/manifests"},{"name":"v0.49.3","sha":"ad0bf8e6bea1bd70a032f2425b4a581926778096","kind":"tag","published_at":"2019-06-25T16:56:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3/manifests"},{"name":"v0.49.2","sha":"5eefef7dcaaac45486224954c006e17ad0d24547","kind":"tag","published_at":"2019-05-22T13:39:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2/manifests"},{"name":"v0.49.1","sha":"e5250a01b98cb8ca9dc4584788dbc5db68147a71","kind":"tag","published_at":"2019-05-16T19:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1/manifests"},{"name":"v0.49.0","sha":"5b2f344bb02e72fd177149e3aa5d789679fa4471","kind":"tag","published_at":"2019-03-27T02:02:19.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0/manifests"},{"name":"v0.48.1","sha":"185a5f322e973b60f8d0986672f9a88e5d9a07bd","kind":"tag","published_at":"2019-03-06T13:17:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1/manifests"},{"name":"v0.48.0","sha":"a43cc2afcd69cbaa2f699ee3d4b9c804576ffad7","kind":"tag","published_at":"2019-03-04T02:55:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0/manifests"},{"name":"v0.47.3","sha":"1cd830127489b19a58143c300667d045b447a62d","kind":"tag","published_at":"2019-02-25T17:44:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3/manifests"},{"name":"v0.47.2","sha":"f4f47d52cbce45af177958e76ef9a4a17e922bc4","kind":"tag","published_at":"2019-02-23T06:00:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2/manifests"},{"name":"v0.47.1","sha":"86eff214bf29dc1545bfa7fd44ab2df20048e62b","kind":"tag","published_at":"2019-02-02T19:18:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1/manifests"},{"name":"v0.47.0","sha":"8747bc9c28e2c1f762f6fd0f9235f056dbc74ba0","kind":"tag","published_at":"2019-01-19T17:13:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"7c24f6b2f6f62f62eba64784f58b1b6d46831908","kind":"tag","published_at":"2018-12-29T13:53:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.46.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"371e744e4158f23e75adb296433fc684076964ad","kind":"tag","published_at":"2018-12-14T12:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.45.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"7b1406dc90f67fafca61dba915ac57b9d2d7d2d4","kind":"tag","published_at":"2018-11-30T11:36:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.44.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0/manifests"},{"name":"v0.43.2","sha":"68d0af91e58d8ae4c384fb8ae48153dd3ddb7e0a","kind":"tag","published_at":"2018-11-23T10:44:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2/manifests"},{"name":"v0.43.1","sha":"5de943ca7bf6c155f7bae1d91f1e3b1d91e8d901","kind":"tag","published_at":"2018-11-05T13:22:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1/manifests"},{"name":"v0.43.0","sha":"a242c51e6ff0d4cc27940a3927e713e8dff82c5f","kind":"tag","published_at":"2018-10-22T07:39:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0/manifests"},{"name":"v0.42.3","sha":"d7a74baf5c822e0312aca539c3836e5d87c6091b","kind":"tag","published_at":"2018-10-20T05:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3/manifests"},{"name":"v0.42.2","sha":"6055f364bd1d341da8fa881741ec36ab0abf0a7a","kind":"tag","published_at":"2018-10-11T16:18:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2/manifests"},{"name":"v0.42.1","sha":"988a9537800a23c045e045f19e02a1674d6a14ef","kind":"tag","published_at":"2018-10-08T13:40:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1/manifests"},{"name":"v0.42.0","sha":"35a349dd76cb5ba9470de30bb2eb51ea152a9640","kind":"tag","published_at":"2018-10-07T09:14:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"c4433e08ce973632565fd8e2856533052a8ecc89","kind":"tag","published_at":"2018-09-30T19:06:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.41.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0/manifests"},{"name":"v0.40.0","sha":"36c087bb4a22ae37d96a7a711293f5ee2d98015f","kind":"tag","published_at":"2018-09-04T12:47:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.40.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"14da023687b36db480c42f924ec8d236faf1577a","kind":"tag","published_at":"2018-08-24T13:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.39.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"40d24bb085a1a0bd11f7cf4dd87c52de529302ca","kind":"tag","published_at":"2018-08-15T10:49:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.38.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0/manifests"},{"name":"v0.37.4","sha":"c197acf847c4ea6012061c1246668514059c34ae","kind":"tag","published_at":"2018-07-01T13:59:56.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4/manifests"},{"name":"v0.37.3","sha":"a899ce711617fd7be482622a908a40d5fd1c7628","kind":"tag","published_at":"2018-07-01T12:09:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3/manifests"},{"name":"v0.37.0","sha":"4d3674fd378f7ad7fbd7aa1ff9781eecee1f5940","kind":"tag","published_at":"2018-05-18T14:09:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"515ca97b462f348b7b3bb9eaea98b2e0bb1b624b","kind":"tag","published_at":"2018-05-09T22:25:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"af54e58a8c2e513ba8c3cc00c22aa958de091a53","kind":"tag","published_at":"2018-04-10T13:55:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"fb069e9391ebf40ec9ebef7c0ac2e50f5ead5644","kind":"tag","published_at":"2018-03-25T18:25:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.35.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0/manifests"},{"name":"0.33.1","sha":"3379a90a2d88c7d6333d64fe33ea1bd992904c71","kind":"commit","published_at":"2018-02-14T19:45:15.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.33.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1/manifests"},{"name":"v0.32.2","sha":"b3712248c59f8f4dca80fd92d1ad9cb40149a8cc","kind":"tag","published_at":"2018-01-22T11:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.32.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2/manifests"},{"name":"0.32.1","sha":"39d07787a3409b7753a9600bbbfe43d757ce28c2","kind":"commit","published_at":"2017-12-18T21:21:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1/manifests"},{"name":"0.32.0","sha":"d4829d3bb33ffe411fcc67c273be7643017aae38","kind":"commit","published_at":"2017-12-08T19:03:02.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0/manifests"},{"name":"0.31.3","sha":"55cf63c08c539df2a8c5437c062dda5fb57a8b18","kind":"commit","published_at":"2017-10-31T17:57:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3/manifests"},{"name":"v0.31.2","sha":"4c975aa18f6ae4147a146ae7f9c25ac6a2ae14b0","kind":"tag","published_at":"2017-10-30T11:56:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2/manifests"},{"name":"0.31.2","sha":"33c6f261db8fd6ca752a1ed0ba1a8cf6ef3158cd","kind":"commit","published_at":"2017-10-30T10:56:46.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2/manifests"},{"name":"v0.31.1","sha":"fefbbb56ec78950275ff6a1a714efcaa48bf9e8c","kind":"tag","published_at":"2017-10-28T13:26:03.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"f661f58188c6442145ff8856b059ce3e09941e5e","kind":"commit","published_at":"2017-10-27T18:10:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0/manifests"},{"name":"v0.29.1","sha":"81166785bb4d4e315308a512b7b7594175ef1db7","kind":"tag","published_at":"2017-10-12T12:36:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1/manifests"},{"name":"v0.30.0","sha":"05caa820010d44b601b340228d4f95d81958a270","kind":"commit","published_at":"2017-08-28T16:58:05.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.30.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"0e39721b6c72b574026a0802792c4e95f0d83e68","kind":"tag","published_at":"2017-07-28T01:21:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0/manifests"},{"name":"v0.26.3","sha":"78e7546d3be61a7cb7272c7365564300481798ae","kind":"tag","published_at":"2017-07-10T08:23:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3/manifests"},{"name":"v0.26.1","sha":"49526069a0cb9486cb4838134259589addafff40","kind":"tag","published_at":"2017-06-20T23:12:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"8470e221f9fa5d1f195339737fdd3a7b433cad51","kind":"tag","published_at":"2017-06-20T11:34:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0/manifests"},{"name":"v0.25.5","sha":"7faa855d01e114c1adc0abd5efd547ed40543882","kind":"tag","published_at":"2017-06-15T21:55:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5/manifests"},{"name":"v0.25.3","sha":"daf1935534de9cd09a8d3f4384af20eaa4fe0f01","kind":"tag","published_at":"2017-05-27T16:20:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3/manifests"},{"name":"0.25.2","sha":"c160b3d1ed7ebd6b5e542fe271a078f4881884cd","kind":"commit","published_at":"2017-05-25T17:52:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.25.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2/manifests"},{"name":"v0.25.1","sha":"9bb794bb3305ae2355e1945b3abe3d0d8064a428","kind":"tag","published_at":"2017-05-21T01:22:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"31e440917cdc8ac57cd69ddf929e90a7c4b46367","kind":"tag","published_at":"2017-05-08T22:24:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"2d88dd106bf33807679f531051546f3c9889161e","kind":"tag","published_at":"2017-05-08T21:22:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"66b9c3d8698aef0a32147eeabb99264a9b52d171","kind":"tag","published_at":"2017-05-03T20:47:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0/manifests"},{"name":"v0.23.1","sha":"719d03c7724da0c93b05b891465b2df4299ef169","kind":"commit","published_at":"2017-04-17T12:28:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1/manifests"},{"name":"v0.23.0","sha":"06fa2f75ba4dccba7430d461ec89b7e8c36fd4e9","kind":"commit","published_at":"2017-04-11T23:54:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0/manifests"},{"name":"v0.22.1","sha":"4dde8f876dec0efd1f3bf2b0b594a57ef6ac774a","kind":"tag","published_at":"2017-03-06T06:34:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1/manifests"},{"name":"v0.22.0","sha":"e57b2cb3037628abbbf2be549ae3a2e8a4aa95b2","kind":"tag","published_at":"2017-02-17T17:03:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0/manifests"},{"name":"v0.20.5","sha":"7d995d75e07798c1527d5ea3dd8a647ed79fe209","kind":"tag","published_at":"2017-01-27T22:48:11.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5/manifests"},{"name":"v0.20.4","sha":"33df99a73784c1846b62f97ebff3848cdd76c3b1","kind":"tag","published_at":"2017-01-27T13:16:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"78e425f921085030585c93ed1eb0b96b5cb3b4b5","kind":"tag","published_at":"2017-01-26T19:55:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"e4420b601031c4ec8d84fe8340961447e3a2c87a","kind":"commit","published_at":"2017-01-25T14:18:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2/manifests"},{"name":"v0.20.0","sha":"aad93a81bb2ceeeeffc94c856a6d0d37c5ac6aec","kind":"commit","published_at":"2017-01-23T09:23:09.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0/manifests"},{"name":"0.19.1","sha":"d8458941cb570f8753c885da512ba22a53c6bb44","kind":"commit","published_at":"2016-11-06T13:26:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1/manifests"},{"name":"0.19","sha":"91f9f93abc9e802da0eb94e073d6717569fca9fc","kind":"commit","published_at":"2016-07-17T20:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19/manifests"},{"name":"0.18","sha":"9a8c75bb71dd9fdabc210f327f5f0265a259c9fe","kind":"commit","published_at":"2016-06-05T13:33:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.18","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18/manifests"},{"name":"0.17","sha":"6f26197e5753218e87e30de54d08bcd57c0f8f58","kind":"commit","published_at":"2016-05-27T20:19:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.17","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17/manifests"},{"name":"0.16","sha":"b832eb19930f2345b1b8e24398593d3e24e2d1f8","kind":"commit","published_at":"2016-02-17T13:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.16","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16/manifests"},{"name":"0.15","sha":"56faaf291d87355c204bf7deec66128d6090d4d1","kind":"commit","published_at":"2015-08-31T14:06:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.15","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15/manifests"},{"name":"0.14","sha":"40b62ebc9853b8feeaddce8cad972eebdb9f99a9","kind":"commit","published_at":"2015-05-03T15:50:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.14","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14/manifests"},{"name":"0.12","sha":"f5500333413b597bd3d6e22e0325143df998082d","kind":"commit","published_at":"2014-10-06T07:16:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.12","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12/manifests"},{"name":"0.11","sha":"176481c0f8694df12809ac7e70def059e4f9d89f","kind":"commit","published_at":"2014-06-26T02:39:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.11","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11/manifests"},{"name":"0.10","sha":"35df1e3afcf0ec67cf588b17adba537bc3e395c9","kind":"commit","published_at":"2014-04-01T02:47:00.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.10","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10/manifests"},{"name":"0.9","sha":"ee89bf486a157fa27ad4e2084f48930ecba630de","kind":"commit","published_at":"2014-01-08T07:42:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.9","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9/manifests"},{"name":"0.8","sha":"dbe73b0a99ad86f08254e30fad274a1bdfb7779b","kind":"commit","published_at":"2013-09-17T07:23:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.8","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8/manifests"},{"name":"0.7","sha":"81217a4f983570d752aad58073f22f142f1c2f01","kind":"commit","published_at":"2013-07-04T13:32:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.7","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7/manifests"},{"name":"0.6","sha":"45c4b6f47231f30202f0205ceaae3a7da1f8c8ed","kind":"commit","published_at":"2013-04-01T22:31:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.6","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6/manifests"},{"name":"0.5","sha":"2ae581183cc4b7fb47ea104bcfda42292a2fdd32","kind":"commit","published_at":"2013-01-08T01:51:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5/manifests"}]},"repo_metadata_updated_at":"2025-11-06T22:27:48.133Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":14.13374734057846,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":7.06687367028923},"purl":"pkg:apk/alpine/rust-bindgen-doc?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=edge","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/rust-bindgen-doc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/rust-bindgen-doc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/rust-bindgen-doc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-11-06T22:09:15.751Z","issues_count":1579,"pull_requests_count":1870,"avg_time_to_close_issue":15990111.391829155,"avg_time_to_close_pull_request":2452475.746704871,"issues_closed_count":1076,"pull_requests_closed_count":1745,"pull_request_authors_count":420,"issue_authors_count":773,"avg_comments_per_issue":3.837238758708043,"avg_comments_per_pull_request":3.6614973262032087,"merged_pull_requests_count":1548,"bot_issues_count":0,"bot_pull_requests_count":17,"past_year_issues_count":135,"past_year_pull_requests_count":305,"past_year_avg_time_to_close_issue":1894521.8918918918,"past_year_avg_time_to_close_pull_request":920802.1312217194,"past_year_issues_closed_count":37,"past_year_pull_requests_closed_count":221,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":105,"past_year_avg_comments_per_issue":0.7925925925925926,"past_year_avg_comments_per_pull_request":0.8098360655737705,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":202,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/issues","maintainers":[{"login":"emilio","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/emilio"},{"login":"fitzgen","count":356,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fitzgen"},{"login":"pvdrz","count":149,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pvdrz"},{"login":"kulp","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kulp"},{"login":"tshepang","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tshepang"},{"login":"Manishearth","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"},{"login":"dtolnay","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"amanjeev","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amanjeev"},{"login":"scoopr","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/scoopr"},{"login":"frewsxcv","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/frewsxcv"},{"login":"alex","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alex"},{"login":"bjorn3","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"jyn514","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jyn514"},{"login":"workingjubilee","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/workingjubilee"},{"login":"sanxiyn","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sanxiyn"},{"login":"cuviper","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"nagisa","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nagisa"},{"login":"thomcc","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thomcc"},{"login":"jamesmunns","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jamesmunns"},{"login":"lnicola","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lnicola"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"m-ou-se","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-ou-se"},{"login":"anp","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/anp"},{"login":"programmerjake","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/programmerjake"},{"login":"AlexEne","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AlexEne"},{"login":"wesleywiser","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wesleywiser"},{"login":"aDotInTheVoid","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aDotInTheVoid"},{"login":"cramertj","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cramertj"},{"login":"edunham","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/edunham"},{"login":"michaelwoerister","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/michaelwoerister"},{"login":"dwijnand","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dwijnand"},{"login":"KiChjang","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KiChjang"}],"active_maintainers":[{"login":"dtolnay","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"bjorn3","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"cuviper","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"Manishearth","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen-doc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen-doc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen-doc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen-doc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen-doc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen-doc/codemeta","maintainers":[{"uuid":"alpine@ptrcnull.me","login":null,"name":"Patrycja Rosa","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","packages_count":773,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","role":null,"created_at":"2024-12-07T21:13:57.280Z","updated_at":"2024-12-07T21:13:57.280Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers/alpine@ptrcnull.me/packages"}],"registry":{"name":"alpine-edge","url":"https://pkgs.alpinelinux.org/packages?branch=edge","ecosystem":"alpine","default":false,"packages_count":39389,"maintainers_count":878,"namespaces_count":3,"keywords_count":0,"github":"alpinelinux","metadata":{"repos":["main","community","testing"]},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.616Z","updated_at":"2026-04-27T18:20:22.267Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/namespaces"}},{"id":11146899,"name":"rust-bindgen-zsh-completion","ecosystem":"alpine","description":"Zsh completions for rust-bindgen","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":"main","versions_count":5,"first_release_published_at":"2024-12-07T19:15:59.000Z","latest_release_published_at":"2025-10-18T20:43:11.000Z","latest_release_number":"0.72.1-r1","last_synced_at":"2026-04-14T22:06:48.568Z","created_at":"2024-12-07T19:33:46.493Z","updated_at":"2026-04-14T22:06:48.569Z","registry_url":"https://pkgs.alpinelinux.org/package/edge/main/x86_64/rust-bindgen-zsh-completion","install_command":"apk add rust-bindgen-zsh-completion","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":38331451,"uuid":"61728459","full_name":"rust-lang/rust-bindgen","owner":"rust-lang","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries.","archived":false,"fork":false,"pushed_at":"2025-10-21T21:12:34.000Z","size":18199,"stargazers_count":4982,"open_issues_count":535,"forks_count":769,"subscribers_count":53,"default_branch":"main","last_synced_at":"2025-10-30T18:41:12.733Z","etag":null,"topics":["bindings","codegen","ffi"],"latest_commit_sha":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-06-22T15:05:51.000Z","updated_at":"2025-10-30T17:41:29.000Z","dependencies_parsed_at":"2022-07-09T11:00:21.978Z","dependency_job_id":"e8642311-64d2-424b-ba68-2e4b4857d0e0","html_url":"https://github.com/rust-lang/rust-bindgen","commit_stats":{"total_commits":2798,"total_committers":417,"mean_commits":6.709832134292566,"dds":0.8148677626876341,"last_synced_commit":"8a6d851318153b7304b651a7fd8f559938683de3"},"previous_names":["servo/rust-bindgen","rust-lang-nursery/rust-bindgen"],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/rust-lang/rust-bindgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/sbom","scorecard":{"id":447423,"data":{"date":"2025-08-11","repo":{"name":"github.com/rust-lang/rust-bindgen","commit":"5f7aa4b4edcb11a20f251e829bbc66034e21c8e2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 12/20 approved changesets -- score normalized to 6","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/bump-version.yml:20","Warn: no topLevel permission defined: .github/workflows/bindgen.yml:1","Warn: no topLevel permission defined: .github/workflows/bump-version.yml:1","Warn: no topLevel permission defined: .github/workflows/create-tag.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy-book.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:18"],"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid parameter name: .github/workflows/release.yml:78","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:144: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-tag.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:289: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:176: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/bump-version.yml:45","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:67","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:125","Info:   0 out of  31 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  13 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned","Info:   0 out of   2 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:12"],"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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.71.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040","Warn: release artifact v0.71.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040"],"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/rust-lang/.github/SECURITY.md:1","Info: Found linked content: github.com/rust-lang/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/rust-lang/.github/SECURITY.md:1","Info: Found text in security policy: github.com/rust-lang/.github/SECURITY.md:1"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-19T07:11:33.233Z","repository_id":38331451,"created_at":"2025-08-19T07:11:33.265Z","updated_at":"2025-08-19T07:11:33.265Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281937758,"owners_count":26586774,"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-10-31T02:00:07.401Z","response_time":57,"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":"rust-lang","name":"The Rust Programming Language","uuid":"5430905","kind":"organization","description":"","email":"contact@rust-lang.org","website":"https://www.rust-lang.org","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5430905?v=4","repositories_count":233,"last_synced_at":"2025-10-30T00:35:41.348Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rust-lang","funding_links":[],"total_stars":369545,"followers":15156,"following":0,"created_at":"2022-11-02T16:22:33.891Z","updated_at":"2025-10-30T00:35:41.348Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang/repositories"},"tags":[{"name":"v0.72.1","sha":"d874de8d646d9b8a3e7ba2db2bcd52f2fba8f1f5","kind":"tag","published_at":"2025-08-31T17:50:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1/manifests"},{"name":"v0.72.0","sha":"d0e7d6b5b763e93dd38f9ece05230979ede95a0a","kind":"tag","published_at":"2025-06-08T11:15:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0/manifests"},{"name":"v0.71.1","sha":"af7fd38d5e80514406fb6a8bba2d407d252c30b9","kind":"tag","published_at":"2024-12-09T15:21:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1/manifests"},{"name":"v0.71.0","sha":"93c5b8b36bf2372f3b5f5671ce752342c3e83f97","kind":"tag","published_at":"2024-12-09T14:44:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0/manifests"},{"name":"v0.69.5","sha":"ddd00d48e27a6451f65fb8afef381d98a56e0560","kind":"commit","published_at":"2024-10-08T16:30:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5/manifests"},{"name":"v0.70.1","sha":"21c60f473f4e824d4aa9b2b508056320d474b110","kind":"tag","published_at":"2024-08-20T21:24:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1/manifests"},{"name":"v0.70.0","sha":"190ff2a6a4739f3a703125d9ed290dcd2dc9c808","kind":"commit","published_at":"2024-08-16T22:45:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0/manifests"},{"name":"v0.69.4","sha":"62859b2c6108c1c0f60d16b9ffe7544a4fbce48b","kind":"tag","published_at":"2024-02-04T12:50:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4/manifests"},{"name":"v0.69.3","sha":"918abdcac6a263b3d33c2b04d7b1b66fc90c2e39","kind":"tag","published_at":"2024-02-04T11:45:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3/manifests"},{"name":"v0.69.2","sha":"2a22051bb06cf66bd4e3d9305c45a407b79cf1af","kind":"tag","published_at":"2024-01-13T00:08:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2/manifests"},{"name":"v0.69.1","sha":"f3f3d326c7e9e6fa55562fec6a8676ae8eab7588","kind":"tag","published_at":"2023-11-02T17:47:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"c73990cc0f714ce79e444039f09eaf1f769d7e6a","kind":"commit","published_at":"2023-11-01T17:55:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"8d75a02bbb5c64e85e6ce62b57d52b7df9c61c79","kind":"tag","published_at":"2023-09-06T17:48:55.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"ebcf0bcc8bba113d82d0f1e0cbede40ccffc6e8f","kind":"tag","published_at":"2023-09-06T17:01:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0/manifests"},{"name":"v0.66.1","sha":"38a779c61734c134429dfb99da3499173a848c17","kind":"tag","published_at":"2023-06-19T09:08:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1/manifests"},{"name":"v0.66.0","sha":"264075a6362f951e90240a976428f0225652d27c","kind":"tag","published_at":"2023-06-14T18:09:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0/manifests"},{"name":"v0.65.1","sha":"7d243056d335fdc4537f7bca73c06d01aae24ddc","kind":"tag","published_at":"2023-04-10T20:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"2bcff0f2ce64629c6e9d8450f8ddd5eb90bca9e0","kind":"tag","published_at":"2023-04-10T17:25:51.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0/manifests"},{"name":"v0.64.0","sha":"ae6817256ac557981906e93a1f866349db85053e","kind":"tag","published_at":"2023-02-07T15:37:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.64.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0/manifests"},{"name":"v0.63.0","sha":"c51591941e18a75c312c7c237c4969dd22c40467","kind":"tag","published_at":"2022-11-22T18:30:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.63.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0/manifests"},{"name":"v0.62.0","sha":"c09bd2f5b58fb90fbcd906a4826d4ac26fe6ef1d","kind":"tag","published_at":"2022-11-17T03:36:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.62.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0/manifests"},{"name":"v0.61.0","sha":"784d3e824dcb95b8913156d872c9ed8eb8720291","kind":"tag","published_at":"2022-10-16T19:55:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.61.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0/manifests"},{"name":"v0.60.1","sha":"9ca5f856a35deddde0575002d76d1db4430e6c42","kind":"tag","published_at":"2022-06-06T11:23:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1/manifests"},{"name":"v0.60.0","sha":"355181134094202e0caae60c1fbf145d8e6ca84b","kind":"tag","published_at":"2022-06-05T18:38:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0/manifests"},{"name":"v0.59.2","sha":"89032649044d875983a851fff6fbde2d4e2ceaeb","kind":"tag","published_at":"2021-11-26T01:54:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2/manifests"},{"name":"v0.59.1","sha":"9a9438f3d6a3523c69d7bc890e8608b63dbe38a5","kind":"tag","published_at":"2021-07-25T22:25:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"67140077f65bb5af6eae1b257c91c9f379e56bc2","kind":"tag","published_at":"2021-07-20T10:20:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0/manifests"},{"name":"v0.58.1","sha":"696455d1c15e682b2b89f81f409315ea4964aef3","kind":"tag","published_at":"2021-04-06T09:20:01.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1/manifests"},{"name":"v0.58.0","sha":"d7ba7d1dcb081c3c853e3385fd4ef15cb6c1c22c","kind":"tag","published_at":"2021-04-03T11:16:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0/manifests"},{"name":"v0.57.0","sha":"5ca2fc7a0221cacde41fd60b0ce485ee5ab8dac3","kind":"tag","published_at":"2021-02-01T13:06:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.57.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"11ae35089e4748b7e2a6f50f6bef7709af72e724","kind":"tag","published_at":"2020-11-26T10:36:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.56.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0/manifests"},{"name":"v0.47.4","sha":"c2b3a71fc46cb05032dc99ece6a98cf0fb6359eb","kind":"tag","published_at":"2020-11-13T18:43:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4/manifests"},{"name":"v0.55.1","sha":"d492ac4ae11ba7403acd533813982b052c5020a0","kind":"tag","published_at":"2020-08-24T22:39:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1/manifests"},{"name":"v0.55.0","sha":"0996486f0977e12f1a64f7730b3eca81659aa839","kind":"tag","published_at":"2020-08-24T09:59:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0/manifests"},{"name":"v0.54.1-sp1","sha":"79f2c131dfc571852b7c097ca3d08d31ab9874c3","kind":"commit","published_at":"2020-08-03T02:19:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1/manifests"},{"name":"v0.54.1","sha":"f94036fd18eefee801b3e99c564b2b0bc1a81218","kind":"tag","published_at":"2020-07-06T17:17:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1/manifests"},{"name":"v0.53.3","sha":"a8290e03c994bf2f9113fdfca7c74eda2f9750cd","kind":"tag","published_at":"2020-05-21T19:49:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3/manifests"},{"name":"v0.54.0","sha":"d405baf05acec7caf6d3d403cccdaeb5e67423e3","kind":"tag","published_at":"2020-05-21T19:42:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0/manifests"},{"name":"v0.53.2-sp1","sha":"b8beaaf0105158f1d1ed02617487aeb190077e2d","kind":"commit","published_at":"2020-04-01T08:33:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1/manifests"},{"name":"v0.53.2","sha":"cfd3347c6655195d2a03b11aff9cb5efac327bf9","kind":"tag","published_at":"2020-03-09T23:17:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2/manifests"},{"name":"v0.53.1","sha":"02e76faa7a9270125ea9b8dc45cff3f475283d6e","kind":"tag","published_at":"2020-02-03T12:29:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"1d86a83a8767343528c283a1f6ac9f673bb4eb1a","kind":"tag","published_at":"2020-02-02T22:34:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0/manifests"},{"name":"v0.52.0-sp1","sha":"e025ea3d8a3c84ba0208ba156b2cc1e389127869","kind":"commit","published_at":"2019-12-12T06:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1/manifests"},{"name":"v0.49.4","sha":"15d9cb242d91ae736a3d048e456c12528c886404","kind":"tag","published_at":"2019-12-04T16:01:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4/manifests"},{"name":"v0.52.0","sha":"b44be6e3dbce03857c6eac221b1350acd68cb357","kind":"tag","published_at":"2019-11-19T19:30:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0/manifests"},{"name":"v0.19.2","sha":"ff4506b21b9af78566751bfe6019d4b96f8138c4","kind":"tag","published_at":"2019-10-18T14:04:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.19.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2/manifests"},{"name":"v0.51.1-oldsyn","sha":"7c24e0d27f0f70b71df832f48dfed71010e56978","kind":"tag","published_at":"2019-09-24T18:05:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1-oldsyn","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1-oldsyn","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1-oldsyn","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn/manifests"},{"name":"v0.50.1","sha":"8e720a929b64c37e4cb1436041a125c07451030b","kind":"tag","published_at":"2019-09-23T16:57:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1/manifests"},{"name":"v0.51.1","sha":"6643847b38acbd1f709ace8e07e96a2a0435c212","kind":"tag","published_at":"2019-09-23T16:50:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1/manifests"},{"name":"v0.51.0","sha":"37e3d658b1b2030e1f805cedcf7301e8ee461e09","kind":"tag","published_at":"2019-07-26T15:55:23.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0/manifests"},{"name":"v0.50.0","sha":"d7898170fb8feadcab1940c2ecfbac2510780552","kind":"tag","published_at":"2019-07-01T22:03:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0/manifests"},{"name":"v0.49.3","sha":"ad0bf8e6bea1bd70a032f2425b4a581926778096","kind":"tag","published_at":"2019-06-25T16:56:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3/manifests"},{"name":"v0.49.2","sha":"5eefef7dcaaac45486224954c006e17ad0d24547","kind":"tag","published_at":"2019-05-22T13:39:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2/manifests"},{"name":"v0.49.1","sha":"e5250a01b98cb8ca9dc4584788dbc5db68147a71","kind":"tag","published_at":"2019-05-16T19:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1/manifests"},{"name":"v0.49.0","sha":"5b2f344bb02e72fd177149e3aa5d789679fa4471","kind":"tag","published_at":"2019-03-27T02:02:19.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0/manifests"},{"name":"v0.48.1","sha":"185a5f322e973b60f8d0986672f9a88e5d9a07bd","kind":"tag","published_at":"2019-03-06T13:17:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1/manifests"},{"name":"v0.48.0","sha":"a43cc2afcd69cbaa2f699ee3d4b9c804576ffad7","kind":"tag","published_at":"2019-03-04T02:55:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0/manifests"},{"name":"v0.47.3","sha":"1cd830127489b19a58143c300667d045b447a62d","kind":"tag","published_at":"2019-02-25T17:44:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3/manifests"},{"name":"v0.47.2","sha":"f4f47d52cbce45af177958e76ef9a4a17e922bc4","kind":"tag","published_at":"2019-02-23T06:00:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2/manifests"},{"name":"v0.47.1","sha":"86eff214bf29dc1545bfa7fd44ab2df20048e62b","kind":"tag","published_at":"2019-02-02T19:18:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1/manifests"},{"name":"v0.47.0","sha":"8747bc9c28e2c1f762f6fd0f9235f056dbc74ba0","kind":"tag","published_at":"2019-01-19T17:13:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"7c24f6b2f6f62f62eba64784f58b1b6d46831908","kind":"tag","published_at":"2018-12-29T13:53:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.46.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"371e744e4158f23e75adb296433fc684076964ad","kind":"tag","published_at":"2018-12-14T12:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.45.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"7b1406dc90f67fafca61dba915ac57b9d2d7d2d4","kind":"tag","published_at":"2018-11-30T11:36:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.44.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0/manifests"},{"name":"v0.43.2","sha":"68d0af91e58d8ae4c384fb8ae48153dd3ddb7e0a","kind":"tag","published_at":"2018-11-23T10:44:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2/manifests"},{"name":"v0.43.1","sha":"5de943ca7bf6c155f7bae1d91f1e3b1d91e8d901","kind":"tag","published_at":"2018-11-05T13:22:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1/manifests"},{"name":"v0.43.0","sha":"a242c51e6ff0d4cc27940a3927e713e8dff82c5f","kind":"tag","published_at":"2018-10-22T07:39:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0/manifests"},{"name":"v0.42.3","sha":"d7a74baf5c822e0312aca539c3836e5d87c6091b","kind":"tag","published_at":"2018-10-20T05:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3/manifests"},{"name":"v0.42.2","sha":"6055f364bd1d341da8fa881741ec36ab0abf0a7a","kind":"tag","published_at":"2018-10-11T16:18:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2/manifests"},{"name":"v0.42.1","sha":"988a9537800a23c045e045f19e02a1674d6a14ef","kind":"tag","published_at":"2018-10-08T13:40:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1/manifests"},{"name":"v0.42.0","sha":"35a349dd76cb5ba9470de30bb2eb51ea152a9640","kind":"tag","published_at":"2018-10-07T09:14:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"c4433e08ce973632565fd8e2856533052a8ecc89","kind":"tag","published_at":"2018-09-30T19:06:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.41.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0/manifests"},{"name":"v0.40.0","sha":"36c087bb4a22ae37d96a7a711293f5ee2d98015f","kind":"tag","published_at":"2018-09-04T12:47:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.40.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"14da023687b36db480c42f924ec8d236faf1577a","kind":"tag","published_at":"2018-08-24T13:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.39.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"40d24bb085a1a0bd11f7cf4dd87c52de529302ca","kind":"tag","published_at":"2018-08-15T10:49:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.38.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0/manifests"},{"name":"v0.37.4","sha":"c197acf847c4ea6012061c1246668514059c34ae","kind":"tag","published_at":"2018-07-01T13:59:56.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4/manifests"},{"name":"v0.37.3","sha":"a899ce711617fd7be482622a908a40d5fd1c7628","kind":"tag","published_at":"2018-07-01T12:09:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3/manifests"},{"name":"v0.37.0","sha":"4d3674fd378f7ad7fbd7aa1ff9781eecee1f5940","kind":"tag","published_at":"2018-05-18T14:09:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"515ca97b462f348b7b3bb9eaea98b2e0bb1b624b","kind":"tag","published_at":"2018-05-09T22:25:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"af54e58a8c2e513ba8c3cc00c22aa958de091a53","kind":"tag","published_at":"2018-04-10T13:55:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"fb069e9391ebf40ec9ebef7c0ac2e50f5ead5644","kind":"tag","published_at":"2018-03-25T18:25:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.35.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0/manifests"},{"name":"0.33.1","sha":"3379a90a2d88c7d6333d64fe33ea1bd992904c71","kind":"commit","published_at":"2018-02-14T19:45:15.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.33.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1/manifests"},{"name":"v0.32.2","sha":"b3712248c59f8f4dca80fd92d1ad9cb40149a8cc","kind":"tag","published_at":"2018-01-22T11:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.32.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2/manifests"},{"name":"0.32.1","sha":"39d07787a3409b7753a9600bbbfe43d757ce28c2","kind":"commit","published_at":"2017-12-18T21:21:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1/manifests"},{"name":"0.32.0","sha":"d4829d3bb33ffe411fcc67c273be7643017aae38","kind":"commit","published_at":"2017-12-08T19:03:02.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0/manifests"},{"name":"0.31.3","sha":"55cf63c08c539df2a8c5437c062dda5fb57a8b18","kind":"commit","published_at":"2017-10-31T17:57:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3/manifests"},{"name":"v0.31.2","sha":"4c975aa18f6ae4147a146ae7f9c25ac6a2ae14b0","kind":"tag","published_at":"2017-10-30T11:56:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2/manifests"},{"name":"0.31.2","sha":"33c6f261db8fd6ca752a1ed0ba1a8cf6ef3158cd","kind":"commit","published_at":"2017-10-30T10:56:46.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2/manifests"},{"name":"v0.31.1","sha":"fefbbb56ec78950275ff6a1a714efcaa48bf9e8c","kind":"tag","published_at":"2017-10-28T13:26:03.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"f661f58188c6442145ff8856b059ce3e09941e5e","kind":"commit","published_at":"2017-10-27T18:10:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0/manifests"},{"name":"v0.29.1","sha":"81166785bb4d4e315308a512b7b7594175ef1db7","kind":"tag","published_at":"2017-10-12T12:36:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1/manifests"},{"name":"v0.30.0","sha":"05caa820010d44b601b340228d4f95d81958a270","kind":"commit","published_at":"2017-08-28T16:58:05.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.30.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"0e39721b6c72b574026a0802792c4e95f0d83e68","kind":"tag","published_at":"2017-07-28T01:21:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0/manifests"},{"name":"v0.26.3","sha":"78e7546d3be61a7cb7272c7365564300481798ae","kind":"tag","published_at":"2017-07-10T08:23:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3/manifests"},{"name":"v0.26.1","sha":"49526069a0cb9486cb4838134259589addafff40","kind":"tag","published_at":"2017-06-20T23:12:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"8470e221f9fa5d1f195339737fdd3a7b433cad51","kind":"tag","published_at":"2017-06-20T11:34:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0/manifests"},{"name":"v0.25.5","sha":"7faa855d01e114c1adc0abd5efd547ed40543882","kind":"tag","published_at":"2017-06-15T21:55:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5/manifests"},{"name":"v0.25.3","sha":"daf1935534de9cd09a8d3f4384af20eaa4fe0f01","kind":"tag","published_at":"2017-05-27T16:20:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3/manifests"},{"name":"0.25.2","sha":"c160b3d1ed7ebd6b5e542fe271a078f4881884cd","kind":"commit","published_at":"2017-05-25T17:52:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.25.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2/manifests"},{"name":"v0.25.1","sha":"9bb794bb3305ae2355e1945b3abe3d0d8064a428","kind":"tag","published_at":"2017-05-21T01:22:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"31e440917cdc8ac57cd69ddf929e90a7c4b46367","kind":"tag","published_at":"2017-05-08T22:24:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"2d88dd106bf33807679f531051546f3c9889161e","kind":"tag","published_at":"2017-05-08T21:22:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"66b9c3d8698aef0a32147eeabb99264a9b52d171","kind":"tag","published_at":"2017-05-03T20:47:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0/manifests"},{"name":"v0.23.1","sha":"719d03c7724da0c93b05b891465b2df4299ef169","kind":"commit","published_at":"2017-04-17T12:28:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1/manifests"},{"name":"v0.23.0","sha":"06fa2f75ba4dccba7430d461ec89b7e8c36fd4e9","kind":"commit","published_at":"2017-04-11T23:54:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0/manifests"},{"name":"v0.22.1","sha":"4dde8f876dec0efd1f3bf2b0b594a57ef6ac774a","kind":"tag","published_at":"2017-03-06T06:34:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1/manifests"},{"name":"v0.22.0","sha":"e57b2cb3037628abbbf2be549ae3a2e8a4aa95b2","kind":"tag","published_at":"2017-02-17T17:03:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0/manifests"},{"name":"v0.20.5","sha":"7d995d75e07798c1527d5ea3dd8a647ed79fe209","kind":"tag","published_at":"2017-01-27T22:48:11.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5/manifests"},{"name":"v0.20.4","sha":"33df99a73784c1846b62f97ebff3848cdd76c3b1","kind":"tag","published_at":"2017-01-27T13:16:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"78e425f921085030585c93ed1eb0b96b5cb3b4b5","kind":"tag","published_at":"2017-01-26T19:55:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"e4420b601031c4ec8d84fe8340961447e3a2c87a","kind":"commit","published_at":"2017-01-25T14:18:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2/manifests"},{"name":"v0.20.0","sha":"aad93a81bb2ceeeeffc94c856a6d0d37c5ac6aec","kind":"commit","published_at":"2017-01-23T09:23:09.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0/manifests"},{"name":"0.19.1","sha":"d8458941cb570f8753c885da512ba22a53c6bb44","kind":"commit","published_at":"2016-11-06T13:26:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1/manifests"},{"name":"0.19","sha":"91f9f93abc9e802da0eb94e073d6717569fca9fc","kind":"commit","published_at":"2016-07-17T20:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19/manifests"},{"name":"0.18","sha":"9a8c75bb71dd9fdabc210f327f5f0265a259c9fe","kind":"commit","published_at":"2016-06-05T13:33:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.18","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18/manifests"},{"name":"0.17","sha":"6f26197e5753218e87e30de54d08bcd57c0f8f58","kind":"commit","published_at":"2016-05-27T20:19:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.17","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17/manifests"},{"name":"0.16","sha":"b832eb19930f2345b1b8e24398593d3e24e2d1f8","kind":"commit","published_at":"2016-02-17T13:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.16","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16/manifests"},{"name":"0.15","sha":"56faaf291d87355c204bf7deec66128d6090d4d1","kind":"commit","published_at":"2015-08-31T14:06:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.15","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15/manifests"},{"name":"0.14","sha":"40b62ebc9853b8feeaddce8cad972eebdb9f99a9","kind":"commit","published_at":"2015-05-03T15:50:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.14","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14/manifests"},{"name":"0.12","sha":"f5500333413b597bd3d6e22e0325143df998082d","kind":"commit","published_at":"2014-10-06T07:16:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.12","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12/manifests"},{"name":"0.11","sha":"176481c0f8694df12809ac7e70def059e4f9d89f","kind":"commit","published_at":"2014-06-26T02:39:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.11","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11/manifests"},{"name":"0.10","sha":"35df1e3afcf0ec67cf588b17adba537bc3e395c9","kind":"commit","published_at":"2014-04-01T02:47:00.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.10","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10/manifests"},{"name":"0.9","sha":"ee89bf486a157fa27ad4e2084f48930ecba630de","kind":"commit","published_at":"2014-01-08T07:42:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.9","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9/manifests"},{"name":"0.8","sha":"dbe73b0a99ad86f08254e30fad274a1bdfb7779b","kind":"commit","published_at":"2013-09-17T07:23:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.8","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8/manifests"},{"name":"0.7","sha":"81217a4f983570d752aad58073f22f142f1c2f01","kind":"commit","published_at":"2013-07-04T13:32:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.7","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7/manifests"},{"name":"0.6","sha":"45c4b6f47231f30202f0205ceaae3a7da1f8c8ed","kind":"commit","published_at":"2013-04-01T22:31:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.6","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6/manifests"},{"name":"0.5","sha":"2ae581183cc4b7fb47ea104bcfda42292a2fdd32","kind":"commit","published_at":"2013-01-08T01:51:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5/manifests"}]},"repo_metadata_updated_at":"2025-11-06T22:27:47.464Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":14.13374734057846,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":7.06687367028923},"purl":"pkg:apk/alpine/rust-bindgen-zsh-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=edge","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/rust-bindgen-zsh-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/rust-bindgen-zsh-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/rust-bindgen-zsh-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-11-06T22:09:15.751Z","issues_count":1579,"pull_requests_count":1870,"avg_time_to_close_issue":15990111.391829155,"avg_time_to_close_pull_request":2452475.746704871,"issues_closed_count":1076,"pull_requests_closed_count":1745,"pull_request_authors_count":420,"issue_authors_count":773,"avg_comments_per_issue":3.837238758708043,"avg_comments_per_pull_request":3.6614973262032087,"merged_pull_requests_count":1548,"bot_issues_count":0,"bot_pull_requests_count":17,"past_year_issues_count":135,"past_year_pull_requests_count":305,"past_year_avg_time_to_close_issue":1894521.8918918918,"past_year_avg_time_to_close_pull_request":920802.1312217194,"past_year_issues_closed_count":37,"past_year_pull_requests_closed_count":221,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":105,"past_year_avg_comments_per_issue":0.7925925925925926,"past_year_avg_comments_per_pull_request":0.8098360655737705,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":202,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/issues","maintainers":[{"login":"emilio","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/emilio"},{"login":"fitzgen","count":356,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fitzgen"},{"login":"pvdrz","count":149,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pvdrz"},{"login":"kulp","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kulp"},{"login":"tshepang","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tshepang"},{"login":"Manishearth","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"},{"login":"dtolnay","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"amanjeev","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amanjeev"},{"login":"scoopr","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/scoopr"},{"login":"frewsxcv","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/frewsxcv"},{"login":"alex","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alex"},{"login":"bjorn3","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"jyn514","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jyn514"},{"login":"workingjubilee","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/workingjubilee"},{"login":"sanxiyn","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sanxiyn"},{"login":"cuviper","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"nagisa","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nagisa"},{"login":"thomcc","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thomcc"},{"login":"jamesmunns","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jamesmunns"},{"login":"lnicola","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lnicola"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"m-ou-se","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-ou-se"},{"login":"anp","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/anp"},{"login":"programmerjake","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/programmerjake"},{"login":"AlexEne","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AlexEne"},{"login":"wesleywiser","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wesleywiser"},{"login":"aDotInTheVoid","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aDotInTheVoid"},{"login":"cramertj","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cramertj"},{"login":"edunham","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/edunham"},{"login":"michaelwoerister","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/michaelwoerister"},{"login":"dwijnand","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dwijnand"},{"login":"KiChjang","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KiChjang"}],"active_maintainers":[{"login":"dtolnay","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"bjorn3","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"cuviper","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"Manishearth","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen-zsh-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen-zsh-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen-zsh-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen-zsh-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen-zsh-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen-zsh-completion/codemeta","maintainers":[{"uuid":"alpine@ptrcnull.me","login":null,"name":"Patrycja Rosa","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","packages_count":773,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","role":null,"created_at":"2024-12-07T21:13:53.316Z","updated_at":"2024-12-07T21:13:53.316Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers/alpine@ptrcnull.me/packages"}],"registry":{"name":"alpine-edge","url":"https://pkgs.alpinelinux.org/packages?branch=edge","ecosystem":"alpine","default":false,"packages_count":39389,"maintainers_count":878,"namespaces_count":3,"keywords_count":0,"github":"alpinelinux","metadata":{"repos":["main","community","testing"]},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.616Z","updated_at":"2026-04-27T18:20:22.267Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/namespaces"}},{"id":13669996,"name":"rust-bindgen-cli","ecosystem":"debian","description":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T12:54:22.810Z","latest_release_published_at":"2026-02-12T12:54:22.810Z","latest_release_number":"0.71.1-6","last_synced_at":"2026-03-14T19:17:58.790Z","created_at":"2026-02-12T12:54:22.530Z","updated_at":"2026-03-14T19:17:58.790Z","registry_url":"https://tracker.debian.org/pkg/rust-bindgen-cli","install_command":"apt-get install rust-bindgen-cli","documentation_url":"https://packages.debian.org/trixie/rust-bindgen-cli","metadata":{"component":"main","architecture":"any","priority":"optional","binary":"bindgen","standards_version":"4.7.0","maintainer":"Debian Rust Maintainers \u003cpkg-rust-maintainers@alioth-lists.debian.net\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-cargo","build_depends_indep":null,"build_depends_arch":"cargo:native, rustc:native (\u003e= 1.70.0), libstd-rust-dev, librust-bindgen-0.71+--cli-dev (\u003e= 0.71.1-~~), librust-bindgen-0.71+experimental-dev (\u003e= 0.71.1-~~), librust-bindgen-0.71+logging-dev (\u003e= 0.71.1-~~), librust-bindgen-0.71+prettyplease-dev (\u003e= 0.71.1-~~), librust-bindgen-0.71+runtime-dev (\u003e= 0.71.1-~~), librust-env-logger-0.11+default-dev, librust-log-0.4+default-dev, librust-proc-macro2-1+default-dev, librust-shlex-1+default-dev"},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-12T12:54:22.852Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/rust-bindgen-cli?arch=source\u0026distro=debian-13\u0026repository_url=https://packages.debian.org/trixie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/rust-bindgen-cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/rust-bindgen-cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/rust-bindgen-cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/rust-bindgen-cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/rust-bindgen-cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/rust-bindgen-cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/rust-bindgen-cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/rust-bindgen-cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/rust-bindgen-cli/codemeta","maintainers":[],"registry":{"name":"debian-13","url":"https://packages.debian.org/trixie","ecosystem":"debian","default":false,"packages_count":38024,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"debian","metadata":{"codename":"trixie"},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-04-27T18:20:39.853Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/namespaces"}},{"id":11194330,"name":"bindgen-cli","ecosystem":"adelie","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries.","homepage":"https://rust-lang.github.io/rust-bindgen/","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":"user","versions_count":1,"first_release_published_at":"2024-12-08T04:14:00.000Z","latest_release_published_at":"2024-12-08T04:14:00.000Z","latest_release_number":"0.70.1-r0","last_synced_at":"2026-04-15T02:06:13.496Z","created_at":"2024-12-17T00:29:11.182Z","updated_at":"2026-04-15T02:06:13.496Z","registry_url":"https://pkg.adelielinux.org/current/bindgen-cli","install_command":"apk add bindgen-cli","documentation_url":null,"metadata":{"repository":"user","architecture":"x86_64"},"repo_metadata":{"id":38331451,"uuid":"61728459","full_name":"rust-lang/rust-bindgen","owner":"rust-lang","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries.","archived":false,"fork":false,"pushed_at":"2025-10-21T21:12:34.000Z","size":18199,"stargazers_count":4982,"open_issues_count":535,"forks_count":769,"subscribers_count":53,"default_branch":"main","last_synced_at":"2025-10-30T18:41:12.733Z","etag":null,"topics":["bindings","codegen","ffi"],"latest_commit_sha":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-06-22T15:05:51.000Z","updated_at":"2025-10-30T17:41:29.000Z","dependencies_parsed_at":"2022-07-09T11:00:21.978Z","dependency_job_id":"e8642311-64d2-424b-ba68-2e4b4857d0e0","html_url":"https://github.com/rust-lang/rust-bindgen","commit_stats":{"total_commits":2798,"total_committers":417,"mean_commits":6.709832134292566,"dds":0.8148677626876341,"last_synced_commit":"8a6d851318153b7304b651a7fd8f559938683de3"},"previous_names":["servo/rust-bindgen","rust-lang-nursery/rust-bindgen"],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/rust-lang/rust-bindgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/sbom","scorecard":{"id":447423,"data":{"date":"2025-08-11","repo":{"name":"github.com/rust-lang/rust-bindgen","commit":"5f7aa4b4edcb11a20f251e829bbc66034e21c8e2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 12/20 approved changesets -- score normalized to 6","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/bump-version.yml:20","Warn: no topLevel permission defined: .github/workflows/bindgen.yml:1","Warn: no topLevel permission defined: .github/workflows/bump-version.yml:1","Warn: no topLevel permission defined: .github/workflows/create-tag.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy-book.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:18"],"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid parameter name: .github/workflows/release.yml:78","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:144: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-tag.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:289: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:176: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/bump-version.yml:45","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:67","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:125","Info:   0 out of  31 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  13 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned","Info:   0 out of   2 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:12"],"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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.71.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040","Warn: release artifact v0.71.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040"],"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/rust-lang/.github/SECURITY.md:1","Info: Found linked content: github.com/rust-lang/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/rust-lang/.github/SECURITY.md:1","Info: Found text in security policy: github.com/rust-lang/.github/SECURITY.md:1"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-19T07:11:33.233Z","repository_id":38331451,"created_at":"2025-08-19T07:11:33.265Z","updated_at":"2025-08-19T07:11:33.265Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281937758,"owners_count":26586774,"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-10-31T02:00:07.401Z","response_time":57,"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":"rust-lang","name":"The Rust Programming Language","uuid":"5430905","kind":"organization","description":"","email":"contact@rust-lang.org","website":"https://www.rust-lang.org","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5430905?v=4","repositories_count":233,"last_synced_at":"2025-10-30T00:35:41.348Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rust-lang","funding_links":[],"total_stars":369545,"followers":15156,"following":0,"created_at":"2022-11-02T16:22:33.891Z","updated_at":"2025-10-30T00:35:41.348Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang/repositories"},"tags":[{"name":"v0.72.1","sha":"d874de8d646d9b8a3e7ba2db2bcd52f2fba8f1f5","kind":"tag","published_at":"2025-08-31T17:50:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1/manifests"},{"name":"v0.72.0","sha":"d0e7d6b5b763e93dd38f9ece05230979ede95a0a","kind":"tag","published_at":"2025-06-08T11:15:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0/manifests"},{"name":"v0.71.1","sha":"af7fd38d5e80514406fb6a8bba2d407d252c30b9","kind":"tag","published_at":"2024-12-09T15:21:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1/manifests"},{"name":"v0.71.0","sha":"93c5b8b36bf2372f3b5f5671ce752342c3e83f97","kind":"tag","published_at":"2024-12-09T14:44:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0/manifests"},{"name":"v0.69.5","sha":"ddd00d48e27a6451f65fb8afef381d98a56e0560","kind":"commit","published_at":"2024-10-08T16:30:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5/manifests"},{"name":"v0.70.1","sha":"21c60f473f4e824d4aa9b2b508056320d474b110","kind":"tag","published_at":"2024-08-20T21:24:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1/manifests"},{"name":"v0.70.0","sha":"190ff2a6a4739f3a703125d9ed290dcd2dc9c808","kind":"commit","published_at":"2024-08-16T22:45:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0/manifests"},{"name":"v0.69.4","sha":"62859b2c6108c1c0f60d16b9ffe7544a4fbce48b","kind":"tag","published_at":"2024-02-04T12:50:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4/manifests"},{"name":"v0.69.3","sha":"918abdcac6a263b3d33c2b04d7b1b66fc90c2e39","kind":"tag","published_at":"2024-02-04T11:45:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3/manifests"},{"name":"v0.69.2","sha":"2a22051bb06cf66bd4e3d9305c45a407b79cf1af","kind":"tag","published_at":"2024-01-13T00:08:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2/manifests"},{"name":"v0.69.1","sha":"f3f3d326c7e9e6fa55562fec6a8676ae8eab7588","kind":"tag","published_at":"2023-11-02T17:47:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"c73990cc0f714ce79e444039f09eaf1f769d7e6a","kind":"commit","published_at":"2023-11-01T17:55:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"8d75a02bbb5c64e85e6ce62b57d52b7df9c61c79","kind":"tag","published_at":"2023-09-06T17:48:55.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"ebcf0bcc8bba113d82d0f1e0cbede40ccffc6e8f","kind":"tag","published_at":"2023-09-06T17:01:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0/manifests"},{"name":"v0.66.1","sha":"38a779c61734c134429dfb99da3499173a848c17","kind":"tag","published_at":"2023-06-19T09:08:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1/manifests"},{"name":"v0.66.0","sha":"264075a6362f951e90240a976428f0225652d27c","kind":"tag","published_at":"2023-06-14T18:09:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0/manifests"},{"name":"v0.65.1","sha":"7d243056d335fdc4537f7bca73c06d01aae24ddc","kind":"tag","published_at":"2023-04-10T20:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"2bcff0f2ce64629c6e9d8450f8ddd5eb90bca9e0","kind":"tag","published_at":"2023-04-10T17:25:51.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0/manifests"},{"name":"v0.64.0","sha":"ae6817256ac557981906e93a1f866349db85053e","kind":"tag","published_at":"2023-02-07T15:37:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.64.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0/manifests"},{"name":"v0.63.0","sha":"c51591941e18a75c312c7c237c4969dd22c40467","kind":"tag","published_at":"2022-11-22T18:30:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.63.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0/manifests"},{"name":"v0.62.0","sha":"c09bd2f5b58fb90fbcd906a4826d4ac26fe6ef1d","kind":"tag","published_at":"2022-11-17T03:36:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.62.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0/manifests"},{"name":"v0.61.0","sha":"784d3e824dcb95b8913156d872c9ed8eb8720291","kind":"tag","published_at":"2022-10-16T19:55:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.61.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0/manifests"},{"name":"v0.60.1","sha":"9ca5f856a35deddde0575002d76d1db4430e6c42","kind":"tag","published_at":"2022-06-06T11:23:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1/manifests"},{"name":"v0.60.0","sha":"355181134094202e0caae60c1fbf145d8e6ca84b","kind":"tag","published_at":"2022-06-05T18:38:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0/manifests"},{"name":"v0.59.2","sha":"89032649044d875983a851fff6fbde2d4e2ceaeb","kind":"tag","published_at":"2021-11-26T01:54:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2/manifests"},{"name":"v0.59.1","sha":"9a9438f3d6a3523c69d7bc890e8608b63dbe38a5","kind":"tag","published_at":"2021-07-25T22:25:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"67140077f65bb5af6eae1b257c91c9f379e56bc2","kind":"tag","published_at":"2021-07-20T10:20:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0/manifests"},{"name":"v0.58.1","sha":"696455d1c15e682b2b89f81f409315ea4964aef3","kind":"tag","published_at":"2021-04-06T09:20:01.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1/manifests"},{"name":"v0.58.0","sha":"d7ba7d1dcb081c3c853e3385fd4ef15cb6c1c22c","kind":"tag","published_at":"2021-04-03T11:16:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0/manifests"},{"name":"v0.57.0","sha":"5ca2fc7a0221cacde41fd60b0ce485ee5ab8dac3","kind":"tag","published_at":"2021-02-01T13:06:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.57.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"11ae35089e4748b7e2a6f50f6bef7709af72e724","kind":"tag","published_at":"2020-11-26T10:36:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.56.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0/manifests"},{"name":"v0.47.4","sha":"c2b3a71fc46cb05032dc99ece6a98cf0fb6359eb","kind":"tag","published_at":"2020-11-13T18:43:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4/manifests"},{"name":"v0.55.1","sha":"d492ac4ae11ba7403acd533813982b052c5020a0","kind":"tag","published_at":"2020-08-24T22:39:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1/manifests"},{"name":"v0.55.0","sha":"0996486f0977e12f1a64f7730b3eca81659aa839","kind":"tag","published_at":"2020-08-24T09:59:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0/manifests"},{"name":"v0.54.1-sp1","sha":"79f2c131dfc571852b7c097ca3d08d31ab9874c3","kind":"commit","published_at":"2020-08-03T02:19:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1/manifests"},{"name":"v0.54.1","sha":"f94036fd18eefee801b3e99c564b2b0bc1a81218","kind":"tag","published_at":"2020-07-06T17:17:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1/manifests"},{"name":"v0.53.3","sha":"a8290e03c994bf2f9113fdfca7c74eda2f9750cd","kind":"tag","published_at":"2020-05-21T19:49:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3/manifests"},{"name":"v0.54.0","sha":"d405baf05acec7caf6d3d403cccdaeb5e67423e3","kind":"tag","published_at":"2020-05-21T19:42:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0/manifests"},{"name":"v0.53.2-sp1","sha":"b8beaaf0105158f1d1ed02617487aeb190077e2d","kind":"commit","published_at":"2020-04-01T08:33:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1/manifests"},{"name":"v0.53.2","sha":"cfd3347c6655195d2a03b11aff9cb5efac327bf9","kind":"tag","published_at":"2020-03-09T23:17:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2/manifests"},{"name":"v0.53.1","sha":"02e76faa7a9270125ea9b8dc45cff3f475283d6e","kind":"tag","published_at":"2020-02-03T12:29:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"1d86a83a8767343528c283a1f6ac9f673bb4eb1a","kind":"tag","published_at":"2020-02-02T22:34:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0/manifests"},{"name":"v0.52.0-sp1","sha":"e025ea3d8a3c84ba0208ba156b2cc1e389127869","kind":"commit","published_at":"2019-12-12T06:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1/manifests"},{"name":"v0.49.4","sha":"15d9cb242d91ae736a3d048e456c12528c886404","kind":"tag","published_at":"2019-12-04T16:01:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4/manifests"},{"name":"v0.52.0","sha":"b44be6e3dbce03857c6eac221b1350acd68cb357","kind":"tag","published_at":"2019-11-19T19:30:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0/manifests"},{"name":"v0.19.2","sha":"ff4506b21b9af78566751bfe6019d4b96f8138c4","kind":"tag","published_at":"2019-10-18T14:04:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.19.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2/manifests"},{"name":"v0.51.1-oldsyn","sha":"7c24e0d27f0f70b71df832f48dfed71010e56978","kind":"tag","published_at":"2019-09-24T18:05:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1-oldsyn","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1-oldsyn","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1-oldsyn","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn/manifests"},{"name":"v0.50.1","sha":"8e720a929b64c37e4cb1436041a125c07451030b","kind":"tag","published_at":"2019-09-23T16:57:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1/manifests"},{"name":"v0.51.1","sha":"6643847b38acbd1f709ace8e07e96a2a0435c212","kind":"tag","published_at":"2019-09-23T16:50:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1/manifests"},{"name":"v0.51.0","sha":"37e3d658b1b2030e1f805cedcf7301e8ee461e09","kind":"tag","published_at":"2019-07-26T15:55:23.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0/manifests"},{"name":"v0.50.0","sha":"d7898170fb8feadcab1940c2ecfbac2510780552","kind":"tag","published_at":"2019-07-01T22:03:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0/manifests"},{"name":"v0.49.3","sha":"ad0bf8e6bea1bd70a032f2425b4a581926778096","kind":"tag","published_at":"2019-06-25T16:56:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3/manifests"},{"name":"v0.49.2","sha":"5eefef7dcaaac45486224954c006e17ad0d24547","kind":"tag","published_at":"2019-05-22T13:39:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2/manifests"},{"name":"v0.49.1","sha":"e5250a01b98cb8ca9dc4584788dbc5db68147a71","kind":"tag","published_at":"2019-05-16T19:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1/manifests"},{"name":"v0.49.0","sha":"5b2f344bb02e72fd177149e3aa5d789679fa4471","kind":"tag","published_at":"2019-03-27T02:02:19.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0/manifests"},{"name":"v0.48.1","sha":"185a5f322e973b60f8d0986672f9a88e5d9a07bd","kind":"tag","published_at":"2019-03-06T13:17:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1/manifests"},{"name":"v0.48.0","sha":"a43cc2afcd69cbaa2f699ee3d4b9c804576ffad7","kind":"tag","published_at":"2019-03-04T02:55:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0/manifests"},{"name":"v0.47.3","sha":"1cd830127489b19a58143c300667d045b447a62d","kind":"tag","published_at":"2019-02-25T17:44:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3/manifests"},{"name":"v0.47.2","sha":"f4f47d52cbce45af177958e76ef9a4a17e922bc4","kind":"tag","published_at":"2019-02-23T06:00:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2/manifests"},{"name":"v0.47.1","sha":"86eff214bf29dc1545bfa7fd44ab2df20048e62b","kind":"tag","published_at":"2019-02-02T19:18:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1/manifests"},{"name":"v0.47.0","sha":"8747bc9c28e2c1f762f6fd0f9235f056dbc74ba0","kind":"tag","published_at":"2019-01-19T17:13:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"7c24f6b2f6f62f62eba64784f58b1b6d46831908","kind":"tag","published_at":"2018-12-29T13:53:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.46.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"371e744e4158f23e75adb296433fc684076964ad","kind":"tag","published_at":"2018-12-14T12:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.45.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"7b1406dc90f67fafca61dba915ac57b9d2d7d2d4","kind":"tag","published_at":"2018-11-30T11:36:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.44.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0/manifests"},{"name":"v0.43.2","sha":"68d0af91e58d8ae4c384fb8ae48153dd3ddb7e0a","kind":"tag","published_at":"2018-11-23T10:44:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2/manifests"},{"name":"v0.43.1","sha":"5de943ca7bf6c155f7bae1d91f1e3b1d91e8d901","kind":"tag","published_at":"2018-11-05T13:22:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1/manifests"},{"name":"v0.43.0","sha":"a242c51e6ff0d4cc27940a3927e713e8dff82c5f","kind":"tag","published_at":"2018-10-22T07:39:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0/manifests"},{"name":"v0.42.3","sha":"d7a74baf5c822e0312aca539c3836e5d87c6091b","kind":"tag","published_at":"2018-10-20T05:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3/manifests"},{"name":"v0.42.2","sha":"6055f364bd1d341da8fa881741ec36ab0abf0a7a","kind":"tag","published_at":"2018-10-11T16:18:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2/manifests"},{"name":"v0.42.1","sha":"988a9537800a23c045e045f19e02a1674d6a14ef","kind":"tag","published_at":"2018-10-08T13:40:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1/manifests"},{"name":"v0.42.0","sha":"35a349dd76cb5ba9470de30bb2eb51ea152a9640","kind":"tag","published_at":"2018-10-07T09:14:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"c4433e08ce973632565fd8e2856533052a8ecc89","kind":"tag","published_at":"2018-09-30T19:06:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.41.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0/manifests"},{"name":"v0.40.0","sha":"36c087bb4a22ae37d96a7a711293f5ee2d98015f","kind":"tag","published_at":"2018-09-04T12:47:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.40.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"14da023687b36db480c42f924ec8d236faf1577a","kind":"tag","published_at":"2018-08-24T13:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.39.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"40d24bb085a1a0bd11f7cf4dd87c52de529302ca","kind":"tag","published_at":"2018-08-15T10:49:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.38.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0/manifests"},{"name":"v0.37.4","sha":"c197acf847c4ea6012061c1246668514059c34ae","kind":"tag","published_at":"2018-07-01T13:59:56.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4/manifests"},{"name":"v0.37.3","sha":"a899ce711617fd7be482622a908a40d5fd1c7628","kind":"tag","published_at":"2018-07-01T12:09:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3/manifests"},{"name":"v0.37.0","sha":"4d3674fd378f7ad7fbd7aa1ff9781eecee1f5940","kind":"tag","published_at":"2018-05-18T14:09:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"515ca97b462f348b7b3bb9eaea98b2e0bb1b624b","kind":"tag","published_at":"2018-05-09T22:25:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"af54e58a8c2e513ba8c3cc00c22aa958de091a53","kind":"tag","published_at":"2018-04-10T13:55:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"fb069e9391ebf40ec9ebef7c0ac2e50f5ead5644","kind":"tag","published_at":"2018-03-25T18:25:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.35.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0/manifests"},{"name":"0.33.1","sha":"3379a90a2d88c7d6333d64fe33ea1bd992904c71","kind":"commit","published_at":"2018-02-14T19:45:15.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.33.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1/manifests"},{"name":"v0.32.2","sha":"b3712248c59f8f4dca80fd92d1ad9cb40149a8cc","kind":"tag","published_at":"2018-01-22T11:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.32.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2/manifests"},{"name":"0.32.1","sha":"39d07787a3409b7753a9600bbbfe43d757ce28c2","kind":"commit","published_at":"2017-12-18T21:21:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1/manifests"},{"name":"0.32.0","sha":"d4829d3bb33ffe411fcc67c273be7643017aae38","kind":"commit","published_at":"2017-12-08T19:03:02.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0/manifests"},{"name":"0.31.3","sha":"55cf63c08c539df2a8c5437c062dda5fb57a8b18","kind":"commit","published_at":"2017-10-31T17:57:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3/manifests"},{"name":"v0.31.2","sha":"4c975aa18f6ae4147a146ae7f9c25ac6a2ae14b0","kind":"tag","published_at":"2017-10-30T11:56:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2/manifests"},{"name":"0.31.2","sha":"33c6f261db8fd6ca752a1ed0ba1a8cf6ef3158cd","kind":"commit","published_at":"2017-10-30T10:56:46.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2/manifests"},{"name":"v0.31.1","sha":"fefbbb56ec78950275ff6a1a714efcaa48bf9e8c","kind":"tag","published_at":"2017-10-28T13:26:03.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"f661f58188c6442145ff8856b059ce3e09941e5e","kind":"commit","published_at":"2017-10-27T18:10:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0/manifests"},{"name":"v0.29.1","sha":"81166785bb4d4e315308a512b7b7594175ef1db7","kind":"tag","published_at":"2017-10-12T12:36:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1/manifests"},{"name":"v0.30.0","sha":"05caa820010d44b601b340228d4f95d81958a270","kind":"commit","published_at":"2017-08-28T16:58:05.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.30.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"0e39721b6c72b574026a0802792c4e95f0d83e68","kind":"tag","published_at":"2017-07-28T01:21:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0/manifests"},{"name":"v0.26.3","sha":"78e7546d3be61a7cb7272c7365564300481798ae","kind":"tag","published_at":"2017-07-10T08:23:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3/manifests"},{"name":"v0.26.1","sha":"49526069a0cb9486cb4838134259589addafff40","kind":"tag","published_at":"2017-06-20T23:12:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"8470e221f9fa5d1f195339737fdd3a7b433cad51","kind":"tag","published_at":"2017-06-20T11:34:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0/manifests"},{"name":"v0.25.5","sha":"7faa855d01e114c1adc0abd5efd547ed40543882","kind":"tag","published_at":"2017-06-15T21:55:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5/manifests"},{"name":"v0.25.3","sha":"daf1935534de9cd09a8d3f4384af20eaa4fe0f01","kind":"tag","published_at":"2017-05-27T16:20:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3/manifests"},{"name":"0.25.2","sha":"c160b3d1ed7ebd6b5e542fe271a078f4881884cd","kind":"commit","published_at":"2017-05-25T17:52:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.25.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2/manifests"},{"name":"v0.25.1","sha":"9bb794bb3305ae2355e1945b3abe3d0d8064a428","kind":"tag","published_at":"2017-05-21T01:22:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"31e440917cdc8ac57cd69ddf929e90a7c4b46367","kind":"tag","published_at":"2017-05-08T22:24:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"2d88dd106bf33807679f531051546f3c9889161e","kind":"tag","published_at":"2017-05-08T21:22:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"66b9c3d8698aef0a32147eeabb99264a9b52d171","kind":"tag","published_at":"2017-05-03T20:47:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0/manifests"},{"name":"v0.23.1","sha":"719d03c7724da0c93b05b891465b2df4299ef169","kind":"commit","published_at":"2017-04-17T12:28:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1/manifests"},{"name":"v0.23.0","sha":"06fa2f75ba4dccba7430d461ec89b7e8c36fd4e9","kind":"commit","published_at":"2017-04-11T23:54:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0/manifests"},{"name":"v0.22.1","sha":"4dde8f876dec0efd1f3bf2b0b594a57ef6ac774a","kind":"tag","published_at":"2017-03-06T06:34:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1/manifests"},{"name":"v0.22.0","sha":"e57b2cb3037628abbbf2be549ae3a2e8a4aa95b2","kind":"tag","published_at":"2017-02-17T17:03:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0/manifests"},{"name":"v0.20.5","sha":"7d995d75e07798c1527d5ea3dd8a647ed79fe209","kind":"tag","published_at":"2017-01-27T22:48:11.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5/manifests"},{"name":"v0.20.4","sha":"33df99a73784c1846b62f97ebff3848cdd76c3b1","kind":"tag","published_at":"2017-01-27T13:16:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"78e425f921085030585c93ed1eb0b96b5cb3b4b5","kind":"tag","published_at":"2017-01-26T19:55:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"e4420b601031c4ec8d84fe8340961447e3a2c87a","kind":"commit","published_at":"2017-01-25T14:18:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2/manifests"},{"name":"v0.20.0","sha":"aad93a81bb2ceeeeffc94c856a6d0d37c5ac6aec","kind":"commit","published_at":"2017-01-23T09:23:09.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0/manifests"},{"name":"0.19.1","sha":"d8458941cb570f8753c885da512ba22a53c6bb44","kind":"commit","published_at":"2016-11-06T13:26:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1/manifests"},{"name":"0.19","sha":"91f9f93abc9e802da0eb94e073d6717569fca9fc","kind":"commit","published_at":"2016-07-17T20:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19/manifests"},{"name":"0.18","sha":"9a8c75bb71dd9fdabc210f327f5f0265a259c9fe","kind":"commit","published_at":"2016-06-05T13:33:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.18","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18/manifests"},{"name":"0.17","sha":"6f26197e5753218e87e30de54d08bcd57c0f8f58","kind":"commit","published_at":"2016-05-27T20:19:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.17","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17/manifests"},{"name":"0.16","sha":"b832eb19930f2345b1b8e24398593d3e24e2d1f8","kind":"commit","published_at":"2016-02-17T13:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.16","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16/manifests"},{"name":"0.15","sha":"56faaf291d87355c204bf7deec66128d6090d4d1","kind":"commit","published_at":"2015-08-31T14:06:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.15","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15/manifests"},{"name":"0.14","sha":"40b62ebc9853b8feeaddce8cad972eebdb9f99a9","kind":"commit","published_at":"2015-05-03T15:50:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.14","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14/manifests"},{"name":"0.12","sha":"f5500333413b597bd3d6e22e0325143df998082d","kind":"commit","published_at":"2014-10-06T07:16:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.12","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12/manifests"},{"name":"0.11","sha":"176481c0f8694df12809ac7e70def059e4f9d89f","kind":"commit","published_at":"2014-06-26T02:39:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.11","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11/manifests"},{"name":"0.10","sha":"35df1e3afcf0ec67cf588b17adba537bc3e395c9","kind":"commit","published_at":"2014-04-01T02:47:00.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.10","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10/manifests"},{"name":"0.9","sha":"ee89bf486a157fa27ad4e2084f48930ecba630de","kind":"commit","published_at":"2014-01-08T07:42:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.9","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9/manifests"},{"name":"0.8","sha":"dbe73b0a99ad86f08254e30fad274a1bdfb7779b","kind":"commit","published_at":"2013-09-17T07:23:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.8","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8/manifests"},{"name":"0.7","sha":"81217a4f983570d752aad58073f22f142f1c2f01","kind":"commit","published_at":"2013-07-04T13:32:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.7","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7/manifests"},{"name":"0.6","sha":"45c4b6f47231f30202f0205ceaae3a7da1f8c8ed","kind":"commit","published_at":"2013-04-01T22:31:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.6","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6/manifests"},{"name":"0.5","sha":"2ae581183cc4b7fb47ea104bcfda42292a2fdd32","kind":"commit","published_at":"2013-01-08T01:51:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5/manifests"}]},"repo_metadata_updated_at":"2025-11-06T22:27:49.117Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":25.632830478138587,"stargazers_count":0.8182050626438252,"forks_count":0.8693428790590642,"docker_downloads_count":null,"average":6.830094604960369},"purl":"pkg:apk/adelie/bindgen-cli?arch=x86_64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/adelie/bindgen-cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/adelie/bindgen-cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/adelie/bindgen-cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-11-06T22:09:15.751Z","issues_count":1579,"pull_requests_count":1870,"avg_time_to_close_issue":15990111.391829155,"avg_time_to_close_pull_request":2452475.746704871,"issues_closed_count":1076,"pull_requests_closed_count":1745,"pull_request_authors_count":420,"issue_authors_count":773,"avg_comments_per_issue":3.837238758708043,"avg_comments_per_pull_request":3.6614973262032087,"merged_pull_requests_count":1548,"bot_issues_count":0,"bot_pull_requests_count":17,"past_year_issues_count":135,"past_year_pull_requests_count":305,"past_year_avg_time_to_close_issue":1894521.8918918918,"past_year_avg_time_to_close_pull_request":920802.1312217194,"past_year_issues_closed_count":37,"past_year_pull_requests_closed_count":221,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":105,"past_year_avg_comments_per_issue":0.7925925925925926,"past_year_avg_comments_per_pull_request":0.8098360655737705,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":202,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/issues","maintainers":[{"login":"emilio","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/emilio"},{"login":"fitzgen","count":356,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fitzgen"},{"login":"pvdrz","count":149,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pvdrz"},{"login":"kulp","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kulp"},{"login":"tshepang","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tshepang"},{"login":"Manishearth","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"},{"login":"dtolnay","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"amanjeev","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amanjeev"},{"login":"scoopr","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/scoopr"},{"login":"frewsxcv","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/frewsxcv"},{"login":"alex","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alex"},{"login":"bjorn3","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"jyn514","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jyn514"},{"login":"workingjubilee","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/workingjubilee"},{"login":"sanxiyn","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sanxiyn"},{"login":"cuviper","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"nagisa","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nagisa"},{"login":"thomcc","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thomcc"},{"login":"jamesmunns","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jamesmunns"},{"login":"lnicola","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lnicola"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"m-ou-se","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-ou-se"},{"login":"anp","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/anp"},{"login":"programmerjake","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/programmerjake"},{"login":"AlexEne","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AlexEne"},{"login":"wesleywiser","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wesleywiser"},{"login":"aDotInTheVoid","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aDotInTheVoid"},{"login":"cramertj","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cramertj"},{"login":"edunham","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/edunham"},{"login":"michaelwoerister","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/michaelwoerister"},{"login":"dwijnand","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dwijnand"},{"login":"KiChjang","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KiChjang"}],"active_maintainers":[{"login":"dtolnay","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"bjorn3","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"cuviper","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"Manishearth","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pkg.adelielinux.org/packages/bindgen-cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pkg.adelielinux.org/packages/bindgen-cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pkg.adelielinux.org/packages/bindgen-cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pkg.adelielinux.org/packages/bindgen-cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pkg.adelielinux.org/packages/bindgen-cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pkg.adelielinux.org/packages/bindgen-cli/codemeta","maintainers":[{"uuid":"awilfox@adelielinux.org","login":null,"name":"A. Wilcox","email":null,"url":null,"packages_count":3688,"html_url":"https://pkg.adelielinux.org/current/-/search?maintainer=A. Wilcox","role":null,"created_at":"2024-12-17T03:58:17.604Z","updated_at":"2024-12-17T03:58:17.604Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pkg.adelielinux.org/maintainers/awilfox@adelielinux.org/packages"}],"registry":{"name":"pkg.adelielinux.org","url":"https://pkg.adelielinux.org/current","ecosystem":"adelie","default":true,"packages_count":7859,"maintainers_count":22,"namespaces_count":2,"keywords_count":0,"github":"AdelieLinux","metadata":{"repos":["system","user"]},"icon_url":"https://github.com/AdelieLinux.png","created_at":"2023-01-31T17:27:50.526Z","updated_at":"2026-04-27T18:20:21.447Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pkg.adelielinux.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pkg.adelielinux.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pkg.adelielinux.org/namespaces"}},{"id":11750721,"name":"rust-bindgen","ecosystem":"alpine","description":"automatically generates Rust FFI bindings to C (and some C++) libraries","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2024-12-13T22:41:35.000Z","latest_release_published_at":"2024-12-13T22:41:35.000Z","latest_release_number":"0.71.1-r0","last_synced_at":"2026-04-15T02:06:15.966Z","created_at":"2025-06-07T12:09:07.845Z","updated_at":"2026-04-15T02:06:15.966Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.22/main/x86_64/rust-bindgen","install_command":"apk add rust-bindgen","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":38331451,"uuid":"61728459","full_name":"rust-lang/rust-bindgen","owner":"rust-lang","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries.","archived":false,"fork":false,"pushed_at":"2025-10-21T21:12:34.000Z","size":18199,"stargazers_count":4982,"open_issues_count":535,"forks_count":769,"subscribers_count":53,"default_branch":"main","last_synced_at":"2025-10-30T18:41:12.733Z","etag":null,"topics":["bindings","codegen","ffi"],"latest_commit_sha":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-06-22T15:05:51.000Z","updated_at":"2025-10-30T17:41:29.000Z","dependencies_parsed_at":"2022-07-09T11:00:21.978Z","dependency_job_id":"e8642311-64d2-424b-ba68-2e4b4857d0e0","html_url":"https://github.com/rust-lang/rust-bindgen","commit_stats":{"total_commits":2798,"total_committers":417,"mean_commits":6.709832134292566,"dds":0.8148677626876341,"last_synced_commit":"8a6d851318153b7304b651a7fd8f559938683de3"},"previous_names":["servo/rust-bindgen","rust-lang-nursery/rust-bindgen"],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/rust-lang/rust-bindgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/sbom","scorecard":{"id":447423,"data":{"date":"2025-08-11","repo":{"name":"github.com/rust-lang/rust-bindgen","commit":"5f7aa4b4edcb11a20f251e829bbc66034e21c8e2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 12/20 approved changesets -- score normalized to 6","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/bump-version.yml:20","Warn: no topLevel permission defined: .github/workflows/bindgen.yml:1","Warn: no topLevel permission defined: .github/workflows/bump-version.yml:1","Warn: no topLevel permission defined: .github/workflows/create-tag.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy-book.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:18"],"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid parameter name: .github/workflows/release.yml:78","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:144: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-tag.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:289: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:176: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/bump-version.yml:45","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:67","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:125","Info:   0 out of  31 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  13 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned","Info:   0 out of   2 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:12"],"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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.71.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040","Warn: release artifact v0.71.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040"],"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/rust-lang/.github/SECURITY.md:1","Info: Found linked content: github.com/rust-lang/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/rust-lang/.github/SECURITY.md:1","Info: Found text in security policy: github.com/rust-lang/.github/SECURITY.md:1"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-19T07:11:33.233Z","repository_id":38331451,"created_at":"2025-08-19T07:11:33.265Z","updated_at":"2025-08-19T07:11:33.265Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281937758,"owners_count":26586774,"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-10-31T02:00:07.401Z","response_time":57,"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":"rust-lang","name":"The Rust Programming Language","uuid":"5430905","kind":"organization","description":"","email":"contact@rust-lang.org","website":"https://www.rust-lang.org","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5430905?v=4","repositories_count":233,"last_synced_at":"2025-10-30T00:35:41.348Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rust-lang","funding_links":[],"total_stars":369545,"followers":15156,"following":0,"created_at":"2022-11-02T16:22:33.891Z","updated_at":"2025-10-30T00:35:41.348Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang/repositories"},"tags":[{"name":"v0.72.1","sha":"d874de8d646d9b8a3e7ba2db2bcd52f2fba8f1f5","kind":"tag","published_at":"2025-08-31T17:50:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1/manifests"},{"name":"v0.72.0","sha":"d0e7d6b5b763e93dd38f9ece05230979ede95a0a","kind":"tag","published_at":"2025-06-08T11:15:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0/manifests"},{"name":"v0.71.1","sha":"af7fd38d5e80514406fb6a8bba2d407d252c30b9","kind":"tag","published_at":"2024-12-09T15:21:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1/manifests"},{"name":"v0.71.0","sha":"93c5b8b36bf2372f3b5f5671ce752342c3e83f97","kind":"tag","published_at":"2024-12-09T14:44:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0/manifests"},{"name":"v0.69.5","sha":"ddd00d48e27a6451f65fb8afef381d98a56e0560","kind":"commit","published_at":"2024-10-08T16:30:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5/manifests"},{"name":"v0.70.1","sha":"21c60f473f4e824d4aa9b2b508056320d474b110","kind":"tag","published_at":"2024-08-20T21:24:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1/manifests"},{"name":"v0.70.0","sha":"190ff2a6a4739f3a703125d9ed290dcd2dc9c808","kind":"commit","published_at":"2024-08-16T22:45:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0/manifests"},{"name":"v0.69.4","sha":"62859b2c6108c1c0f60d16b9ffe7544a4fbce48b","kind":"tag","published_at":"2024-02-04T12:50:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4/manifests"},{"name":"v0.69.3","sha":"918abdcac6a263b3d33c2b04d7b1b66fc90c2e39","kind":"tag","published_at":"2024-02-04T11:45:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3/manifests"},{"name":"v0.69.2","sha":"2a22051bb06cf66bd4e3d9305c45a407b79cf1af","kind":"tag","published_at":"2024-01-13T00:08:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2/manifests"},{"name":"v0.69.1","sha":"f3f3d326c7e9e6fa55562fec6a8676ae8eab7588","kind":"tag","published_at":"2023-11-02T17:47:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"c73990cc0f714ce79e444039f09eaf1f769d7e6a","kind":"commit","published_at":"2023-11-01T17:55:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"8d75a02bbb5c64e85e6ce62b57d52b7df9c61c79","kind":"tag","published_at":"2023-09-06T17:48:55.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"ebcf0bcc8bba113d82d0f1e0cbede40ccffc6e8f","kind":"tag","published_at":"2023-09-06T17:01:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0/manifests"},{"name":"v0.66.1","sha":"38a779c61734c134429dfb99da3499173a848c17","kind":"tag","published_at":"2023-06-19T09:08:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1/manifests"},{"name":"v0.66.0","sha":"264075a6362f951e90240a976428f0225652d27c","kind":"tag","published_at":"2023-06-14T18:09:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0/manifests"},{"name":"v0.65.1","sha":"7d243056d335fdc4537f7bca73c06d01aae24ddc","kind":"tag","published_at":"2023-04-10T20:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"2bcff0f2ce64629c6e9d8450f8ddd5eb90bca9e0","kind":"tag","published_at":"2023-04-10T17:25:51.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0/manifests"},{"name":"v0.64.0","sha":"ae6817256ac557981906e93a1f866349db85053e","kind":"tag","published_at":"2023-02-07T15:37:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.64.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0/manifests"},{"name":"v0.63.0","sha":"c51591941e18a75c312c7c237c4969dd22c40467","kind":"tag","published_at":"2022-11-22T18:30:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.63.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0/manifests"},{"name":"v0.62.0","sha":"c09bd2f5b58fb90fbcd906a4826d4ac26fe6ef1d","kind":"tag","published_at":"2022-11-17T03:36:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.62.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0/manifests"},{"name":"v0.61.0","sha":"784d3e824dcb95b8913156d872c9ed8eb8720291","kind":"tag","published_at":"2022-10-16T19:55:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.61.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0/manifests"},{"name":"v0.60.1","sha":"9ca5f856a35deddde0575002d76d1db4430e6c42","kind":"tag","published_at":"2022-06-06T11:23:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1/manifests"},{"name":"v0.60.0","sha":"355181134094202e0caae60c1fbf145d8e6ca84b","kind":"tag","published_at":"2022-06-05T18:38:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0/manifests"},{"name":"v0.59.2","sha":"89032649044d875983a851fff6fbde2d4e2ceaeb","kind":"tag","published_at":"2021-11-26T01:54:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2/manifests"},{"name":"v0.59.1","sha":"9a9438f3d6a3523c69d7bc890e8608b63dbe38a5","kind":"tag","published_at":"2021-07-25T22:25:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"67140077f65bb5af6eae1b257c91c9f379e56bc2","kind":"tag","published_at":"2021-07-20T10:20:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0/manifests"},{"name":"v0.58.1","sha":"696455d1c15e682b2b89f81f409315ea4964aef3","kind":"tag","published_at":"2021-04-06T09:20:01.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1/manifests"},{"name":"v0.58.0","sha":"d7ba7d1dcb081c3c853e3385fd4ef15cb6c1c22c","kind":"tag","published_at":"2021-04-03T11:16:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0/manifests"},{"name":"v0.57.0","sha":"5ca2fc7a0221cacde41fd60b0ce485ee5ab8dac3","kind":"tag","published_at":"2021-02-01T13:06:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.57.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"11ae35089e4748b7e2a6f50f6bef7709af72e724","kind":"tag","published_at":"2020-11-26T10:36:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.56.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0/manifests"},{"name":"v0.47.4","sha":"c2b3a71fc46cb05032dc99ece6a98cf0fb6359eb","kind":"tag","published_at":"2020-11-13T18:43:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4/manifests"},{"name":"v0.55.1","sha":"d492ac4ae11ba7403acd533813982b052c5020a0","kind":"tag","published_at":"2020-08-24T22:39:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1/manifests"},{"name":"v0.55.0","sha":"0996486f0977e12f1a64f7730b3eca81659aa839","kind":"tag","published_at":"2020-08-24T09:59:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0/manifests"},{"name":"v0.54.1-sp1","sha":"79f2c131dfc571852b7c097ca3d08d31ab9874c3","kind":"commit","published_at":"2020-08-03T02:19:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1/manifests"},{"name":"v0.54.1","sha":"f94036fd18eefee801b3e99c564b2b0bc1a81218","kind":"tag","published_at":"2020-07-06T17:17:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1/manifests"},{"name":"v0.53.3","sha":"a8290e03c994bf2f9113fdfca7c74eda2f9750cd","kind":"tag","published_at":"2020-05-21T19:49:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3/manifests"},{"name":"v0.54.0","sha":"d405baf05acec7caf6d3d403cccdaeb5e67423e3","kind":"tag","published_at":"2020-05-21T19:42:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0/manifests"},{"name":"v0.53.2-sp1","sha":"b8beaaf0105158f1d1ed02617487aeb190077e2d","kind":"commit","published_at":"2020-04-01T08:33:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1/manifests"},{"name":"v0.53.2","sha":"cfd3347c6655195d2a03b11aff9cb5efac327bf9","kind":"tag","published_at":"2020-03-09T23:17:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2/manifests"},{"name":"v0.53.1","sha":"02e76faa7a9270125ea9b8dc45cff3f475283d6e","kind":"tag","published_at":"2020-02-03T12:29:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"1d86a83a8767343528c283a1f6ac9f673bb4eb1a","kind":"tag","published_at":"2020-02-02T22:34:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0/manifests"},{"name":"v0.52.0-sp1","sha":"e025ea3d8a3c84ba0208ba156b2cc1e389127869","kind":"commit","published_at":"2019-12-12T06:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1/manifests"},{"name":"v0.49.4","sha":"15d9cb242d91ae736a3d048e456c12528c886404","kind":"tag","published_at":"2019-12-04T16:01:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4/manifests"},{"name":"v0.52.0","sha":"b44be6e3dbce03857c6eac221b1350acd68cb357","kind":"tag","published_at":"2019-11-19T19:30:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0/manifests"},{"name":"v0.19.2","sha":"ff4506b21b9af78566751bfe6019d4b96f8138c4","kind":"tag","published_at":"2019-10-18T14:04:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.19.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2/manifests"},{"name":"v0.51.1-oldsyn","sha":"7c24e0d27f0f70b71df832f48dfed71010e56978","kind":"tag","published_at":"2019-09-24T18:05:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1-oldsyn","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1-oldsyn","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1-oldsyn","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn/manifests"},{"name":"v0.50.1","sha":"8e720a929b64c37e4cb1436041a125c07451030b","kind":"tag","published_at":"2019-09-23T16:57:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1/manifests"},{"name":"v0.51.1","sha":"6643847b38acbd1f709ace8e07e96a2a0435c212","kind":"tag","published_at":"2019-09-23T16:50:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1/manifests"},{"name":"v0.51.0","sha":"37e3d658b1b2030e1f805cedcf7301e8ee461e09","kind":"tag","published_at":"2019-07-26T15:55:23.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0/manifests"},{"name":"v0.50.0","sha":"d7898170fb8feadcab1940c2ecfbac2510780552","kind":"tag","published_at":"2019-07-01T22:03:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0/manifests"},{"name":"v0.49.3","sha":"ad0bf8e6bea1bd70a032f2425b4a581926778096","kind":"tag","published_at":"2019-06-25T16:56:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3/manifests"},{"name":"v0.49.2","sha":"5eefef7dcaaac45486224954c006e17ad0d24547","kind":"tag","published_at":"2019-05-22T13:39:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2/manifests"},{"name":"v0.49.1","sha":"e5250a01b98cb8ca9dc4584788dbc5db68147a71","kind":"tag","published_at":"2019-05-16T19:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1/manifests"},{"name":"v0.49.0","sha":"5b2f344bb02e72fd177149e3aa5d789679fa4471","kind":"tag","published_at":"2019-03-27T02:02:19.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0/manifests"},{"name":"v0.48.1","sha":"185a5f322e973b60f8d0986672f9a88e5d9a07bd","kind":"tag","published_at":"2019-03-06T13:17:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1/manifests"},{"name":"v0.48.0","sha":"a43cc2afcd69cbaa2f699ee3d4b9c804576ffad7","kind":"tag","published_at":"2019-03-04T02:55:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0/manifests"},{"name":"v0.47.3","sha":"1cd830127489b19a58143c300667d045b447a62d","kind":"tag","published_at":"2019-02-25T17:44:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3/manifests"},{"name":"v0.47.2","sha":"f4f47d52cbce45af177958e76ef9a4a17e922bc4","kind":"tag","published_at":"2019-02-23T06:00:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2/manifests"},{"name":"v0.47.1","sha":"86eff214bf29dc1545bfa7fd44ab2df20048e62b","kind":"tag","published_at":"2019-02-02T19:18:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1/manifests"},{"name":"v0.47.0","sha":"8747bc9c28e2c1f762f6fd0f9235f056dbc74ba0","kind":"tag","published_at":"2019-01-19T17:13:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"7c24f6b2f6f62f62eba64784f58b1b6d46831908","kind":"tag","published_at":"2018-12-29T13:53:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.46.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"371e744e4158f23e75adb296433fc684076964ad","kind":"tag","published_at":"2018-12-14T12:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.45.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"7b1406dc90f67fafca61dba915ac57b9d2d7d2d4","kind":"tag","published_at":"2018-11-30T11:36:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.44.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0/manifests"},{"name":"v0.43.2","sha":"68d0af91e58d8ae4c384fb8ae48153dd3ddb7e0a","kind":"tag","published_at":"2018-11-23T10:44:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2/manifests"},{"name":"v0.43.1","sha":"5de943ca7bf6c155f7bae1d91f1e3b1d91e8d901","kind":"tag","published_at":"2018-11-05T13:22:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1/manifests"},{"name":"v0.43.0","sha":"a242c51e6ff0d4cc27940a3927e713e8dff82c5f","kind":"tag","published_at":"2018-10-22T07:39:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0/manifests"},{"name":"v0.42.3","sha":"d7a74baf5c822e0312aca539c3836e5d87c6091b","kind":"tag","published_at":"2018-10-20T05:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3/manifests"},{"name":"v0.42.2","sha":"6055f364bd1d341da8fa881741ec36ab0abf0a7a","kind":"tag","published_at":"2018-10-11T16:18:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2/manifests"},{"name":"v0.42.1","sha":"988a9537800a23c045e045f19e02a1674d6a14ef","kind":"tag","published_at":"2018-10-08T13:40:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1/manifests"},{"name":"v0.42.0","sha":"35a349dd76cb5ba9470de30bb2eb51ea152a9640","kind":"tag","published_at":"2018-10-07T09:14:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"c4433e08ce973632565fd8e2856533052a8ecc89","kind":"tag","published_at":"2018-09-30T19:06:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.41.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0/manifests"},{"name":"v0.40.0","sha":"36c087bb4a22ae37d96a7a711293f5ee2d98015f","kind":"tag","published_at":"2018-09-04T12:47:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.40.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"14da023687b36db480c42f924ec8d236faf1577a","kind":"tag","published_at":"2018-08-24T13:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.39.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"40d24bb085a1a0bd11f7cf4dd87c52de529302ca","kind":"tag","published_at":"2018-08-15T10:49:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.38.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0/manifests"},{"name":"v0.37.4","sha":"c197acf847c4ea6012061c1246668514059c34ae","kind":"tag","published_at":"2018-07-01T13:59:56.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4/manifests"},{"name":"v0.37.3","sha":"a899ce711617fd7be482622a908a40d5fd1c7628","kind":"tag","published_at":"2018-07-01T12:09:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3/manifests"},{"name":"v0.37.0","sha":"4d3674fd378f7ad7fbd7aa1ff9781eecee1f5940","kind":"tag","published_at":"2018-05-18T14:09:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"515ca97b462f348b7b3bb9eaea98b2e0bb1b624b","kind":"tag","published_at":"2018-05-09T22:25:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"af54e58a8c2e513ba8c3cc00c22aa958de091a53","kind":"tag","published_at":"2018-04-10T13:55:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"fb069e9391ebf40ec9ebef7c0ac2e50f5ead5644","kind":"tag","published_at":"2018-03-25T18:25:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.35.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0/manifests"},{"name":"0.33.1","sha":"3379a90a2d88c7d6333d64fe33ea1bd992904c71","kind":"commit","published_at":"2018-02-14T19:45:15.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.33.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1/manifests"},{"name":"v0.32.2","sha":"b3712248c59f8f4dca80fd92d1ad9cb40149a8cc","kind":"tag","published_at":"2018-01-22T11:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.32.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2/manifests"},{"name":"0.32.1","sha":"39d07787a3409b7753a9600bbbfe43d757ce28c2","kind":"commit","published_at":"2017-12-18T21:21:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1/manifests"},{"name":"0.32.0","sha":"d4829d3bb33ffe411fcc67c273be7643017aae38","kind":"commit","published_at":"2017-12-08T19:03:02.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0/manifests"},{"name":"0.31.3","sha":"55cf63c08c539df2a8c5437c062dda5fb57a8b18","kind":"commit","published_at":"2017-10-31T17:57:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3/manifests"},{"name":"v0.31.2","sha":"4c975aa18f6ae4147a146ae7f9c25ac6a2ae14b0","kind":"tag","published_at":"2017-10-30T11:56:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2/manifests"},{"name":"0.31.2","sha":"33c6f261db8fd6ca752a1ed0ba1a8cf6ef3158cd","kind":"commit","published_at":"2017-10-30T10:56:46.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2/manifests"},{"name":"v0.31.1","sha":"fefbbb56ec78950275ff6a1a714efcaa48bf9e8c","kind":"tag","published_at":"2017-10-28T13:26:03.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"f661f58188c6442145ff8856b059ce3e09941e5e","kind":"commit","published_at":"2017-10-27T18:10:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0/manifests"},{"name":"v0.29.1","sha":"81166785bb4d4e315308a512b7b7594175ef1db7","kind":"tag","published_at":"2017-10-12T12:36:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1/manifests"},{"name":"v0.30.0","sha":"05caa820010d44b601b340228d4f95d81958a270","kind":"commit","published_at":"2017-08-28T16:58:05.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.30.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"0e39721b6c72b574026a0802792c4e95f0d83e68","kind":"tag","published_at":"2017-07-28T01:21:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0/manifests"},{"name":"v0.26.3","sha":"78e7546d3be61a7cb7272c7365564300481798ae","kind":"tag","published_at":"2017-07-10T08:23:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3/manifests"},{"name":"v0.26.1","sha":"49526069a0cb9486cb4838134259589addafff40","kind":"tag","published_at":"2017-06-20T23:12:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"8470e221f9fa5d1f195339737fdd3a7b433cad51","kind":"tag","published_at":"2017-06-20T11:34:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0/manifests"},{"name":"v0.25.5","sha":"7faa855d01e114c1adc0abd5efd547ed40543882","kind":"tag","published_at":"2017-06-15T21:55:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5/manifests"},{"name":"v0.25.3","sha":"daf1935534de9cd09a8d3f4384af20eaa4fe0f01","kind":"tag","published_at":"2017-05-27T16:20:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3/manifests"},{"name":"0.25.2","sha":"c160b3d1ed7ebd6b5e542fe271a078f4881884cd","kind":"commit","published_at":"2017-05-25T17:52:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.25.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2/manifests"},{"name":"v0.25.1","sha":"9bb794bb3305ae2355e1945b3abe3d0d8064a428","kind":"tag","published_at":"2017-05-21T01:22:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"31e440917cdc8ac57cd69ddf929e90a7c4b46367","kind":"tag","published_at":"2017-05-08T22:24:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"2d88dd106bf33807679f531051546f3c9889161e","kind":"tag","published_at":"2017-05-08T21:22:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"66b9c3d8698aef0a32147eeabb99264a9b52d171","kind":"tag","published_at":"2017-05-03T20:47:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0/manifests"},{"name":"v0.23.1","sha":"719d03c7724da0c93b05b891465b2df4299ef169","kind":"commit","published_at":"2017-04-17T12:28:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1/manifests"},{"name":"v0.23.0","sha":"06fa2f75ba4dccba7430d461ec89b7e8c36fd4e9","kind":"commit","published_at":"2017-04-11T23:54:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0/manifests"},{"name":"v0.22.1","sha":"4dde8f876dec0efd1f3bf2b0b594a57ef6ac774a","kind":"tag","published_at":"2017-03-06T06:34:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1/manifests"},{"name":"v0.22.0","sha":"e57b2cb3037628abbbf2be549ae3a2e8a4aa95b2","kind":"tag","published_at":"2017-02-17T17:03:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0/manifests"},{"name":"v0.20.5","sha":"7d995d75e07798c1527d5ea3dd8a647ed79fe209","kind":"tag","published_at":"2017-01-27T22:48:11.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5/manifests"},{"name":"v0.20.4","sha":"33df99a73784c1846b62f97ebff3848cdd76c3b1","kind":"tag","published_at":"2017-01-27T13:16:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"78e425f921085030585c93ed1eb0b96b5cb3b4b5","kind":"tag","published_at":"2017-01-26T19:55:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"e4420b601031c4ec8d84fe8340961447e3a2c87a","kind":"commit","published_at":"2017-01-25T14:18:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2/manifests"},{"name":"v0.20.0","sha":"aad93a81bb2ceeeeffc94c856a6d0d37c5ac6aec","kind":"commit","published_at":"2017-01-23T09:23:09.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0/manifests"},{"name":"0.19.1","sha":"d8458941cb570f8753c885da512ba22a53c6bb44","kind":"commit","published_at":"2016-11-06T13:26:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1/manifests"},{"name":"0.19","sha":"91f9f93abc9e802da0eb94e073d6717569fca9fc","kind":"commit","published_at":"2016-07-17T20:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19/manifests"},{"name":"0.18","sha":"9a8c75bb71dd9fdabc210f327f5f0265a259c9fe","kind":"commit","published_at":"2016-06-05T13:33:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.18","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18/manifests"},{"name":"0.17","sha":"6f26197e5753218e87e30de54d08bcd57c0f8f58","kind":"commit","published_at":"2016-05-27T20:19:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.17","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17/manifests"},{"name":"0.16","sha":"b832eb19930f2345b1b8e24398593d3e24e2d1f8","kind":"commit","published_at":"2016-02-17T13:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.16","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16/manifests"},{"name":"0.15","sha":"56faaf291d87355c204bf7deec66128d6090d4d1","kind":"commit","published_at":"2015-08-31T14:06:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.15","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15/manifests"},{"name":"0.14","sha":"40b62ebc9853b8feeaddce8cad972eebdb9f99a9","kind":"commit","published_at":"2015-05-03T15:50:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.14","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14/manifests"},{"name":"0.12","sha":"f5500333413b597bd3d6e22e0325143df998082d","kind":"commit","published_at":"2014-10-06T07:16:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.12","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12/manifests"},{"name":"0.11","sha":"176481c0f8694df12809ac7e70def059e4f9d89f","kind":"commit","published_at":"2014-06-26T02:39:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.11","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11/manifests"},{"name":"0.10","sha":"35df1e3afcf0ec67cf588b17adba537bc3e395c9","kind":"commit","published_at":"2014-04-01T02:47:00.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.10","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10/manifests"},{"name":"0.9","sha":"ee89bf486a157fa27ad4e2084f48930ecba630de","kind":"commit","published_at":"2014-01-08T07:42:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.9","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9/manifests"},{"name":"0.8","sha":"dbe73b0a99ad86f08254e30fad274a1bdfb7779b","kind":"commit","published_at":"2013-09-17T07:23:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.8","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8/manifests"},{"name":"0.7","sha":"81217a4f983570d752aad58073f22f142f1c2f01","kind":"commit","published_at":"2013-07-04T13:32:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.7","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7/manifests"},{"name":"0.6","sha":"45c4b6f47231f30202f0205ceaae3a7da1f8c8ed","kind":"commit","published_at":"2013-04-01T22:31:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.6","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6/manifests"},{"name":"0.5","sha":"2ae581183cc4b7fb47ea104bcfda42292a2fdd32","kind":"commit","published_at":"2013-01-08T01:51:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5/manifests"}]},"repo_metadata_updated_at":"2025-11-06T22:27:48.071Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/rust-bindgen?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.22","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/rust-bindgen","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/rust-bindgen","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/rust-bindgen/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-11-06T22:09:15.751Z","issues_count":1579,"pull_requests_count":1870,"avg_time_to_close_issue":15990111.391829155,"avg_time_to_close_pull_request":2452475.746704871,"issues_closed_count":1076,"pull_requests_closed_count":1745,"pull_request_authors_count":420,"issue_authors_count":773,"avg_comments_per_issue":3.837238758708043,"avg_comments_per_pull_request":3.6614973262032087,"merged_pull_requests_count":1548,"bot_issues_count":0,"bot_pull_requests_count":17,"past_year_issues_count":135,"past_year_pull_requests_count":305,"past_year_avg_time_to_close_issue":1894521.8918918918,"past_year_avg_time_to_close_pull_request":920802.1312217194,"past_year_issues_closed_count":37,"past_year_pull_requests_closed_count":221,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":105,"past_year_avg_comments_per_issue":0.7925925925925926,"past_year_avg_comments_per_pull_request":0.8098360655737705,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":202,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/issues","maintainers":[{"login":"emilio","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/emilio"},{"login":"fitzgen","count":356,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fitzgen"},{"login":"pvdrz","count":149,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pvdrz"},{"login":"kulp","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kulp"},{"login":"tshepang","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tshepang"},{"login":"Manishearth","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"},{"login":"dtolnay","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"amanjeev","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amanjeev"},{"login":"scoopr","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/scoopr"},{"login":"frewsxcv","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/frewsxcv"},{"login":"alex","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alex"},{"login":"bjorn3","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"jyn514","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jyn514"},{"login":"workingjubilee","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/workingjubilee"},{"login":"sanxiyn","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sanxiyn"},{"login":"cuviper","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"nagisa","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nagisa"},{"login":"thomcc","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thomcc"},{"login":"jamesmunns","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jamesmunns"},{"login":"lnicola","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lnicola"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"m-ou-se","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-ou-se"},{"login":"anp","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/anp"},{"login":"programmerjake","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/programmerjake"},{"login":"AlexEne","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AlexEne"},{"login":"wesleywiser","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wesleywiser"},{"login":"aDotInTheVoid","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aDotInTheVoid"},{"login":"cramertj","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cramertj"},{"login":"edunham","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/edunham"},{"login":"michaelwoerister","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/michaelwoerister"},{"login":"dwijnand","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dwijnand"},{"login":"KiChjang","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KiChjang"}],"active_maintainers":[{"login":"dtolnay","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"bjorn3","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"cuviper","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"Manishearth","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen/codemeta","maintainers":[{"uuid":"alpine@ptrcnull.me","login":null,"name":"Patrycja Rosa","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","packages_count":492,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","role":null,"created_at":"2025-06-08T03:34:34.676Z","updated_at":"2025-06-08T03:34:34.676Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers/alpine@ptrcnull.me/packages"}],"registry":{"name":"alpine-v3.22","url":"https://pkgs.alpinelinux.org/packages?branch=v3.22","ecosystem":"alpine","default":false,"packages_count":26322,"maintainers_count":422,"namespaces_count":2,"keywords_count":0,"github":"alpinelinux","metadata":{"repos":["main","community"]},"icon_url":"https://github.com/alpinelinux.png","created_at":"2025-06-05T10:49:56.987Z","updated_at":"2026-04-27T18:20:22.527Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/namespaces"}},{"id":11750727,"name":"rust-bindgen-bash-completion","ecosystem":"alpine","description":"Bash completions for rust-bindgen","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2024-12-13T22:41:35.000Z","latest_release_published_at":"2024-12-13T22:41:35.000Z","latest_release_number":"0.71.1-r0","last_synced_at":"2026-04-15T02:06:36.113Z","created_at":"2025-06-07T12:09:12.492Z","updated_at":"2026-04-15T02:06:36.113Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.22/main/x86_64/rust-bindgen-bash-completion","install_command":"apk add rust-bindgen-bash-completion","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":38331451,"uuid":"61728459","full_name":"rust-lang/rust-bindgen","owner":"rust-lang","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries.","archived":false,"fork":false,"pushed_at":"2025-10-21T21:12:34.000Z","size":18199,"stargazers_count":4982,"open_issues_count":535,"forks_count":769,"subscribers_count":53,"default_branch":"main","last_synced_at":"2025-10-30T18:41:12.733Z","etag":null,"topics":["bindings","codegen","ffi"],"latest_commit_sha":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-06-22T15:05:51.000Z","updated_at":"2025-10-30T17:41:29.000Z","dependencies_parsed_at":"2022-07-09T11:00:21.978Z","dependency_job_id":"e8642311-64d2-424b-ba68-2e4b4857d0e0","html_url":"https://github.com/rust-lang/rust-bindgen","commit_stats":{"total_commits":2798,"total_committers":417,"mean_commits":6.709832134292566,"dds":0.8148677626876341,"last_synced_commit":"8a6d851318153b7304b651a7fd8f559938683de3"},"previous_names":["servo/rust-bindgen","rust-lang-nursery/rust-bindgen"],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/rust-lang/rust-bindgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/sbom","scorecard":{"id":447423,"data":{"date":"2025-08-11","repo":{"name":"github.com/rust-lang/rust-bindgen","commit":"5f7aa4b4edcb11a20f251e829bbc66034e21c8e2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 12/20 approved changesets -- score normalized to 6","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/bump-version.yml:20","Warn: no topLevel permission defined: .github/workflows/bindgen.yml:1","Warn: no topLevel permission defined: .github/workflows/bump-version.yml:1","Warn: no topLevel permission defined: .github/workflows/create-tag.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy-book.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:18"],"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid parameter name: .github/workflows/release.yml:78","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:144: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-tag.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:289: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:176: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/bump-version.yml:45","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:67","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:125","Info:   0 out of  31 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  13 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned","Info:   0 out of   2 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:12"],"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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.71.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040","Warn: release artifact v0.71.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040"],"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/rust-lang/.github/SECURITY.md:1","Info: Found linked content: github.com/rust-lang/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/rust-lang/.github/SECURITY.md:1","Info: Found text in security policy: github.com/rust-lang/.github/SECURITY.md:1"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-19T07:11:33.233Z","repository_id":38331451,"created_at":"2025-08-19T07:11:33.265Z","updated_at":"2025-08-19T07:11:33.265Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281937758,"owners_count":26586774,"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-10-31T02:00:07.401Z","response_time":57,"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":"rust-lang","name":"The Rust Programming Language","uuid":"5430905","kind":"organization","description":"","email":"contact@rust-lang.org","website":"https://www.rust-lang.org","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5430905?v=4","repositories_count":233,"last_synced_at":"2025-10-30T00:35:41.348Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rust-lang","funding_links":[],"total_stars":369545,"followers":15156,"following":0,"created_at":"2022-11-02T16:22:33.891Z","updated_at":"2025-10-30T00:35:41.348Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang/repositories"},"tags":[{"name":"v0.72.1","sha":"d874de8d646d9b8a3e7ba2db2bcd52f2fba8f1f5","kind":"tag","published_at":"2025-08-31T17:50:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1/manifests"},{"name":"v0.72.0","sha":"d0e7d6b5b763e93dd38f9ece05230979ede95a0a","kind":"tag","published_at":"2025-06-08T11:15:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0/manifests"},{"name":"v0.71.1","sha":"af7fd38d5e80514406fb6a8bba2d407d252c30b9","kind":"tag","published_at":"2024-12-09T15:21:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1/manifests"},{"name":"v0.71.0","sha":"93c5b8b36bf2372f3b5f5671ce752342c3e83f97","kind":"tag","published_at":"2024-12-09T14:44:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0/manifests"},{"name":"v0.69.5","sha":"ddd00d48e27a6451f65fb8afef381d98a56e0560","kind":"commit","published_at":"2024-10-08T16:30:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5/manifests"},{"name":"v0.70.1","sha":"21c60f473f4e824d4aa9b2b508056320d474b110","kind":"tag","published_at":"2024-08-20T21:24:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1/manifests"},{"name":"v0.70.0","sha":"190ff2a6a4739f3a703125d9ed290dcd2dc9c808","kind":"commit","published_at":"2024-08-16T22:45:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0/manifests"},{"name":"v0.69.4","sha":"62859b2c6108c1c0f60d16b9ffe7544a4fbce48b","kind":"tag","published_at":"2024-02-04T12:50:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4/manifests"},{"name":"v0.69.3","sha":"918abdcac6a263b3d33c2b04d7b1b66fc90c2e39","kind":"tag","published_at":"2024-02-04T11:45:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3/manifests"},{"name":"v0.69.2","sha":"2a22051bb06cf66bd4e3d9305c45a407b79cf1af","kind":"tag","published_at":"2024-01-13T00:08:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2/manifests"},{"name":"v0.69.1","sha":"f3f3d326c7e9e6fa55562fec6a8676ae8eab7588","kind":"tag","published_at":"2023-11-02T17:47:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"c73990cc0f714ce79e444039f09eaf1f769d7e6a","kind":"commit","published_at":"2023-11-01T17:55:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"8d75a02bbb5c64e85e6ce62b57d52b7df9c61c79","kind":"tag","published_at":"2023-09-06T17:48:55.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"ebcf0bcc8bba113d82d0f1e0cbede40ccffc6e8f","kind":"tag","published_at":"2023-09-06T17:01:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0/manifests"},{"name":"v0.66.1","sha":"38a779c61734c134429dfb99da3499173a848c17","kind":"tag","published_at":"2023-06-19T09:08:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1/manifests"},{"name":"v0.66.0","sha":"264075a6362f951e90240a976428f0225652d27c","kind":"tag","published_at":"2023-06-14T18:09:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0/manifests"},{"name":"v0.65.1","sha":"7d243056d335fdc4537f7bca73c06d01aae24ddc","kind":"tag","published_at":"2023-04-10T20:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"2bcff0f2ce64629c6e9d8450f8ddd5eb90bca9e0","kind":"tag","published_at":"2023-04-10T17:25:51.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0/manifests"},{"name":"v0.64.0","sha":"ae6817256ac557981906e93a1f866349db85053e","kind":"tag","published_at":"2023-02-07T15:37:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.64.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0/manifests"},{"name":"v0.63.0","sha":"c51591941e18a75c312c7c237c4969dd22c40467","kind":"tag","published_at":"2022-11-22T18:30:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.63.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0/manifests"},{"name":"v0.62.0","sha":"c09bd2f5b58fb90fbcd906a4826d4ac26fe6ef1d","kind":"tag","published_at":"2022-11-17T03:36:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.62.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0/manifests"},{"name":"v0.61.0","sha":"784d3e824dcb95b8913156d872c9ed8eb8720291","kind":"tag","published_at":"2022-10-16T19:55:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.61.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0/manifests"},{"name":"v0.60.1","sha":"9ca5f856a35deddde0575002d76d1db4430e6c42","kind":"tag","published_at":"2022-06-06T11:23:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1/manifests"},{"name":"v0.60.0","sha":"355181134094202e0caae60c1fbf145d8e6ca84b","kind":"tag","published_at":"2022-06-05T18:38:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0/manifests"},{"name":"v0.59.2","sha":"89032649044d875983a851fff6fbde2d4e2ceaeb","kind":"tag","published_at":"2021-11-26T01:54:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2/manifests"},{"name":"v0.59.1","sha":"9a9438f3d6a3523c69d7bc890e8608b63dbe38a5","kind":"tag","published_at":"2021-07-25T22:25:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"67140077f65bb5af6eae1b257c91c9f379e56bc2","kind":"tag","published_at":"2021-07-20T10:20:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0/manifests"},{"name":"v0.58.1","sha":"696455d1c15e682b2b89f81f409315ea4964aef3","kind":"tag","published_at":"2021-04-06T09:20:01.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1/manifests"},{"name":"v0.58.0","sha":"d7ba7d1dcb081c3c853e3385fd4ef15cb6c1c22c","kind":"tag","published_at":"2021-04-03T11:16:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0/manifests"},{"name":"v0.57.0","sha":"5ca2fc7a0221cacde41fd60b0ce485ee5ab8dac3","kind":"tag","published_at":"2021-02-01T13:06:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.57.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"11ae35089e4748b7e2a6f50f6bef7709af72e724","kind":"tag","published_at":"2020-11-26T10:36:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.56.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0/manifests"},{"name":"v0.47.4","sha":"c2b3a71fc46cb05032dc99ece6a98cf0fb6359eb","kind":"tag","published_at":"2020-11-13T18:43:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4/manifests"},{"name":"v0.55.1","sha":"d492ac4ae11ba7403acd533813982b052c5020a0","kind":"tag","published_at":"2020-08-24T22:39:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1/manifests"},{"name":"v0.55.0","sha":"0996486f0977e12f1a64f7730b3eca81659aa839","kind":"tag","published_at":"2020-08-24T09:59:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0/manifests"},{"name":"v0.54.1-sp1","sha":"79f2c131dfc571852b7c097ca3d08d31ab9874c3","kind":"commit","published_at":"2020-08-03T02:19:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1/manifests"},{"name":"v0.54.1","sha":"f94036fd18eefee801b3e99c564b2b0bc1a81218","kind":"tag","published_at":"2020-07-06T17:17:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1/manifests"},{"name":"v0.53.3","sha":"a8290e03c994bf2f9113fdfca7c74eda2f9750cd","kind":"tag","published_at":"2020-05-21T19:49:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3/manifests"},{"name":"v0.54.0","sha":"d405baf05acec7caf6d3d403cccdaeb5e67423e3","kind":"tag","published_at":"2020-05-21T19:42:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0/manifests"},{"name":"v0.53.2-sp1","sha":"b8beaaf0105158f1d1ed02617487aeb190077e2d","kind":"commit","published_at":"2020-04-01T08:33:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1/manifests"},{"name":"v0.53.2","sha":"cfd3347c6655195d2a03b11aff9cb5efac327bf9","kind":"tag","published_at":"2020-03-09T23:17:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2/manifests"},{"name":"v0.53.1","sha":"02e76faa7a9270125ea9b8dc45cff3f475283d6e","kind":"tag","published_at":"2020-02-03T12:29:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"1d86a83a8767343528c283a1f6ac9f673bb4eb1a","kind":"tag","published_at":"2020-02-02T22:34:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0/manifests"},{"name":"v0.52.0-sp1","sha":"e025ea3d8a3c84ba0208ba156b2cc1e389127869","kind":"commit","published_at":"2019-12-12T06:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1/manifests"},{"name":"v0.49.4","sha":"15d9cb242d91ae736a3d048e456c12528c886404","kind":"tag","published_at":"2019-12-04T16:01:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4/manifests"},{"name":"v0.52.0","sha":"b44be6e3dbce03857c6eac221b1350acd68cb357","kind":"tag","published_at":"2019-11-19T19:30:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0/manifests"},{"name":"v0.19.2","sha":"ff4506b21b9af78566751bfe6019d4b96f8138c4","kind":"tag","published_at":"2019-10-18T14:04:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.19.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2/manifests"},{"name":"v0.51.1-oldsyn","sha":"7c24e0d27f0f70b71df832f48dfed71010e56978","kind":"tag","published_at":"2019-09-24T18:05:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1-oldsyn","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1-oldsyn","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1-oldsyn","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn/manifests"},{"name":"v0.50.1","sha":"8e720a929b64c37e4cb1436041a125c07451030b","kind":"tag","published_at":"2019-09-23T16:57:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1/manifests"},{"name":"v0.51.1","sha":"6643847b38acbd1f709ace8e07e96a2a0435c212","kind":"tag","published_at":"2019-09-23T16:50:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1/manifests"},{"name":"v0.51.0","sha":"37e3d658b1b2030e1f805cedcf7301e8ee461e09","kind":"tag","published_at":"2019-07-26T15:55:23.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0/manifests"},{"name":"v0.50.0","sha":"d7898170fb8feadcab1940c2ecfbac2510780552","kind":"tag","published_at":"2019-07-01T22:03:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0/manifests"},{"name":"v0.49.3","sha":"ad0bf8e6bea1bd70a032f2425b4a581926778096","kind":"tag","published_at":"2019-06-25T16:56:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3/manifests"},{"name":"v0.49.2","sha":"5eefef7dcaaac45486224954c006e17ad0d24547","kind":"tag","published_at":"2019-05-22T13:39:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2/manifests"},{"name":"v0.49.1","sha":"e5250a01b98cb8ca9dc4584788dbc5db68147a71","kind":"tag","published_at":"2019-05-16T19:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1/manifests"},{"name":"v0.49.0","sha":"5b2f344bb02e72fd177149e3aa5d789679fa4471","kind":"tag","published_at":"2019-03-27T02:02:19.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0/manifests"},{"name":"v0.48.1","sha":"185a5f322e973b60f8d0986672f9a88e5d9a07bd","kind":"tag","published_at":"2019-03-06T13:17:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1/manifests"},{"name":"v0.48.0","sha":"a43cc2afcd69cbaa2f699ee3d4b9c804576ffad7","kind":"tag","published_at":"2019-03-04T02:55:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0/manifests"},{"name":"v0.47.3","sha":"1cd830127489b19a58143c300667d045b447a62d","kind":"tag","published_at":"2019-02-25T17:44:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3/manifests"},{"name":"v0.47.2","sha":"f4f47d52cbce45af177958e76ef9a4a17e922bc4","kind":"tag","published_at":"2019-02-23T06:00:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2/manifests"},{"name":"v0.47.1","sha":"86eff214bf29dc1545bfa7fd44ab2df20048e62b","kind":"tag","published_at":"2019-02-02T19:18:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1/manifests"},{"name":"v0.47.0","sha":"8747bc9c28e2c1f762f6fd0f9235f056dbc74ba0","kind":"tag","published_at":"2019-01-19T17:13:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"7c24f6b2f6f62f62eba64784f58b1b6d46831908","kind":"tag","published_at":"2018-12-29T13:53:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.46.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"371e744e4158f23e75adb296433fc684076964ad","kind":"tag","published_at":"2018-12-14T12:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.45.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"7b1406dc90f67fafca61dba915ac57b9d2d7d2d4","kind":"tag","published_at":"2018-11-30T11:36:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.44.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0/manifests"},{"name":"v0.43.2","sha":"68d0af91e58d8ae4c384fb8ae48153dd3ddb7e0a","kind":"tag","published_at":"2018-11-23T10:44:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2/manifests"},{"name":"v0.43.1","sha":"5de943ca7bf6c155f7bae1d91f1e3b1d91e8d901","kind":"tag","published_at":"2018-11-05T13:22:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1/manifests"},{"name":"v0.43.0","sha":"a242c51e6ff0d4cc27940a3927e713e8dff82c5f","kind":"tag","published_at":"2018-10-22T07:39:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0/manifests"},{"name":"v0.42.3","sha":"d7a74baf5c822e0312aca539c3836e5d87c6091b","kind":"tag","published_at":"2018-10-20T05:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3/manifests"},{"name":"v0.42.2","sha":"6055f364bd1d341da8fa881741ec36ab0abf0a7a","kind":"tag","published_at":"2018-10-11T16:18:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2/manifests"},{"name":"v0.42.1","sha":"988a9537800a23c045e045f19e02a1674d6a14ef","kind":"tag","published_at":"2018-10-08T13:40:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1/manifests"},{"name":"v0.42.0","sha":"35a349dd76cb5ba9470de30bb2eb51ea152a9640","kind":"tag","published_at":"2018-10-07T09:14:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"c4433e08ce973632565fd8e2856533052a8ecc89","kind":"tag","published_at":"2018-09-30T19:06:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.41.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0/manifests"},{"name":"v0.40.0","sha":"36c087bb4a22ae37d96a7a711293f5ee2d98015f","kind":"tag","published_at":"2018-09-04T12:47:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.40.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"14da023687b36db480c42f924ec8d236faf1577a","kind":"tag","published_at":"2018-08-24T13:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.39.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"40d24bb085a1a0bd11f7cf4dd87c52de529302ca","kind":"tag","published_at":"2018-08-15T10:49:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.38.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0/manifests"},{"name":"v0.37.4","sha":"c197acf847c4ea6012061c1246668514059c34ae","kind":"tag","published_at":"2018-07-01T13:59:56.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4/manifests"},{"name":"v0.37.3","sha":"a899ce711617fd7be482622a908a40d5fd1c7628","kind":"tag","published_at":"2018-07-01T12:09:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3/manifests"},{"name":"v0.37.0","sha":"4d3674fd378f7ad7fbd7aa1ff9781eecee1f5940","kind":"tag","published_at":"2018-05-18T14:09:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"515ca97b462f348b7b3bb9eaea98b2e0bb1b624b","kind":"tag","published_at":"2018-05-09T22:25:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"af54e58a8c2e513ba8c3cc00c22aa958de091a53","kind":"tag","published_at":"2018-04-10T13:55:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"fb069e9391ebf40ec9ebef7c0ac2e50f5ead5644","kind":"tag","published_at":"2018-03-25T18:25:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.35.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0/manifests"},{"name":"0.33.1","sha":"3379a90a2d88c7d6333d64fe33ea1bd992904c71","kind":"commit","published_at":"2018-02-14T19:45:15.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.33.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1/manifests"},{"name":"v0.32.2","sha":"b3712248c59f8f4dca80fd92d1ad9cb40149a8cc","kind":"tag","published_at":"2018-01-22T11:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.32.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2/manifests"},{"name":"0.32.1","sha":"39d07787a3409b7753a9600bbbfe43d757ce28c2","kind":"commit","published_at":"2017-12-18T21:21:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1/manifests"},{"name":"0.32.0","sha":"d4829d3bb33ffe411fcc67c273be7643017aae38","kind":"commit","published_at":"2017-12-08T19:03:02.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0/manifests"},{"name":"0.31.3","sha":"55cf63c08c539df2a8c5437c062dda5fb57a8b18","kind":"commit","published_at":"2017-10-31T17:57:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3/manifests"},{"name":"v0.31.2","sha":"4c975aa18f6ae4147a146ae7f9c25ac6a2ae14b0","kind":"tag","published_at":"2017-10-30T11:56:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2/manifests"},{"name":"0.31.2","sha":"33c6f261db8fd6ca752a1ed0ba1a8cf6ef3158cd","kind":"commit","published_at":"2017-10-30T10:56:46.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2/manifests"},{"name":"v0.31.1","sha":"fefbbb56ec78950275ff6a1a714efcaa48bf9e8c","kind":"tag","published_at":"2017-10-28T13:26:03.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"f661f58188c6442145ff8856b059ce3e09941e5e","kind":"commit","published_at":"2017-10-27T18:10:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0/manifests"},{"name":"v0.29.1","sha":"81166785bb4d4e315308a512b7b7594175ef1db7","kind":"tag","published_at":"2017-10-12T12:36:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1/manifests"},{"name":"v0.30.0","sha":"05caa820010d44b601b340228d4f95d81958a270","kind":"commit","published_at":"2017-08-28T16:58:05.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.30.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"0e39721b6c72b574026a0802792c4e95f0d83e68","kind":"tag","published_at":"2017-07-28T01:21:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0/manifests"},{"name":"v0.26.3","sha":"78e7546d3be61a7cb7272c7365564300481798ae","kind":"tag","published_at":"2017-07-10T08:23:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3/manifests"},{"name":"v0.26.1","sha":"49526069a0cb9486cb4838134259589addafff40","kind":"tag","published_at":"2017-06-20T23:12:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"8470e221f9fa5d1f195339737fdd3a7b433cad51","kind":"tag","published_at":"2017-06-20T11:34:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0/manifests"},{"name":"v0.25.5","sha":"7faa855d01e114c1adc0abd5efd547ed40543882","kind":"tag","published_at":"2017-06-15T21:55:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5/manifests"},{"name":"v0.25.3","sha":"daf1935534de9cd09a8d3f4384af20eaa4fe0f01","kind":"tag","published_at":"2017-05-27T16:20:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3/manifests"},{"name":"0.25.2","sha":"c160b3d1ed7ebd6b5e542fe271a078f4881884cd","kind":"commit","published_at":"2017-05-25T17:52:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.25.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2/manifests"},{"name":"v0.25.1","sha":"9bb794bb3305ae2355e1945b3abe3d0d8064a428","kind":"tag","published_at":"2017-05-21T01:22:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"31e440917cdc8ac57cd69ddf929e90a7c4b46367","kind":"tag","published_at":"2017-05-08T22:24:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"2d88dd106bf33807679f531051546f3c9889161e","kind":"tag","published_at":"2017-05-08T21:22:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"66b9c3d8698aef0a32147eeabb99264a9b52d171","kind":"tag","published_at":"2017-05-03T20:47:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0/manifests"},{"name":"v0.23.1","sha":"719d03c7724da0c93b05b891465b2df4299ef169","kind":"commit","published_at":"2017-04-17T12:28:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1/manifests"},{"name":"v0.23.0","sha":"06fa2f75ba4dccba7430d461ec89b7e8c36fd4e9","kind":"commit","published_at":"2017-04-11T23:54:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0/manifests"},{"name":"v0.22.1","sha":"4dde8f876dec0efd1f3bf2b0b594a57ef6ac774a","kind":"tag","published_at":"2017-03-06T06:34:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1/manifests"},{"name":"v0.22.0","sha":"e57b2cb3037628abbbf2be549ae3a2e8a4aa95b2","kind":"tag","published_at":"2017-02-17T17:03:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0/manifests"},{"name":"v0.20.5","sha":"7d995d75e07798c1527d5ea3dd8a647ed79fe209","kind":"tag","published_at":"2017-01-27T22:48:11.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5/manifests"},{"name":"v0.20.4","sha":"33df99a73784c1846b62f97ebff3848cdd76c3b1","kind":"tag","published_at":"2017-01-27T13:16:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"78e425f921085030585c93ed1eb0b96b5cb3b4b5","kind":"tag","published_at":"2017-01-26T19:55:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"e4420b601031c4ec8d84fe8340961447e3a2c87a","kind":"commit","published_at":"2017-01-25T14:18:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2/manifests"},{"name":"v0.20.0","sha":"aad93a81bb2ceeeeffc94c856a6d0d37c5ac6aec","kind":"commit","published_at":"2017-01-23T09:23:09.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0/manifests"},{"name":"0.19.1","sha":"d8458941cb570f8753c885da512ba22a53c6bb44","kind":"commit","published_at":"2016-11-06T13:26:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1/manifests"},{"name":"0.19","sha":"91f9f93abc9e802da0eb94e073d6717569fca9fc","kind":"commit","published_at":"2016-07-17T20:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19/manifests"},{"name":"0.18","sha":"9a8c75bb71dd9fdabc210f327f5f0265a259c9fe","kind":"commit","published_at":"2016-06-05T13:33:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.18","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18/manifests"},{"name":"0.17","sha":"6f26197e5753218e87e30de54d08bcd57c0f8f58","kind":"commit","published_at":"2016-05-27T20:19:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.17","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17/manifests"},{"name":"0.16","sha":"b832eb19930f2345b1b8e24398593d3e24e2d1f8","kind":"commit","published_at":"2016-02-17T13:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.16","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16/manifests"},{"name":"0.15","sha":"56faaf291d87355c204bf7deec66128d6090d4d1","kind":"commit","published_at":"2015-08-31T14:06:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.15","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15/manifests"},{"name":"0.14","sha":"40b62ebc9853b8feeaddce8cad972eebdb9f99a9","kind":"commit","published_at":"2015-05-03T15:50:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.14","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14/manifests"},{"name":"0.12","sha":"f5500333413b597bd3d6e22e0325143df998082d","kind":"commit","published_at":"2014-10-06T07:16:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.12","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12/manifests"},{"name":"0.11","sha":"176481c0f8694df12809ac7e70def059e4f9d89f","kind":"commit","published_at":"2014-06-26T02:39:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.11","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11/manifests"},{"name":"0.10","sha":"35df1e3afcf0ec67cf588b17adba537bc3e395c9","kind":"commit","published_at":"2014-04-01T02:47:00.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.10","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10/manifests"},{"name":"0.9","sha":"ee89bf486a157fa27ad4e2084f48930ecba630de","kind":"commit","published_at":"2014-01-08T07:42:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.9","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9/manifests"},{"name":"0.8","sha":"dbe73b0a99ad86f08254e30fad274a1bdfb7779b","kind":"commit","published_at":"2013-09-17T07:23:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.8","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8/manifests"},{"name":"0.7","sha":"81217a4f983570d752aad58073f22f142f1c2f01","kind":"commit","published_at":"2013-07-04T13:32:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.7","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7/manifests"},{"name":"0.6","sha":"45c4b6f47231f30202f0205ceaae3a7da1f8c8ed","kind":"commit","published_at":"2013-04-01T22:31:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.6","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6/manifests"},{"name":"0.5","sha":"2ae581183cc4b7fb47ea104bcfda42292a2fdd32","kind":"commit","published_at":"2013-01-08T01:51:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5/manifests"}]},"repo_metadata_updated_at":"2025-11-06T22:27:47.999Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/rust-bindgen-bash-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.22","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/rust-bindgen-bash-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/rust-bindgen-bash-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/rust-bindgen-bash-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-11-06T22:09:15.751Z","issues_count":1579,"pull_requests_count":1870,"avg_time_to_close_issue":15990111.391829155,"avg_time_to_close_pull_request":2452475.746704871,"issues_closed_count":1076,"pull_requests_closed_count":1745,"pull_request_authors_count":420,"issue_authors_count":773,"avg_comments_per_issue":3.837238758708043,"avg_comments_per_pull_request":3.6614973262032087,"merged_pull_requests_count":1548,"bot_issues_count":0,"bot_pull_requests_count":17,"past_year_issues_count":135,"past_year_pull_requests_count":305,"past_year_avg_time_to_close_issue":1894521.8918918918,"past_year_avg_time_to_close_pull_request":920802.1312217194,"past_year_issues_closed_count":37,"past_year_pull_requests_closed_count":221,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":105,"past_year_avg_comments_per_issue":0.7925925925925926,"past_year_avg_comments_per_pull_request":0.8098360655737705,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":202,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/issues","maintainers":[{"login":"emilio","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/emilio"},{"login":"fitzgen","count":356,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fitzgen"},{"login":"pvdrz","count":149,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pvdrz"},{"login":"kulp","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kulp"},{"login":"tshepang","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tshepang"},{"login":"Manishearth","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"},{"login":"dtolnay","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"amanjeev","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amanjeev"},{"login":"scoopr","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/scoopr"},{"login":"frewsxcv","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/frewsxcv"},{"login":"alex","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alex"},{"login":"bjorn3","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"jyn514","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jyn514"},{"login":"workingjubilee","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/workingjubilee"},{"login":"sanxiyn","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sanxiyn"},{"login":"cuviper","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"nagisa","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nagisa"},{"login":"thomcc","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thomcc"},{"login":"jamesmunns","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jamesmunns"},{"login":"lnicola","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lnicola"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"m-ou-se","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-ou-se"},{"login":"anp","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/anp"},{"login":"programmerjake","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/programmerjake"},{"login":"AlexEne","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AlexEne"},{"login":"wesleywiser","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wesleywiser"},{"login":"aDotInTheVoid","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aDotInTheVoid"},{"login":"cramertj","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cramertj"},{"login":"edunham","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/edunham"},{"login":"michaelwoerister","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/michaelwoerister"},{"login":"dwijnand","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dwijnand"},{"login":"KiChjang","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KiChjang"}],"active_maintainers":[{"login":"dtolnay","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"bjorn3","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"cuviper","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"Manishearth","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen-bash-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen-bash-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen-bash-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen-bash-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen-bash-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen-bash-completion/codemeta","maintainers":[{"uuid":"alpine@ptrcnull.me","login":null,"name":"Patrycja Rosa","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","packages_count":492,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","role":null,"created_at":"2025-06-08T03:34:40.170Z","updated_at":"2025-06-08T03:34:40.170Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers/alpine@ptrcnull.me/packages"}],"registry":{"name":"alpine-v3.22","url":"https://pkgs.alpinelinux.org/packages?branch=v3.22","ecosystem":"alpine","default":false,"packages_count":26322,"maintainers_count":422,"namespaces_count":2,"keywords_count":0,"github":"alpinelinux","metadata":{"repos":["main","community"]},"icon_url":"https://github.com/alpinelinux.png","created_at":"2025-06-05T10:49:56.987Z","updated_at":"2026-04-27T18:20:22.527Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/namespaces"}},{"id":11750723,"name":"rust-bindgen-fish-completion","ecosystem":"alpine","description":"Fish completions for rust-bindgen","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2024-12-13T22:41:35.000Z","latest_release_published_at":"2024-12-13T22:41:35.000Z","latest_release_number":"0.71.1-r0","last_synced_at":"2026-04-15T02:06:41.648Z","created_at":"2025-06-07T12:09:11.450Z","updated_at":"2026-04-15T02:06:41.649Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.22/main/x86_64/rust-bindgen-fish-completion","install_command":"apk add rust-bindgen-fish-completion","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":38331451,"uuid":"61728459","full_name":"rust-lang/rust-bindgen","owner":"rust-lang","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries.","archived":false,"fork":false,"pushed_at":"2025-10-21T21:12:34.000Z","size":18199,"stargazers_count":4982,"open_issues_count":535,"forks_count":769,"subscribers_count":53,"default_branch":"main","last_synced_at":"2025-10-30T18:41:12.733Z","etag":null,"topics":["bindings","codegen","ffi"],"latest_commit_sha":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-06-22T15:05:51.000Z","updated_at":"2025-10-30T17:41:29.000Z","dependencies_parsed_at":"2022-07-09T11:00:21.978Z","dependency_job_id":"e8642311-64d2-424b-ba68-2e4b4857d0e0","html_url":"https://github.com/rust-lang/rust-bindgen","commit_stats":{"total_commits":2798,"total_committers":417,"mean_commits":6.709832134292566,"dds":0.8148677626876341,"last_synced_commit":"8a6d851318153b7304b651a7fd8f559938683de3"},"previous_names":["servo/rust-bindgen","rust-lang-nursery/rust-bindgen"],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/rust-lang/rust-bindgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/sbom","scorecard":{"id":447423,"data":{"date":"2025-08-11","repo":{"name":"github.com/rust-lang/rust-bindgen","commit":"5f7aa4b4edcb11a20f251e829bbc66034e21c8e2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 12/20 approved changesets -- score normalized to 6","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/bump-version.yml:20","Warn: no topLevel permission defined: .github/workflows/bindgen.yml:1","Warn: no topLevel permission defined: .github/workflows/bump-version.yml:1","Warn: no topLevel permission defined: .github/workflows/create-tag.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy-book.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:18"],"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid parameter name: .github/workflows/release.yml:78","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:144: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-tag.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:289: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:176: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/bump-version.yml:45","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:67","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:125","Info:   0 out of  31 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  13 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned","Info:   0 out of   2 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:12"],"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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.71.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040","Warn: release artifact v0.71.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040"],"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/rust-lang/.github/SECURITY.md:1","Info: Found linked content: github.com/rust-lang/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/rust-lang/.github/SECURITY.md:1","Info: Found text in security policy: github.com/rust-lang/.github/SECURITY.md:1"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-19T07:11:33.233Z","repository_id":38331451,"created_at":"2025-08-19T07:11:33.265Z","updated_at":"2025-08-19T07:11:33.265Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281937758,"owners_count":26586774,"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-10-31T02:00:07.401Z","response_time":57,"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":"rust-lang","name":"The Rust Programming Language","uuid":"5430905","kind":"organization","description":"","email":"contact@rust-lang.org","website":"https://www.rust-lang.org","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5430905?v=4","repositories_count":233,"last_synced_at":"2025-10-30T00:35:41.348Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rust-lang","funding_links":[],"total_stars":369545,"followers":15156,"following":0,"created_at":"2022-11-02T16:22:33.891Z","updated_at":"2025-10-30T00:35:41.348Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang/repositories"},"tags":[{"name":"v0.72.1","sha":"d874de8d646d9b8a3e7ba2db2bcd52f2fba8f1f5","kind":"tag","published_at":"2025-08-31T17:50:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1/manifests"},{"name":"v0.72.0","sha":"d0e7d6b5b763e93dd38f9ece05230979ede95a0a","kind":"tag","published_at":"2025-06-08T11:15:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0/manifests"},{"name":"v0.71.1","sha":"af7fd38d5e80514406fb6a8bba2d407d252c30b9","kind":"tag","published_at":"2024-12-09T15:21:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1/manifests"},{"name":"v0.71.0","sha":"93c5b8b36bf2372f3b5f5671ce752342c3e83f97","kind":"tag","published_at":"2024-12-09T14:44:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0/manifests"},{"name":"v0.69.5","sha":"ddd00d48e27a6451f65fb8afef381d98a56e0560","kind":"commit","published_at":"2024-10-08T16:30:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5/manifests"},{"name":"v0.70.1","sha":"21c60f473f4e824d4aa9b2b508056320d474b110","kind":"tag","published_at":"2024-08-20T21:24:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1/manifests"},{"name":"v0.70.0","sha":"190ff2a6a4739f3a703125d9ed290dcd2dc9c808","kind":"commit","published_at":"2024-08-16T22:45:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0/manifests"},{"name":"v0.69.4","sha":"62859b2c6108c1c0f60d16b9ffe7544a4fbce48b","kind":"tag","published_at":"2024-02-04T12:50:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4/manifests"},{"name":"v0.69.3","sha":"918abdcac6a263b3d33c2b04d7b1b66fc90c2e39","kind":"tag","published_at":"2024-02-04T11:45:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3/manifests"},{"name":"v0.69.2","sha":"2a22051bb06cf66bd4e3d9305c45a407b79cf1af","kind":"tag","published_at":"2024-01-13T00:08:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2/manifests"},{"name":"v0.69.1","sha":"f3f3d326c7e9e6fa55562fec6a8676ae8eab7588","kind":"tag","published_at":"2023-11-02T17:47:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"c73990cc0f714ce79e444039f09eaf1f769d7e6a","kind":"commit","published_at":"2023-11-01T17:55:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"8d75a02bbb5c64e85e6ce62b57d52b7df9c61c79","kind":"tag","published_at":"2023-09-06T17:48:55.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"ebcf0bcc8bba113d82d0f1e0cbede40ccffc6e8f","kind":"tag","published_at":"2023-09-06T17:01:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0/manifests"},{"name":"v0.66.1","sha":"38a779c61734c134429dfb99da3499173a848c17","kind":"tag","published_at":"2023-06-19T09:08:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1/manifests"},{"name":"v0.66.0","sha":"264075a6362f951e90240a976428f0225652d27c","kind":"tag","published_at":"2023-06-14T18:09:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0/manifests"},{"name":"v0.65.1","sha":"7d243056d335fdc4537f7bca73c06d01aae24ddc","kind":"tag","published_at":"2023-04-10T20:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"2bcff0f2ce64629c6e9d8450f8ddd5eb90bca9e0","kind":"tag","published_at":"2023-04-10T17:25:51.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0/manifests"},{"name":"v0.64.0","sha":"ae6817256ac557981906e93a1f866349db85053e","kind":"tag","published_at":"2023-02-07T15:37:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.64.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0/manifests"},{"name":"v0.63.0","sha":"c51591941e18a75c312c7c237c4969dd22c40467","kind":"tag","published_at":"2022-11-22T18:30:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.63.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0/manifests"},{"name":"v0.62.0","sha":"c09bd2f5b58fb90fbcd906a4826d4ac26fe6ef1d","kind":"tag","published_at":"2022-11-17T03:36:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.62.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0/manifests"},{"name":"v0.61.0","sha":"784d3e824dcb95b8913156d872c9ed8eb8720291","kind":"tag","published_at":"2022-10-16T19:55:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.61.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0/manifests"},{"name":"v0.60.1","sha":"9ca5f856a35deddde0575002d76d1db4430e6c42","kind":"tag","published_at":"2022-06-06T11:23:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1/manifests"},{"name":"v0.60.0","sha":"355181134094202e0caae60c1fbf145d8e6ca84b","kind":"tag","published_at":"2022-06-05T18:38:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0/manifests"},{"name":"v0.59.2","sha":"89032649044d875983a851fff6fbde2d4e2ceaeb","kind":"tag","published_at":"2021-11-26T01:54:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2/manifests"},{"name":"v0.59.1","sha":"9a9438f3d6a3523c69d7bc890e8608b63dbe38a5","kind":"tag","published_at":"2021-07-25T22:25:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"67140077f65bb5af6eae1b257c91c9f379e56bc2","kind":"tag","published_at":"2021-07-20T10:20:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0/manifests"},{"name":"v0.58.1","sha":"696455d1c15e682b2b89f81f409315ea4964aef3","kind":"tag","published_at":"2021-04-06T09:20:01.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1/manifests"},{"name":"v0.58.0","sha":"d7ba7d1dcb081c3c853e3385fd4ef15cb6c1c22c","kind":"tag","published_at":"2021-04-03T11:16:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0/manifests"},{"name":"v0.57.0","sha":"5ca2fc7a0221cacde41fd60b0ce485ee5ab8dac3","kind":"tag","published_at":"2021-02-01T13:06:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.57.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"11ae35089e4748b7e2a6f50f6bef7709af72e724","kind":"tag","published_at":"2020-11-26T10:36:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.56.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0/manifests"},{"name":"v0.47.4","sha":"c2b3a71fc46cb05032dc99ece6a98cf0fb6359eb","kind":"tag","published_at":"2020-11-13T18:43:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4/manifests"},{"name":"v0.55.1","sha":"d492ac4ae11ba7403acd533813982b052c5020a0","kind":"tag","published_at":"2020-08-24T22:39:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1/manifests"},{"name":"v0.55.0","sha":"0996486f0977e12f1a64f7730b3eca81659aa839","kind":"tag","published_at":"2020-08-24T09:59:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0/manifests"},{"name":"v0.54.1-sp1","sha":"79f2c131dfc571852b7c097ca3d08d31ab9874c3","kind":"commit","published_at":"2020-08-03T02:19:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1/manifests"},{"name":"v0.54.1","sha":"f94036fd18eefee801b3e99c564b2b0bc1a81218","kind":"tag","published_at":"2020-07-06T17:17:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1/manifests"},{"name":"v0.53.3","sha":"a8290e03c994bf2f9113fdfca7c74eda2f9750cd","kind":"tag","published_at":"2020-05-21T19:49:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3/manifests"},{"name":"v0.54.0","sha":"d405baf05acec7caf6d3d403cccdaeb5e67423e3","kind":"tag","published_at":"2020-05-21T19:42:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0/manifests"},{"name":"v0.53.2-sp1","sha":"b8beaaf0105158f1d1ed02617487aeb190077e2d","kind":"commit","published_at":"2020-04-01T08:33:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1/manifests"},{"name":"v0.53.2","sha":"cfd3347c6655195d2a03b11aff9cb5efac327bf9","kind":"tag","published_at":"2020-03-09T23:17:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2/manifests"},{"name":"v0.53.1","sha":"02e76faa7a9270125ea9b8dc45cff3f475283d6e","kind":"tag","published_at":"2020-02-03T12:29:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"1d86a83a8767343528c283a1f6ac9f673bb4eb1a","kind":"tag","published_at":"2020-02-02T22:34:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0/manifests"},{"name":"v0.52.0-sp1","sha":"e025ea3d8a3c84ba0208ba156b2cc1e389127869","kind":"commit","published_at":"2019-12-12T06:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1/manifests"},{"name":"v0.49.4","sha":"15d9cb242d91ae736a3d048e456c12528c886404","kind":"tag","published_at":"2019-12-04T16:01:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4/manifests"},{"name":"v0.52.0","sha":"b44be6e3dbce03857c6eac221b1350acd68cb357","kind":"tag","published_at":"2019-11-19T19:30:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0/manifests"},{"name":"v0.19.2","sha":"ff4506b21b9af78566751bfe6019d4b96f8138c4","kind":"tag","published_at":"2019-10-18T14:04:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.19.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2/manifests"},{"name":"v0.51.1-oldsyn","sha":"7c24e0d27f0f70b71df832f48dfed71010e56978","kind":"tag","published_at":"2019-09-24T18:05:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1-oldsyn","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1-oldsyn","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1-oldsyn","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn/manifests"},{"name":"v0.50.1","sha":"8e720a929b64c37e4cb1436041a125c07451030b","kind":"tag","published_at":"2019-09-23T16:57:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1/manifests"},{"name":"v0.51.1","sha":"6643847b38acbd1f709ace8e07e96a2a0435c212","kind":"tag","published_at":"2019-09-23T16:50:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1/manifests"},{"name":"v0.51.0","sha":"37e3d658b1b2030e1f805cedcf7301e8ee461e09","kind":"tag","published_at":"2019-07-26T15:55:23.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0/manifests"},{"name":"v0.50.0","sha":"d7898170fb8feadcab1940c2ecfbac2510780552","kind":"tag","published_at":"2019-07-01T22:03:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0/manifests"},{"name":"v0.49.3","sha":"ad0bf8e6bea1bd70a032f2425b4a581926778096","kind":"tag","published_at":"2019-06-25T16:56:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3/manifests"},{"name":"v0.49.2","sha":"5eefef7dcaaac45486224954c006e17ad0d24547","kind":"tag","published_at":"2019-05-22T13:39:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2/manifests"},{"name":"v0.49.1","sha":"e5250a01b98cb8ca9dc4584788dbc5db68147a71","kind":"tag","published_at":"2019-05-16T19:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1/manifests"},{"name":"v0.49.0","sha":"5b2f344bb02e72fd177149e3aa5d789679fa4471","kind":"tag","published_at":"2019-03-27T02:02:19.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0/manifests"},{"name":"v0.48.1","sha":"185a5f322e973b60f8d0986672f9a88e5d9a07bd","kind":"tag","published_at":"2019-03-06T13:17:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1/manifests"},{"name":"v0.48.0","sha":"a43cc2afcd69cbaa2f699ee3d4b9c804576ffad7","kind":"tag","published_at":"2019-03-04T02:55:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0/manifests"},{"name":"v0.47.3","sha":"1cd830127489b19a58143c300667d045b447a62d","kind":"tag","published_at":"2019-02-25T17:44:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3/manifests"},{"name":"v0.47.2","sha":"f4f47d52cbce45af177958e76ef9a4a17e922bc4","kind":"tag","published_at":"2019-02-23T06:00:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2/manifests"},{"name":"v0.47.1","sha":"86eff214bf29dc1545bfa7fd44ab2df20048e62b","kind":"tag","published_at":"2019-02-02T19:18:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1/manifests"},{"name":"v0.47.0","sha":"8747bc9c28e2c1f762f6fd0f9235f056dbc74ba0","kind":"tag","published_at":"2019-01-19T17:13:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"7c24f6b2f6f62f62eba64784f58b1b6d46831908","kind":"tag","published_at":"2018-12-29T13:53:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.46.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"371e744e4158f23e75adb296433fc684076964ad","kind":"tag","published_at":"2018-12-14T12:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.45.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"7b1406dc90f67fafca61dba915ac57b9d2d7d2d4","kind":"tag","published_at":"2018-11-30T11:36:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.44.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0/manifests"},{"name":"v0.43.2","sha":"68d0af91e58d8ae4c384fb8ae48153dd3ddb7e0a","kind":"tag","published_at":"2018-11-23T10:44:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2/manifests"},{"name":"v0.43.1","sha":"5de943ca7bf6c155f7bae1d91f1e3b1d91e8d901","kind":"tag","published_at":"2018-11-05T13:22:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1/manifests"},{"name":"v0.43.0","sha":"a242c51e6ff0d4cc27940a3927e713e8dff82c5f","kind":"tag","published_at":"2018-10-22T07:39:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0/manifests"},{"name":"v0.42.3","sha":"d7a74baf5c822e0312aca539c3836e5d87c6091b","kind":"tag","published_at":"2018-10-20T05:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3/manifests"},{"name":"v0.42.2","sha":"6055f364bd1d341da8fa881741ec36ab0abf0a7a","kind":"tag","published_at":"2018-10-11T16:18:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2/manifests"},{"name":"v0.42.1","sha":"988a9537800a23c045e045f19e02a1674d6a14ef","kind":"tag","published_at":"2018-10-08T13:40:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1/manifests"},{"name":"v0.42.0","sha":"35a349dd76cb5ba9470de30bb2eb51ea152a9640","kind":"tag","published_at":"2018-10-07T09:14:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"c4433e08ce973632565fd8e2856533052a8ecc89","kind":"tag","published_at":"2018-09-30T19:06:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.41.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0/manifests"},{"name":"v0.40.0","sha":"36c087bb4a22ae37d96a7a711293f5ee2d98015f","kind":"tag","published_at":"2018-09-04T12:47:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.40.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"14da023687b36db480c42f924ec8d236faf1577a","kind":"tag","published_at":"2018-08-24T13:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.39.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"40d24bb085a1a0bd11f7cf4dd87c52de529302ca","kind":"tag","published_at":"2018-08-15T10:49:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.38.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0/manifests"},{"name":"v0.37.4","sha":"c197acf847c4ea6012061c1246668514059c34ae","kind":"tag","published_at":"2018-07-01T13:59:56.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4/manifests"},{"name":"v0.37.3","sha":"a899ce711617fd7be482622a908a40d5fd1c7628","kind":"tag","published_at":"2018-07-01T12:09:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3/manifests"},{"name":"v0.37.0","sha":"4d3674fd378f7ad7fbd7aa1ff9781eecee1f5940","kind":"tag","published_at":"2018-05-18T14:09:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"515ca97b462f348b7b3bb9eaea98b2e0bb1b624b","kind":"tag","published_at":"2018-05-09T22:25:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"af54e58a8c2e513ba8c3cc00c22aa958de091a53","kind":"tag","published_at":"2018-04-10T13:55:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"fb069e9391ebf40ec9ebef7c0ac2e50f5ead5644","kind":"tag","published_at":"2018-03-25T18:25:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.35.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0/manifests"},{"name":"0.33.1","sha":"3379a90a2d88c7d6333d64fe33ea1bd992904c71","kind":"commit","published_at":"2018-02-14T19:45:15.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.33.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1/manifests"},{"name":"v0.32.2","sha":"b3712248c59f8f4dca80fd92d1ad9cb40149a8cc","kind":"tag","published_at":"2018-01-22T11:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.32.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2/manifests"},{"name":"0.32.1","sha":"39d07787a3409b7753a9600bbbfe43d757ce28c2","kind":"commit","published_at":"2017-12-18T21:21:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1/manifests"},{"name":"0.32.0","sha":"d4829d3bb33ffe411fcc67c273be7643017aae38","kind":"commit","published_at":"2017-12-08T19:03:02.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0/manifests"},{"name":"0.31.3","sha":"55cf63c08c539df2a8c5437c062dda5fb57a8b18","kind":"commit","published_at":"2017-10-31T17:57:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3/manifests"},{"name":"v0.31.2","sha":"4c975aa18f6ae4147a146ae7f9c25ac6a2ae14b0","kind":"tag","published_at":"2017-10-30T11:56:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2/manifests"},{"name":"0.31.2","sha":"33c6f261db8fd6ca752a1ed0ba1a8cf6ef3158cd","kind":"commit","published_at":"2017-10-30T10:56:46.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2/manifests"},{"name":"v0.31.1","sha":"fefbbb56ec78950275ff6a1a714efcaa48bf9e8c","kind":"tag","published_at":"2017-10-28T13:26:03.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"f661f58188c6442145ff8856b059ce3e09941e5e","kind":"commit","published_at":"2017-10-27T18:10:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0/manifests"},{"name":"v0.29.1","sha":"81166785bb4d4e315308a512b7b7594175ef1db7","kind":"tag","published_at":"2017-10-12T12:36:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1/manifests"},{"name":"v0.30.0","sha":"05caa820010d44b601b340228d4f95d81958a270","kind":"commit","published_at":"2017-08-28T16:58:05.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.30.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"0e39721b6c72b574026a0802792c4e95f0d83e68","kind":"tag","published_at":"2017-07-28T01:21:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0/manifests"},{"name":"v0.26.3","sha":"78e7546d3be61a7cb7272c7365564300481798ae","kind":"tag","published_at":"2017-07-10T08:23:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3/manifests"},{"name":"v0.26.1","sha":"49526069a0cb9486cb4838134259589addafff40","kind":"tag","published_at":"2017-06-20T23:12:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"8470e221f9fa5d1f195339737fdd3a7b433cad51","kind":"tag","published_at":"2017-06-20T11:34:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0/manifests"},{"name":"v0.25.5","sha":"7faa855d01e114c1adc0abd5efd547ed40543882","kind":"tag","published_at":"2017-06-15T21:55:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5/manifests"},{"name":"v0.25.3","sha":"daf1935534de9cd09a8d3f4384af20eaa4fe0f01","kind":"tag","published_at":"2017-05-27T16:20:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3/manifests"},{"name":"0.25.2","sha":"c160b3d1ed7ebd6b5e542fe271a078f4881884cd","kind":"commit","published_at":"2017-05-25T17:52:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.25.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2/manifests"},{"name":"v0.25.1","sha":"9bb794bb3305ae2355e1945b3abe3d0d8064a428","kind":"tag","published_at":"2017-05-21T01:22:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"31e440917cdc8ac57cd69ddf929e90a7c4b46367","kind":"tag","published_at":"2017-05-08T22:24:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"2d88dd106bf33807679f531051546f3c9889161e","kind":"tag","published_at":"2017-05-08T21:22:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"66b9c3d8698aef0a32147eeabb99264a9b52d171","kind":"tag","published_at":"2017-05-03T20:47:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0/manifests"},{"name":"v0.23.1","sha":"719d03c7724da0c93b05b891465b2df4299ef169","kind":"commit","published_at":"2017-04-17T12:28:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1/manifests"},{"name":"v0.23.0","sha":"06fa2f75ba4dccba7430d461ec89b7e8c36fd4e9","kind":"commit","published_at":"2017-04-11T23:54:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0/manifests"},{"name":"v0.22.1","sha":"4dde8f876dec0efd1f3bf2b0b594a57ef6ac774a","kind":"tag","published_at":"2017-03-06T06:34:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1/manifests"},{"name":"v0.22.0","sha":"e57b2cb3037628abbbf2be549ae3a2e8a4aa95b2","kind":"tag","published_at":"2017-02-17T17:03:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0/manifests"},{"name":"v0.20.5","sha":"7d995d75e07798c1527d5ea3dd8a647ed79fe209","kind":"tag","published_at":"2017-01-27T22:48:11.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5/manifests"},{"name":"v0.20.4","sha":"33df99a73784c1846b62f97ebff3848cdd76c3b1","kind":"tag","published_at":"2017-01-27T13:16:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"78e425f921085030585c93ed1eb0b96b5cb3b4b5","kind":"tag","published_at":"2017-01-26T19:55:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"e4420b601031c4ec8d84fe8340961447e3a2c87a","kind":"commit","published_at":"2017-01-25T14:18:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2/manifests"},{"name":"v0.20.0","sha":"aad93a81bb2ceeeeffc94c856a6d0d37c5ac6aec","kind":"commit","published_at":"2017-01-23T09:23:09.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0/manifests"},{"name":"0.19.1","sha":"d8458941cb570f8753c885da512ba22a53c6bb44","kind":"commit","published_at":"2016-11-06T13:26:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1/manifests"},{"name":"0.19","sha":"91f9f93abc9e802da0eb94e073d6717569fca9fc","kind":"commit","published_at":"2016-07-17T20:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19/manifests"},{"name":"0.18","sha":"9a8c75bb71dd9fdabc210f327f5f0265a259c9fe","kind":"commit","published_at":"2016-06-05T13:33:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.18","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18/manifests"},{"name":"0.17","sha":"6f26197e5753218e87e30de54d08bcd57c0f8f58","kind":"commit","published_at":"2016-05-27T20:19:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.17","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17/manifests"},{"name":"0.16","sha":"b832eb19930f2345b1b8e24398593d3e24e2d1f8","kind":"commit","published_at":"2016-02-17T13:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.16","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16/manifests"},{"name":"0.15","sha":"56faaf291d87355c204bf7deec66128d6090d4d1","kind":"commit","published_at":"2015-08-31T14:06:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.15","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15/manifests"},{"name":"0.14","sha":"40b62ebc9853b8feeaddce8cad972eebdb9f99a9","kind":"commit","published_at":"2015-05-03T15:50:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.14","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14/manifests"},{"name":"0.12","sha":"f5500333413b597bd3d6e22e0325143df998082d","kind":"commit","published_at":"2014-10-06T07:16:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.12","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12/manifests"},{"name":"0.11","sha":"176481c0f8694df12809ac7e70def059e4f9d89f","kind":"commit","published_at":"2014-06-26T02:39:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.11","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11/manifests"},{"name":"0.10","sha":"35df1e3afcf0ec67cf588b17adba537bc3e395c9","kind":"commit","published_at":"2014-04-01T02:47:00.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.10","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10/manifests"},{"name":"0.9","sha":"ee89bf486a157fa27ad4e2084f48930ecba630de","kind":"commit","published_at":"2014-01-08T07:42:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.9","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9/manifests"},{"name":"0.8","sha":"dbe73b0a99ad86f08254e30fad274a1bdfb7779b","kind":"commit","published_at":"2013-09-17T07:23:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.8","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8/manifests"},{"name":"0.7","sha":"81217a4f983570d752aad58073f22f142f1c2f01","kind":"commit","published_at":"2013-07-04T13:32:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.7","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7/manifests"},{"name":"0.6","sha":"45c4b6f47231f30202f0205ceaae3a7da1f8c8ed","kind":"commit","published_at":"2013-04-01T22:31:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.6","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6/manifests"},{"name":"0.5","sha":"2ae581183cc4b7fb47ea104bcfda42292a2fdd32","kind":"commit","published_at":"2013-01-08T01:51:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5/manifests"}]},"repo_metadata_updated_at":"2025-11-06T22:27:49.900Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/rust-bindgen-fish-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.22","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/rust-bindgen-fish-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/rust-bindgen-fish-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/rust-bindgen-fish-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-11-06T22:09:15.751Z","issues_count":1579,"pull_requests_count":1870,"avg_time_to_close_issue":15990111.391829155,"avg_time_to_close_pull_request":2452475.746704871,"issues_closed_count":1076,"pull_requests_closed_count":1745,"pull_request_authors_count":420,"issue_authors_count":773,"avg_comments_per_issue":3.837238758708043,"avg_comments_per_pull_request":3.6614973262032087,"merged_pull_requests_count":1548,"bot_issues_count":0,"bot_pull_requests_count":17,"past_year_issues_count":135,"past_year_pull_requests_count":305,"past_year_avg_time_to_close_issue":1894521.8918918918,"past_year_avg_time_to_close_pull_request":920802.1312217194,"past_year_issues_closed_count":37,"past_year_pull_requests_closed_count":221,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":105,"past_year_avg_comments_per_issue":0.7925925925925926,"past_year_avg_comments_per_pull_request":0.8098360655737705,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":202,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/issues","maintainers":[{"login":"emilio","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/emilio"},{"login":"fitzgen","count":356,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fitzgen"},{"login":"pvdrz","count":149,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pvdrz"},{"login":"kulp","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kulp"},{"login":"tshepang","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tshepang"},{"login":"Manishearth","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"},{"login":"dtolnay","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"amanjeev","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amanjeev"},{"login":"scoopr","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/scoopr"},{"login":"frewsxcv","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/frewsxcv"},{"login":"alex","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alex"},{"login":"bjorn3","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"jyn514","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jyn514"},{"login":"workingjubilee","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/workingjubilee"},{"login":"sanxiyn","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sanxiyn"},{"login":"cuviper","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"nagisa","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nagisa"},{"login":"thomcc","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thomcc"},{"login":"jamesmunns","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jamesmunns"},{"login":"lnicola","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lnicola"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"m-ou-se","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-ou-se"},{"login":"anp","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/anp"},{"login":"programmerjake","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/programmerjake"},{"login":"AlexEne","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AlexEne"},{"login":"wesleywiser","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wesleywiser"},{"login":"aDotInTheVoid","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aDotInTheVoid"},{"login":"cramertj","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cramertj"},{"login":"edunham","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/edunham"},{"login":"michaelwoerister","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/michaelwoerister"},{"login":"dwijnand","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dwijnand"},{"login":"KiChjang","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KiChjang"}],"active_maintainers":[{"login":"dtolnay","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"bjorn3","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"cuviper","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"Manishearth","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen-fish-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen-fish-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen-fish-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen-fish-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen-fish-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen-fish-completion/codemeta","maintainers":[{"uuid":"alpine@ptrcnull.me","login":null,"name":"Patrycja Rosa","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","packages_count":492,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","role":null,"created_at":"2025-06-08T03:34:39.888Z","updated_at":"2025-06-08T03:34:39.888Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers/alpine@ptrcnull.me/packages"}],"registry":{"name":"alpine-v3.22","url":"https://pkgs.alpinelinux.org/packages?branch=v3.22","ecosystem":"alpine","default":false,"packages_count":26322,"maintainers_count":422,"namespaces_count":2,"keywords_count":0,"github":"alpinelinux","metadata":{"repos":["main","community"]},"icon_url":"https://github.com/alpinelinux.png","created_at":"2025-06-05T10:49:56.987Z","updated_at":"2026-04-27T18:20:22.527Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/namespaces"}},{"id":11750722,"name":"rust-bindgen-doc","ecosystem":"alpine","description":"automatically generates Rust FFI bindings to C (and some C++) libraries (documentation)","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2024-12-13T22:41:35.000Z","latest_release_published_at":"2024-12-13T22:41:35.000Z","latest_release_number":"0.71.1-r0","last_synced_at":"2026-04-15T02:06:47.829Z","created_at":"2025-06-07T12:09:10.990Z","updated_at":"2026-04-15T02:06:47.830Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.22/main/x86_64/rust-bindgen-doc","install_command":"apk add rust-bindgen-doc","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":38331451,"uuid":"61728459","full_name":"rust-lang/rust-bindgen","owner":"rust-lang","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries.","archived":false,"fork":false,"pushed_at":"2025-10-21T21:12:34.000Z","size":18199,"stargazers_count":4982,"open_issues_count":535,"forks_count":769,"subscribers_count":53,"default_branch":"main","last_synced_at":"2025-10-30T18:41:12.733Z","etag":null,"topics":["bindings","codegen","ffi"],"latest_commit_sha":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-06-22T15:05:51.000Z","updated_at":"2025-10-30T17:41:29.000Z","dependencies_parsed_at":"2022-07-09T11:00:21.978Z","dependency_job_id":"e8642311-64d2-424b-ba68-2e4b4857d0e0","html_url":"https://github.com/rust-lang/rust-bindgen","commit_stats":{"total_commits":2798,"total_committers":417,"mean_commits":6.709832134292566,"dds":0.8148677626876341,"last_synced_commit":"8a6d851318153b7304b651a7fd8f559938683de3"},"previous_names":["servo/rust-bindgen","rust-lang-nursery/rust-bindgen"],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/rust-lang/rust-bindgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/sbom","scorecard":{"id":447423,"data":{"date":"2025-08-11","repo":{"name":"github.com/rust-lang/rust-bindgen","commit":"5f7aa4b4edcb11a20f251e829bbc66034e21c8e2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 12/20 approved changesets -- score normalized to 6","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/bump-version.yml:20","Warn: no topLevel permission defined: .github/workflows/bindgen.yml:1","Warn: no topLevel permission defined: .github/workflows/bump-version.yml:1","Warn: no topLevel permission defined: .github/workflows/create-tag.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy-book.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:18"],"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid parameter name: .github/workflows/release.yml:78","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:144: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-tag.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:289: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:176: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/bump-version.yml:45","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:67","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:125","Info:   0 out of  31 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  13 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned","Info:   0 out of   2 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:12"],"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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.71.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040","Warn: release artifact v0.71.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040"],"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/rust-lang/.github/SECURITY.md:1","Info: Found linked content: github.com/rust-lang/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/rust-lang/.github/SECURITY.md:1","Info: Found text in security policy: github.com/rust-lang/.github/SECURITY.md:1"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-19T07:11:33.233Z","repository_id":38331451,"created_at":"2025-08-19T07:11:33.265Z","updated_at":"2025-08-19T07:11:33.265Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281937758,"owners_count":26586774,"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-10-31T02:00:07.401Z","response_time":57,"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":"rust-lang","name":"The Rust Programming Language","uuid":"5430905","kind":"organization","description":"","email":"contact@rust-lang.org","website":"https://www.rust-lang.org","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5430905?v=4","repositories_count":233,"last_synced_at":"2025-10-30T00:35:41.348Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rust-lang","funding_links":[],"total_stars":369545,"followers":15156,"following":0,"created_at":"2022-11-02T16:22:33.891Z","updated_at":"2025-10-30T00:35:41.348Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang/repositories"},"tags":[{"name":"v0.72.1","sha":"d874de8d646d9b8a3e7ba2db2bcd52f2fba8f1f5","kind":"tag","published_at":"2025-08-31T17:50:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1/manifests"},{"name":"v0.72.0","sha":"d0e7d6b5b763e93dd38f9ece05230979ede95a0a","kind":"tag","published_at":"2025-06-08T11:15:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0/manifests"},{"name":"v0.71.1","sha":"af7fd38d5e80514406fb6a8bba2d407d252c30b9","kind":"tag","published_at":"2024-12-09T15:21:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1/manifests"},{"name":"v0.71.0","sha":"93c5b8b36bf2372f3b5f5671ce752342c3e83f97","kind":"tag","published_at":"2024-12-09T14:44:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0/manifests"},{"name":"v0.69.5","sha":"ddd00d48e27a6451f65fb8afef381d98a56e0560","kind":"commit","published_at":"2024-10-08T16:30:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5/manifests"},{"name":"v0.70.1","sha":"21c60f473f4e824d4aa9b2b508056320d474b110","kind":"tag","published_at":"2024-08-20T21:24:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1/manifests"},{"name":"v0.70.0","sha":"190ff2a6a4739f3a703125d9ed290dcd2dc9c808","kind":"commit","published_at":"2024-08-16T22:45:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0/manifests"},{"name":"v0.69.4","sha":"62859b2c6108c1c0f60d16b9ffe7544a4fbce48b","kind":"tag","published_at":"2024-02-04T12:50:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4/manifests"},{"name":"v0.69.3","sha":"918abdcac6a263b3d33c2b04d7b1b66fc90c2e39","kind":"tag","published_at":"2024-02-04T11:45:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3/manifests"},{"name":"v0.69.2","sha":"2a22051bb06cf66bd4e3d9305c45a407b79cf1af","kind":"tag","published_at":"2024-01-13T00:08:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2/manifests"},{"name":"v0.69.1","sha":"f3f3d326c7e9e6fa55562fec6a8676ae8eab7588","kind":"tag","published_at":"2023-11-02T17:47:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"c73990cc0f714ce79e444039f09eaf1f769d7e6a","kind":"commit","published_at":"2023-11-01T17:55:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"8d75a02bbb5c64e85e6ce62b57d52b7df9c61c79","kind":"tag","published_at":"2023-09-06T17:48:55.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"ebcf0bcc8bba113d82d0f1e0cbede40ccffc6e8f","kind":"tag","published_at":"2023-09-06T17:01:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0/manifests"},{"name":"v0.66.1","sha":"38a779c61734c134429dfb99da3499173a848c17","kind":"tag","published_at":"2023-06-19T09:08:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1/manifests"},{"name":"v0.66.0","sha":"264075a6362f951e90240a976428f0225652d27c","kind":"tag","published_at":"2023-06-14T18:09:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0/manifests"},{"name":"v0.65.1","sha":"7d243056d335fdc4537f7bca73c06d01aae24ddc","kind":"tag","published_at":"2023-04-10T20:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"2bcff0f2ce64629c6e9d8450f8ddd5eb90bca9e0","kind":"tag","published_at":"2023-04-10T17:25:51.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0/manifests"},{"name":"v0.64.0","sha":"ae6817256ac557981906e93a1f866349db85053e","kind":"tag","published_at":"2023-02-07T15:37:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.64.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0/manifests"},{"name":"v0.63.0","sha":"c51591941e18a75c312c7c237c4969dd22c40467","kind":"tag","published_at":"2022-11-22T18:30:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.63.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0/manifests"},{"name":"v0.62.0","sha":"c09bd2f5b58fb90fbcd906a4826d4ac26fe6ef1d","kind":"tag","published_at":"2022-11-17T03:36:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.62.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0/manifests"},{"name":"v0.61.0","sha":"784d3e824dcb95b8913156d872c9ed8eb8720291","kind":"tag","published_at":"2022-10-16T19:55:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.61.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0/manifests"},{"name":"v0.60.1","sha":"9ca5f856a35deddde0575002d76d1db4430e6c42","kind":"tag","published_at":"2022-06-06T11:23:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1/manifests"},{"name":"v0.60.0","sha":"355181134094202e0caae60c1fbf145d8e6ca84b","kind":"tag","published_at":"2022-06-05T18:38:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0/manifests"},{"name":"v0.59.2","sha":"89032649044d875983a851fff6fbde2d4e2ceaeb","kind":"tag","published_at":"2021-11-26T01:54:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2/manifests"},{"name":"v0.59.1","sha":"9a9438f3d6a3523c69d7bc890e8608b63dbe38a5","kind":"tag","published_at":"2021-07-25T22:25:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"67140077f65bb5af6eae1b257c91c9f379e56bc2","kind":"tag","published_at":"2021-07-20T10:20:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0/manifests"},{"name":"v0.58.1","sha":"696455d1c15e682b2b89f81f409315ea4964aef3","kind":"tag","published_at":"2021-04-06T09:20:01.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1/manifests"},{"name":"v0.58.0","sha":"d7ba7d1dcb081c3c853e3385fd4ef15cb6c1c22c","kind":"tag","published_at":"2021-04-03T11:16:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0/manifests"},{"name":"v0.57.0","sha":"5ca2fc7a0221cacde41fd60b0ce485ee5ab8dac3","kind":"tag","published_at":"2021-02-01T13:06:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.57.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"11ae35089e4748b7e2a6f50f6bef7709af72e724","kind":"tag","published_at":"2020-11-26T10:36:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.56.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0/manifests"},{"name":"v0.47.4","sha":"c2b3a71fc46cb05032dc99ece6a98cf0fb6359eb","kind":"tag","published_at":"2020-11-13T18:43:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4/manifests"},{"name":"v0.55.1","sha":"d492ac4ae11ba7403acd533813982b052c5020a0","kind":"tag","published_at":"2020-08-24T22:39:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1/manifests"},{"name":"v0.55.0","sha":"0996486f0977e12f1a64f7730b3eca81659aa839","kind":"tag","published_at":"2020-08-24T09:59:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0/manifests"},{"name":"v0.54.1-sp1","sha":"79f2c131dfc571852b7c097ca3d08d31ab9874c3","kind":"commit","published_at":"2020-08-03T02:19:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1/manifests"},{"name":"v0.54.1","sha":"f94036fd18eefee801b3e99c564b2b0bc1a81218","kind":"tag","published_at":"2020-07-06T17:17:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1/manifests"},{"name":"v0.53.3","sha":"a8290e03c994bf2f9113fdfca7c74eda2f9750cd","kind":"tag","published_at":"2020-05-21T19:49:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3/manifests"},{"name":"v0.54.0","sha":"d405baf05acec7caf6d3d403cccdaeb5e67423e3","kind":"tag","published_at":"2020-05-21T19:42:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0/manifests"},{"name":"v0.53.2-sp1","sha":"b8beaaf0105158f1d1ed02617487aeb190077e2d","kind":"commit","published_at":"2020-04-01T08:33:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1/manifests"},{"name":"v0.53.2","sha":"cfd3347c6655195d2a03b11aff9cb5efac327bf9","kind":"tag","published_at":"2020-03-09T23:17:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2/manifests"},{"name":"v0.53.1","sha":"02e76faa7a9270125ea9b8dc45cff3f475283d6e","kind":"tag","published_at":"2020-02-03T12:29:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"1d86a83a8767343528c283a1f6ac9f673bb4eb1a","kind":"tag","published_at":"2020-02-02T22:34:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0/manifests"},{"name":"v0.52.0-sp1","sha":"e025ea3d8a3c84ba0208ba156b2cc1e389127869","kind":"commit","published_at":"2019-12-12T06:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1/manifests"},{"name":"v0.49.4","sha":"15d9cb242d91ae736a3d048e456c12528c886404","kind":"tag","published_at":"2019-12-04T16:01:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4/manifests"},{"name":"v0.52.0","sha":"b44be6e3dbce03857c6eac221b1350acd68cb357","kind":"tag","published_at":"2019-11-19T19:30:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0/manifests"},{"name":"v0.19.2","sha":"ff4506b21b9af78566751bfe6019d4b96f8138c4","kind":"tag","published_at":"2019-10-18T14:04:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.19.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2/manifests"},{"name":"v0.51.1-oldsyn","sha":"7c24e0d27f0f70b71df832f48dfed71010e56978","kind":"tag","published_at":"2019-09-24T18:05:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1-oldsyn","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1-oldsyn","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1-oldsyn","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn/manifests"},{"name":"v0.50.1","sha":"8e720a929b64c37e4cb1436041a125c07451030b","kind":"tag","published_at":"2019-09-23T16:57:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1/manifests"},{"name":"v0.51.1","sha":"6643847b38acbd1f709ace8e07e96a2a0435c212","kind":"tag","published_at":"2019-09-23T16:50:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1/manifests"},{"name":"v0.51.0","sha":"37e3d658b1b2030e1f805cedcf7301e8ee461e09","kind":"tag","published_at":"2019-07-26T15:55:23.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0/manifests"},{"name":"v0.50.0","sha":"d7898170fb8feadcab1940c2ecfbac2510780552","kind":"tag","published_at":"2019-07-01T22:03:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0/manifests"},{"name":"v0.49.3","sha":"ad0bf8e6bea1bd70a032f2425b4a581926778096","kind":"tag","published_at":"2019-06-25T16:56:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3/manifests"},{"name":"v0.49.2","sha":"5eefef7dcaaac45486224954c006e17ad0d24547","kind":"tag","published_at":"2019-05-22T13:39:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2/manifests"},{"name":"v0.49.1","sha":"e5250a01b98cb8ca9dc4584788dbc5db68147a71","kind":"tag","published_at":"2019-05-16T19:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1/manifests"},{"name":"v0.49.0","sha":"5b2f344bb02e72fd177149e3aa5d789679fa4471","kind":"tag","published_at":"2019-03-27T02:02:19.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0/manifests"},{"name":"v0.48.1","sha":"185a5f322e973b60f8d0986672f9a88e5d9a07bd","kind":"tag","published_at":"2019-03-06T13:17:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1/manifests"},{"name":"v0.48.0","sha":"a43cc2afcd69cbaa2f699ee3d4b9c804576ffad7","kind":"tag","published_at":"2019-03-04T02:55:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0/manifests"},{"name":"v0.47.3","sha":"1cd830127489b19a58143c300667d045b447a62d","kind":"tag","published_at":"2019-02-25T17:44:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3/manifests"},{"name":"v0.47.2","sha":"f4f47d52cbce45af177958e76ef9a4a17e922bc4","kind":"tag","published_at":"2019-02-23T06:00:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2/manifests"},{"name":"v0.47.1","sha":"86eff214bf29dc1545bfa7fd44ab2df20048e62b","kind":"tag","published_at":"2019-02-02T19:18:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1/manifests"},{"name":"v0.47.0","sha":"8747bc9c28e2c1f762f6fd0f9235f056dbc74ba0","kind":"tag","published_at":"2019-01-19T17:13:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"7c24f6b2f6f62f62eba64784f58b1b6d46831908","kind":"tag","published_at":"2018-12-29T13:53:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.46.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"371e744e4158f23e75adb296433fc684076964ad","kind":"tag","published_at":"2018-12-14T12:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.45.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"7b1406dc90f67fafca61dba915ac57b9d2d7d2d4","kind":"tag","published_at":"2018-11-30T11:36:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.44.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0/manifests"},{"name":"v0.43.2","sha":"68d0af91e58d8ae4c384fb8ae48153dd3ddb7e0a","kind":"tag","published_at":"2018-11-23T10:44:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2/manifests"},{"name":"v0.43.1","sha":"5de943ca7bf6c155f7bae1d91f1e3b1d91e8d901","kind":"tag","published_at":"2018-11-05T13:22:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1/manifests"},{"name":"v0.43.0","sha":"a242c51e6ff0d4cc27940a3927e713e8dff82c5f","kind":"tag","published_at":"2018-10-22T07:39:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0/manifests"},{"name":"v0.42.3","sha":"d7a74baf5c822e0312aca539c3836e5d87c6091b","kind":"tag","published_at":"2018-10-20T05:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3/manifests"},{"name":"v0.42.2","sha":"6055f364bd1d341da8fa881741ec36ab0abf0a7a","kind":"tag","published_at":"2018-10-11T16:18:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2/manifests"},{"name":"v0.42.1","sha":"988a9537800a23c045e045f19e02a1674d6a14ef","kind":"tag","published_at":"2018-10-08T13:40:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1/manifests"},{"name":"v0.42.0","sha":"35a349dd76cb5ba9470de30bb2eb51ea152a9640","kind":"tag","published_at":"2018-10-07T09:14:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"c4433e08ce973632565fd8e2856533052a8ecc89","kind":"tag","published_at":"2018-09-30T19:06:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.41.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0/manifests"},{"name":"v0.40.0","sha":"36c087bb4a22ae37d96a7a711293f5ee2d98015f","kind":"tag","published_at":"2018-09-04T12:47:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.40.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"14da023687b36db480c42f924ec8d236faf1577a","kind":"tag","published_at":"2018-08-24T13:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.39.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"40d24bb085a1a0bd11f7cf4dd87c52de529302ca","kind":"tag","published_at":"2018-08-15T10:49:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.38.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0/manifests"},{"name":"v0.37.4","sha":"c197acf847c4ea6012061c1246668514059c34ae","kind":"tag","published_at":"2018-07-01T13:59:56.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4/manifests"},{"name":"v0.37.3","sha":"a899ce711617fd7be482622a908a40d5fd1c7628","kind":"tag","published_at":"2018-07-01T12:09:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3/manifests"},{"name":"v0.37.0","sha":"4d3674fd378f7ad7fbd7aa1ff9781eecee1f5940","kind":"tag","published_at":"2018-05-18T14:09:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"515ca97b462f348b7b3bb9eaea98b2e0bb1b624b","kind":"tag","published_at":"2018-05-09T22:25:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"af54e58a8c2e513ba8c3cc00c22aa958de091a53","kind":"tag","published_at":"2018-04-10T13:55:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"fb069e9391ebf40ec9ebef7c0ac2e50f5ead5644","kind":"tag","published_at":"2018-03-25T18:25:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.35.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0/manifests"},{"name":"0.33.1","sha":"3379a90a2d88c7d6333d64fe33ea1bd992904c71","kind":"commit","published_at":"2018-02-14T19:45:15.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.33.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1/manifests"},{"name":"v0.32.2","sha":"b3712248c59f8f4dca80fd92d1ad9cb40149a8cc","kind":"tag","published_at":"2018-01-22T11:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.32.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2/manifests"},{"name":"0.32.1","sha":"39d07787a3409b7753a9600bbbfe43d757ce28c2","kind":"commit","published_at":"2017-12-18T21:21:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1/manifests"},{"name":"0.32.0","sha":"d4829d3bb33ffe411fcc67c273be7643017aae38","kind":"commit","published_at":"2017-12-08T19:03:02.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0/manifests"},{"name":"0.31.3","sha":"55cf63c08c539df2a8c5437c062dda5fb57a8b18","kind":"commit","published_at":"2017-10-31T17:57:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3/manifests"},{"name":"v0.31.2","sha":"4c975aa18f6ae4147a146ae7f9c25ac6a2ae14b0","kind":"tag","published_at":"2017-10-30T11:56:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2/manifests"},{"name":"0.31.2","sha":"33c6f261db8fd6ca752a1ed0ba1a8cf6ef3158cd","kind":"commit","published_at":"2017-10-30T10:56:46.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2/manifests"},{"name":"v0.31.1","sha":"fefbbb56ec78950275ff6a1a714efcaa48bf9e8c","kind":"tag","published_at":"2017-10-28T13:26:03.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"f661f58188c6442145ff8856b059ce3e09941e5e","kind":"commit","published_at":"2017-10-27T18:10:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0/manifests"},{"name":"v0.29.1","sha":"81166785bb4d4e315308a512b7b7594175ef1db7","kind":"tag","published_at":"2017-10-12T12:36:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1/manifests"},{"name":"v0.30.0","sha":"05caa820010d44b601b340228d4f95d81958a270","kind":"commit","published_at":"2017-08-28T16:58:05.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.30.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"0e39721b6c72b574026a0802792c4e95f0d83e68","kind":"tag","published_at":"2017-07-28T01:21:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0/manifests"},{"name":"v0.26.3","sha":"78e7546d3be61a7cb7272c7365564300481798ae","kind":"tag","published_at":"2017-07-10T08:23:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3/manifests"},{"name":"v0.26.1","sha":"49526069a0cb9486cb4838134259589addafff40","kind":"tag","published_at":"2017-06-20T23:12:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"8470e221f9fa5d1f195339737fdd3a7b433cad51","kind":"tag","published_at":"2017-06-20T11:34:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0/manifests"},{"name":"v0.25.5","sha":"7faa855d01e114c1adc0abd5efd547ed40543882","kind":"tag","published_at":"2017-06-15T21:55:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5/manifests"},{"name":"v0.25.3","sha":"daf1935534de9cd09a8d3f4384af20eaa4fe0f01","kind":"tag","published_at":"2017-05-27T16:20:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3/manifests"},{"name":"0.25.2","sha":"c160b3d1ed7ebd6b5e542fe271a078f4881884cd","kind":"commit","published_at":"2017-05-25T17:52:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.25.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2/manifests"},{"name":"v0.25.1","sha":"9bb794bb3305ae2355e1945b3abe3d0d8064a428","kind":"tag","published_at":"2017-05-21T01:22:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"31e440917cdc8ac57cd69ddf929e90a7c4b46367","kind":"tag","published_at":"2017-05-08T22:24:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"2d88dd106bf33807679f531051546f3c9889161e","kind":"tag","published_at":"2017-05-08T21:22:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"66b9c3d8698aef0a32147eeabb99264a9b52d171","kind":"tag","published_at":"2017-05-03T20:47:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0/manifests"},{"name":"v0.23.1","sha":"719d03c7724da0c93b05b891465b2df4299ef169","kind":"commit","published_at":"2017-04-17T12:28:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1/manifests"},{"name":"v0.23.0","sha":"06fa2f75ba4dccba7430d461ec89b7e8c36fd4e9","kind":"commit","published_at":"2017-04-11T23:54:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0/manifests"},{"name":"v0.22.1","sha":"4dde8f876dec0efd1f3bf2b0b594a57ef6ac774a","kind":"tag","published_at":"2017-03-06T06:34:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1/manifests"},{"name":"v0.22.0","sha":"e57b2cb3037628abbbf2be549ae3a2e8a4aa95b2","kind":"tag","published_at":"2017-02-17T17:03:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0/manifests"},{"name":"v0.20.5","sha":"7d995d75e07798c1527d5ea3dd8a647ed79fe209","kind":"tag","published_at":"2017-01-27T22:48:11.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5/manifests"},{"name":"v0.20.4","sha":"33df99a73784c1846b62f97ebff3848cdd76c3b1","kind":"tag","published_at":"2017-01-27T13:16:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"78e425f921085030585c93ed1eb0b96b5cb3b4b5","kind":"tag","published_at":"2017-01-26T19:55:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"e4420b601031c4ec8d84fe8340961447e3a2c87a","kind":"commit","published_at":"2017-01-25T14:18:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2/manifests"},{"name":"v0.20.0","sha":"aad93a81bb2ceeeeffc94c856a6d0d37c5ac6aec","kind":"commit","published_at":"2017-01-23T09:23:09.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0/manifests"},{"name":"0.19.1","sha":"d8458941cb570f8753c885da512ba22a53c6bb44","kind":"commit","published_at":"2016-11-06T13:26:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1/manifests"},{"name":"0.19","sha":"91f9f93abc9e802da0eb94e073d6717569fca9fc","kind":"commit","published_at":"2016-07-17T20:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19/manifests"},{"name":"0.18","sha":"9a8c75bb71dd9fdabc210f327f5f0265a259c9fe","kind":"commit","published_at":"2016-06-05T13:33:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.18","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18/manifests"},{"name":"0.17","sha":"6f26197e5753218e87e30de54d08bcd57c0f8f58","kind":"commit","published_at":"2016-05-27T20:19:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.17","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17/manifests"},{"name":"0.16","sha":"b832eb19930f2345b1b8e24398593d3e24e2d1f8","kind":"commit","published_at":"2016-02-17T13:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.16","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16/manifests"},{"name":"0.15","sha":"56faaf291d87355c204bf7deec66128d6090d4d1","kind":"commit","published_at":"2015-08-31T14:06:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.15","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15/manifests"},{"name":"0.14","sha":"40b62ebc9853b8feeaddce8cad972eebdb9f99a9","kind":"commit","published_at":"2015-05-03T15:50:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.14","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14/manifests"},{"name":"0.12","sha":"f5500333413b597bd3d6e22e0325143df998082d","kind":"commit","published_at":"2014-10-06T07:16:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.12","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12/manifests"},{"name":"0.11","sha":"176481c0f8694df12809ac7e70def059e4f9d89f","kind":"commit","published_at":"2014-06-26T02:39:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.11","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11/manifests"},{"name":"0.10","sha":"35df1e3afcf0ec67cf588b17adba537bc3e395c9","kind":"commit","published_at":"2014-04-01T02:47:00.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.10","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10/manifests"},{"name":"0.9","sha":"ee89bf486a157fa27ad4e2084f48930ecba630de","kind":"commit","published_at":"2014-01-08T07:42:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.9","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9/manifests"},{"name":"0.8","sha":"dbe73b0a99ad86f08254e30fad274a1bdfb7779b","kind":"commit","published_at":"2013-09-17T07:23:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.8","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8/manifests"},{"name":"0.7","sha":"81217a4f983570d752aad58073f22f142f1c2f01","kind":"commit","published_at":"2013-07-04T13:32:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.7","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7/manifests"},{"name":"0.6","sha":"45c4b6f47231f30202f0205ceaae3a7da1f8c8ed","kind":"commit","published_at":"2013-04-01T22:31:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.6","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6/manifests"},{"name":"0.5","sha":"2ae581183cc4b7fb47ea104bcfda42292a2fdd32","kind":"commit","published_at":"2013-01-08T01:51:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5/manifests"}]},"repo_metadata_updated_at":"2025-11-06T22:27:49.008Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/rust-bindgen-doc?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.22","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/rust-bindgen-doc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/rust-bindgen-doc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/rust-bindgen-doc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-11-06T22:09:15.751Z","issues_count":1579,"pull_requests_count":1870,"avg_time_to_close_issue":15990111.391829155,"avg_time_to_close_pull_request":2452475.746704871,"issues_closed_count":1076,"pull_requests_closed_count":1745,"pull_request_authors_count":420,"issue_authors_count":773,"avg_comments_per_issue":3.837238758708043,"avg_comments_per_pull_request":3.6614973262032087,"merged_pull_requests_count":1548,"bot_issues_count":0,"bot_pull_requests_count":17,"past_year_issues_count":135,"past_year_pull_requests_count":305,"past_year_avg_time_to_close_issue":1894521.8918918918,"past_year_avg_time_to_close_pull_request":920802.1312217194,"past_year_issues_closed_count":37,"past_year_pull_requests_closed_count":221,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":105,"past_year_avg_comments_per_issue":0.7925925925925926,"past_year_avg_comments_per_pull_request":0.8098360655737705,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":202,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/issues","maintainers":[{"login":"emilio","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/emilio"},{"login":"fitzgen","count":356,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fitzgen"},{"login":"pvdrz","count":149,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pvdrz"},{"login":"kulp","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kulp"},{"login":"tshepang","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tshepang"},{"login":"Manishearth","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"},{"login":"dtolnay","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"amanjeev","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amanjeev"},{"login":"scoopr","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/scoopr"},{"login":"frewsxcv","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/frewsxcv"},{"login":"alex","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alex"},{"login":"bjorn3","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"jyn514","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jyn514"},{"login":"workingjubilee","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/workingjubilee"},{"login":"sanxiyn","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sanxiyn"},{"login":"cuviper","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"nagisa","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nagisa"},{"login":"thomcc","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thomcc"},{"login":"jamesmunns","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jamesmunns"},{"login":"lnicola","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lnicola"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"m-ou-se","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-ou-se"},{"login":"anp","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/anp"},{"login":"programmerjake","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/programmerjake"},{"login":"AlexEne","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AlexEne"},{"login":"wesleywiser","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wesleywiser"},{"login":"aDotInTheVoid","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aDotInTheVoid"},{"login":"cramertj","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cramertj"},{"login":"edunham","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/edunham"},{"login":"michaelwoerister","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/michaelwoerister"},{"login":"dwijnand","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dwijnand"},{"login":"KiChjang","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KiChjang"}],"active_maintainers":[{"login":"dtolnay","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"bjorn3","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"cuviper","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"Manishearth","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen-doc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen-doc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen-doc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen-doc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen-doc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen-doc/codemeta","maintainers":[{"uuid":"alpine@ptrcnull.me","login":null,"name":"Patrycja Rosa","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","packages_count":492,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","role":null,"created_at":"2025-06-08T03:34:39.833Z","updated_at":"2025-06-08T03:34:39.833Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers/alpine@ptrcnull.me/packages"}],"registry":{"name":"alpine-v3.22","url":"https://pkgs.alpinelinux.org/packages?branch=v3.22","ecosystem":"alpine","default":false,"packages_count":26322,"maintainers_count":422,"namespaces_count":2,"keywords_count":0,"github":"alpinelinux","metadata":{"repos":["main","community"]},"icon_url":"https://github.com/alpinelinux.png","created_at":"2025-06-05T10:49:56.987Z","updated_at":"2026-04-27T18:20:22.527Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/namespaces"}},{"id":11750724,"name":"rust-bindgen-zsh-completion","ecosystem":"alpine","description":"Zsh completions for rust-bindgen","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2024-12-13T22:41:35.000Z","latest_release_published_at":"2024-12-13T22:41:35.000Z","latest_release_number":"0.71.1-r0","last_synced_at":"2026-04-15T02:06:59.897Z","created_at":"2025-06-07T12:09:11.617Z","updated_at":"2026-04-15T02:06:59.898Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.22/main/x86_64/rust-bindgen-zsh-completion","install_command":"apk add rust-bindgen-zsh-completion","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":38331451,"uuid":"61728459","full_name":"rust-lang/rust-bindgen","owner":"rust-lang","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries.","archived":false,"fork":false,"pushed_at":"2025-10-21T21:12:34.000Z","size":18199,"stargazers_count":4982,"open_issues_count":535,"forks_count":769,"subscribers_count":53,"default_branch":"main","last_synced_at":"2025-10-30T18:41:12.733Z","etag":null,"topics":["bindings","codegen","ffi"],"latest_commit_sha":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-06-22T15:05:51.000Z","updated_at":"2025-10-30T17:41:29.000Z","dependencies_parsed_at":"2022-07-09T11:00:21.978Z","dependency_job_id":"e8642311-64d2-424b-ba68-2e4b4857d0e0","html_url":"https://github.com/rust-lang/rust-bindgen","commit_stats":{"total_commits":2798,"total_committers":417,"mean_commits":6.709832134292566,"dds":0.8148677626876341,"last_synced_commit":"8a6d851318153b7304b651a7fd8f559938683de3"},"previous_names":["servo/rust-bindgen","rust-lang-nursery/rust-bindgen"],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/rust-lang/rust-bindgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/sbom","scorecard":{"id":447423,"data":{"date":"2025-08-11","repo":{"name":"github.com/rust-lang/rust-bindgen","commit":"5f7aa4b4edcb11a20f251e829bbc66034e21c8e2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 12/20 approved changesets -- score normalized to 6","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/bump-version.yml:20","Warn: no topLevel permission defined: .github/workflows/bindgen.yml:1","Warn: no topLevel permission defined: .github/workflows/bump-version.yml:1","Warn: no topLevel permission defined: .github/workflows/create-tag.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy-book.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:18"],"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid parameter name: .github/workflows/release.yml:78","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:144: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-tag.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:289: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:176: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/bump-version.yml:45","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:67","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:125","Info:   0 out of  31 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  13 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned","Info:   0 out of   2 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:12"],"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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.71.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040","Warn: release artifact v0.71.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040"],"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/rust-lang/.github/SECURITY.md:1","Info: Found linked content: github.com/rust-lang/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/rust-lang/.github/SECURITY.md:1","Info: Found text in security policy: github.com/rust-lang/.github/SECURITY.md:1"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-19T07:11:33.233Z","repository_id":38331451,"created_at":"2025-08-19T07:11:33.265Z","updated_at":"2025-08-19T07:11:33.265Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281937758,"owners_count":26586774,"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-10-31T02:00:07.401Z","response_time":57,"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":"rust-lang","name":"The Rust Programming Language","uuid":"5430905","kind":"organization","description":"","email":"contact@rust-lang.org","website":"https://www.rust-lang.org","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5430905?v=4","repositories_count":233,"last_synced_at":"2025-10-30T00:35:41.348Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rust-lang","funding_links":[],"total_stars":369545,"followers":15156,"following":0,"created_at":"2022-11-02T16:22:33.891Z","updated_at":"2025-10-30T00:35:41.348Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang/repositories"},"tags":[{"name":"v0.72.1","sha":"d874de8d646d9b8a3e7ba2db2bcd52f2fba8f1f5","kind":"tag","published_at":"2025-08-31T17:50:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1/manifests"},{"name":"v0.72.0","sha":"d0e7d6b5b763e93dd38f9ece05230979ede95a0a","kind":"tag","published_at":"2025-06-08T11:15:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0/manifests"},{"name":"v0.71.1","sha":"af7fd38d5e80514406fb6a8bba2d407d252c30b9","kind":"tag","published_at":"2024-12-09T15:21:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1/manifests"},{"name":"v0.71.0","sha":"93c5b8b36bf2372f3b5f5671ce752342c3e83f97","kind":"tag","published_at":"2024-12-09T14:44:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0/manifests"},{"name":"v0.69.5","sha":"ddd00d48e27a6451f65fb8afef381d98a56e0560","kind":"commit","published_at":"2024-10-08T16:30:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5/manifests"},{"name":"v0.70.1","sha":"21c60f473f4e824d4aa9b2b508056320d474b110","kind":"tag","published_at":"2024-08-20T21:24:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1/manifests"},{"name":"v0.70.0","sha":"190ff2a6a4739f3a703125d9ed290dcd2dc9c808","kind":"commit","published_at":"2024-08-16T22:45:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0/manifests"},{"name":"v0.69.4","sha":"62859b2c6108c1c0f60d16b9ffe7544a4fbce48b","kind":"tag","published_at":"2024-02-04T12:50:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4/manifests"},{"name":"v0.69.3","sha":"918abdcac6a263b3d33c2b04d7b1b66fc90c2e39","kind":"tag","published_at":"2024-02-04T11:45:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3/manifests"},{"name":"v0.69.2","sha":"2a22051bb06cf66bd4e3d9305c45a407b79cf1af","kind":"tag","published_at":"2024-01-13T00:08:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2/manifests"},{"name":"v0.69.1","sha":"f3f3d326c7e9e6fa55562fec6a8676ae8eab7588","kind":"tag","published_at":"2023-11-02T17:47:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"c73990cc0f714ce79e444039f09eaf1f769d7e6a","kind":"commit","published_at":"2023-11-01T17:55:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"8d75a02bbb5c64e85e6ce62b57d52b7df9c61c79","kind":"tag","published_at":"2023-09-06T17:48:55.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"ebcf0bcc8bba113d82d0f1e0cbede40ccffc6e8f","kind":"tag","published_at":"2023-09-06T17:01:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0/manifests"},{"name":"v0.66.1","sha":"38a779c61734c134429dfb99da3499173a848c17","kind":"tag","published_at":"2023-06-19T09:08:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1/manifests"},{"name":"v0.66.0","sha":"264075a6362f951e90240a976428f0225652d27c","kind":"tag","published_at":"2023-06-14T18:09:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0/manifests"},{"name":"v0.65.1","sha":"7d243056d335fdc4537f7bca73c06d01aae24ddc","kind":"tag","published_at":"2023-04-10T20:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"2bcff0f2ce64629c6e9d8450f8ddd5eb90bca9e0","kind":"tag","published_at":"2023-04-10T17:25:51.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0/manifests"},{"name":"v0.64.0","sha":"ae6817256ac557981906e93a1f866349db85053e","kind":"tag","published_at":"2023-02-07T15:37:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.64.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0/manifests"},{"name":"v0.63.0","sha":"c51591941e18a75c312c7c237c4969dd22c40467","kind":"tag","published_at":"2022-11-22T18:30:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.63.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0/manifests"},{"name":"v0.62.0","sha":"c09bd2f5b58fb90fbcd906a4826d4ac26fe6ef1d","kind":"tag","published_at":"2022-11-17T03:36:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.62.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0/manifests"},{"name":"v0.61.0","sha":"784d3e824dcb95b8913156d872c9ed8eb8720291","kind":"tag","published_at":"2022-10-16T19:55:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.61.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0/manifests"},{"name":"v0.60.1","sha":"9ca5f856a35deddde0575002d76d1db4430e6c42","kind":"tag","published_at":"2022-06-06T11:23:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1/manifests"},{"name":"v0.60.0","sha":"355181134094202e0caae60c1fbf145d8e6ca84b","kind":"tag","published_at":"2022-06-05T18:38:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0/manifests"},{"name":"v0.59.2","sha":"89032649044d875983a851fff6fbde2d4e2ceaeb","kind":"tag","published_at":"2021-11-26T01:54:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2/manifests"},{"name":"v0.59.1","sha":"9a9438f3d6a3523c69d7bc890e8608b63dbe38a5","kind":"tag","published_at":"2021-07-25T22:25:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"67140077f65bb5af6eae1b257c91c9f379e56bc2","kind":"tag","published_at":"2021-07-20T10:20:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0/manifests"},{"name":"v0.58.1","sha":"696455d1c15e682b2b89f81f409315ea4964aef3","kind":"tag","published_at":"2021-04-06T09:20:01.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1/manifests"},{"name":"v0.58.0","sha":"d7ba7d1dcb081c3c853e3385fd4ef15cb6c1c22c","kind":"tag","published_at":"2021-04-03T11:16:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0/manifests"},{"name":"v0.57.0","sha":"5ca2fc7a0221cacde41fd60b0ce485ee5ab8dac3","kind":"tag","published_at":"2021-02-01T13:06:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.57.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"11ae35089e4748b7e2a6f50f6bef7709af72e724","kind":"tag","published_at":"2020-11-26T10:36:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.56.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0/manifests"},{"name":"v0.47.4","sha":"c2b3a71fc46cb05032dc99ece6a98cf0fb6359eb","kind":"tag","published_at":"2020-11-13T18:43:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4/manifests"},{"name":"v0.55.1","sha":"d492ac4ae11ba7403acd533813982b052c5020a0","kind":"tag","published_at":"2020-08-24T22:39:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1/manifests"},{"name":"v0.55.0","sha":"0996486f0977e12f1a64f7730b3eca81659aa839","kind":"tag","published_at":"2020-08-24T09:59:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0/manifests"},{"name":"v0.54.1-sp1","sha":"79f2c131dfc571852b7c097ca3d08d31ab9874c3","kind":"commit","published_at":"2020-08-03T02:19:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1/manifests"},{"name":"v0.54.1","sha":"f94036fd18eefee801b3e99c564b2b0bc1a81218","kind":"tag","published_at":"2020-07-06T17:17:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1/manifests"},{"name":"v0.53.3","sha":"a8290e03c994bf2f9113fdfca7c74eda2f9750cd","kind":"tag","published_at":"2020-05-21T19:49:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3/manifests"},{"name":"v0.54.0","sha":"d405baf05acec7caf6d3d403cccdaeb5e67423e3","kind":"tag","published_at":"2020-05-21T19:42:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0/manifests"},{"name":"v0.53.2-sp1","sha":"b8beaaf0105158f1d1ed02617487aeb190077e2d","kind":"commit","published_at":"2020-04-01T08:33:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1/manifests"},{"name":"v0.53.2","sha":"cfd3347c6655195d2a03b11aff9cb5efac327bf9","kind":"tag","published_at":"2020-03-09T23:17:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2/manifests"},{"name":"v0.53.1","sha":"02e76faa7a9270125ea9b8dc45cff3f475283d6e","kind":"tag","published_at":"2020-02-03T12:29:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"1d86a83a8767343528c283a1f6ac9f673bb4eb1a","kind":"tag","published_at":"2020-02-02T22:34:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0/manifests"},{"name":"v0.52.0-sp1","sha":"e025ea3d8a3c84ba0208ba156b2cc1e389127869","kind":"commit","published_at":"2019-12-12T06:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1/manifests"},{"name":"v0.49.4","sha":"15d9cb242d91ae736a3d048e456c12528c886404","kind":"tag","published_at":"2019-12-04T16:01:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4/manifests"},{"name":"v0.52.0","sha":"b44be6e3dbce03857c6eac221b1350acd68cb357","kind":"tag","published_at":"2019-11-19T19:30:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0/manifests"},{"name":"v0.19.2","sha":"ff4506b21b9af78566751bfe6019d4b96f8138c4","kind":"tag","published_at":"2019-10-18T14:04:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.19.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2/manifests"},{"name":"v0.51.1-oldsyn","sha":"7c24e0d27f0f70b71df832f48dfed71010e56978","kind":"tag","published_at":"2019-09-24T18:05:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1-oldsyn","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1-oldsyn","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1-oldsyn","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn/manifests"},{"name":"v0.50.1","sha":"8e720a929b64c37e4cb1436041a125c07451030b","kind":"tag","published_at":"2019-09-23T16:57:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1/manifests"},{"name":"v0.51.1","sha":"6643847b38acbd1f709ace8e07e96a2a0435c212","kind":"tag","published_at":"2019-09-23T16:50:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1/manifests"},{"name":"v0.51.0","sha":"37e3d658b1b2030e1f805cedcf7301e8ee461e09","kind":"tag","published_at":"2019-07-26T15:55:23.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0/manifests"},{"name":"v0.50.0","sha":"d7898170fb8feadcab1940c2ecfbac2510780552","kind":"tag","published_at":"2019-07-01T22:03:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0/manifests"},{"name":"v0.49.3","sha":"ad0bf8e6bea1bd70a032f2425b4a581926778096","kind":"tag","published_at":"2019-06-25T16:56:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3/manifests"},{"name":"v0.49.2","sha":"5eefef7dcaaac45486224954c006e17ad0d24547","kind":"tag","published_at":"2019-05-22T13:39:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2/manifests"},{"name":"v0.49.1","sha":"e5250a01b98cb8ca9dc4584788dbc5db68147a71","kind":"tag","published_at":"2019-05-16T19:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1/manifests"},{"name":"v0.49.0","sha":"5b2f344bb02e72fd177149e3aa5d789679fa4471","kind":"tag","published_at":"2019-03-27T02:02:19.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0/manifests"},{"name":"v0.48.1","sha":"185a5f322e973b60f8d0986672f9a88e5d9a07bd","kind":"tag","published_at":"2019-03-06T13:17:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1/manifests"},{"name":"v0.48.0","sha":"a43cc2afcd69cbaa2f699ee3d4b9c804576ffad7","kind":"tag","published_at":"2019-03-04T02:55:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0/manifests"},{"name":"v0.47.3","sha":"1cd830127489b19a58143c300667d045b447a62d","kind":"tag","published_at":"2019-02-25T17:44:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3/manifests"},{"name":"v0.47.2","sha":"f4f47d52cbce45af177958e76ef9a4a17e922bc4","kind":"tag","published_at":"2019-02-23T06:00:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2/manifests"},{"name":"v0.47.1","sha":"86eff214bf29dc1545bfa7fd44ab2df20048e62b","kind":"tag","published_at":"2019-02-02T19:18:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1/manifests"},{"name":"v0.47.0","sha":"8747bc9c28e2c1f762f6fd0f9235f056dbc74ba0","kind":"tag","published_at":"2019-01-19T17:13:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"7c24f6b2f6f62f62eba64784f58b1b6d46831908","kind":"tag","published_at":"2018-12-29T13:53:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.46.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"371e744e4158f23e75adb296433fc684076964ad","kind":"tag","published_at":"2018-12-14T12:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.45.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"7b1406dc90f67fafca61dba915ac57b9d2d7d2d4","kind":"tag","published_at":"2018-11-30T11:36:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.44.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0/manifests"},{"name":"v0.43.2","sha":"68d0af91e58d8ae4c384fb8ae48153dd3ddb7e0a","kind":"tag","published_at":"2018-11-23T10:44:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2/manifests"},{"name":"v0.43.1","sha":"5de943ca7bf6c155f7bae1d91f1e3b1d91e8d901","kind":"tag","published_at":"2018-11-05T13:22:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1/manifests"},{"name":"v0.43.0","sha":"a242c51e6ff0d4cc27940a3927e713e8dff82c5f","kind":"tag","published_at":"2018-10-22T07:39:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0/manifests"},{"name":"v0.42.3","sha":"d7a74baf5c822e0312aca539c3836e5d87c6091b","kind":"tag","published_at":"2018-10-20T05:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3/manifests"},{"name":"v0.42.2","sha":"6055f364bd1d341da8fa881741ec36ab0abf0a7a","kind":"tag","published_at":"2018-10-11T16:18:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2/manifests"},{"name":"v0.42.1","sha":"988a9537800a23c045e045f19e02a1674d6a14ef","kind":"tag","published_at":"2018-10-08T13:40:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1/manifests"},{"name":"v0.42.0","sha":"35a349dd76cb5ba9470de30bb2eb51ea152a9640","kind":"tag","published_at":"2018-10-07T09:14:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"c4433e08ce973632565fd8e2856533052a8ecc89","kind":"tag","published_at":"2018-09-30T19:06:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.41.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0/manifests"},{"name":"v0.40.0","sha":"36c087bb4a22ae37d96a7a711293f5ee2d98015f","kind":"tag","published_at":"2018-09-04T12:47:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.40.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"14da023687b36db480c42f924ec8d236faf1577a","kind":"tag","published_at":"2018-08-24T13:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.39.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"40d24bb085a1a0bd11f7cf4dd87c52de529302ca","kind":"tag","published_at":"2018-08-15T10:49:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.38.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0/manifests"},{"name":"v0.37.4","sha":"c197acf847c4ea6012061c1246668514059c34ae","kind":"tag","published_at":"2018-07-01T13:59:56.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4/manifests"},{"name":"v0.37.3","sha":"a899ce711617fd7be482622a908a40d5fd1c7628","kind":"tag","published_at":"2018-07-01T12:09:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3/manifests"},{"name":"v0.37.0","sha":"4d3674fd378f7ad7fbd7aa1ff9781eecee1f5940","kind":"tag","published_at":"2018-05-18T14:09:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"515ca97b462f348b7b3bb9eaea98b2e0bb1b624b","kind":"tag","published_at":"2018-05-09T22:25:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"af54e58a8c2e513ba8c3cc00c22aa958de091a53","kind":"tag","published_at":"2018-04-10T13:55:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"fb069e9391ebf40ec9ebef7c0ac2e50f5ead5644","kind":"tag","published_at":"2018-03-25T18:25:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.35.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0/manifests"},{"name":"0.33.1","sha":"3379a90a2d88c7d6333d64fe33ea1bd992904c71","kind":"commit","published_at":"2018-02-14T19:45:15.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.33.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1/manifests"},{"name":"v0.32.2","sha":"b3712248c59f8f4dca80fd92d1ad9cb40149a8cc","kind":"tag","published_at":"2018-01-22T11:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.32.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2/manifests"},{"name":"0.32.1","sha":"39d07787a3409b7753a9600bbbfe43d757ce28c2","kind":"commit","published_at":"2017-12-18T21:21:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1/manifests"},{"name":"0.32.0","sha":"d4829d3bb33ffe411fcc67c273be7643017aae38","kind":"commit","published_at":"2017-12-08T19:03:02.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0/manifests"},{"name":"0.31.3","sha":"55cf63c08c539df2a8c5437c062dda5fb57a8b18","kind":"commit","published_at":"2017-10-31T17:57:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3/manifests"},{"name":"v0.31.2","sha":"4c975aa18f6ae4147a146ae7f9c25ac6a2ae14b0","kind":"tag","published_at":"2017-10-30T11:56:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2/manifests"},{"name":"0.31.2","sha":"33c6f261db8fd6ca752a1ed0ba1a8cf6ef3158cd","kind":"commit","published_at":"2017-10-30T10:56:46.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2/manifests"},{"name":"v0.31.1","sha":"fefbbb56ec78950275ff6a1a714efcaa48bf9e8c","kind":"tag","published_at":"2017-10-28T13:26:03.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"f661f58188c6442145ff8856b059ce3e09941e5e","kind":"commit","published_at":"2017-10-27T18:10:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0/manifests"},{"name":"v0.29.1","sha":"81166785bb4d4e315308a512b7b7594175ef1db7","kind":"tag","published_at":"2017-10-12T12:36:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1/manifests"},{"name":"v0.30.0","sha":"05caa820010d44b601b340228d4f95d81958a270","kind":"commit","published_at":"2017-08-28T16:58:05.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.30.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"0e39721b6c72b574026a0802792c4e95f0d83e68","kind":"tag","published_at":"2017-07-28T01:21:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0/manifests"},{"name":"v0.26.3","sha":"78e7546d3be61a7cb7272c7365564300481798ae","kind":"tag","published_at":"2017-07-10T08:23:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3/manifests"},{"name":"v0.26.1","sha":"49526069a0cb9486cb4838134259589addafff40","kind":"tag","published_at":"2017-06-20T23:12:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"8470e221f9fa5d1f195339737fdd3a7b433cad51","kind":"tag","published_at":"2017-06-20T11:34:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0/manifests"},{"name":"v0.25.5","sha":"7faa855d01e114c1adc0abd5efd547ed40543882","kind":"tag","published_at":"2017-06-15T21:55:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5/manifests"},{"name":"v0.25.3","sha":"daf1935534de9cd09a8d3f4384af20eaa4fe0f01","kind":"tag","published_at":"2017-05-27T16:20:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3/manifests"},{"name":"0.25.2","sha":"c160b3d1ed7ebd6b5e542fe271a078f4881884cd","kind":"commit","published_at":"2017-05-25T17:52:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.25.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2/manifests"},{"name":"v0.25.1","sha":"9bb794bb3305ae2355e1945b3abe3d0d8064a428","kind":"tag","published_at":"2017-05-21T01:22:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"31e440917cdc8ac57cd69ddf929e90a7c4b46367","kind":"tag","published_at":"2017-05-08T22:24:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"2d88dd106bf33807679f531051546f3c9889161e","kind":"tag","published_at":"2017-05-08T21:22:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"66b9c3d8698aef0a32147eeabb99264a9b52d171","kind":"tag","published_at":"2017-05-03T20:47:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0/manifests"},{"name":"v0.23.1","sha":"719d03c7724da0c93b05b891465b2df4299ef169","kind":"commit","published_at":"2017-04-17T12:28:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1/manifests"},{"name":"v0.23.0","sha":"06fa2f75ba4dccba7430d461ec89b7e8c36fd4e9","kind":"commit","published_at":"2017-04-11T23:54:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0/manifests"},{"name":"v0.22.1","sha":"4dde8f876dec0efd1f3bf2b0b594a57ef6ac774a","kind":"tag","published_at":"2017-03-06T06:34:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1/manifests"},{"name":"v0.22.0","sha":"e57b2cb3037628abbbf2be549ae3a2e8a4aa95b2","kind":"tag","published_at":"2017-02-17T17:03:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0/manifests"},{"name":"v0.20.5","sha":"7d995d75e07798c1527d5ea3dd8a647ed79fe209","kind":"tag","published_at":"2017-01-27T22:48:11.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5/manifests"},{"name":"v0.20.4","sha":"33df99a73784c1846b62f97ebff3848cdd76c3b1","kind":"tag","published_at":"2017-01-27T13:16:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"78e425f921085030585c93ed1eb0b96b5cb3b4b5","kind":"tag","published_at":"2017-01-26T19:55:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"e4420b601031c4ec8d84fe8340961447e3a2c87a","kind":"commit","published_at":"2017-01-25T14:18:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2/manifests"},{"name":"v0.20.0","sha":"aad93a81bb2ceeeeffc94c856a6d0d37c5ac6aec","kind":"commit","published_at":"2017-01-23T09:23:09.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0/manifests"},{"name":"0.19.1","sha":"d8458941cb570f8753c885da512ba22a53c6bb44","kind":"commit","published_at":"2016-11-06T13:26:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1/manifests"},{"name":"0.19","sha":"91f9f93abc9e802da0eb94e073d6717569fca9fc","kind":"commit","published_at":"2016-07-17T20:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19/manifests"},{"name":"0.18","sha":"9a8c75bb71dd9fdabc210f327f5f0265a259c9fe","kind":"commit","published_at":"2016-06-05T13:33:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.18","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18/manifests"},{"name":"0.17","sha":"6f26197e5753218e87e30de54d08bcd57c0f8f58","kind":"commit","published_at":"2016-05-27T20:19:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.17","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17/manifests"},{"name":"0.16","sha":"b832eb19930f2345b1b8e24398593d3e24e2d1f8","kind":"commit","published_at":"2016-02-17T13:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.16","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16/manifests"},{"name":"0.15","sha":"56faaf291d87355c204bf7deec66128d6090d4d1","kind":"commit","published_at":"2015-08-31T14:06:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.15","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15/manifests"},{"name":"0.14","sha":"40b62ebc9853b8feeaddce8cad972eebdb9f99a9","kind":"commit","published_at":"2015-05-03T15:50:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.14","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14/manifests"},{"name":"0.12","sha":"f5500333413b597bd3d6e22e0325143df998082d","kind":"commit","published_at":"2014-10-06T07:16:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.12","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12/manifests"},{"name":"0.11","sha":"176481c0f8694df12809ac7e70def059e4f9d89f","kind":"commit","published_at":"2014-06-26T02:39:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.11","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11/manifests"},{"name":"0.10","sha":"35df1e3afcf0ec67cf588b17adba537bc3e395c9","kind":"commit","published_at":"2014-04-01T02:47:00.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.10","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10/manifests"},{"name":"0.9","sha":"ee89bf486a157fa27ad4e2084f48930ecba630de","kind":"commit","published_at":"2014-01-08T07:42:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.9","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9/manifests"},{"name":"0.8","sha":"dbe73b0a99ad86f08254e30fad274a1bdfb7779b","kind":"commit","published_at":"2013-09-17T07:23:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.8","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8/manifests"},{"name":"0.7","sha":"81217a4f983570d752aad58073f22f142f1c2f01","kind":"commit","published_at":"2013-07-04T13:32:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.7","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7/manifests"},{"name":"0.6","sha":"45c4b6f47231f30202f0205ceaae3a7da1f8c8ed","kind":"commit","published_at":"2013-04-01T22:31:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.6","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6/manifests"},{"name":"0.5","sha":"2ae581183cc4b7fb47ea104bcfda42292a2fdd32","kind":"commit","published_at":"2013-01-08T01:51:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5/manifests"}]},"repo_metadata_updated_at":"2025-11-06T22:27:47.466Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/rust-bindgen-zsh-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.22","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/rust-bindgen-zsh-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/rust-bindgen-zsh-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/rust-bindgen-zsh-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-11-06T22:09:15.751Z","issues_count":1579,"pull_requests_count":1870,"avg_time_to_close_issue":15990111.391829155,"avg_time_to_close_pull_request":2452475.746704871,"issues_closed_count":1076,"pull_requests_closed_count":1745,"pull_request_authors_count":420,"issue_authors_count":773,"avg_comments_per_issue":3.837238758708043,"avg_comments_per_pull_request":3.6614973262032087,"merged_pull_requests_count":1548,"bot_issues_count":0,"bot_pull_requests_count":17,"past_year_issues_count":135,"past_year_pull_requests_count":305,"past_year_avg_time_to_close_issue":1894521.8918918918,"past_year_avg_time_to_close_pull_request":920802.1312217194,"past_year_issues_closed_count":37,"past_year_pull_requests_closed_count":221,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":105,"past_year_avg_comments_per_issue":0.7925925925925926,"past_year_avg_comments_per_pull_request":0.8098360655737705,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":202,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/issues","maintainers":[{"login":"emilio","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/emilio"},{"login":"fitzgen","count":356,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fitzgen"},{"login":"pvdrz","count":149,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pvdrz"},{"login":"kulp","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kulp"},{"login":"tshepang","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tshepang"},{"login":"Manishearth","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"},{"login":"dtolnay","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"amanjeev","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amanjeev"},{"login":"scoopr","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/scoopr"},{"login":"frewsxcv","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/frewsxcv"},{"login":"alex","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alex"},{"login":"bjorn3","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"jyn514","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jyn514"},{"login":"workingjubilee","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/workingjubilee"},{"login":"sanxiyn","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sanxiyn"},{"login":"cuviper","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"nagisa","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nagisa"},{"login":"thomcc","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thomcc"},{"login":"jamesmunns","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jamesmunns"},{"login":"lnicola","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lnicola"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"m-ou-se","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-ou-se"},{"login":"anp","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/anp"},{"login":"programmerjake","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/programmerjake"},{"login":"AlexEne","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AlexEne"},{"login":"wesleywiser","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wesleywiser"},{"login":"aDotInTheVoid","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aDotInTheVoid"},{"login":"cramertj","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cramertj"},{"login":"edunham","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/edunham"},{"login":"michaelwoerister","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/michaelwoerister"},{"login":"dwijnand","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dwijnand"},{"login":"KiChjang","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KiChjang"}],"active_maintainers":[{"login":"dtolnay","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"bjorn3","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"cuviper","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"Manishearth","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen-zsh-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen-zsh-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen-zsh-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen-zsh-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen-zsh-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages/rust-bindgen-zsh-completion/codemeta","maintainers":[{"uuid":"alpine@ptrcnull.me","login":null,"name":"Patrycja Rosa","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","packages_count":492,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","role":null,"created_at":"2025-06-08T03:34:39.990Z","updated_at":"2025-06-08T03:34:39.990Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers/alpine@ptrcnull.me/packages"}],"registry":{"name":"alpine-v3.22","url":"https://pkgs.alpinelinux.org/packages?branch=v3.22","ecosystem":"alpine","default":false,"packages_count":26322,"maintainers_count":422,"namespaces_count":2,"keywords_count":0,"github":"alpinelinux","metadata":{"repos":["main","community"]},"icon_url":"https://github.com/alpinelinux.png","created_at":"2025-06-05T10:49:56.987Z","updated_at":"2026-04-27T18:20:22.527Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.22/namespaces"}},{"id":11124581,"name":"rust-bindgen","ecosystem":"alpine","description":"automatically generates Rust FFI bindings to C (and some C++) libraries","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2024-10-28T14:47:25.000Z","latest_release_published_at":"2024-10-28T14:47:25.000Z","latest_release_number":"0.70.1-r0","last_synced_at":"2026-04-15T02:07:00.687Z","created_at":"2024-12-07T06:21:02.045Z","updated_at":"2026-04-15T02:07:00.687Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.21/main/x86_64/rust-bindgen","install_command":"apk add rust-bindgen","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":38331451,"uuid":"61728459","full_name":"rust-lang/rust-bindgen","owner":"rust-lang","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries.","archived":false,"fork":false,"pushed_at":"2025-10-21T21:12:34.000Z","size":18199,"stargazers_count":4982,"open_issues_count":535,"forks_count":769,"subscribers_count":53,"default_branch":"main","last_synced_at":"2025-10-30T18:41:12.733Z","etag":null,"topics":["bindings","codegen","ffi"],"latest_commit_sha":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-06-22T15:05:51.000Z","updated_at":"2025-10-30T17:41:29.000Z","dependencies_parsed_at":"2022-07-09T11:00:21.978Z","dependency_job_id":"e8642311-64d2-424b-ba68-2e4b4857d0e0","html_url":"https://github.com/rust-lang/rust-bindgen","commit_stats":{"total_commits":2798,"total_committers":417,"mean_commits":6.709832134292566,"dds":0.8148677626876341,"last_synced_commit":"8a6d851318153b7304b651a7fd8f559938683de3"},"previous_names":["servo/rust-bindgen","rust-lang-nursery/rust-bindgen"],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/rust-lang/rust-bindgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/sbom","scorecard":{"id":447423,"data":{"date":"2025-08-11","repo":{"name":"github.com/rust-lang/rust-bindgen","commit":"5f7aa4b4edcb11a20f251e829bbc66034e21c8e2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 12/20 approved changesets -- score normalized to 6","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/bump-version.yml:20","Warn: no topLevel permission defined: .github/workflows/bindgen.yml:1","Warn: no topLevel permission defined: .github/workflows/bump-version.yml:1","Warn: no topLevel permission defined: .github/workflows/create-tag.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy-book.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:18"],"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid parameter name: .github/workflows/release.yml:78","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:144: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-tag.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:289: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:176: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/bump-version.yml:45","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:67","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:125","Info:   0 out of  31 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  13 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned","Info:   0 out of   2 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:12"],"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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.71.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040","Warn: release artifact v0.71.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040"],"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/rust-lang/.github/SECURITY.md:1","Info: Found linked content: github.com/rust-lang/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/rust-lang/.github/SECURITY.md:1","Info: Found text in security policy: github.com/rust-lang/.github/SECURITY.md:1"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-19T07:11:33.233Z","repository_id":38331451,"created_at":"2025-08-19T07:11:33.265Z","updated_at":"2025-08-19T07:11:33.265Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281937758,"owners_count":26586774,"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-10-31T02:00:07.401Z","response_time":57,"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":"rust-lang","name":"The Rust Programming Language","uuid":"5430905","kind":"organization","description":"","email":"contact@rust-lang.org","website":"https://www.rust-lang.org","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5430905?v=4","repositories_count":233,"last_synced_at":"2025-10-30T00:35:41.348Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rust-lang","funding_links":[],"total_stars":369545,"followers":15156,"following":0,"created_at":"2022-11-02T16:22:33.891Z","updated_at":"2025-10-30T00:35:41.348Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang/repositories"},"tags":[{"name":"v0.72.1","sha":"d874de8d646d9b8a3e7ba2db2bcd52f2fba8f1f5","kind":"tag","published_at":"2025-08-31T17:50:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1/manifests"},{"name":"v0.72.0","sha":"d0e7d6b5b763e93dd38f9ece05230979ede95a0a","kind":"tag","published_at":"2025-06-08T11:15:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0/manifests"},{"name":"v0.71.1","sha":"af7fd38d5e80514406fb6a8bba2d407d252c30b9","kind":"tag","published_at":"2024-12-09T15:21:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1/manifests"},{"name":"v0.71.0","sha":"93c5b8b36bf2372f3b5f5671ce752342c3e83f97","kind":"tag","published_at":"2024-12-09T14:44:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0/manifests"},{"name":"v0.69.5","sha":"ddd00d48e27a6451f65fb8afef381d98a56e0560","kind":"commit","published_at":"2024-10-08T16:30:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5/manifests"},{"name":"v0.70.1","sha":"21c60f473f4e824d4aa9b2b508056320d474b110","kind":"tag","published_at":"2024-08-20T21:24:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1/manifests"},{"name":"v0.70.0","sha":"190ff2a6a4739f3a703125d9ed290dcd2dc9c808","kind":"commit","published_at":"2024-08-16T22:45:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0/manifests"},{"name":"v0.69.4","sha":"62859b2c6108c1c0f60d16b9ffe7544a4fbce48b","kind":"tag","published_at":"2024-02-04T12:50:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4/manifests"},{"name":"v0.69.3","sha":"918abdcac6a263b3d33c2b04d7b1b66fc90c2e39","kind":"tag","published_at":"2024-02-04T11:45:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3/manifests"},{"name":"v0.69.2","sha":"2a22051bb06cf66bd4e3d9305c45a407b79cf1af","kind":"tag","published_at":"2024-01-13T00:08:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2/manifests"},{"name":"v0.69.1","sha":"f3f3d326c7e9e6fa55562fec6a8676ae8eab7588","kind":"tag","published_at":"2023-11-02T17:47:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"c73990cc0f714ce79e444039f09eaf1f769d7e6a","kind":"commit","published_at":"2023-11-01T17:55:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"8d75a02bbb5c64e85e6ce62b57d52b7df9c61c79","kind":"tag","published_at":"2023-09-06T17:48:55.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"ebcf0bcc8bba113d82d0f1e0cbede40ccffc6e8f","kind":"tag","published_at":"2023-09-06T17:01:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0/manifests"},{"name":"v0.66.1","sha":"38a779c61734c134429dfb99da3499173a848c17","kind":"tag","published_at":"2023-06-19T09:08:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1/manifests"},{"name":"v0.66.0","sha":"264075a6362f951e90240a976428f0225652d27c","kind":"tag","published_at":"2023-06-14T18:09:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0/manifests"},{"name":"v0.65.1","sha":"7d243056d335fdc4537f7bca73c06d01aae24ddc","kind":"tag","published_at":"2023-04-10T20:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"2bcff0f2ce64629c6e9d8450f8ddd5eb90bca9e0","kind":"tag","published_at":"2023-04-10T17:25:51.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0/manifests"},{"name":"v0.64.0","sha":"ae6817256ac557981906e93a1f866349db85053e","kind":"tag","published_at":"2023-02-07T15:37:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.64.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0/manifests"},{"name":"v0.63.0","sha":"c51591941e18a75c312c7c237c4969dd22c40467","kind":"tag","published_at":"2022-11-22T18:30:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.63.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0/manifests"},{"name":"v0.62.0","sha":"c09bd2f5b58fb90fbcd906a4826d4ac26fe6ef1d","kind":"tag","published_at":"2022-11-17T03:36:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.62.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0/manifests"},{"name":"v0.61.0","sha":"784d3e824dcb95b8913156d872c9ed8eb8720291","kind":"tag","published_at":"2022-10-16T19:55:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.61.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0/manifests"},{"name":"v0.60.1","sha":"9ca5f856a35deddde0575002d76d1db4430e6c42","kind":"tag","published_at":"2022-06-06T11:23:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1/manifests"},{"name":"v0.60.0","sha":"355181134094202e0caae60c1fbf145d8e6ca84b","kind":"tag","published_at":"2022-06-05T18:38:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0/manifests"},{"name":"v0.59.2","sha":"89032649044d875983a851fff6fbde2d4e2ceaeb","kind":"tag","published_at":"2021-11-26T01:54:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2/manifests"},{"name":"v0.59.1","sha":"9a9438f3d6a3523c69d7bc890e8608b63dbe38a5","kind":"tag","published_at":"2021-07-25T22:25:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"67140077f65bb5af6eae1b257c91c9f379e56bc2","kind":"tag","published_at":"2021-07-20T10:20:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0/manifests"},{"name":"v0.58.1","sha":"696455d1c15e682b2b89f81f409315ea4964aef3","kind":"tag","published_at":"2021-04-06T09:20:01.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1/manifests"},{"name":"v0.58.0","sha":"d7ba7d1dcb081c3c853e3385fd4ef15cb6c1c22c","kind":"tag","published_at":"2021-04-03T11:16:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0/manifests"},{"name":"v0.57.0","sha":"5ca2fc7a0221cacde41fd60b0ce485ee5ab8dac3","kind":"tag","published_at":"2021-02-01T13:06:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.57.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"11ae35089e4748b7e2a6f50f6bef7709af72e724","kind":"tag","published_at":"2020-11-26T10:36:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.56.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0/manifests"},{"name":"v0.47.4","sha":"c2b3a71fc46cb05032dc99ece6a98cf0fb6359eb","kind":"tag","published_at":"2020-11-13T18:43:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4/manifests"},{"name":"v0.55.1","sha":"d492ac4ae11ba7403acd533813982b052c5020a0","kind":"tag","published_at":"2020-08-24T22:39:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1/manifests"},{"name":"v0.55.0","sha":"0996486f0977e12f1a64f7730b3eca81659aa839","kind":"tag","published_at":"2020-08-24T09:59:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0/manifests"},{"name":"v0.54.1-sp1","sha":"79f2c131dfc571852b7c097ca3d08d31ab9874c3","kind":"commit","published_at":"2020-08-03T02:19:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1/manifests"},{"name":"v0.54.1","sha":"f94036fd18eefee801b3e99c564b2b0bc1a81218","kind":"tag","published_at":"2020-07-06T17:17:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1/manifests"},{"name":"v0.53.3","sha":"a8290e03c994bf2f9113fdfca7c74eda2f9750cd","kind":"tag","published_at":"2020-05-21T19:49:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3/manifests"},{"name":"v0.54.0","sha":"d405baf05acec7caf6d3d403cccdaeb5e67423e3","kind":"tag","published_at":"2020-05-21T19:42:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0/manifests"},{"name":"v0.53.2-sp1","sha":"b8beaaf0105158f1d1ed02617487aeb190077e2d","kind":"commit","published_at":"2020-04-01T08:33:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1/manifests"},{"name":"v0.53.2","sha":"cfd3347c6655195d2a03b11aff9cb5efac327bf9","kind":"tag","published_at":"2020-03-09T23:17:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2/manifests"},{"name":"v0.53.1","sha":"02e76faa7a9270125ea9b8dc45cff3f475283d6e","kind":"tag","published_at":"2020-02-03T12:29:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"1d86a83a8767343528c283a1f6ac9f673bb4eb1a","kind":"tag","published_at":"2020-02-02T22:34:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0/manifests"},{"name":"v0.52.0-sp1","sha":"e025ea3d8a3c84ba0208ba156b2cc1e389127869","kind":"commit","published_at":"2019-12-12T06:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1/manifests"},{"name":"v0.49.4","sha":"15d9cb242d91ae736a3d048e456c12528c886404","kind":"tag","published_at":"2019-12-04T16:01:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4/manifests"},{"name":"v0.52.0","sha":"b44be6e3dbce03857c6eac221b1350acd68cb357","kind":"tag","published_at":"2019-11-19T19:30:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0/manifests"},{"name":"v0.19.2","sha":"ff4506b21b9af78566751bfe6019d4b96f8138c4","kind":"tag","published_at":"2019-10-18T14:04:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.19.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2/manifests"},{"name":"v0.51.1-oldsyn","sha":"7c24e0d27f0f70b71df832f48dfed71010e56978","kind":"tag","published_at":"2019-09-24T18:05:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1-oldsyn","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1-oldsyn","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1-oldsyn","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn/manifests"},{"name":"v0.50.1","sha":"8e720a929b64c37e4cb1436041a125c07451030b","kind":"tag","published_at":"2019-09-23T16:57:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1/manifests"},{"name":"v0.51.1","sha":"6643847b38acbd1f709ace8e07e96a2a0435c212","kind":"tag","published_at":"2019-09-23T16:50:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1/manifests"},{"name":"v0.51.0","sha":"37e3d658b1b2030e1f805cedcf7301e8ee461e09","kind":"tag","published_at":"2019-07-26T15:55:23.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0/manifests"},{"name":"v0.50.0","sha":"d7898170fb8feadcab1940c2ecfbac2510780552","kind":"tag","published_at":"2019-07-01T22:03:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0/manifests"},{"name":"v0.49.3","sha":"ad0bf8e6bea1bd70a032f2425b4a581926778096","kind":"tag","published_at":"2019-06-25T16:56:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3/manifests"},{"name":"v0.49.2","sha":"5eefef7dcaaac45486224954c006e17ad0d24547","kind":"tag","published_at":"2019-05-22T13:39:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2/manifests"},{"name":"v0.49.1","sha":"e5250a01b98cb8ca9dc4584788dbc5db68147a71","kind":"tag","published_at":"2019-05-16T19:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1/manifests"},{"name":"v0.49.0","sha":"5b2f344bb02e72fd177149e3aa5d789679fa4471","kind":"tag","published_at":"2019-03-27T02:02:19.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0/manifests"},{"name":"v0.48.1","sha":"185a5f322e973b60f8d0986672f9a88e5d9a07bd","kind":"tag","published_at":"2019-03-06T13:17:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1/manifests"},{"name":"v0.48.0","sha":"a43cc2afcd69cbaa2f699ee3d4b9c804576ffad7","kind":"tag","published_at":"2019-03-04T02:55:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0/manifests"},{"name":"v0.47.3","sha":"1cd830127489b19a58143c300667d045b447a62d","kind":"tag","published_at":"2019-02-25T17:44:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3/manifests"},{"name":"v0.47.2","sha":"f4f47d52cbce45af177958e76ef9a4a17e922bc4","kind":"tag","published_at":"2019-02-23T06:00:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2/manifests"},{"name":"v0.47.1","sha":"86eff214bf29dc1545bfa7fd44ab2df20048e62b","kind":"tag","published_at":"2019-02-02T19:18:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1/manifests"},{"name":"v0.47.0","sha":"8747bc9c28e2c1f762f6fd0f9235f056dbc74ba0","kind":"tag","published_at":"2019-01-19T17:13:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"7c24f6b2f6f62f62eba64784f58b1b6d46831908","kind":"tag","published_at":"2018-12-29T13:53:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.46.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"371e744e4158f23e75adb296433fc684076964ad","kind":"tag","published_at":"2018-12-14T12:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.45.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"7b1406dc90f67fafca61dba915ac57b9d2d7d2d4","kind":"tag","published_at":"2018-11-30T11:36:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.44.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0/manifests"},{"name":"v0.43.2","sha":"68d0af91e58d8ae4c384fb8ae48153dd3ddb7e0a","kind":"tag","published_at":"2018-11-23T10:44:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2/manifests"},{"name":"v0.43.1","sha":"5de943ca7bf6c155f7bae1d91f1e3b1d91e8d901","kind":"tag","published_at":"2018-11-05T13:22:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1/manifests"},{"name":"v0.43.0","sha":"a242c51e6ff0d4cc27940a3927e713e8dff82c5f","kind":"tag","published_at":"2018-10-22T07:39:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0/manifests"},{"name":"v0.42.3","sha":"d7a74baf5c822e0312aca539c3836e5d87c6091b","kind":"tag","published_at":"2018-10-20T05:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3/manifests"},{"name":"v0.42.2","sha":"6055f364bd1d341da8fa881741ec36ab0abf0a7a","kind":"tag","published_at":"2018-10-11T16:18:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2/manifests"},{"name":"v0.42.1","sha":"988a9537800a23c045e045f19e02a1674d6a14ef","kind":"tag","published_at":"2018-10-08T13:40:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1/manifests"},{"name":"v0.42.0","sha":"35a349dd76cb5ba9470de30bb2eb51ea152a9640","kind":"tag","published_at":"2018-10-07T09:14:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"c4433e08ce973632565fd8e2856533052a8ecc89","kind":"tag","published_at":"2018-09-30T19:06:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.41.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0/manifests"},{"name":"v0.40.0","sha":"36c087bb4a22ae37d96a7a711293f5ee2d98015f","kind":"tag","published_at":"2018-09-04T12:47:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.40.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"14da023687b36db480c42f924ec8d236faf1577a","kind":"tag","published_at":"2018-08-24T13:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.39.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"40d24bb085a1a0bd11f7cf4dd87c52de529302ca","kind":"tag","published_at":"2018-08-15T10:49:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.38.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0/manifests"},{"name":"v0.37.4","sha":"c197acf847c4ea6012061c1246668514059c34ae","kind":"tag","published_at":"2018-07-01T13:59:56.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4/manifests"},{"name":"v0.37.3","sha":"a899ce711617fd7be482622a908a40d5fd1c7628","kind":"tag","published_at":"2018-07-01T12:09:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3/manifests"},{"name":"v0.37.0","sha":"4d3674fd378f7ad7fbd7aa1ff9781eecee1f5940","kind":"tag","published_at":"2018-05-18T14:09:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"515ca97b462f348b7b3bb9eaea98b2e0bb1b624b","kind":"tag","published_at":"2018-05-09T22:25:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"af54e58a8c2e513ba8c3cc00c22aa958de091a53","kind":"tag","published_at":"2018-04-10T13:55:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"fb069e9391ebf40ec9ebef7c0ac2e50f5ead5644","kind":"tag","published_at":"2018-03-25T18:25:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.35.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0/manifests"},{"name":"0.33.1","sha":"3379a90a2d88c7d6333d64fe33ea1bd992904c71","kind":"commit","published_at":"2018-02-14T19:45:15.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.33.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1/manifests"},{"name":"v0.32.2","sha":"b3712248c59f8f4dca80fd92d1ad9cb40149a8cc","kind":"tag","published_at":"2018-01-22T11:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.32.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2/manifests"},{"name":"0.32.1","sha":"39d07787a3409b7753a9600bbbfe43d757ce28c2","kind":"commit","published_at":"2017-12-18T21:21:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1/manifests"},{"name":"0.32.0","sha":"d4829d3bb33ffe411fcc67c273be7643017aae38","kind":"commit","published_at":"2017-12-08T19:03:02.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0/manifests"},{"name":"0.31.3","sha":"55cf63c08c539df2a8c5437c062dda5fb57a8b18","kind":"commit","published_at":"2017-10-31T17:57:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3/manifests"},{"name":"v0.31.2","sha":"4c975aa18f6ae4147a146ae7f9c25ac6a2ae14b0","kind":"tag","published_at":"2017-10-30T11:56:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2/manifests"},{"name":"0.31.2","sha":"33c6f261db8fd6ca752a1ed0ba1a8cf6ef3158cd","kind":"commit","published_at":"2017-10-30T10:56:46.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2/manifests"},{"name":"v0.31.1","sha":"fefbbb56ec78950275ff6a1a714efcaa48bf9e8c","kind":"tag","published_at":"2017-10-28T13:26:03.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"f661f58188c6442145ff8856b059ce3e09941e5e","kind":"commit","published_at":"2017-10-27T18:10:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0/manifests"},{"name":"v0.29.1","sha":"81166785bb4d4e315308a512b7b7594175ef1db7","kind":"tag","published_at":"2017-10-12T12:36:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1/manifests"},{"name":"v0.30.0","sha":"05caa820010d44b601b340228d4f95d81958a270","kind":"commit","published_at":"2017-08-28T16:58:05.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.30.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"0e39721b6c72b574026a0802792c4e95f0d83e68","kind":"tag","published_at":"2017-07-28T01:21:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0/manifests"},{"name":"v0.26.3","sha":"78e7546d3be61a7cb7272c7365564300481798ae","kind":"tag","published_at":"2017-07-10T08:23:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3/manifests"},{"name":"v0.26.1","sha":"49526069a0cb9486cb4838134259589addafff40","kind":"tag","published_at":"2017-06-20T23:12:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"8470e221f9fa5d1f195339737fdd3a7b433cad51","kind":"tag","published_at":"2017-06-20T11:34:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0/manifests"},{"name":"v0.25.5","sha":"7faa855d01e114c1adc0abd5efd547ed40543882","kind":"tag","published_at":"2017-06-15T21:55:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5/manifests"},{"name":"v0.25.3","sha":"daf1935534de9cd09a8d3f4384af20eaa4fe0f01","kind":"tag","published_at":"2017-05-27T16:20:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3/manifests"},{"name":"0.25.2","sha":"c160b3d1ed7ebd6b5e542fe271a078f4881884cd","kind":"commit","published_at":"2017-05-25T17:52:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.25.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2/manifests"},{"name":"v0.25.1","sha":"9bb794bb3305ae2355e1945b3abe3d0d8064a428","kind":"tag","published_at":"2017-05-21T01:22:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"31e440917cdc8ac57cd69ddf929e90a7c4b46367","kind":"tag","published_at":"2017-05-08T22:24:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"2d88dd106bf33807679f531051546f3c9889161e","kind":"tag","published_at":"2017-05-08T21:22:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"66b9c3d8698aef0a32147eeabb99264a9b52d171","kind":"tag","published_at":"2017-05-03T20:47:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0/manifests"},{"name":"v0.23.1","sha":"719d03c7724da0c93b05b891465b2df4299ef169","kind":"commit","published_at":"2017-04-17T12:28:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1/manifests"},{"name":"v0.23.0","sha":"06fa2f75ba4dccba7430d461ec89b7e8c36fd4e9","kind":"commit","published_at":"2017-04-11T23:54:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0/manifests"},{"name":"v0.22.1","sha":"4dde8f876dec0efd1f3bf2b0b594a57ef6ac774a","kind":"tag","published_at":"2017-03-06T06:34:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1/manifests"},{"name":"v0.22.0","sha":"e57b2cb3037628abbbf2be549ae3a2e8a4aa95b2","kind":"tag","published_at":"2017-02-17T17:03:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0/manifests"},{"name":"v0.20.5","sha":"7d995d75e07798c1527d5ea3dd8a647ed79fe209","kind":"tag","published_at":"2017-01-27T22:48:11.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5/manifests"},{"name":"v0.20.4","sha":"33df99a73784c1846b62f97ebff3848cdd76c3b1","kind":"tag","published_at":"2017-01-27T13:16:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"78e425f921085030585c93ed1eb0b96b5cb3b4b5","kind":"tag","published_at":"2017-01-26T19:55:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"e4420b601031c4ec8d84fe8340961447e3a2c87a","kind":"commit","published_at":"2017-01-25T14:18:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2/manifests"},{"name":"v0.20.0","sha":"aad93a81bb2ceeeeffc94c856a6d0d37c5ac6aec","kind":"commit","published_at":"2017-01-23T09:23:09.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0/manifests"},{"name":"0.19.1","sha":"d8458941cb570f8753c885da512ba22a53c6bb44","kind":"commit","published_at":"2016-11-06T13:26:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1/manifests"},{"name":"0.19","sha":"91f9f93abc9e802da0eb94e073d6717569fca9fc","kind":"commit","published_at":"2016-07-17T20:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19/manifests"},{"name":"0.18","sha":"9a8c75bb71dd9fdabc210f327f5f0265a259c9fe","kind":"commit","published_at":"2016-06-05T13:33:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.18","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18/manifests"},{"name":"0.17","sha":"6f26197e5753218e87e30de54d08bcd57c0f8f58","kind":"commit","published_at":"2016-05-27T20:19:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.17","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17/manifests"},{"name":"0.16","sha":"b832eb19930f2345b1b8e24398593d3e24e2d1f8","kind":"commit","published_at":"2016-02-17T13:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.16","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16/manifests"},{"name":"0.15","sha":"56faaf291d87355c204bf7deec66128d6090d4d1","kind":"commit","published_at":"2015-08-31T14:06:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.15","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15/manifests"},{"name":"0.14","sha":"40b62ebc9853b8feeaddce8cad972eebdb9f99a9","kind":"commit","published_at":"2015-05-03T15:50:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.14","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14/manifests"},{"name":"0.12","sha":"f5500333413b597bd3d6e22e0325143df998082d","kind":"commit","published_at":"2014-10-06T07:16:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.12","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12/manifests"},{"name":"0.11","sha":"176481c0f8694df12809ac7e70def059e4f9d89f","kind":"commit","published_at":"2014-06-26T02:39:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.11","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11/manifests"},{"name":"0.10","sha":"35df1e3afcf0ec67cf588b17adba537bc3e395c9","kind":"commit","published_at":"2014-04-01T02:47:00.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.10","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10/manifests"},{"name":"0.9","sha":"ee89bf486a157fa27ad4e2084f48930ecba630de","kind":"commit","published_at":"2014-01-08T07:42:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.9","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9/manifests"},{"name":"0.8","sha":"dbe73b0a99ad86f08254e30fad274a1bdfb7779b","kind":"commit","published_at":"2013-09-17T07:23:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.8","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8/manifests"},{"name":"0.7","sha":"81217a4f983570d752aad58073f22f142f1c2f01","kind":"commit","published_at":"2013-07-04T13:32:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.7","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7/manifests"},{"name":"0.6","sha":"45c4b6f47231f30202f0205ceaae3a7da1f8c8ed","kind":"commit","published_at":"2013-04-01T22:31:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.6","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6/manifests"},{"name":"0.5","sha":"2ae581183cc4b7fb47ea104bcfda42292a2fdd32","kind":"commit","published_at":"2013-01-08T01:51:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5/manifests"}]},"repo_metadata_updated_at":"2025-11-06T22:27:47.465Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/rust-bindgen?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.21","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/rust-bindgen","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/rust-bindgen","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/rust-bindgen/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-11-06T22:09:15.751Z","issues_count":1579,"pull_requests_count":1870,"avg_time_to_close_issue":15990111.391829155,"avg_time_to_close_pull_request":2452475.746704871,"issues_closed_count":1076,"pull_requests_closed_count":1745,"pull_request_authors_count":420,"issue_authors_count":773,"avg_comments_per_issue":3.837238758708043,"avg_comments_per_pull_request":3.6614973262032087,"merged_pull_requests_count":1548,"bot_issues_count":0,"bot_pull_requests_count":17,"past_year_issues_count":135,"past_year_pull_requests_count":305,"past_year_avg_time_to_close_issue":1894521.8918918918,"past_year_avg_time_to_close_pull_request":920802.1312217194,"past_year_issues_closed_count":37,"past_year_pull_requests_closed_count":221,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":105,"past_year_avg_comments_per_issue":0.7925925925925926,"past_year_avg_comments_per_pull_request":0.8098360655737705,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":202,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/issues","maintainers":[{"login":"emilio","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/emilio"},{"login":"fitzgen","count":356,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fitzgen"},{"login":"pvdrz","count":149,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pvdrz"},{"login":"kulp","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kulp"},{"login":"tshepang","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tshepang"},{"login":"Manishearth","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"},{"login":"dtolnay","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"amanjeev","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amanjeev"},{"login":"scoopr","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/scoopr"},{"login":"frewsxcv","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/frewsxcv"},{"login":"alex","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alex"},{"login":"bjorn3","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"jyn514","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jyn514"},{"login":"workingjubilee","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/workingjubilee"},{"login":"sanxiyn","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sanxiyn"},{"login":"cuviper","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"nagisa","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nagisa"},{"login":"thomcc","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thomcc"},{"login":"jamesmunns","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jamesmunns"},{"login":"lnicola","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lnicola"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"m-ou-se","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-ou-se"},{"login":"anp","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/anp"},{"login":"programmerjake","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/programmerjake"},{"login":"AlexEne","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AlexEne"},{"login":"wesleywiser","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wesleywiser"},{"login":"aDotInTheVoid","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aDotInTheVoid"},{"login":"cramertj","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cramertj"},{"login":"edunham","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/edunham"},{"login":"michaelwoerister","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/michaelwoerister"},{"login":"dwijnand","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dwijnand"},{"login":"KiChjang","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KiChjang"}],"active_maintainers":[{"login":"dtolnay","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"bjorn3","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"cuviper","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"Manishearth","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/rust-bindgen/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/rust-bindgen/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/rust-bindgen/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/rust-bindgen/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/rust-bindgen/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages/rust-bindgen/codemeta","maintainers":[{"uuid":"alpine@ptrcnull.me","login":null,"name":"team/rust","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=team/rust","packages_count":491,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=team/rust","role":null,"created_at":"2024-12-09T14:19:21.983Z","updated_at":"2024-12-09T14:19:21.983Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/maintainers/alpine@ptrcnull.me/packages"}],"registry":{"name":"alpine-v3.21","url":"https://pkgs.alpinelinux.org/packages?branch=v3.21","ecosystem":"alpine","default":false,"packages_count":25393,"maintainers_count":413,"namespaces_count":2,"keywords_count":0,"github":"alpinelinux","metadata":{"repos":["main","community"]},"icon_url":"https://github.com/alpinelinux.png","created_at":"2024-12-06T12:06:36.014Z","updated_at":"2026-04-27T18:20:22.676Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.21/namespaces"}},{"id":12993220,"name":"rust-bindgen-bash-completion","ecosystem":"alpine","description":"Bash completions for rust-bindgen","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2025-10-18T20:43:11.000Z","latest_release_published_at":"2025-10-18T20:43:11.000Z","latest_release_number":"0.72.1-r1","last_synced_at":"2026-04-18T20:02:49.803Z","created_at":"2026-01-30T19:38:20.285Z","updated_at":"2026-04-18T20:02:49.804Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.23/main/x86_64/rust-bindgen-bash-completion","install_command":"apk add rust-bindgen-bash-completion","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/rust-bindgen-bash-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.23","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/rust-bindgen-bash-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/rust-bindgen-bash-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/rust-bindgen-bash-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen-bash-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen-bash-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen-bash-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen-bash-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen-bash-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen-bash-completion/codemeta","maintainers":[{"uuid":"alpine@ptrcnull.me","login":null,"name":"Patrycja Rosa","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","packages_count":486,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","role":null,"created_at":"2026-03-04T21:42:09.140Z","updated_at":"2026-03-04T21:42:09.140Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers/alpine@ptrcnull.me/packages"}],"registry":{"name":"alpine-v3.23","url":"https://pkgs.alpinelinux.org/packages?branch=v3.23","ecosystem":"alpine","default":false,"packages_count":27569,"maintainers_count":427,"namespaces_count":2,"keywords_count":0,"github":"alpinelinux","metadata":{"repos":["main","community"]},"icon_url":"https://github.com/alpinelinux.png","created_at":"2026-01-24T14:35:50.739Z","updated_at":"2026-04-27T18:20:22.382Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/namespaces"}},{"id":12993221,"name":"rust-bindgen-fish-completion","ecosystem":"alpine","description":"Fish completions for rust-bindgen","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2025-10-18T20:43:11.000Z","latest_release_published_at":"2025-10-18T20:43:11.000Z","latest_release_number":"0.72.1-r1","last_synced_at":"2026-04-18T20:03:02.405Z","created_at":"2026-01-30T19:38:24.595Z","updated_at":"2026-04-18T20:03:02.405Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.23/main/x86_64/rust-bindgen-fish-completion","install_command":"apk add rust-bindgen-fish-completion","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/rust-bindgen-fish-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.23","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/rust-bindgen-fish-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/rust-bindgen-fish-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/rust-bindgen-fish-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen-fish-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen-fish-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen-fish-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen-fish-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen-fish-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen-fish-completion/codemeta","maintainers":[{"uuid":"alpine@ptrcnull.me","login":null,"name":"Patrycja Rosa","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","packages_count":486,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","role":null,"created_at":"2026-03-04T21:42:09.594Z","updated_at":"2026-03-04T21:42:09.594Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers/alpine@ptrcnull.me/packages"}],"registry":{"name":"alpine-v3.23","url":"https://pkgs.alpinelinux.org/packages?branch=v3.23","ecosystem":"alpine","default":false,"packages_count":27569,"maintainers_count":427,"namespaces_count":2,"keywords_count":0,"github":"alpinelinux","metadata":{"repos":["main","community"]},"icon_url":"https://github.com/alpinelinux.png","created_at":"2026-01-24T14:35:50.739Z","updated_at":"2026-04-27T18:20:22.382Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/namespaces"}},{"id":6063206,"name":"rust-bindgen","ecosystem":"alpine","description":"automatically generates Rust FFI bindings to C (and some C++) libraries","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":"main","versions_count":13,"first_release_published_at":"2022-12-10T20:12:41.000Z","latest_release_published_at":"2025-10-18T20:43:11.000Z","latest_release_number":"0.72.1-r1","last_synced_at":"2026-03-19T01:01:07.846Z","created_at":"2023-01-31T19:12:10.949Z","updated_at":"2026-03-19T01:01:07.847Z","registry_url":"https://pkgs.alpinelinux.org/package/edge/main/x86_64/rust-bindgen","install_command":"apk add rust-bindgen","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":38331451,"uuid":"61728459","full_name":"rust-lang/rust-bindgen","owner":"rust-lang","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries.","archived":false,"fork":false,"pushed_at":"2025-10-21T21:12:34.000Z","size":18199,"stargazers_count":4982,"open_issues_count":535,"forks_count":769,"subscribers_count":53,"default_branch":"main","last_synced_at":"2025-10-30T18:41:12.733Z","etag":null,"topics":["bindings","codegen","ffi"],"latest_commit_sha":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-06-22T15:05:51.000Z","updated_at":"2025-10-30T17:41:29.000Z","dependencies_parsed_at":"2022-07-09T11:00:21.978Z","dependency_job_id":"e8642311-64d2-424b-ba68-2e4b4857d0e0","html_url":"https://github.com/rust-lang/rust-bindgen","commit_stats":{"total_commits":2798,"total_committers":417,"mean_commits":6.709832134292566,"dds":0.8148677626876341,"last_synced_commit":"8a6d851318153b7304b651a7fd8f559938683de3"},"previous_names":["servo/rust-bindgen","rust-lang-nursery/rust-bindgen"],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/rust-lang/rust-bindgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/sbom","scorecard":{"id":447423,"data":{"date":"2025-08-11","repo":{"name":"github.com/rust-lang/rust-bindgen","commit":"5f7aa4b4edcb11a20f251e829bbc66034e21c8e2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 12/20 approved changesets -- score normalized to 6","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/bump-version.yml:20","Warn: no topLevel permission defined: .github/workflows/bindgen.yml:1","Warn: no topLevel permission defined: .github/workflows/bump-version.yml:1","Warn: no topLevel permission defined: .github/workflows/create-tag.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy-book.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:18"],"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid parameter name: .github/workflows/release.yml:78","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:144: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-tag.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:289: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:176: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/bump-version.yml:45","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:67","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:125","Info:   0 out of  31 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  13 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned","Info:   0 out of   2 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:12"],"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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.71.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040","Warn: release artifact v0.71.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040"],"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/rust-lang/.github/SECURITY.md:1","Info: Found linked content: github.com/rust-lang/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/rust-lang/.github/SECURITY.md:1","Info: Found text in security policy: github.com/rust-lang/.github/SECURITY.md:1"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-19T07:11:33.233Z","repository_id":38331451,"created_at":"2025-08-19T07:11:33.265Z","updated_at":"2025-08-19T07:11:33.265Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281937758,"owners_count":26586774,"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-10-31T02:00:07.401Z","response_time":57,"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":"rust-lang","name":"The Rust Programming Language","uuid":"5430905","kind":"organization","description":"","email":"contact@rust-lang.org","website":"https://www.rust-lang.org","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5430905?v=4","repositories_count":233,"last_synced_at":"2025-10-30T00:35:41.348Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rust-lang","funding_links":[],"total_stars":369545,"followers":15156,"following":0,"created_at":"2022-11-02T16:22:33.891Z","updated_at":"2025-10-30T00:35:41.348Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang/repositories"},"tags":[{"name":"v0.72.1","sha":"d874de8d646d9b8a3e7ba2db2bcd52f2fba8f1f5","kind":"tag","published_at":"2025-08-31T17:50:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1/manifests"},{"name":"v0.72.0","sha":"d0e7d6b5b763e93dd38f9ece05230979ede95a0a","kind":"tag","published_at":"2025-06-08T11:15:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0/manifests"},{"name":"v0.71.1","sha":"af7fd38d5e80514406fb6a8bba2d407d252c30b9","kind":"tag","published_at":"2024-12-09T15:21:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1/manifests"},{"name":"v0.71.0","sha":"93c5b8b36bf2372f3b5f5671ce752342c3e83f97","kind":"tag","published_at":"2024-12-09T14:44:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0/manifests"},{"name":"v0.69.5","sha":"ddd00d48e27a6451f65fb8afef381d98a56e0560","kind":"commit","published_at":"2024-10-08T16:30:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5/manifests"},{"name":"v0.70.1","sha":"21c60f473f4e824d4aa9b2b508056320d474b110","kind":"tag","published_at":"2024-08-20T21:24:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1/manifests"},{"name":"v0.70.0","sha":"190ff2a6a4739f3a703125d9ed290dcd2dc9c808","kind":"commit","published_at":"2024-08-16T22:45:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0/manifests"},{"name":"v0.69.4","sha":"62859b2c6108c1c0f60d16b9ffe7544a4fbce48b","kind":"tag","published_at":"2024-02-04T12:50:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4/manifests"},{"name":"v0.69.3","sha":"918abdcac6a263b3d33c2b04d7b1b66fc90c2e39","kind":"tag","published_at":"2024-02-04T11:45:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3/manifests"},{"name":"v0.69.2","sha":"2a22051bb06cf66bd4e3d9305c45a407b79cf1af","kind":"tag","published_at":"2024-01-13T00:08:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2/manifests"},{"name":"v0.69.1","sha":"f3f3d326c7e9e6fa55562fec6a8676ae8eab7588","kind":"tag","published_at":"2023-11-02T17:47:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"c73990cc0f714ce79e444039f09eaf1f769d7e6a","kind":"commit","published_at":"2023-11-01T17:55:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"8d75a02bbb5c64e85e6ce62b57d52b7df9c61c79","kind":"tag","published_at":"2023-09-06T17:48:55.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"ebcf0bcc8bba113d82d0f1e0cbede40ccffc6e8f","kind":"tag","published_at":"2023-09-06T17:01:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0/manifests"},{"name":"v0.66.1","sha":"38a779c61734c134429dfb99da3499173a848c17","kind":"tag","published_at":"2023-06-19T09:08:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1/manifests"},{"name":"v0.66.0","sha":"264075a6362f951e90240a976428f0225652d27c","kind":"tag","published_at":"2023-06-14T18:09:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0/manifests"},{"name":"v0.65.1","sha":"7d243056d335fdc4537f7bca73c06d01aae24ddc","kind":"tag","published_at":"2023-04-10T20:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"2bcff0f2ce64629c6e9d8450f8ddd5eb90bca9e0","kind":"tag","published_at":"2023-04-10T17:25:51.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0/manifests"},{"name":"v0.64.0","sha":"ae6817256ac557981906e93a1f866349db85053e","kind":"tag","published_at":"2023-02-07T15:37:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.64.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0/manifests"},{"name":"v0.63.0","sha":"c51591941e18a75c312c7c237c4969dd22c40467","kind":"tag","published_at":"2022-11-22T18:30:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.63.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0/manifests"},{"name":"v0.62.0","sha":"c09bd2f5b58fb90fbcd906a4826d4ac26fe6ef1d","kind":"tag","published_at":"2022-11-17T03:36:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.62.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0/manifests"},{"name":"v0.61.0","sha":"784d3e824dcb95b8913156d872c9ed8eb8720291","kind":"tag","published_at":"2022-10-16T19:55:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.61.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0/manifests"},{"name":"v0.60.1","sha":"9ca5f856a35deddde0575002d76d1db4430e6c42","kind":"tag","published_at":"2022-06-06T11:23:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1/manifests"},{"name":"v0.60.0","sha":"355181134094202e0caae60c1fbf145d8e6ca84b","kind":"tag","published_at":"2022-06-05T18:38:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0/manifests"},{"name":"v0.59.2","sha":"89032649044d875983a851fff6fbde2d4e2ceaeb","kind":"tag","published_at":"2021-11-26T01:54:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2/manifests"},{"name":"v0.59.1","sha":"9a9438f3d6a3523c69d7bc890e8608b63dbe38a5","kind":"tag","published_at":"2021-07-25T22:25:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"67140077f65bb5af6eae1b257c91c9f379e56bc2","kind":"tag","published_at":"2021-07-20T10:20:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0/manifests"},{"name":"v0.58.1","sha":"696455d1c15e682b2b89f81f409315ea4964aef3","kind":"tag","published_at":"2021-04-06T09:20:01.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1/manifests"},{"name":"v0.58.0","sha":"d7ba7d1dcb081c3c853e3385fd4ef15cb6c1c22c","kind":"tag","published_at":"2021-04-03T11:16:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0/manifests"},{"name":"v0.57.0","sha":"5ca2fc7a0221cacde41fd60b0ce485ee5ab8dac3","kind":"tag","published_at":"2021-02-01T13:06:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.57.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"11ae35089e4748b7e2a6f50f6bef7709af72e724","kind":"tag","published_at":"2020-11-26T10:36:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.56.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0/manifests"},{"name":"v0.47.4","sha":"c2b3a71fc46cb05032dc99ece6a98cf0fb6359eb","kind":"tag","published_at":"2020-11-13T18:43:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4/manifests"},{"name":"v0.55.1","sha":"d492ac4ae11ba7403acd533813982b052c5020a0","kind":"tag","published_at":"2020-08-24T22:39:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1/manifests"},{"name":"v0.55.0","sha":"0996486f0977e12f1a64f7730b3eca81659aa839","kind":"tag","published_at":"2020-08-24T09:59:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0/manifests"},{"name":"v0.54.1-sp1","sha":"79f2c131dfc571852b7c097ca3d08d31ab9874c3","kind":"commit","published_at":"2020-08-03T02:19:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1/manifests"},{"name":"v0.54.1","sha":"f94036fd18eefee801b3e99c564b2b0bc1a81218","kind":"tag","published_at":"2020-07-06T17:17:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1/manifests"},{"name":"v0.53.3","sha":"a8290e03c994bf2f9113fdfca7c74eda2f9750cd","kind":"tag","published_at":"2020-05-21T19:49:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3/manifests"},{"name":"v0.54.0","sha":"d405baf05acec7caf6d3d403cccdaeb5e67423e3","kind":"tag","published_at":"2020-05-21T19:42:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0/manifests"},{"name":"v0.53.2-sp1","sha":"b8beaaf0105158f1d1ed02617487aeb190077e2d","kind":"commit","published_at":"2020-04-01T08:33:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1/manifests"},{"name":"v0.53.2","sha":"cfd3347c6655195d2a03b11aff9cb5efac327bf9","kind":"tag","published_at":"2020-03-09T23:17:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2/manifests"},{"name":"v0.53.1","sha":"02e76faa7a9270125ea9b8dc45cff3f475283d6e","kind":"tag","published_at":"2020-02-03T12:29:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"1d86a83a8767343528c283a1f6ac9f673bb4eb1a","kind":"tag","published_at":"2020-02-02T22:34:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0/manifests"},{"name":"v0.52.0-sp1","sha":"e025ea3d8a3c84ba0208ba156b2cc1e389127869","kind":"commit","published_at":"2019-12-12T06:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1/manifests"},{"name":"v0.49.4","sha":"15d9cb242d91ae736a3d048e456c12528c886404","kind":"tag","published_at":"2019-12-04T16:01:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4/manifests"},{"name":"v0.52.0","sha":"b44be6e3dbce03857c6eac221b1350acd68cb357","kind":"tag","published_at":"2019-11-19T19:30:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0/manifests"},{"name":"v0.19.2","sha":"ff4506b21b9af78566751bfe6019d4b96f8138c4","kind":"tag","published_at":"2019-10-18T14:04:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.19.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2/manifests"},{"name":"v0.51.1-oldsyn","sha":"7c24e0d27f0f70b71df832f48dfed71010e56978","kind":"tag","published_at":"2019-09-24T18:05:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1-oldsyn","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1-oldsyn","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1-oldsyn","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn/manifests"},{"name":"v0.50.1","sha":"8e720a929b64c37e4cb1436041a125c07451030b","kind":"tag","published_at":"2019-09-23T16:57:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1/manifests"},{"name":"v0.51.1","sha":"6643847b38acbd1f709ace8e07e96a2a0435c212","kind":"tag","published_at":"2019-09-23T16:50:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1/manifests"},{"name":"v0.51.0","sha":"37e3d658b1b2030e1f805cedcf7301e8ee461e09","kind":"tag","published_at":"2019-07-26T15:55:23.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0/manifests"},{"name":"v0.50.0","sha":"d7898170fb8feadcab1940c2ecfbac2510780552","kind":"tag","published_at":"2019-07-01T22:03:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0/manifests"},{"name":"v0.49.3","sha":"ad0bf8e6bea1bd70a032f2425b4a581926778096","kind":"tag","published_at":"2019-06-25T16:56:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3/manifests"},{"name":"v0.49.2","sha":"5eefef7dcaaac45486224954c006e17ad0d24547","kind":"tag","published_at":"2019-05-22T13:39:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2/manifests"},{"name":"v0.49.1","sha":"e5250a01b98cb8ca9dc4584788dbc5db68147a71","kind":"tag","published_at":"2019-05-16T19:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1/manifests"},{"name":"v0.49.0","sha":"5b2f344bb02e72fd177149e3aa5d789679fa4471","kind":"tag","published_at":"2019-03-27T02:02:19.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0/manifests"},{"name":"v0.48.1","sha":"185a5f322e973b60f8d0986672f9a88e5d9a07bd","kind":"tag","published_at":"2019-03-06T13:17:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1/manifests"},{"name":"v0.48.0","sha":"a43cc2afcd69cbaa2f699ee3d4b9c804576ffad7","kind":"tag","published_at":"2019-03-04T02:55:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0/manifests"},{"name":"v0.47.3","sha":"1cd830127489b19a58143c300667d045b447a62d","kind":"tag","published_at":"2019-02-25T17:44:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3/manifests"},{"name":"v0.47.2","sha":"f4f47d52cbce45af177958e76ef9a4a17e922bc4","kind":"tag","published_at":"2019-02-23T06:00:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2/manifests"},{"name":"v0.47.1","sha":"86eff214bf29dc1545bfa7fd44ab2df20048e62b","kind":"tag","published_at":"2019-02-02T19:18:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1/manifests"},{"name":"v0.47.0","sha":"8747bc9c28e2c1f762f6fd0f9235f056dbc74ba0","kind":"tag","published_at":"2019-01-19T17:13:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"7c24f6b2f6f62f62eba64784f58b1b6d46831908","kind":"tag","published_at":"2018-12-29T13:53:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.46.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"371e744e4158f23e75adb296433fc684076964ad","kind":"tag","published_at":"2018-12-14T12:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.45.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"7b1406dc90f67fafca61dba915ac57b9d2d7d2d4","kind":"tag","published_at":"2018-11-30T11:36:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.44.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0/manifests"},{"name":"v0.43.2","sha":"68d0af91e58d8ae4c384fb8ae48153dd3ddb7e0a","kind":"tag","published_at":"2018-11-23T10:44:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2/manifests"},{"name":"v0.43.1","sha":"5de943ca7bf6c155f7bae1d91f1e3b1d91e8d901","kind":"tag","published_at":"2018-11-05T13:22:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1/manifests"},{"name":"v0.43.0","sha":"a242c51e6ff0d4cc27940a3927e713e8dff82c5f","kind":"tag","published_at":"2018-10-22T07:39:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0/manifests"},{"name":"v0.42.3","sha":"d7a74baf5c822e0312aca539c3836e5d87c6091b","kind":"tag","published_at":"2018-10-20T05:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3/manifests"},{"name":"v0.42.2","sha":"6055f364bd1d341da8fa881741ec36ab0abf0a7a","kind":"tag","published_at":"2018-10-11T16:18:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2/manifests"},{"name":"v0.42.1","sha":"988a9537800a23c045e045f19e02a1674d6a14ef","kind":"tag","published_at":"2018-10-08T13:40:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1/manifests"},{"name":"v0.42.0","sha":"35a349dd76cb5ba9470de30bb2eb51ea152a9640","kind":"tag","published_at":"2018-10-07T09:14:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"c4433e08ce973632565fd8e2856533052a8ecc89","kind":"tag","published_at":"2018-09-30T19:06:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.41.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0/manifests"},{"name":"v0.40.0","sha":"36c087bb4a22ae37d96a7a711293f5ee2d98015f","kind":"tag","published_at":"2018-09-04T12:47:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.40.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"14da023687b36db480c42f924ec8d236faf1577a","kind":"tag","published_at":"2018-08-24T13:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.39.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"40d24bb085a1a0bd11f7cf4dd87c52de529302ca","kind":"tag","published_at":"2018-08-15T10:49:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.38.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0/manifests"},{"name":"v0.37.4","sha":"c197acf847c4ea6012061c1246668514059c34ae","kind":"tag","published_at":"2018-07-01T13:59:56.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4/manifests"},{"name":"v0.37.3","sha":"a899ce711617fd7be482622a908a40d5fd1c7628","kind":"tag","published_at":"2018-07-01T12:09:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3/manifests"},{"name":"v0.37.0","sha":"4d3674fd378f7ad7fbd7aa1ff9781eecee1f5940","kind":"tag","published_at":"2018-05-18T14:09:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"515ca97b462f348b7b3bb9eaea98b2e0bb1b624b","kind":"tag","published_at":"2018-05-09T22:25:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"af54e58a8c2e513ba8c3cc00c22aa958de091a53","kind":"tag","published_at":"2018-04-10T13:55:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"fb069e9391ebf40ec9ebef7c0ac2e50f5ead5644","kind":"tag","published_at":"2018-03-25T18:25:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.35.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0/manifests"},{"name":"0.33.1","sha":"3379a90a2d88c7d6333d64fe33ea1bd992904c71","kind":"commit","published_at":"2018-02-14T19:45:15.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.33.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1/manifests"},{"name":"v0.32.2","sha":"b3712248c59f8f4dca80fd92d1ad9cb40149a8cc","kind":"tag","published_at":"2018-01-22T11:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.32.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2/manifests"},{"name":"0.32.1","sha":"39d07787a3409b7753a9600bbbfe43d757ce28c2","kind":"commit","published_at":"2017-12-18T21:21:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1/manifests"},{"name":"0.32.0","sha":"d4829d3bb33ffe411fcc67c273be7643017aae38","kind":"commit","published_at":"2017-12-08T19:03:02.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0/manifests"},{"name":"0.31.3","sha":"55cf63c08c539df2a8c5437c062dda5fb57a8b18","kind":"commit","published_at":"2017-10-31T17:57:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3/manifests"},{"name":"v0.31.2","sha":"4c975aa18f6ae4147a146ae7f9c25ac6a2ae14b0","kind":"tag","published_at":"2017-10-30T11:56:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2/manifests"},{"name":"0.31.2","sha":"33c6f261db8fd6ca752a1ed0ba1a8cf6ef3158cd","kind":"commit","published_at":"2017-10-30T10:56:46.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2/manifests"},{"name":"v0.31.1","sha":"fefbbb56ec78950275ff6a1a714efcaa48bf9e8c","kind":"tag","published_at":"2017-10-28T13:26:03.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"f661f58188c6442145ff8856b059ce3e09941e5e","kind":"commit","published_at":"2017-10-27T18:10:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0/manifests"},{"name":"v0.29.1","sha":"81166785bb4d4e315308a512b7b7594175ef1db7","kind":"tag","published_at":"2017-10-12T12:36:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1/manifests"},{"name":"v0.30.0","sha":"05caa820010d44b601b340228d4f95d81958a270","kind":"commit","published_at":"2017-08-28T16:58:05.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.30.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"0e39721b6c72b574026a0802792c4e95f0d83e68","kind":"tag","published_at":"2017-07-28T01:21:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0/manifests"},{"name":"v0.26.3","sha":"78e7546d3be61a7cb7272c7365564300481798ae","kind":"tag","published_at":"2017-07-10T08:23:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3/manifests"},{"name":"v0.26.1","sha":"49526069a0cb9486cb4838134259589addafff40","kind":"tag","published_at":"2017-06-20T23:12:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"8470e221f9fa5d1f195339737fdd3a7b433cad51","kind":"tag","published_at":"2017-06-20T11:34:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0/manifests"},{"name":"v0.25.5","sha":"7faa855d01e114c1adc0abd5efd547ed40543882","kind":"tag","published_at":"2017-06-15T21:55:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5/manifests"},{"name":"v0.25.3","sha":"daf1935534de9cd09a8d3f4384af20eaa4fe0f01","kind":"tag","published_at":"2017-05-27T16:20:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3/manifests"},{"name":"0.25.2","sha":"c160b3d1ed7ebd6b5e542fe271a078f4881884cd","kind":"commit","published_at":"2017-05-25T17:52:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.25.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2/manifests"},{"name":"v0.25.1","sha":"9bb794bb3305ae2355e1945b3abe3d0d8064a428","kind":"tag","published_at":"2017-05-21T01:22:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"31e440917cdc8ac57cd69ddf929e90a7c4b46367","kind":"tag","published_at":"2017-05-08T22:24:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"2d88dd106bf33807679f531051546f3c9889161e","kind":"tag","published_at":"2017-05-08T21:22:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"66b9c3d8698aef0a32147eeabb99264a9b52d171","kind":"tag","published_at":"2017-05-03T20:47:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0/manifests"},{"name":"v0.23.1","sha":"719d03c7724da0c93b05b891465b2df4299ef169","kind":"commit","published_at":"2017-04-17T12:28:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1/manifests"},{"name":"v0.23.0","sha":"06fa2f75ba4dccba7430d461ec89b7e8c36fd4e9","kind":"commit","published_at":"2017-04-11T23:54:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0/manifests"},{"name":"v0.22.1","sha":"4dde8f876dec0efd1f3bf2b0b594a57ef6ac774a","kind":"tag","published_at":"2017-03-06T06:34:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1/manifests"},{"name":"v0.22.0","sha":"e57b2cb3037628abbbf2be549ae3a2e8a4aa95b2","kind":"tag","published_at":"2017-02-17T17:03:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0/manifests"},{"name":"v0.20.5","sha":"7d995d75e07798c1527d5ea3dd8a647ed79fe209","kind":"tag","published_at":"2017-01-27T22:48:11.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5/manifests"},{"name":"v0.20.4","sha":"33df99a73784c1846b62f97ebff3848cdd76c3b1","kind":"tag","published_at":"2017-01-27T13:16:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"78e425f921085030585c93ed1eb0b96b5cb3b4b5","kind":"tag","published_at":"2017-01-26T19:55:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"e4420b601031c4ec8d84fe8340961447e3a2c87a","kind":"commit","published_at":"2017-01-25T14:18:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2/manifests"},{"name":"v0.20.0","sha":"aad93a81bb2ceeeeffc94c856a6d0d37c5ac6aec","kind":"commit","published_at":"2017-01-23T09:23:09.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0/manifests"},{"name":"0.19.1","sha":"d8458941cb570f8753c885da512ba22a53c6bb44","kind":"commit","published_at":"2016-11-06T13:26:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1/manifests"},{"name":"0.19","sha":"91f9f93abc9e802da0eb94e073d6717569fca9fc","kind":"commit","published_at":"2016-07-17T20:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19/manifests"},{"name":"0.18","sha":"9a8c75bb71dd9fdabc210f327f5f0265a259c9fe","kind":"commit","published_at":"2016-06-05T13:33:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.18","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18/manifests"},{"name":"0.17","sha":"6f26197e5753218e87e30de54d08bcd57c0f8f58","kind":"commit","published_at":"2016-05-27T20:19:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.17","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17/manifests"},{"name":"0.16","sha":"b832eb19930f2345b1b8e24398593d3e24e2d1f8","kind":"commit","published_at":"2016-02-17T13:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.16","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16/manifests"},{"name":"0.15","sha":"56faaf291d87355c204bf7deec66128d6090d4d1","kind":"commit","published_at":"2015-08-31T14:06:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.15","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15/manifests"},{"name":"0.14","sha":"40b62ebc9853b8feeaddce8cad972eebdb9f99a9","kind":"commit","published_at":"2015-05-03T15:50:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.14","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14/manifests"},{"name":"0.12","sha":"f5500333413b597bd3d6e22e0325143df998082d","kind":"commit","published_at":"2014-10-06T07:16:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.12","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12/manifests"},{"name":"0.11","sha":"176481c0f8694df12809ac7e70def059e4f9d89f","kind":"commit","published_at":"2014-06-26T02:39:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.11","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11/manifests"},{"name":"0.10","sha":"35df1e3afcf0ec67cf588b17adba537bc3e395c9","kind":"commit","published_at":"2014-04-01T02:47:00.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.10","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10/manifests"},{"name":"0.9","sha":"ee89bf486a157fa27ad4e2084f48930ecba630de","kind":"commit","published_at":"2014-01-08T07:42:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.9","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9/manifests"},{"name":"0.8","sha":"dbe73b0a99ad86f08254e30fad274a1bdfb7779b","kind":"commit","published_at":"2013-09-17T07:23:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.8","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8/manifests"},{"name":"0.7","sha":"81217a4f983570d752aad58073f22f142f1c2f01","kind":"commit","published_at":"2013-07-04T13:32:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.7","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7/manifests"},{"name":"0.6","sha":"45c4b6f47231f30202f0205ceaae3a7da1f8c8ed","kind":"commit","published_at":"2013-04-01T22:31:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.6","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6/manifests"},{"name":"0.5","sha":"2ae581183cc4b7fb47ea104bcfda42292a2fdd32","kind":"commit","published_at":"2013-01-08T01:51:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5/manifests"}]},"repo_metadata_updated_at":"2025-11-06T22:27:48.203Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":14.64073262366938,"stargazers_count":4.054477144646212,"forks_count":4.077958672510959,"average":5.693292110206638},"purl":"pkg:apk/alpine/rust-bindgen?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=edge","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/rust-bindgen","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/rust-bindgen","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/rust-bindgen/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-11-06T22:09:15.751Z","issues_count":1579,"pull_requests_count":1870,"avg_time_to_close_issue":15990111.391829155,"avg_time_to_close_pull_request":2452475.746704871,"issues_closed_count":1076,"pull_requests_closed_count":1745,"pull_request_authors_count":420,"issue_authors_count":773,"avg_comments_per_issue":3.837238758708043,"avg_comments_per_pull_request":3.6614973262032087,"merged_pull_requests_count":1548,"bot_issues_count":0,"bot_pull_requests_count":17,"past_year_issues_count":135,"past_year_pull_requests_count":305,"past_year_avg_time_to_close_issue":1894521.8918918918,"past_year_avg_time_to_close_pull_request":920802.1312217194,"past_year_issues_closed_count":37,"past_year_pull_requests_closed_count":221,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":105,"past_year_avg_comments_per_issue":0.7925925925925926,"past_year_avg_comments_per_pull_request":0.8098360655737705,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":202,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/issues","maintainers":[{"login":"emilio","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/emilio"},{"login":"fitzgen","count":356,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fitzgen"},{"login":"pvdrz","count":149,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pvdrz"},{"login":"kulp","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kulp"},{"login":"tshepang","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tshepang"},{"login":"Manishearth","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"},{"login":"dtolnay","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"amanjeev","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amanjeev"},{"login":"scoopr","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/scoopr"},{"login":"frewsxcv","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/frewsxcv"},{"login":"alex","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alex"},{"login":"bjorn3","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"jyn514","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jyn514"},{"login":"workingjubilee","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/workingjubilee"},{"login":"sanxiyn","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sanxiyn"},{"login":"cuviper","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"nagisa","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nagisa"},{"login":"thomcc","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thomcc"},{"login":"jamesmunns","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jamesmunns"},{"login":"lnicola","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lnicola"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"m-ou-se","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-ou-se"},{"login":"anp","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/anp"},{"login":"programmerjake","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/programmerjake"},{"login":"AlexEne","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AlexEne"},{"login":"wesleywiser","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wesleywiser"},{"login":"aDotInTheVoid","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aDotInTheVoid"},{"login":"cramertj","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cramertj"},{"login":"edunham","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/edunham"},{"login":"michaelwoerister","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/michaelwoerister"},{"login":"dwijnand","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dwijnand"},{"login":"KiChjang","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KiChjang"}],"active_maintainers":[{"login":"dtolnay","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"bjorn3","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"cuviper","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"Manishearth","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen/codemeta","maintainers":[{"uuid":"alpine@ptrcnull.me","login":null,"name":"Patrycja Rosa","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","packages_count":773,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","role":null,"created_at":"2024-10-28T15:49:21.979Z","updated_at":"2024-10-28T15:49:21.979Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers/alpine@ptrcnull.me/packages"}],"registry":{"name":"alpine-edge","url":"https://pkgs.alpinelinux.org/packages?branch=edge","ecosystem":"alpine","default":false,"packages_count":39389,"maintainers_count":878,"namespaces_count":3,"keywords_count":0,"github":"alpinelinux","metadata":{"repos":["main","community","testing"]},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.616Z","updated_at":"2026-04-27T18:20:22.267Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/namespaces"}},{"id":13713789,"name":"rust-bindgen","ecosystem":"debian","description":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","licenses":"bsd-3-clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T23:46:45.920Z","latest_release_published_at":"2026-02-12T23:46:45.920Z","latest_release_number":"0.60.1-2","last_synced_at":"2026-03-13T15:50:01.120Z","created_at":"2026-02-12T23:46:45.722Z","updated_at":"2026-03-13T15:50:01.121Z","registry_url":"https://tracker.debian.org/pkg/rust-bindgen","install_command":"apt-get install rust-bindgen","documentation_url":"https://packages.debian.org/bookworm/rust-bindgen","metadata":{"component":"main","architecture":"any","priority":"extra","binary":"librust-bindgen-dev, librust-bindgen+clap-dev, librust-bindgen+default-dev, librust-bindgen+env-logger-dev, librust-bindgen+log-dev, librust-bindgen+logging-dev, librust-bindgen+runtime-dev, librust-bindgen+static-dev, librust-bindgen+which-dev, bindgen","standards_version":"4.5.1","maintainer":"Debian Rust Maintainers \u003cpkg-rust-maintainers@alioth-lists.debian.net\u003e","build_depends":"debhelper (\u003e= 12), dh-cargo (\u003e= 25), cargo:native, rustc:native, libstd-rust-dev, librust-bitflags-1+default-dev (\u003e= 1.0.3-~~), librust-cexpr-0.6+default-dev, librust-clang-sys-1+clang-6-0-dev, librust-clang-sys-1+default-dev, librust-clang-sys-1+runtime-dev, librust-clap-3+default-dev, librust-env-logger-0.9+default-dev, librust-lazy-static-1+default-dev, librust-lazycell-1+default-dev, librust-log-0.4+default-dev, librust-peeking-take-while-0.1+default-dev (\u003e= 0.1.2-~~), librust-proc-macro2-1-dev, librust-quote-1-dev, librust-regex-1+std-dev, librust-regex-1+unicode-dev, librust-rustc-hash-1+default-dev (\u003e= 1.0.1-~~), librust-shlex-1+default-dev, librust-which-4-dev (\u003e= 4.2.1-~~), clang","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":38331451,"uuid":"61728459","full_name":"rust-lang/rust-bindgen","owner":"rust-lang","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries.","archived":false,"fork":false,"pushed_at":"2025-12-31T13:01:45.000Z","size":18128,"stargazers_count":5099,"open_issues_count":550,"forks_count":790,"subscribers_count":53,"default_branch":"main","last_synced_at":"2026-02-10T06:22:37.202Z","etag":null,"topics":["bindings","codegen","ffi"],"latest_commit_sha":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-06-22T15:05:51.000Z","updated_at":"2026-02-09T19:11:08.000Z","dependencies_parsed_at":"2022-07-09T11:00:21.978Z","dependency_job_id":"e8642311-64d2-424b-ba68-2e4b4857d0e0","html_url":"https://github.com/rust-lang/rust-bindgen","commit_stats":{"total_commits":2798,"total_committers":417,"mean_commits":6.709832134292566,"dds":0.8148677626876341,"last_synced_commit":"8a6d851318153b7304b651a7fd8f559938683de3"},"previous_names":["servo/rust-bindgen","rust-lang-nursery/rust-bindgen"],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/rust-lang/rust-bindgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/sbom","scorecard":{"id":447423,"data":{"date":"2025-08-11","repo":{"name":"github.com/rust-lang/rust-bindgen","commit":"5f7aa4b4edcb11a20f251e829bbc66034e21c8e2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 12/20 approved changesets -- score normalized to 6","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/bump-version.yml:20","Warn: no topLevel permission defined: .github/workflows/bindgen.yml:1","Warn: no topLevel permission defined: .github/workflows/bump-version.yml:1","Warn: no topLevel permission defined: .github/workflows/create-tag.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy-book.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:18"],"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid parameter name: .github/workflows/release.yml:78","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:144: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-tag.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:289: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:176: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/bump-version.yml:45","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:67","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:125","Info:   0 out of  31 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  13 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned","Info:   0 out of   2 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:12"],"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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.71.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040","Warn: release artifact v0.71.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040"],"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/rust-lang/.github/SECURITY.md:1","Info: Found linked content: github.com/rust-lang/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/rust-lang/.github/SECURITY.md:1","Info: Found text in security policy: github.com/rust-lang/.github/SECURITY.md:1"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-19T07:11:33.233Z","repository_id":38331451,"created_at":"2025-08-19T07:11:33.265Z","updated_at":"2025-08-19T07:11:33.265Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29316363,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"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"}},"repo_metadata_updated_at":"2026-02-12T23:46:46.159Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":0.4080944350758853,"forks_count":0.357504215851602,"docker_downloads_count":null,"average":0.1913996627318718},"purl":"pkg:deb/debian/rust-bindgen?arch=source\u0026distro=debian-12","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/rust-bindgen","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/rust-bindgen","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/rust-bindgen/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/rust-bindgen/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/rust-bindgen/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/rust-bindgen/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/rust-bindgen/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/rust-bindgen/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/rust-bindgen/codemeta","maintainers":[],"registry":{"name":"debian-12","url":"https://packages.debian.org/bookworm","ecosystem":"debian","default":true,"packages_count":34734,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"debian","metadata":{"codename":"bookworm"},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.459Z","updated_at":"2026-04-27T18:20:38.992Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/namespaces"}},{"id":12889409,"name":"rust-bindgen-unwrapped","ecosystem":"nixpkgs","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-27T07:48:51.150Z","latest_release_published_at":"2026-01-27T07:48:51.150Z","latest_release_number":"0.65.1","last_synced_at":"2026-03-06T00:49:20.198Z","created_at":"2026-01-27T07:48:50.663Z","updated_at":"2026-03-06T00:49:20.559Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=rust-bindgen-unwrapped","install_command":"nix-env -iA nixpkgs.rust-bindgen-unwrapped","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/tools/rust/bindgen/unwrapped.nix#L39","metadata":{"nix_attribute":"rust-bindgen-unwrapped-0.65.1","position":"pkgs/development/tools/rust/bindgen/unwrapped.nix:39","platforms":["i686-cygwin","x86_64-cygwin","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-freebsd13","x86_64-freebsd13","x86_64-solaris","aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mipsel-linux","mips64el-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","aarch64-netbsd","armv6l-netbsd","armv7a-netbsd","armv7l-netbsd","i686-netbsd","m68k-netbsd","mipsel-netbsd","powerpc-netbsd","riscv32-netbsd","riscv64-netbsd","x86_64-netbsd","i686-openbsd","x86_64-openbsd","x86_64-redox"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:nix/rust-bindgen-unwrapped?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/rust-bindgen-unwrapped","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/rust-bindgen-unwrapped","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/rust-bindgen-unwrapped/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/rust-bindgen-unwrapped/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/rust-bindgen-unwrapped/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/rust-bindgen-unwrapped/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/rust-bindgen-unwrapped/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/rust-bindgen-unwrapped/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/rust-bindgen-unwrapped/codemeta","maintainers":[{"uuid":"JohnTitor","login":null,"name":"Yuki Okushi","email":"huyuumi.dev@gmail.com","url":"https://github.com/JohnTitor","packages_count":6,"html_url":null,"role":null,"created_at":"2026-03-06T00:49:20.431Z","updated_at":"2026-03-06T00:49:20.431Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/JohnTitor/packages"},{"uuid":"Ralith","login":null,"name":"Benjamin Saunders","email":"ben.e.saunders@gmail.com","url":"https://github.com/Ralith","packages_count":46,"html_url":null,"role":null,"created_at":"2026-03-06T00:49:20.489Z","updated_at":"2026-03-06T00:49:20.489Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/Ralith/packages"}],"registry":{"name":"nixpkgs-23.05","url":"https://channels.nixos.org/nixos-23.05","ecosystem":"nixpkgs","default":false,"packages_count":101092,"maintainers_count":2622,"namespaces_count":0,"keywords_count":0,"github":"NixOS","metadata":{"funded_packages_count":151},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-04-03T06:21:54.798Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/namespaces"}},{"id":13669995,"name":"rust-bindgen","ecosystem":"debian","description":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T12:54:21.777Z","latest_release_published_at":"2026-02-12T12:54:21.777Z","latest_release_number":"0.71.1-4","last_synced_at":"2026-03-14T15:00:07.646Z","created_at":"2026-02-12T12:54:21.556Z","updated_at":"2026-03-14T15:00:07.647Z","registry_url":"https://tracker.debian.org/pkg/rust-bindgen","install_command":"apt-get install rust-bindgen","documentation_url":"https://packages.debian.org/trixie/rust-bindgen","metadata":{"component":"main","architecture":"any","priority":"extra","binary":"librust-bindgen-dev","standards_version":"4.7.0","maintainer":"Debian Rust Maintainers \u003cpkg-rust-maintainers@alioth-lists.debian.net\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-cargo, cargo:native \u003c!nocheck\u003e, rustc:native (\u003e= 1.70.0) \u003c!nocheck\u003e, libstd-rust-dev \u003c!nocheck\u003e, librust-bitflags-2+default-dev (\u003e= 2.2.1-~~) \u003c!nocheck\u003e, librust-cexpr-0.6+default-dev \u003c!nocheck\u003e, librust-clang-sys-1+clang-11-0-dev \u003c!nocheck\u003e, librust-clang-sys-1+default-dev \u003c!nocheck\u003e, librust-clang-sys-1+runtime-dev \u003c!nocheck\u003e, librust-itertools-0.13-dev \u003c!nocheck\u003e | librust-itertools-0.12-dev \u003c!nocheck\u003e | librust-itertools-0.11-dev \u003c!nocheck\u003e | librust-itertools-0.10-dev \u003c!nocheck\u003e, librust-log-0.4+default-dev \u003c!nocheck\u003e, librust-prettyplease-0.2+default-dev \u003c!nocheck\u003e, librust-prettyplease-0.2+verbatim-dev \u003c!nocheck\u003e, librust-proc-macro2-1+default-dev \u003c!nocheck\u003e, librust-quote-1-dev \u003c!nocheck\u003e, librust-regex-1+std-dev (\u003e= 1.5.3-~~) \u003c!nocheck\u003e, librust-regex-1+unicode-perl-dev (\u003e= 1.5.3-~~) \u003c!nocheck\u003e, librust-rustc-hash-1+default-dev \u003c!nocheck\u003e, librust-shlex-1+default-dev \u003c!nocheck\u003e, librust-syn-2+default-dev \u003c!nocheck\u003e, librust-syn-2+extra-traits-dev \u003c!nocheck\u003e, librust-syn-2+full-dev \u003c!nocheck\u003e, librust-syn-2+visit-mut-dev \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-12T12:54:22.418Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/rust-bindgen?arch=source\u0026distro=debian-13\u0026repository_url=https://packages.debian.org/trixie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/rust-bindgen","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/rust-bindgen","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/rust-bindgen/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/rust-bindgen/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/rust-bindgen/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/rust-bindgen/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/rust-bindgen/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/rust-bindgen/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/rust-bindgen/codemeta","maintainers":[],"registry":{"name":"debian-13","url":"https://packages.debian.org/trixie","ecosystem":"debian","default":false,"packages_count":38024,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"debian","metadata":{"codename":"trixie"},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-04-27T18:20:39.853Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/namespaces"}},{"id":13467704,"name":"rust-bindgen-cli","ecosystem":"ubuntu","description":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-09T17:49:21.795Z","latest_release_published_at":"2026-02-09T17:49:21.795Z","latest_release_number":"0.66.1-6build1","last_synced_at":"2026-03-09T18:24:49.725Z","created_at":"2026-02-09T17:49:21.029Z","updated_at":"2026-03-09T18:32:53.999Z","registry_url":"https://launchpad.net/ubuntu/+source/rust-bindgen-cli","install_command":"apt-get install rust-bindgen-cli","documentation_url":null,"metadata":{"component":"universe","architecture":"any","priority":"optional","binary":"bindgen","standards_version":"4.6.2","maintainer":"Debian Rust Maintainers \u003cpkg-rust-maintainers@alioth-lists.debian.net\u003e","build_depends":"debhelper (\u003e= 12), dh-cargo (\u003e= 25), cargo:native, rustc:native (\u003e= 1.64.0), libstd-rust-dev, librust-bindgen-0.66.1+--cli-dev, librust-bindgen-0.66.1+default-dev, librust-bindgen-0.66.1+experimental-dev, librust-bindgen-0.66.1+logging-dev, librust-bindgen-0.66.1+runtime-dev, librust-bindgen-0.66.1+which-rustfmt-dev, librust-clap-4+default-dev, librust-clap-4+derive-dev, librust-clap-complete-4+default-dev, librust-env-logger-0.10+default-dev, librust-log-0.4+default-dev, librust-shlex-1+default-dev","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/rust-bindgen-cli?arch=source\u0026distro=ubuntu-24.10\u0026repository_url=https://launchpad.net/ubuntu/oracular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/rust-bindgen-cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/rust-bindgen-cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/rust-bindgen-cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-bindgen-cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-bindgen-cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-bindgen-cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-bindgen-cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-bindgen-cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-bindgen-cli/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.10","url":"https://launchpad.net/ubuntu/oracular","ecosystem":"ubuntu","default":false,"packages_count":38437,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"oracular","mirror":"http://old-releases.ubuntu.com/ubuntu"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-04-27T18:20:37.303Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/namespaces"}},{"id":13467703,"name":"rust-bindgen","ecosystem":"ubuntu","description":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-09T17:49:20.078Z","latest_release_published_at":"2026-02-09T17:49:20.078Z","latest_release_number":"0.66.1-7","last_synced_at":"2026-03-09T18:24:57.121Z","created_at":"2026-02-09T17:49:19.585Z","updated_at":"2026-03-09T18:32:53.958Z","registry_url":"https://launchpad.net/ubuntu/+source/rust-bindgen","install_command":"apt-get install rust-bindgen","documentation_url":null,"metadata":{"component":"universe","architecture":"any","priority":"optional","binary":"librust-bindgen-dev","standards_version":"4.6.2","maintainer":"Debian Rust Maintainers \u003cpkg-rust-maintainers@alioth-lists.debian.net\u003e","build_depends":"debhelper (\u003e= 12), dh-cargo (\u003e= 25), cargo:native \u003c!nocheck\u003e, rustc:native (\u003e= 1.60.0) \u003c!nocheck\u003e, libstd-rust-dev \u003c!nocheck\u003e, librust-bitflags-2+default-dev (\u003e= 2.2.1-~~) \u003c!nocheck\u003e, librust-cexpr-0.6+default-dev \u003c!nocheck\u003e, librust-clang-sys-1+clang-6-0-dev \u003c!nocheck\u003e, librust-clang-sys-1+default-dev \u003c!nocheck\u003e, librust-clang-sys-1+runtime-dev \u003c!nocheck\u003e, librust-lazy-static-1+default-dev \u003c!nocheck\u003e, librust-lazycell-1+default-dev \u003c!nocheck\u003e, librust-log-0.4+default-dev \u003c!nocheck\u003e, librust-peeking-take-while-0.1+default-dev (\u003e= 0.1.2-~~) \u003c!nocheck\u003e, librust-prettyplease-0.2+default-dev \u003c!nocheck\u003e, librust-proc-macro2-1-dev \u003c!nocheck\u003e, librust-quote-1-dev \u003c!nocheck\u003e, librust-regex-1+std-dev (\u003e= 1.5-~~) \u003c!nocheck\u003e, librust-regex-1+unicode-dev (\u003e= 1.5-~~) \u003c!nocheck\u003e, librust-rustc-hash-1+default-dev (\u003e= 1.0.1-~~) \u003c!nocheck\u003e, librust-shlex-1+default-dev \u003c!nocheck\u003e, librust-syn-2+default-dev \u003c!nocheck\u003e, librust-syn-2+extra-traits-dev \u003c!nocheck\u003e, librust-syn-2+full-dev \u003c!nocheck\u003e, librust-syn-2+visit-mut-dev \u003c!nocheck\u003e, librust-which-4-dev (\u003e= 4.2.1-~~) \u003c!nocheck\u003e, clang \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/rust-bindgen?arch=source\u0026distro=ubuntu-24.10\u0026repository_url=https://launchpad.net/ubuntu/oracular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/rust-bindgen","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/rust-bindgen","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/rust-bindgen/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-bindgen/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-bindgen/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-bindgen/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-bindgen/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-bindgen/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-bindgen/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.10","url":"https://launchpad.net/ubuntu/oracular","ecosystem":"ubuntu","default":false,"packages_count":38437,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"oracular","mirror":"http://old-releases.ubuntu.com/ubuntu"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-04-27T18:20:37.303Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/namespaces"}},{"id":13467702,"name":"rust-bindgen-0.65","ecosystem":"ubuntu","description":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":["universe/rust"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-09T17:49:17.092Z","latest_release_published_at":"2026-02-09T17:49:17.092Z","latest_release_number":"0.65.1+dfsg0-0ubuntu2","last_synced_at":"2026-03-09T18:24:49.502Z","created_at":"2026-02-09T17:49:16.297Z","updated_at":"2026-03-09T18:32:54.008Z","registry_url":"https://launchpad.net/ubuntu/+source/rust-bindgen-0.65","install_command":"apt-get install rust-bindgen-0.65","documentation_url":null,"metadata":{"component":"universe","architecture":"any","priority":"optional","binary":"bindgen-0.65","standards_version":"4.6.2","maintainer":"Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e","build_depends":"debhelper-compat (= 12), dh-cargo (\u003e= 25), cargo:native, rustc:native (\u003e= 1.70.0+dfsg), llvm-17, lld-17, clang-17","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/rust-bindgen-0.65?arch=source\u0026distro=ubuntu-24.10\u0026repository_url=https://launchpad.net/ubuntu/oracular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/rust-bindgen-0.65","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/rust-bindgen-0.65","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/rust-bindgen-0.65/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-bindgen-0.65/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-bindgen-0.65/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-bindgen-0.65/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-bindgen-0.65/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-bindgen-0.65/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/rust-bindgen-0.65/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.10","url":"https://launchpad.net/ubuntu/oracular","ecosystem":"ubuntu","default":false,"packages_count":38437,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"oracular","mirror":"http://old-releases.ubuntu.com/ubuntu"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-04-27T18:20:37.303Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/namespaces"}},{"id":13950044,"name":"rust-bindgen-cli","ecosystem":"guix","description":"Generate Rust FFI bindings to C and C++ libraries","homepage":"https://rust-lang.github.io/rust-bindgen/","licenses":"bsd-3","normalized_licenses":["BSD-1-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-03-02T18:49:02.243Z","latest_release_published_at":"2026-03-02T18:49:02.243Z","latest_release_number":"0.71.1","last_synced_at":"2026-04-27T16:16:19.887Z","created_at":"2026-03-02T18:49:02.060Z","updated_at":"2026-04-27T16:16:20.539Z","registry_url":"https://packages.guix.gnu.org/packages/rust-bindgen-cli/0.71.1/","install_command":"guix install rust-bindgen-cli","documentation_url":"https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/rust-apps.scm#n3181","metadata":{"location":"gnu/packages/rust-apps.scm:3181","variable_name":"rust-bindgen-cli"},"repo_metadata":{"id":38331451,"uuid":"61728459","full_name":"rust-lang/rust-bindgen","owner":"rust-lang","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries.","archived":false,"fork":false,"pushed_at":"2026-02-24T15:55:07.000Z","size":18144,"stargazers_count":5149,"open_issues_count":554,"forks_count":794,"subscribers_count":51,"default_branch":"main","last_synced_at":"2026-03-26T17:57:45.302Z","etag":null,"topics":["bindings","codegen","ffi"],"latest_commit_sha":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-06-22T15:05:51.000Z","updated_at":"2026-03-25T09:39:22.000Z","dependencies_parsed_at":"2026-03-03T07:08:02.001Z","dependency_job_id":null,"html_url":"https://github.com/rust-lang/rust-bindgen","commit_stats":{"total_commits":2798,"total_committers":417,"mean_commits":6.709832134292566,"dds":0.8148677626876341,"last_synced_commit":"8a6d851318153b7304b651a7fd8f559938683de3"},"previous_names":["servo/rust-bindgen","rust-lang-nursery/rust-bindgen"],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/rust-lang/rust-bindgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/sbom","scorecard":{"id":447423,"data":{"date":"2025-08-11","repo":{"name":"github.com/rust-lang/rust-bindgen","commit":"5f7aa4b4edcb11a20f251e829bbc66034e21c8e2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 12/20 approved changesets -- score normalized to 6","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/bump-version.yml:20","Warn: no topLevel permission defined: .github/workflows/bindgen.yml:1","Warn: no topLevel permission defined: .github/workflows/bump-version.yml:1","Warn: no topLevel permission defined: .github/workflows/create-tag.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy-book.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:18"],"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid parameter name: .github/workflows/release.yml:78","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:144: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-tag.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:289: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:176: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/bump-version.yml:45","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:67","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:125","Info:   0 out of  31 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  13 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned","Info:   0 out of   2 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:12"],"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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.71.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040","Warn: release artifact v0.71.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040"],"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/rust-lang/.github/SECURITY.md:1","Info: Found linked content: github.com/rust-lang/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/rust-lang/.github/SECURITY.md:1","Info: Found text in security policy: github.com/rust-lang/.github/SECURITY.md:1"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-19T07:11:33.233Z","repository_id":38331451,"created_at":"2025-08-19T07:11:33.265Z","updated_at":"2025-08-19T07:11:33.265Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31055246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T16:55:14.406Z","status":"ssl_error","status_checked_at":"2026-03-27T16:55:07.885Z","response_time":164,"last_error":"SSL_read: 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"}},"repo_metadata_updated_at":"2026-04-27T16:16:20.513Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:guix/rust-bindgen-cli","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/guix/rust-bindgen-cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/guix/rust-bindgen-cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/guix/rust-bindgen-cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/rust-bindgen-cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/rust-bindgen-cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/rust-bindgen-cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/rust-bindgen-cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/rust-bindgen-cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/rust-bindgen-cli/codemeta","maintainers":[],"registry":{"name":"guix","url":"https://guix.gnu.org","ecosystem":"guix","default":true,"packages_count":31305,"maintainers_count":0,"namespaces_count":0,"keywords_count":1627,"github":"guix-mirror","metadata":{"funded_packages_count":352},"icon_url":"https://github.com/guix-mirror.png","created_at":"2026-03-02T16:23:46.981Z","updated_at":"2026-05-07T05:00:22.550Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/guix/namespaces"}},{"id":12993222,"name":"rust-bindgen-zsh-completion","ecosystem":"alpine","description":"Zsh completions for rust-bindgen","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2025-10-18T20:43:11.000Z","latest_release_published_at":"2025-10-18T20:43:11.000Z","latest_release_number":"0.72.1-r1","last_synced_at":"2026-04-18T20:02:55.475Z","created_at":"2026-01-30T19:38:24.684Z","updated_at":"2026-04-18T20:02:55.475Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.23/main/x86_64/rust-bindgen-zsh-completion","install_command":"apk add rust-bindgen-zsh-completion","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/rust-bindgen-zsh-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.23","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/rust-bindgen-zsh-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/rust-bindgen-zsh-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/rust-bindgen-zsh-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen-zsh-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen-zsh-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen-zsh-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen-zsh-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen-zsh-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen-zsh-completion/codemeta","maintainers":[{"uuid":"alpine@ptrcnull.me","login":null,"name":"Patrycja Rosa","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","packages_count":486,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","role":null,"created_at":"2026-03-04T21:42:07.880Z","updated_at":"2026-03-04T21:42:07.880Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers/alpine@ptrcnull.me/packages"}],"registry":{"name":"alpine-v3.23","url":"https://pkgs.alpinelinux.org/packages?branch=v3.23","ecosystem":"alpine","default":false,"packages_count":27569,"maintainers_count":427,"namespaces_count":2,"keywords_count":0,"github":"alpinelinux","metadata":{"repos":["main","community"]},"icon_url":"https://github.com/alpinelinux.png","created_at":"2026-01-24T14:35:50.739Z","updated_at":"2026-04-27T18:20:22.382Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/namespaces"}},{"id":12993219,"name":"rust-bindgen","ecosystem":"alpine","description":"automatically generates Rust FFI bindings to C (and some C++) libraries","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2025-10-18T20:43:11.000Z","latest_release_published_at":"2025-10-18T20:43:11.000Z","latest_release_number":"0.72.1-r1","last_synced_at":"2026-04-18T20:02:55.827Z","created_at":"2026-01-30T19:38:15.239Z","updated_at":"2026-04-18T20:02:55.828Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.23/main/x86_64/rust-bindgen","install_command":"apk add rust-bindgen","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/rust-bindgen?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.23","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/rust-bindgen","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/rust-bindgen","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/rust-bindgen/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages/rust-bindgen/codemeta","maintainers":[{"uuid":"alpine@ptrcnull.me","login":null,"name":"Patrycja Rosa","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","packages_count":486,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","role":null,"created_at":"2026-03-04T21:42:08.698Z","updated_at":"2026-03-04T21:42:08.698Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers/alpine@ptrcnull.me/packages"}],"registry":{"name":"alpine-v3.23","url":"https://pkgs.alpinelinux.org/packages?branch=v3.23","ecosystem":"alpine","default":false,"packages_count":27569,"maintainers_count":427,"namespaces_count":2,"keywords_count":0,"github":"alpinelinux","metadata":{"repos":["main","community"]},"icon_url":"https://github.com/alpinelinux.png","created_at":"2026-01-24T14:35:50.739Z","updated_at":"2026-04-27T18:20:22.382Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.23/namespaces"}},{"id":11194343,"name":"bindgen-cli-dbg","ecosystem":"adelie","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries. (debug symbols)","homepage":"https://rust-lang.github.io/rust-bindgen/","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":"user","versions_count":1,"first_release_published_at":"2024-12-08T04:14:00.000Z","latest_release_published_at":"2024-12-08T04:14:00.000Z","latest_release_number":"0.70.1-r0","last_synced_at":"2026-04-15T02:06:30.006Z","created_at":"2024-12-17T00:29:12.794Z","updated_at":"2026-04-15T02:06:30.007Z","registry_url":"https://pkg.adelielinux.org/current/bindgen-cli-dbg","install_command":"apk add bindgen-cli-dbg","documentation_url":null,"metadata":{"repository":"user","architecture":"x86_64"},"repo_metadata":{"id":38331451,"uuid":"61728459","full_name":"rust-lang/rust-bindgen","owner":"rust-lang","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries.","archived":false,"fork":false,"pushed_at":"2025-10-21T21:12:34.000Z","size":18199,"stargazers_count":4982,"open_issues_count":535,"forks_count":769,"subscribers_count":53,"default_branch":"main","last_synced_at":"2025-10-30T18:41:12.733Z","etag":null,"topics":["bindings","codegen","ffi"],"latest_commit_sha":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-06-22T15:05:51.000Z","updated_at":"2025-10-30T17:41:29.000Z","dependencies_parsed_at":"2022-07-09T11:00:21.978Z","dependency_job_id":"e8642311-64d2-424b-ba68-2e4b4857d0e0","html_url":"https://github.com/rust-lang/rust-bindgen","commit_stats":{"total_commits":2798,"total_committers":417,"mean_commits":6.709832134292566,"dds":0.8148677626876341,"last_synced_commit":"8a6d851318153b7304b651a7fd8f559938683de3"},"previous_names":["servo/rust-bindgen","rust-lang-nursery/rust-bindgen"],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/rust-lang/rust-bindgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/sbom","scorecard":{"id":447423,"data":{"date":"2025-08-11","repo":{"name":"github.com/rust-lang/rust-bindgen","commit":"5f7aa4b4edcb11a20f251e829bbc66034e21c8e2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 12/20 approved changesets -- score normalized to 6","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/bump-version.yml:20","Warn: no topLevel permission defined: .github/workflows/bindgen.yml:1","Warn: no topLevel permission defined: .github/workflows/bump-version.yml:1","Warn: no topLevel permission defined: .github/workflows/create-tag.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy-book.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:18"],"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid parameter name: .github/workflows/release.yml:78","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:144: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-tag.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:289: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:176: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/bump-version.yml:45","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:67","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:125","Info:   0 out of  31 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  13 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned","Info:   0 out of   2 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:12"],"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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.71.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040","Warn: release artifact v0.71.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040"],"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/rust-lang/.github/SECURITY.md:1","Info: Found linked content: github.com/rust-lang/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/rust-lang/.github/SECURITY.md:1","Info: Found text in security policy: github.com/rust-lang/.github/SECURITY.md:1"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-19T07:11:33.233Z","repository_id":38331451,"created_at":"2025-08-19T07:11:33.265Z","updated_at":"2025-08-19T07:11:33.265Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281937758,"owners_count":26586774,"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-10-31T02:00:07.401Z","response_time":57,"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":"rust-lang","name":"The Rust Programming Language","uuid":"5430905","kind":"organization","description":"","email":"contact@rust-lang.org","website":"https://www.rust-lang.org","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5430905?v=4","repositories_count":233,"last_synced_at":"2025-10-30T00:35:41.348Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rust-lang","funding_links":[],"total_stars":369545,"followers":15156,"following":0,"created_at":"2022-11-02T16:22:33.891Z","updated_at":"2025-10-30T00:35:41.348Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang/repositories"},"tags":[{"name":"v0.72.1","sha":"d874de8d646d9b8a3e7ba2db2bcd52f2fba8f1f5","kind":"tag","published_at":"2025-08-31T17:50:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1/manifests"},{"name":"v0.72.0","sha":"d0e7d6b5b763e93dd38f9ece05230979ede95a0a","kind":"tag","published_at":"2025-06-08T11:15:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0/manifests"},{"name":"v0.71.1","sha":"af7fd38d5e80514406fb6a8bba2d407d252c30b9","kind":"tag","published_at":"2024-12-09T15:21:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1/manifests"},{"name":"v0.71.0","sha":"93c5b8b36bf2372f3b5f5671ce752342c3e83f97","kind":"tag","published_at":"2024-12-09T14:44:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0/manifests"},{"name":"v0.69.5","sha":"ddd00d48e27a6451f65fb8afef381d98a56e0560","kind":"commit","published_at":"2024-10-08T16:30:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5/manifests"},{"name":"v0.70.1","sha":"21c60f473f4e824d4aa9b2b508056320d474b110","kind":"tag","published_at":"2024-08-20T21:24:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1/manifests"},{"name":"v0.70.0","sha":"190ff2a6a4739f3a703125d9ed290dcd2dc9c808","kind":"commit","published_at":"2024-08-16T22:45:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0/manifests"},{"name":"v0.69.4","sha":"62859b2c6108c1c0f60d16b9ffe7544a4fbce48b","kind":"tag","published_at":"2024-02-04T12:50:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4/manifests"},{"name":"v0.69.3","sha":"918abdcac6a263b3d33c2b04d7b1b66fc90c2e39","kind":"tag","published_at":"2024-02-04T11:45:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3/manifests"},{"name":"v0.69.2","sha":"2a22051bb06cf66bd4e3d9305c45a407b79cf1af","kind":"tag","published_at":"2024-01-13T00:08:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2/manifests"},{"name":"v0.69.1","sha":"f3f3d326c7e9e6fa55562fec6a8676ae8eab7588","kind":"tag","published_at":"2023-11-02T17:47:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"c73990cc0f714ce79e444039f09eaf1f769d7e6a","kind":"commit","published_at":"2023-11-01T17:55:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"8d75a02bbb5c64e85e6ce62b57d52b7df9c61c79","kind":"tag","published_at":"2023-09-06T17:48:55.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"ebcf0bcc8bba113d82d0f1e0cbede40ccffc6e8f","kind":"tag","published_at":"2023-09-06T17:01:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0/manifests"},{"name":"v0.66.1","sha":"38a779c61734c134429dfb99da3499173a848c17","kind":"tag","published_at":"2023-06-19T09:08:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1/manifests"},{"name":"v0.66.0","sha":"264075a6362f951e90240a976428f0225652d27c","kind":"tag","published_at":"2023-06-14T18:09:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0/manifests"},{"name":"v0.65.1","sha":"7d243056d335fdc4537f7bca73c06d01aae24ddc","kind":"tag","published_at":"2023-04-10T20:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"2bcff0f2ce64629c6e9d8450f8ddd5eb90bca9e0","kind":"tag","published_at":"2023-04-10T17:25:51.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0/manifests"},{"name":"v0.64.0","sha":"ae6817256ac557981906e93a1f866349db85053e","kind":"tag","published_at":"2023-02-07T15:37:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.64.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0/manifests"},{"name":"v0.63.0","sha":"c51591941e18a75c312c7c237c4969dd22c40467","kind":"tag","published_at":"2022-11-22T18:30:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.63.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0/manifests"},{"name":"v0.62.0","sha":"c09bd2f5b58fb90fbcd906a4826d4ac26fe6ef1d","kind":"tag","published_at":"2022-11-17T03:36:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.62.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0/manifests"},{"name":"v0.61.0","sha":"784d3e824dcb95b8913156d872c9ed8eb8720291","kind":"tag","published_at":"2022-10-16T19:55:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.61.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0/manifests"},{"name":"v0.60.1","sha":"9ca5f856a35deddde0575002d76d1db4430e6c42","kind":"tag","published_at":"2022-06-06T11:23:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1/manifests"},{"name":"v0.60.0","sha":"355181134094202e0caae60c1fbf145d8e6ca84b","kind":"tag","published_at":"2022-06-05T18:38:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0/manifests"},{"name":"v0.59.2","sha":"89032649044d875983a851fff6fbde2d4e2ceaeb","kind":"tag","published_at":"2021-11-26T01:54:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2/manifests"},{"name":"v0.59.1","sha":"9a9438f3d6a3523c69d7bc890e8608b63dbe38a5","kind":"tag","published_at":"2021-07-25T22:25:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"67140077f65bb5af6eae1b257c91c9f379e56bc2","kind":"tag","published_at":"2021-07-20T10:20:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0/manifests"},{"name":"v0.58.1","sha":"696455d1c15e682b2b89f81f409315ea4964aef3","kind":"tag","published_at":"2021-04-06T09:20:01.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1/manifests"},{"name":"v0.58.0","sha":"d7ba7d1dcb081c3c853e3385fd4ef15cb6c1c22c","kind":"tag","published_at":"2021-04-03T11:16:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0/manifests"},{"name":"v0.57.0","sha":"5ca2fc7a0221cacde41fd60b0ce485ee5ab8dac3","kind":"tag","published_at":"2021-02-01T13:06:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.57.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"11ae35089e4748b7e2a6f50f6bef7709af72e724","kind":"tag","published_at":"2020-11-26T10:36:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.56.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0/manifests"},{"name":"v0.47.4","sha":"c2b3a71fc46cb05032dc99ece6a98cf0fb6359eb","kind":"tag","published_at":"2020-11-13T18:43:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4/manifests"},{"name":"v0.55.1","sha":"d492ac4ae11ba7403acd533813982b052c5020a0","kind":"tag","published_at":"2020-08-24T22:39:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1/manifests"},{"name":"v0.55.0","sha":"0996486f0977e12f1a64f7730b3eca81659aa839","kind":"tag","published_at":"2020-08-24T09:59:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0/manifests"},{"name":"v0.54.1-sp1","sha":"79f2c131dfc571852b7c097ca3d08d31ab9874c3","kind":"commit","published_at":"2020-08-03T02:19:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1/manifests"},{"name":"v0.54.1","sha":"f94036fd18eefee801b3e99c564b2b0bc1a81218","kind":"tag","published_at":"2020-07-06T17:17:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1/manifests"},{"name":"v0.53.3","sha":"a8290e03c994bf2f9113fdfca7c74eda2f9750cd","kind":"tag","published_at":"2020-05-21T19:49:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3/manifests"},{"name":"v0.54.0","sha":"d405baf05acec7caf6d3d403cccdaeb5e67423e3","kind":"tag","published_at":"2020-05-21T19:42:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0/manifests"},{"name":"v0.53.2-sp1","sha":"b8beaaf0105158f1d1ed02617487aeb190077e2d","kind":"commit","published_at":"2020-04-01T08:33:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1/manifests"},{"name":"v0.53.2","sha":"cfd3347c6655195d2a03b11aff9cb5efac327bf9","kind":"tag","published_at":"2020-03-09T23:17:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2/manifests"},{"name":"v0.53.1","sha":"02e76faa7a9270125ea9b8dc45cff3f475283d6e","kind":"tag","published_at":"2020-02-03T12:29:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"1d86a83a8767343528c283a1f6ac9f673bb4eb1a","kind":"tag","published_at":"2020-02-02T22:34:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0/manifests"},{"name":"v0.52.0-sp1","sha":"e025ea3d8a3c84ba0208ba156b2cc1e389127869","kind":"commit","published_at":"2019-12-12T06:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1/manifests"},{"name":"v0.49.4","sha":"15d9cb242d91ae736a3d048e456c12528c886404","kind":"tag","published_at":"2019-12-04T16:01:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4/manifests"},{"name":"v0.52.0","sha":"b44be6e3dbce03857c6eac221b1350acd68cb357","kind":"tag","published_at":"2019-11-19T19:30:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0/manifests"},{"name":"v0.19.2","sha":"ff4506b21b9af78566751bfe6019d4b96f8138c4","kind":"tag","published_at":"2019-10-18T14:04:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.19.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2/manifests"},{"name":"v0.51.1-oldsyn","sha":"7c24e0d27f0f70b71df832f48dfed71010e56978","kind":"tag","published_at":"2019-09-24T18:05:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1-oldsyn","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1-oldsyn","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1-oldsyn","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn/manifests"},{"name":"v0.50.1","sha":"8e720a929b64c37e4cb1436041a125c07451030b","kind":"tag","published_at":"2019-09-23T16:57:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1/manifests"},{"name":"v0.51.1","sha":"6643847b38acbd1f709ace8e07e96a2a0435c212","kind":"tag","published_at":"2019-09-23T16:50:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1/manifests"},{"name":"v0.51.0","sha":"37e3d658b1b2030e1f805cedcf7301e8ee461e09","kind":"tag","published_at":"2019-07-26T15:55:23.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0/manifests"},{"name":"v0.50.0","sha":"d7898170fb8feadcab1940c2ecfbac2510780552","kind":"tag","published_at":"2019-07-01T22:03:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0/manifests"},{"name":"v0.49.3","sha":"ad0bf8e6bea1bd70a032f2425b4a581926778096","kind":"tag","published_at":"2019-06-25T16:56:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3/manifests"},{"name":"v0.49.2","sha":"5eefef7dcaaac45486224954c006e17ad0d24547","kind":"tag","published_at":"2019-05-22T13:39:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2/manifests"},{"name":"v0.49.1","sha":"e5250a01b98cb8ca9dc4584788dbc5db68147a71","kind":"tag","published_at":"2019-05-16T19:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1/manifests"},{"name":"v0.49.0","sha":"5b2f344bb02e72fd177149e3aa5d789679fa4471","kind":"tag","published_at":"2019-03-27T02:02:19.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0/manifests"},{"name":"v0.48.1","sha":"185a5f322e973b60f8d0986672f9a88e5d9a07bd","kind":"tag","published_at":"2019-03-06T13:17:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1/manifests"},{"name":"v0.48.0","sha":"a43cc2afcd69cbaa2f699ee3d4b9c804576ffad7","kind":"tag","published_at":"2019-03-04T02:55:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0/manifests"},{"name":"v0.47.3","sha":"1cd830127489b19a58143c300667d045b447a62d","kind":"tag","published_at":"2019-02-25T17:44:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3/manifests"},{"name":"v0.47.2","sha":"f4f47d52cbce45af177958e76ef9a4a17e922bc4","kind":"tag","published_at":"2019-02-23T06:00:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2/manifests"},{"name":"v0.47.1","sha":"86eff214bf29dc1545bfa7fd44ab2df20048e62b","kind":"tag","published_at":"2019-02-02T19:18:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1/manifests"},{"name":"v0.47.0","sha":"8747bc9c28e2c1f762f6fd0f9235f056dbc74ba0","kind":"tag","published_at":"2019-01-19T17:13:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"7c24f6b2f6f62f62eba64784f58b1b6d46831908","kind":"tag","published_at":"2018-12-29T13:53:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.46.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"371e744e4158f23e75adb296433fc684076964ad","kind":"tag","published_at":"2018-12-14T12:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.45.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"7b1406dc90f67fafca61dba915ac57b9d2d7d2d4","kind":"tag","published_at":"2018-11-30T11:36:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.44.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0/manifests"},{"name":"v0.43.2","sha":"68d0af91e58d8ae4c384fb8ae48153dd3ddb7e0a","kind":"tag","published_at":"2018-11-23T10:44:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2/manifests"},{"name":"v0.43.1","sha":"5de943ca7bf6c155f7bae1d91f1e3b1d91e8d901","kind":"tag","published_at":"2018-11-05T13:22:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1/manifests"},{"name":"v0.43.0","sha":"a242c51e6ff0d4cc27940a3927e713e8dff82c5f","kind":"tag","published_at":"2018-10-22T07:39:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0/manifests"},{"name":"v0.42.3","sha":"d7a74baf5c822e0312aca539c3836e5d87c6091b","kind":"tag","published_at":"2018-10-20T05:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3/manifests"},{"name":"v0.42.2","sha":"6055f364bd1d341da8fa881741ec36ab0abf0a7a","kind":"tag","published_at":"2018-10-11T16:18:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2/manifests"},{"name":"v0.42.1","sha":"988a9537800a23c045e045f19e02a1674d6a14ef","kind":"tag","published_at":"2018-10-08T13:40:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1/manifests"},{"name":"v0.42.0","sha":"35a349dd76cb5ba9470de30bb2eb51ea152a9640","kind":"tag","published_at":"2018-10-07T09:14:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"c4433e08ce973632565fd8e2856533052a8ecc89","kind":"tag","published_at":"2018-09-30T19:06:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.41.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0/manifests"},{"name":"v0.40.0","sha":"36c087bb4a22ae37d96a7a711293f5ee2d98015f","kind":"tag","published_at":"2018-09-04T12:47:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.40.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"14da023687b36db480c42f924ec8d236faf1577a","kind":"tag","published_at":"2018-08-24T13:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.39.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"40d24bb085a1a0bd11f7cf4dd87c52de529302ca","kind":"tag","published_at":"2018-08-15T10:49:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.38.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0/manifests"},{"name":"v0.37.4","sha":"c197acf847c4ea6012061c1246668514059c34ae","kind":"tag","published_at":"2018-07-01T13:59:56.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4/manifests"},{"name":"v0.37.3","sha":"a899ce711617fd7be482622a908a40d5fd1c7628","kind":"tag","published_at":"2018-07-01T12:09:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3/manifests"},{"name":"v0.37.0","sha":"4d3674fd378f7ad7fbd7aa1ff9781eecee1f5940","kind":"tag","published_at":"2018-05-18T14:09:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"515ca97b462f348b7b3bb9eaea98b2e0bb1b624b","kind":"tag","published_at":"2018-05-09T22:25:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"af54e58a8c2e513ba8c3cc00c22aa958de091a53","kind":"tag","published_at":"2018-04-10T13:55:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"fb069e9391ebf40ec9ebef7c0ac2e50f5ead5644","kind":"tag","published_at":"2018-03-25T18:25:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.35.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0/manifests"},{"name":"0.33.1","sha":"3379a90a2d88c7d6333d64fe33ea1bd992904c71","kind":"commit","published_at":"2018-02-14T19:45:15.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.33.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1/manifests"},{"name":"v0.32.2","sha":"b3712248c59f8f4dca80fd92d1ad9cb40149a8cc","kind":"tag","published_at":"2018-01-22T11:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.32.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2/manifests"},{"name":"0.32.1","sha":"39d07787a3409b7753a9600bbbfe43d757ce28c2","kind":"commit","published_at":"2017-12-18T21:21:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1/manifests"},{"name":"0.32.0","sha":"d4829d3bb33ffe411fcc67c273be7643017aae38","kind":"commit","published_at":"2017-12-08T19:03:02.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0/manifests"},{"name":"0.31.3","sha":"55cf63c08c539df2a8c5437c062dda5fb57a8b18","kind":"commit","published_at":"2017-10-31T17:57:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3/manifests"},{"name":"v0.31.2","sha":"4c975aa18f6ae4147a146ae7f9c25ac6a2ae14b0","kind":"tag","published_at":"2017-10-30T11:56:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2/manifests"},{"name":"0.31.2","sha":"33c6f261db8fd6ca752a1ed0ba1a8cf6ef3158cd","kind":"commit","published_at":"2017-10-30T10:56:46.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2/manifests"},{"name":"v0.31.1","sha":"fefbbb56ec78950275ff6a1a714efcaa48bf9e8c","kind":"tag","published_at":"2017-10-28T13:26:03.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"f661f58188c6442145ff8856b059ce3e09941e5e","kind":"commit","published_at":"2017-10-27T18:10:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0/manifests"},{"name":"v0.29.1","sha":"81166785bb4d4e315308a512b7b7594175ef1db7","kind":"tag","published_at":"2017-10-12T12:36:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1/manifests"},{"name":"v0.30.0","sha":"05caa820010d44b601b340228d4f95d81958a270","kind":"commit","published_at":"2017-08-28T16:58:05.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.30.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"0e39721b6c72b574026a0802792c4e95f0d83e68","kind":"tag","published_at":"2017-07-28T01:21:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0/manifests"},{"name":"v0.26.3","sha":"78e7546d3be61a7cb7272c7365564300481798ae","kind":"tag","published_at":"2017-07-10T08:23:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3/manifests"},{"name":"v0.26.1","sha":"49526069a0cb9486cb4838134259589addafff40","kind":"tag","published_at":"2017-06-20T23:12:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"8470e221f9fa5d1f195339737fdd3a7b433cad51","kind":"tag","published_at":"2017-06-20T11:34:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0/manifests"},{"name":"v0.25.5","sha":"7faa855d01e114c1adc0abd5efd547ed40543882","kind":"tag","published_at":"2017-06-15T21:55:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5/manifests"},{"name":"v0.25.3","sha":"daf1935534de9cd09a8d3f4384af20eaa4fe0f01","kind":"tag","published_at":"2017-05-27T16:20:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3/manifests"},{"name":"0.25.2","sha":"c160b3d1ed7ebd6b5e542fe271a078f4881884cd","kind":"commit","published_at":"2017-05-25T17:52:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.25.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2/manifests"},{"name":"v0.25.1","sha":"9bb794bb3305ae2355e1945b3abe3d0d8064a428","kind":"tag","published_at":"2017-05-21T01:22:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"31e440917cdc8ac57cd69ddf929e90a7c4b46367","kind":"tag","published_at":"2017-05-08T22:24:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"2d88dd106bf33807679f531051546f3c9889161e","kind":"tag","published_at":"2017-05-08T21:22:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"66b9c3d8698aef0a32147eeabb99264a9b52d171","kind":"tag","published_at":"2017-05-03T20:47:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0/manifests"},{"name":"v0.23.1","sha":"719d03c7724da0c93b05b891465b2df4299ef169","kind":"commit","published_at":"2017-04-17T12:28:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1/manifests"},{"name":"v0.23.0","sha":"06fa2f75ba4dccba7430d461ec89b7e8c36fd4e9","kind":"commit","published_at":"2017-04-11T23:54:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0/manifests"},{"name":"v0.22.1","sha":"4dde8f876dec0efd1f3bf2b0b594a57ef6ac774a","kind":"tag","published_at":"2017-03-06T06:34:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1/manifests"},{"name":"v0.22.0","sha":"e57b2cb3037628abbbf2be549ae3a2e8a4aa95b2","kind":"tag","published_at":"2017-02-17T17:03:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0/manifests"},{"name":"v0.20.5","sha":"7d995d75e07798c1527d5ea3dd8a647ed79fe209","kind":"tag","published_at":"2017-01-27T22:48:11.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5/manifests"},{"name":"v0.20.4","sha":"33df99a73784c1846b62f97ebff3848cdd76c3b1","kind":"tag","published_at":"2017-01-27T13:16:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"78e425f921085030585c93ed1eb0b96b5cb3b4b5","kind":"tag","published_at":"2017-01-26T19:55:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"e4420b601031c4ec8d84fe8340961447e3a2c87a","kind":"commit","published_at":"2017-01-25T14:18:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2/manifests"},{"name":"v0.20.0","sha":"aad93a81bb2ceeeeffc94c856a6d0d37c5ac6aec","kind":"commit","published_at":"2017-01-23T09:23:09.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0/manifests"},{"name":"0.19.1","sha":"d8458941cb570f8753c885da512ba22a53c6bb44","kind":"commit","published_at":"2016-11-06T13:26:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1/manifests"},{"name":"0.19","sha":"91f9f93abc9e802da0eb94e073d6717569fca9fc","kind":"commit","published_at":"2016-07-17T20:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19/manifests"},{"name":"0.18","sha":"9a8c75bb71dd9fdabc210f327f5f0265a259c9fe","kind":"commit","published_at":"2016-06-05T13:33:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.18","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18/manifests"},{"name":"0.17","sha":"6f26197e5753218e87e30de54d08bcd57c0f8f58","kind":"commit","published_at":"2016-05-27T20:19:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.17","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17/manifests"},{"name":"0.16","sha":"b832eb19930f2345b1b8e24398593d3e24e2d1f8","kind":"commit","published_at":"2016-02-17T13:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.16","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16/manifests"},{"name":"0.15","sha":"56faaf291d87355c204bf7deec66128d6090d4d1","kind":"commit","published_at":"2015-08-31T14:06:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.15","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15/manifests"},{"name":"0.14","sha":"40b62ebc9853b8feeaddce8cad972eebdb9f99a9","kind":"commit","published_at":"2015-05-03T15:50:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.14","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14/manifests"},{"name":"0.12","sha":"f5500333413b597bd3d6e22e0325143df998082d","kind":"commit","published_at":"2014-10-06T07:16:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.12","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12/manifests"},{"name":"0.11","sha":"176481c0f8694df12809ac7e70def059e4f9d89f","kind":"commit","published_at":"2014-06-26T02:39:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.11","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11/manifests"},{"name":"0.10","sha":"35df1e3afcf0ec67cf588b17adba537bc3e395c9","kind":"commit","published_at":"2014-04-01T02:47:00.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.10","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10/manifests"},{"name":"0.9","sha":"ee89bf486a157fa27ad4e2084f48930ecba630de","kind":"commit","published_at":"2014-01-08T07:42:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.9","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9/manifests"},{"name":"0.8","sha":"dbe73b0a99ad86f08254e30fad274a1bdfb7779b","kind":"commit","published_at":"2013-09-17T07:23:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.8","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8/manifests"},{"name":"0.7","sha":"81217a4f983570d752aad58073f22f142f1c2f01","kind":"commit","published_at":"2013-07-04T13:32:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.7","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7/manifests"},{"name":"0.6","sha":"45c4b6f47231f30202f0205ceaae3a7da1f8c8ed","kind":"commit","published_at":"2013-04-01T22:31:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.6","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6/manifests"},{"name":"0.5","sha":"2ae581183cc4b7fb47ea104bcfda42292a2fdd32","kind":"commit","published_at":"2013-01-08T01:51:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5/manifests"}]},"repo_metadata_updated_at":"2025-11-06T22:27:47.465Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":25.632830478138587,"stargazers_count":0.8182050626438252,"forks_count":0.8693428790590642,"docker_downloads_count":null,"average":6.830094604960369},"purl":"pkg:apk/adelie/bindgen-cli-dbg?arch=x86_64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/adelie/bindgen-cli-dbg","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/adelie/bindgen-cli-dbg","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/adelie/bindgen-cli-dbg/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-11-06T22:09:15.751Z","issues_count":1579,"pull_requests_count":1870,"avg_time_to_close_issue":15990111.391829155,"avg_time_to_close_pull_request":2452475.746704871,"issues_closed_count":1076,"pull_requests_closed_count":1745,"pull_request_authors_count":420,"issue_authors_count":773,"avg_comments_per_issue":3.837238758708043,"avg_comments_per_pull_request":3.6614973262032087,"merged_pull_requests_count":1548,"bot_issues_count":0,"bot_pull_requests_count":17,"past_year_issues_count":135,"past_year_pull_requests_count":305,"past_year_avg_time_to_close_issue":1894521.8918918918,"past_year_avg_time_to_close_pull_request":920802.1312217194,"past_year_issues_closed_count":37,"past_year_pull_requests_closed_count":221,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":105,"past_year_avg_comments_per_issue":0.7925925925925926,"past_year_avg_comments_per_pull_request":0.8098360655737705,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":202,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/issues","maintainers":[{"login":"emilio","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/emilio"},{"login":"fitzgen","count":356,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fitzgen"},{"login":"pvdrz","count":149,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pvdrz"},{"login":"kulp","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kulp"},{"login":"tshepang","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tshepang"},{"login":"Manishearth","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"},{"login":"dtolnay","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"amanjeev","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amanjeev"},{"login":"scoopr","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/scoopr"},{"login":"frewsxcv","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/frewsxcv"},{"login":"alex","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alex"},{"login":"bjorn3","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"jyn514","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jyn514"},{"login":"workingjubilee","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/workingjubilee"},{"login":"sanxiyn","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sanxiyn"},{"login":"cuviper","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"nagisa","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nagisa"},{"login":"thomcc","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thomcc"},{"login":"jamesmunns","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jamesmunns"},{"login":"lnicola","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lnicola"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"m-ou-se","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-ou-se"},{"login":"anp","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/anp"},{"login":"programmerjake","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/programmerjake"},{"login":"AlexEne","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AlexEne"},{"login":"wesleywiser","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wesleywiser"},{"login":"aDotInTheVoid","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aDotInTheVoid"},{"login":"cramertj","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cramertj"},{"login":"edunham","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/edunham"},{"login":"michaelwoerister","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/michaelwoerister"},{"login":"dwijnand","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dwijnand"},{"login":"KiChjang","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KiChjang"}],"active_maintainers":[{"login":"dtolnay","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"bjorn3","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"cuviper","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"Manishearth","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pkg.adelielinux.org/packages/bindgen-cli-dbg/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pkg.adelielinux.org/packages/bindgen-cli-dbg/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pkg.adelielinux.org/packages/bindgen-cli-dbg/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pkg.adelielinux.org/packages/bindgen-cli-dbg/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pkg.adelielinux.org/packages/bindgen-cli-dbg/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pkg.adelielinux.org/packages/bindgen-cli-dbg/codemeta","maintainers":[{"uuid":"awilfox@adelielinux.org","login":null,"name":"A. Wilcox","email":null,"url":null,"packages_count":3688,"html_url":"https://pkg.adelielinux.org/current/-/search?maintainer=A. Wilcox","role":null,"created_at":"2024-12-17T03:58:09.068Z","updated_at":"2024-12-17T03:58:09.068Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pkg.adelielinux.org/maintainers/awilfox@adelielinux.org/packages"}],"registry":{"name":"pkg.adelielinux.org","url":"https://pkg.adelielinux.org/current","ecosystem":"adelie","default":true,"packages_count":7859,"maintainers_count":22,"namespaces_count":2,"keywords_count":0,"github":"AdelieLinux","metadata":{"repos":["system","user"]},"icon_url":"https://github.com/AdelieLinux.png","created_at":"2023-01-31T17:27:50.526Z","updated_at":"2026-04-27T18:20:21.447Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pkg.adelielinux.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pkg.adelielinux.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pkg.adelielinux.org/namespaces"}},{"id":10367225,"name":"github.com/rust-lang/rust-bindgen","ecosystem":"go","description":null,"homepage":null,"licenses":"bsd-3-clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":null,"versions_count":106,"first_release_published_at":"2019-10-18T14:04:32.000Z","latest_release_published_at":"2025-08-31T17:50:04.000Z","latest_release_number":"v0.72.1","last_synced_at":"2026-05-10T16:02:31.883Z","created_at":"2024-06-13T07:59:58.050Z","updated_at":"2026-05-10T16:02:31.883Z","registry_url":"https://pkg.go.dev/github.com/rust-lang/rust-bindgen","install_command":"go get github.com/rust-lang/rust-bindgen","documentation_url":"https://pkg.go.dev/github.com/rust-lang/rust-bindgen#section-documentation","metadata":{},"repo_metadata":{"id":38331451,"uuid":"61728459","full_name":"rust-lang/rust-bindgen","owner":"rust-lang","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries.","archived":false,"fork":false,"pushed_at":"2025-10-21T21:12:34.000Z","size":18199,"stargazers_count":4982,"open_issues_count":535,"forks_count":769,"subscribers_count":53,"default_branch":"main","last_synced_at":"2025-10-30T18:41:12.733Z","etag":null,"topics":["bindings","codegen","ffi"],"latest_commit_sha":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-06-22T15:05:51.000Z","updated_at":"2025-10-30T17:41:29.000Z","dependencies_parsed_at":"2022-07-09T11:00:21.978Z","dependency_job_id":"e8642311-64d2-424b-ba68-2e4b4857d0e0","html_url":"https://github.com/rust-lang/rust-bindgen","commit_stats":{"total_commits":2798,"total_committers":417,"mean_commits":6.709832134292566,"dds":0.8148677626876341,"last_synced_commit":"8a6d851318153b7304b651a7fd8f559938683de3"},"previous_names":["servo/rust-bindgen","rust-lang-nursery/rust-bindgen"],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/rust-lang/rust-bindgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/sbom","scorecard":{"id":447423,"data":{"date":"2025-08-11","repo":{"name":"github.com/rust-lang/rust-bindgen","commit":"5f7aa4b4edcb11a20f251e829bbc66034e21c8e2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 12/20 approved changesets -- score normalized to 6","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/bump-version.yml:20","Warn: no topLevel permission defined: .github/workflows/bindgen.yml:1","Warn: no topLevel permission defined: .github/workflows/bump-version.yml:1","Warn: no topLevel permission defined: .github/workflows/create-tag.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy-book.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:18"],"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid parameter name: .github/workflows/release.yml:78","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:144: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-tag.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:289: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:176: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/bump-version.yml:45","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:67","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:125","Info:   0 out of  31 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  13 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned","Info:   0 out of   2 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:12"],"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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.71.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040","Warn: release artifact v0.71.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040"],"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/rust-lang/.github/SECURITY.md:1","Info: Found linked content: github.com/rust-lang/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/rust-lang/.github/SECURITY.md:1","Info: Found text in security policy: github.com/rust-lang/.github/SECURITY.md:1"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-19T07:11:33.233Z","repository_id":38331451,"created_at":"2025-08-19T07:11:33.265Z","updated_at":"2025-08-19T07:11:33.265Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281937758,"owners_count":26586774,"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-10-31T02:00:07.401Z","response_time":57,"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":"rust-lang","name":"The Rust Programming Language","uuid":"5430905","kind":"organization","description":"","email":"contact@rust-lang.org","website":"https://www.rust-lang.org","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5430905?v=4","repositories_count":233,"last_synced_at":"2025-10-30T00:35:41.348Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rust-lang","funding_links":[],"total_stars":369545,"followers":15156,"following":0,"created_at":"2022-11-02T16:22:33.891Z","updated_at":"2025-10-30T00:35:41.348Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang/repositories"},"tags":[{"name":"v0.72.1","sha":"d874de8d646d9b8a3e7ba2db2bcd52f2fba8f1f5","kind":"tag","published_at":"2025-08-31T17:50:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1/manifests"},{"name":"v0.72.0","sha":"d0e7d6b5b763e93dd38f9ece05230979ede95a0a","kind":"tag","published_at":"2025-06-08T11:15:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0/manifests"},{"name":"v0.71.1","sha":"af7fd38d5e80514406fb6a8bba2d407d252c30b9","kind":"tag","published_at":"2024-12-09T15:21:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1/manifests"},{"name":"v0.71.0","sha":"93c5b8b36bf2372f3b5f5671ce752342c3e83f97","kind":"tag","published_at":"2024-12-09T14:44:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0/manifests"},{"name":"v0.69.5","sha":"ddd00d48e27a6451f65fb8afef381d98a56e0560","kind":"commit","published_at":"2024-10-08T16:30:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5/manifests"},{"name":"v0.70.1","sha":"21c60f473f4e824d4aa9b2b508056320d474b110","kind":"tag","published_at":"2024-08-20T21:24:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1/manifests"},{"name":"v0.70.0","sha":"190ff2a6a4739f3a703125d9ed290dcd2dc9c808","kind":"commit","published_at":"2024-08-16T22:45:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0/manifests"},{"name":"v0.69.4","sha":"62859b2c6108c1c0f60d16b9ffe7544a4fbce48b","kind":"tag","published_at":"2024-02-04T12:50:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4/manifests"},{"name":"v0.69.3","sha":"918abdcac6a263b3d33c2b04d7b1b66fc90c2e39","kind":"tag","published_at":"2024-02-04T11:45:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3/manifests"},{"name":"v0.69.2","sha":"2a22051bb06cf66bd4e3d9305c45a407b79cf1af","kind":"tag","published_at":"2024-01-13T00:08:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2/manifests"},{"name":"v0.69.1","sha":"f3f3d326c7e9e6fa55562fec6a8676ae8eab7588","kind":"tag","published_at":"2023-11-02T17:47:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"c73990cc0f714ce79e444039f09eaf1f769d7e6a","kind":"commit","published_at":"2023-11-01T17:55:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"8d75a02bbb5c64e85e6ce62b57d52b7df9c61c79","kind":"tag","published_at":"2023-09-06T17:48:55.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"ebcf0bcc8bba113d82d0f1e0cbede40ccffc6e8f","kind":"tag","published_at":"2023-09-06T17:01:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0/manifests"},{"name":"v0.66.1","sha":"38a779c61734c134429dfb99da3499173a848c17","kind":"tag","published_at":"2023-06-19T09:08:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1/manifests"},{"name":"v0.66.0","sha":"264075a6362f951e90240a976428f0225652d27c","kind":"tag","published_at":"2023-06-14T18:09:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0/manifests"},{"name":"v0.65.1","sha":"7d243056d335fdc4537f7bca73c06d01aae24ddc","kind":"tag","published_at":"2023-04-10T20:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"2bcff0f2ce64629c6e9d8450f8ddd5eb90bca9e0","kind":"tag","published_at":"2023-04-10T17:25:51.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0/manifests"},{"name":"v0.64.0","sha":"ae6817256ac557981906e93a1f866349db85053e","kind":"tag","published_at":"2023-02-07T15:37:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.64.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0/manifests"},{"name":"v0.63.0","sha":"c51591941e18a75c312c7c237c4969dd22c40467","kind":"tag","published_at":"2022-11-22T18:30:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.63.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0/manifests"},{"name":"v0.62.0","sha":"c09bd2f5b58fb90fbcd906a4826d4ac26fe6ef1d","kind":"tag","published_at":"2022-11-17T03:36:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.62.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0/manifests"},{"name":"v0.61.0","sha":"784d3e824dcb95b8913156d872c9ed8eb8720291","kind":"tag","published_at":"2022-10-16T19:55:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.61.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0/manifests"},{"name":"v0.60.1","sha":"9ca5f856a35deddde0575002d76d1db4430e6c42","kind":"tag","published_at":"2022-06-06T11:23:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1/manifests"},{"name":"v0.60.0","sha":"355181134094202e0caae60c1fbf145d8e6ca84b","kind":"tag","published_at":"2022-06-05T18:38:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0/manifests"},{"name":"v0.59.2","sha":"89032649044d875983a851fff6fbde2d4e2ceaeb","kind":"tag","published_at":"2021-11-26T01:54:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2/manifests"},{"name":"v0.59.1","sha":"9a9438f3d6a3523c69d7bc890e8608b63dbe38a5","kind":"tag","published_at":"2021-07-25T22:25:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"67140077f65bb5af6eae1b257c91c9f379e56bc2","kind":"tag","published_at":"2021-07-20T10:20:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0/manifests"},{"name":"v0.58.1","sha":"696455d1c15e682b2b89f81f409315ea4964aef3","kind":"tag","published_at":"2021-04-06T09:20:01.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1/manifests"},{"name":"v0.58.0","sha":"d7ba7d1dcb081c3c853e3385fd4ef15cb6c1c22c","kind":"tag","published_at":"2021-04-03T11:16:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0/manifests"},{"name":"v0.57.0","sha":"5ca2fc7a0221cacde41fd60b0ce485ee5ab8dac3","kind":"tag","published_at":"2021-02-01T13:06:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.57.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"11ae35089e4748b7e2a6f50f6bef7709af72e724","kind":"tag","published_at":"2020-11-26T10:36:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.56.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0/manifests"},{"name":"v0.47.4","sha":"c2b3a71fc46cb05032dc99ece6a98cf0fb6359eb","kind":"tag","published_at":"2020-11-13T18:43:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4/manifests"},{"name":"v0.55.1","sha":"d492ac4ae11ba7403acd533813982b052c5020a0","kind":"tag","published_at":"2020-08-24T22:39:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1/manifests"},{"name":"v0.55.0","sha":"0996486f0977e12f1a64f7730b3eca81659aa839","kind":"tag","published_at":"2020-08-24T09:59:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0/manifests"},{"name":"v0.54.1-sp1","sha":"79f2c131dfc571852b7c097ca3d08d31ab9874c3","kind":"commit","published_at":"2020-08-03T02:19:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1/manifests"},{"name":"v0.54.1","sha":"f94036fd18eefee801b3e99c564b2b0bc1a81218","kind":"tag","published_at":"2020-07-06T17:17:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1/manifests"},{"name":"v0.53.3","sha":"a8290e03c994bf2f9113fdfca7c74eda2f9750cd","kind":"tag","published_at":"2020-05-21T19:49:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3/manifests"},{"name":"v0.54.0","sha":"d405baf05acec7caf6d3d403cccdaeb5e67423e3","kind":"tag","published_at":"2020-05-21T19:42:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0/manifests"},{"name":"v0.53.2-sp1","sha":"b8beaaf0105158f1d1ed02617487aeb190077e2d","kind":"commit","published_at":"2020-04-01T08:33:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1/manifests"},{"name":"v0.53.2","sha":"cfd3347c6655195d2a03b11aff9cb5efac327bf9","kind":"tag","published_at":"2020-03-09T23:17:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2/manifests"},{"name":"v0.53.1","sha":"02e76faa7a9270125ea9b8dc45cff3f475283d6e","kind":"tag","published_at":"2020-02-03T12:29:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"1d86a83a8767343528c283a1f6ac9f673bb4eb1a","kind":"tag","published_at":"2020-02-02T22:34:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0/manifests"},{"name":"v0.52.0-sp1","sha":"e025ea3d8a3c84ba0208ba156b2cc1e389127869","kind":"commit","published_at":"2019-12-12T06:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1/manifests"},{"name":"v0.49.4","sha":"15d9cb242d91ae736a3d048e456c12528c886404","kind":"tag","published_at":"2019-12-04T16:01:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4/manifests"},{"name":"v0.52.0","sha":"b44be6e3dbce03857c6eac221b1350acd68cb357","kind":"tag","published_at":"2019-11-19T19:30:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0/manifests"},{"name":"v0.19.2","sha":"ff4506b21b9af78566751bfe6019d4b96f8138c4","kind":"tag","published_at":"2019-10-18T14:04:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.19.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2/manifests"},{"name":"v0.51.1-oldsyn","sha":"7c24e0d27f0f70b71df832f48dfed71010e56978","kind":"tag","published_at":"2019-09-24T18:05:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1-oldsyn","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1-oldsyn","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1-oldsyn","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn/manifests"},{"name":"v0.50.1","sha":"8e720a929b64c37e4cb1436041a125c07451030b","kind":"tag","published_at":"2019-09-23T16:57:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1/manifests"},{"name":"v0.51.1","sha":"6643847b38acbd1f709ace8e07e96a2a0435c212","kind":"tag","published_at":"2019-09-23T16:50:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1/manifests"},{"name":"v0.51.0","sha":"37e3d658b1b2030e1f805cedcf7301e8ee461e09","kind":"tag","published_at":"2019-07-26T15:55:23.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0/manifests"},{"name":"v0.50.0","sha":"d7898170fb8feadcab1940c2ecfbac2510780552","kind":"tag","published_at":"2019-07-01T22:03:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0/manifests"},{"name":"v0.49.3","sha":"ad0bf8e6bea1bd70a032f2425b4a581926778096","kind":"tag","published_at":"2019-06-25T16:56:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3/manifests"},{"name":"v0.49.2","sha":"5eefef7dcaaac45486224954c006e17ad0d24547","kind":"tag","published_at":"2019-05-22T13:39:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2/manifests"},{"name":"v0.49.1","sha":"e5250a01b98cb8ca9dc4584788dbc5db68147a71","kind":"tag","published_at":"2019-05-16T19:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1/manifests"},{"name":"v0.49.0","sha":"5b2f344bb02e72fd177149e3aa5d789679fa4471","kind":"tag","published_at":"2019-03-27T02:02:19.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0/manifests"},{"name":"v0.48.1","sha":"185a5f322e973b60f8d0986672f9a88e5d9a07bd","kind":"tag","published_at":"2019-03-06T13:17:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1/manifests"},{"name":"v0.48.0","sha":"a43cc2afcd69cbaa2f699ee3d4b9c804576ffad7","kind":"tag","published_at":"2019-03-04T02:55:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0/manifests"},{"name":"v0.47.3","sha":"1cd830127489b19a58143c300667d045b447a62d","kind":"tag","published_at":"2019-02-25T17:44:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3/manifests"},{"name":"v0.47.2","sha":"f4f47d52cbce45af177958e76ef9a4a17e922bc4","kind":"tag","published_at":"2019-02-23T06:00:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2/manifests"},{"name":"v0.47.1","sha":"86eff214bf29dc1545bfa7fd44ab2df20048e62b","kind":"tag","published_at":"2019-02-02T19:18:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1/manifests"},{"name":"v0.47.0","sha":"8747bc9c28e2c1f762f6fd0f9235f056dbc74ba0","kind":"tag","published_at":"2019-01-19T17:13:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"7c24f6b2f6f62f62eba64784f58b1b6d46831908","kind":"tag","published_at":"2018-12-29T13:53:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.46.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"371e744e4158f23e75adb296433fc684076964ad","kind":"tag","published_at":"2018-12-14T12:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.45.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"7b1406dc90f67fafca61dba915ac57b9d2d7d2d4","kind":"tag","published_at":"2018-11-30T11:36:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.44.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0/manifests"},{"name":"v0.43.2","sha":"68d0af91e58d8ae4c384fb8ae48153dd3ddb7e0a","kind":"tag","published_at":"2018-11-23T10:44:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2/manifests"},{"name":"v0.43.1","sha":"5de943ca7bf6c155f7bae1d91f1e3b1d91e8d901","kind":"tag","published_at":"2018-11-05T13:22:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1/manifests"},{"name":"v0.43.0","sha":"a242c51e6ff0d4cc27940a3927e713e8dff82c5f","kind":"tag","published_at":"2018-10-22T07:39:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0/manifests"},{"name":"v0.42.3","sha":"d7a74baf5c822e0312aca539c3836e5d87c6091b","kind":"tag","published_at":"2018-10-20T05:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3/manifests"},{"name":"v0.42.2","sha":"6055f364bd1d341da8fa881741ec36ab0abf0a7a","kind":"tag","published_at":"2018-10-11T16:18:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2/manifests"},{"name":"v0.42.1","sha":"988a9537800a23c045e045f19e02a1674d6a14ef","kind":"tag","published_at":"2018-10-08T13:40:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1/manifests"},{"name":"v0.42.0","sha":"35a349dd76cb5ba9470de30bb2eb51ea152a9640","kind":"tag","published_at":"2018-10-07T09:14:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"c4433e08ce973632565fd8e2856533052a8ecc89","kind":"tag","published_at":"2018-09-30T19:06:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.41.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0/manifests"},{"name":"v0.40.0","sha":"36c087bb4a22ae37d96a7a711293f5ee2d98015f","kind":"tag","published_at":"2018-09-04T12:47:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.40.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"14da023687b36db480c42f924ec8d236faf1577a","kind":"tag","published_at":"2018-08-24T13:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.39.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"40d24bb085a1a0bd11f7cf4dd87c52de529302ca","kind":"tag","published_at":"2018-08-15T10:49:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.38.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0/manifests"},{"name":"v0.37.4","sha":"c197acf847c4ea6012061c1246668514059c34ae","kind":"tag","published_at":"2018-07-01T13:59:56.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4/manifests"},{"name":"v0.37.3","sha":"a899ce711617fd7be482622a908a40d5fd1c7628","kind":"tag","published_at":"2018-07-01T12:09:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3/manifests"},{"name":"v0.37.0","sha":"4d3674fd378f7ad7fbd7aa1ff9781eecee1f5940","kind":"tag","published_at":"2018-05-18T14:09:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"515ca97b462f348b7b3bb9eaea98b2e0bb1b624b","kind":"tag","published_at":"2018-05-09T22:25:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"af54e58a8c2e513ba8c3cc00c22aa958de091a53","kind":"tag","published_at":"2018-04-10T13:55:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"fb069e9391ebf40ec9ebef7c0ac2e50f5ead5644","kind":"tag","published_at":"2018-03-25T18:25:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.35.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0/manifests"},{"name":"0.33.1","sha":"3379a90a2d88c7d6333d64fe33ea1bd992904c71","kind":"commit","published_at":"2018-02-14T19:45:15.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.33.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1/manifests"},{"name":"v0.32.2","sha":"b3712248c59f8f4dca80fd92d1ad9cb40149a8cc","kind":"tag","published_at":"2018-01-22T11:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.32.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2/manifests"},{"name":"0.32.1","sha":"39d07787a3409b7753a9600bbbfe43d757ce28c2","kind":"commit","published_at":"2017-12-18T21:21:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1/manifests"},{"name":"0.32.0","sha":"d4829d3bb33ffe411fcc67c273be7643017aae38","kind":"commit","published_at":"2017-12-08T19:03:02.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0/manifests"},{"name":"0.31.3","sha":"55cf63c08c539df2a8c5437c062dda5fb57a8b18","kind":"commit","published_at":"2017-10-31T17:57:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3/manifests"},{"name":"v0.31.2","sha":"4c975aa18f6ae4147a146ae7f9c25ac6a2ae14b0","kind":"tag","published_at":"2017-10-30T11:56:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2/manifests"},{"name":"0.31.2","sha":"33c6f261db8fd6ca752a1ed0ba1a8cf6ef3158cd","kind":"commit","published_at":"2017-10-30T10:56:46.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2/manifests"},{"name":"v0.31.1","sha":"fefbbb56ec78950275ff6a1a714efcaa48bf9e8c","kind":"tag","published_at":"2017-10-28T13:26:03.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"f661f58188c6442145ff8856b059ce3e09941e5e","kind":"commit","published_at":"2017-10-27T18:10:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0/manifests"},{"name":"v0.29.1","sha":"81166785bb4d4e315308a512b7b7594175ef1db7","kind":"tag","published_at":"2017-10-12T12:36:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1/manifests"},{"name":"v0.30.0","sha":"05caa820010d44b601b340228d4f95d81958a270","kind":"commit","published_at":"2017-08-28T16:58:05.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.30.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"0e39721b6c72b574026a0802792c4e95f0d83e68","kind":"tag","published_at":"2017-07-28T01:21:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0/manifests"},{"name":"v0.26.3","sha":"78e7546d3be61a7cb7272c7365564300481798ae","kind":"tag","published_at":"2017-07-10T08:23:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3/manifests"},{"name":"v0.26.1","sha":"49526069a0cb9486cb4838134259589addafff40","kind":"tag","published_at":"2017-06-20T23:12:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"8470e221f9fa5d1f195339737fdd3a7b433cad51","kind":"tag","published_at":"2017-06-20T11:34:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0/manifests"},{"name":"v0.25.5","sha":"7faa855d01e114c1adc0abd5efd547ed40543882","kind":"tag","published_at":"2017-06-15T21:55:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5/manifests"},{"name":"v0.25.3","sha":"daf1935534de9cd09a8d3f4384af20eaa4fe0f01","kind":"tag","published_at":"2017-05-27T16:20:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3/manifests"},{"name":"0.25.2","sha":"c160b3d1ed7ebd6b5e542fe271a078f4881884cd","kind":"commit","published_at":"2017-05-25T17:52:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.25.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2/manifests"},{"name":"v0.25.1","sha":"9bb794bb3305ae2355e1945b3abe3d0d8064a428","kind":"tag","published_at":"2017-05-21T01:22:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"31e440917cdc8ac57cd69ddf929e90a7c4b46367","kind":"tag","published_at":"2017-05-08T22:24:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"2d88dd106bf33807679f531051546f3c9889161e","kind":"tag","published_at":"2017-05-08T21:22:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"66b9c3d8698aef0a32147eeabb99264a9b52d171","kind":"tag","published_at":"2017-05-03T20:47:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0/manifests"},{"name":"v0.23.1","sha":"719d03c7724da0c93b05b891465b2df4299ef169","kind":"commit","published_at":"2017-04-17T12:28:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1/manifests"},{"name":"v0.23.0","sha":"06fa2f75ba4dccba7430d461ec89b7e8c36fd4e9","kind":"commit","published_at":"2017-04-11T23:54:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0/manifests"},{"name":"v0.22.1","sha":"4dde8f876dec0efd1f3bf2b0b594a57ef6ac774a","kind":"tag","published_at":"2017-03-06T06:34:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1/manifests"},{"name":"v0.22.0","sha":"e57b2cb3037628abbbf2be549ae3a2e8a4aa95b2","kind":"tag","published_at":"2017-02-17T17:03:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0/manifests"},{"name":"v0.20.5","sha":"7d995d75e07798c1527d5ea3dd8a647ed79fe209","kind":"tag","published_at":"2017-01-27T22:48:11.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5/manifests"},{"name":"v0.20.4","sha":"33df99a73784c1846b62f97ebff3848cdd76c3b1","kind":"tag","published_at":"2017-01-27T13:16:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"78e425f921085030585c93ed1eb0b96b5cb3b4b5","kind":"tag","published_at":"2017-01-26T19:55:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"e4420b601031c4ec8d84fe8340961447e3a2c87a","kind":"commit","published_at":"2017-01-25T14:18:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2/manifests"},{"name":"v0.20.0","sha":"aad93a81bb2ceeeeffc94c856a6d0d37c5ac6aec","kind":"commit","published_at":"2017-01-23T09:23:09.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0/manifests"},{"name":"0.19.1","sha":"d8458941cb570f8753c885da512ba22a53c6bb44","kind":"commit","published_at":"2016-11-06T13:26:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1/manifests"},{"name":"0.19","sha":"91f9f93abc9e802da0eb94e073d6717569fca9fc","kind":"commit","published_at":"2016-07-17T20:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19/manifests"},{"name":"0.18","sha":"9a8c75bb71dd9fdabc210f327f5f0265a259c9fe","kind":"commit","published_at":"2016-06-05T13:33:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.18","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18/manifests"},{"name":"0.17","sha":"6f26197e5753218e87e30de54d08bcd57c0f8f58","kind":"commit","published_at":"2016-05-27T20:19:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.17","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17/manifests"},{"name":"0.16","sha":"b832eb19930f2345b1b8e24398593d3e24e2d1f8","kind":"commit","published_at":"2016-02-17T13:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.16","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16/manifests"},{"name":"0.15","sha":"56faaf291d87355c204bf7deec66128d6090d4d1","kind":"commit","published_at":"2015-08-31T14:06:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.15","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15/manifests"},{"name":"0.14","sha":"40b62ebc9853b8feeaddce8cad972eebdb9f99a9","kind":"commit","published_at":"2015-05-03T15:50:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.14","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14/manifests"},{"name":"0.12","sha":"f5500333413b597bd3d6e22e0325143df998082d","kind":"commit","published_at":"2014-10-06T07:16:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.12","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12/manifests"},{"name":"0.11","sha":"176481c0f8694df12809ac7e70def059e4f9d89f","kind":"commit","published_at":"2014-06-26T02:39:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.11","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11/manifests"},{"name":"0.10","sha":"35df1e3afcf0ec67cf588b17adba537bc3e395c9","kind":"commit","published_at":"2014-04-01T02:47:00.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.10","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10/manifests"},{"name":"0.9","sha":"ee89bf486a157fa27ad4e2084f48930ecba630de","kind":"commit","published_at":"2014-01-08T07:42:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.9","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9/manifests"},{"name":"0.8","sha":"dbe73b0a99ad86f08254e30fad274a1bdfb7779b","kind":"commit","published_at":"2013-09-17T07:23:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.8","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8/manifests"},{"name":"0.7","sha":"81217a4f983570d752aad58073f22f142f1c2f01","kind":"commit","published_at":"2013-07-04T13:32:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.7","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7/manifests"},{"name":"0.6","sha":"45c4b6f47231f30202f0205ceaae3a7da1f8c8ed","kind":"commit","published_at":"2013-04-01T22:31:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.6","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6/manifests"},{"name":"0.5","sha":"2ae581183cc4b7fb47ea104bcfda42292a2fdd32","kind":"commit","published_at":"2013-01-08T01:51:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5/manifests"}]},"repo_metadata_updated_at":"2025-11-06T22:27:47.536Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.958767526308751,"dependent_packages_count":6.520931273209822,"stargazers_count":0.7742806945842121,"forks_count":0.843746827113512,"docker_downloads_count":null,"average":3.7744315803040744},"purl":"pkg:golang/github.com/rust-lang/rust-bindgen","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/rust-lang/rust-bindgen","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/rust-lang/rust-bindgen","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/rust-lang/rust-bindgen/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-11-06T22:09:15.751Z","issues_count":1579,"pull_requests_count":1870,"avg_time_to_close_issue":15990111.391829155,"avg_time_to_close_pull_request":2452475.746704871,"issues_closed_count":1076,"pull_requests_closed_count":1745,"pull_request_authors_count":420,"issue_authors_count":773,"avg_comments_per_issue":3.837238758708043,"avg_comments_per_pull_request":3.6614973262032087,"merged_pull_requests_count":1548,"bot_issues_count":0,"bot_pull_requests_count":17,"past_year_issues_count":135,"past_year_pull_requests_count":305,"past_year_avg_time_to_close_issue":1894521.8918918918,"past_year_avg_time_to_close_pull_request":920802.1312217194,"past_year_issues_closed_count":37,"past_year_pull_requests_closed_count":221,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":105,"past_year_avg_comments_per_issue":0.7925925925925926,"past_year_avg_comments_per_pull_request":0.8098360655737705,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":202,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/issues","maintainers":[{"login":"emilio","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/emilio"},{"login":"fitzgen","count":356,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fitzgen"},{"login":"pvdrz","count":149,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pvdrz"},{"login":"kulp","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kulp"},{"login":"tshepang","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tshepang"},{"login":"Manishearth","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"},{"login":"dtolnay","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"amanjeev","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amanjeev"},{"login":"scoopr","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/scoopr"},{"login":"frewsxcv","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/frewsxcv"},{"login":"alex","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alex"},{"login":"bjorn3","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"jyn514","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jyn514"},{"login":"workingjubilee","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/workingjubilee"},{"login":"sanxiyn","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sanxiyn"},{"login":"cuviper","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"nagisa","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nagisa"},{"login":"thomcc","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thomcc"},{"login":"jamesmunns","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jamesmunns"},{"login":"lnicola","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lnicola"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"m-ou-se","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-ou-se"},{"login":"anp","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/anp"},{"login":"programmerjake","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/programmerjake"},{"login":"AlexEne","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AlexEne"},{"login":"wesleywiser","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wesleywiser"},{"login":"aDotInTheVoid","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aDotInTheVoid"},{"login":"cramertj","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cramertj"},{"login":"edunham","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/edunham"},{"login":"michaelwoerister","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/michaelwoerister"},{"login":"dwijnand","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dwijnand"},{"login":"KiChjang","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KiChjang"}],"active_maintainers":[{"login":"dtolnay","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"bjorn3","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"cuviper","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"Manishearth","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Frust-lang%2Frust-bindgen/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Frust-lang%2Frust-bindgen/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Frust-lang%2Frust-bindgen/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Frust-lang%2Frust-bindgen/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Frust-lang%2Frust-bindgen/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Frust-lang%2Frust-bindgen/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2135813,"maintainers_count":0,"namespaces_count":782439,"keywords_count":112823,"github":"golang","metadata":{"funded_packages_count":53495},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-04-19T05:14:45.920Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":5329899,"name":"bindgen-cli","ecosystem":"cargo","description":"Automatically generates Rust FFI bindings to C and C++ libraries.","homepage":"https://rust-lang.github.io/rust-bindgen/","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":["bindings","ffi","code-generation"],"namespace":null,"versions_count":22,"first_release_published_at":"2022-10-16T19:55:17.047Z","latest_release_published_at":"2025-08-31T17:50:25.718Z","latest_release_number":"0.72.1","last_synced_at":"2026-05-10T16:02:32.987Z","created_at":"2022-10-16T20:10:27.350Z","updated_at":"2026-05-10T16:03:05.778Z","registry_url":"https://crates.io/crates/bindgen-cli/","install_command":"cargo install bindgen-cli","documentation_url":"https://docs.rs/bindgen-cli/","metadata":{"categories":["development-tools::ffi","external-ffi-bindings"]},"repo_metadata":{"id":38331451,"uuid":"61728459","full_name":"rust-lang/rust-bindgen","owner":"rust-lang","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries.","archived":false,"fork":false,"pushed_at":"2026-04-22T23:27:01.000Z","size":18134,"stargazers_count":5180,"open_issues_count":564,"forks_count":800,"subscribers_count":52,"default_branch":"main","last_synced_at":"2026-05-01T22:04:43.052Z","etag":null,"topics":["bindings","codegen","ffi"],"latest_commit_sha":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-06-22T15:05:51.000Z","updated_at":"2026-04-30T09:03:08.000Z","dependencies_parsed_at":"2026-03-03T07:08:02.001Z","dependency_job_id":null,"html_url":"https://github.com/rust-lang/rust-bindgen","commit_stats":{"total_commits":2798,"total_committers":417,"mean_commits":6.709832134292566,"dds":0.8148677626876341,"last_synced_commit":"8a6d851318153b7304b651a7fd8f559938683de3"},"previous_names":["servo/rust-bindgen","rust-lang-nursery/rust-bindgen"],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/rust-lang/rust-bindgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/sbom","scorecard":{"id":447423,"data":{"date":"2025-08-11","repo":{"name":"github.com/rust-lang/rust-bindgen","commit":"5f7aa4b4edcb11a20f251e829bbc66034e21c8e2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 12/20 approved changesets -- score normalized to 6","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/bump-version.yml:20","Warn: no topLevel permission defined: .github/workflows/bindgen.yml:1","Warn: no topLevel permission defined: .github/workflows/bump-version.yml:1","Warn: no topLevel permission defined: .github/workflows/create-tag.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy-book.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:18"],"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid parameter name: .github/workflows/release.yml:78","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:144: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-tag.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:289: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:176: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/bump-version.yml:45","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:67","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:125","Info:   0 out of  31 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  13 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned","Info:   0 out of   2 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:12"],"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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.71.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040","Warn: release artifact v0.71.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040"],"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/rust-lang/.github/SECURITY.md:1","Info: Found linked content: github.com/rust-lang/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/rust-lang/.github/SECURITY.md:1","Info: Found text in security policy: github.com/rust-lang/.github/SECURITY.md:1"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-19T07:11:33.233Z","repository_id":38331451,"created_at":"2025-08-19T07:11:33.265Z","updated_at":"2025-08-19T07:11:33.265Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32569714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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"},"owner_record":{"login":"rust-lang","name":"The Rust Programming Language","uuid":"5430905","kind":"organization","description":"","email":"contact@rust-lang.org","website":"https://www.rust-lang.org","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5430905?v=4","repositories_count":241,"last_synced_at":"2026-05-08T00:34:53.148Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rust-lang","funding_links":[],"total_stars":386072,"followers":17002,"following":0,"created_at":"2022-11-02T16:22:33.891Z","updated_at":"2026-05-08T00:34:53.148Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang/repositories"},"tags":[{"name":"v0.72.1","sha":"d874de8d646d9b8a3e7ba2db2bcd52f2fba8f1f5","kind":"tag","published_at":"2025-08-31T17:50:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1/manifests"},{"name":"v0.72.0","sha":"d0e7d6b5b763e93dd38f9ece05230979ede95a0a","kind":"tag","published_at":"2025-06-08T11:15:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0/manifests"},{"name":"v0.71.1","sha":"af7fd38d5e80514406fb6a8bba2d407d252c30b9","kind":"tag","published_at":"2024-12-09T15:21:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1/manifests"},{"name":"v0.71.0","sha":"93c5b8b36bf2372f3b5f5671ce752342c3e83f97","kind":"tag","published_at":"2024-12-09T14:44:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0/manifests"},{"name":"v0.69.5","sha":"ddd00d48e27a6451f65fb8afef381d98a56e0560","kind":"commit","published_at":"2024-10-08T16:30:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5/manifests"},{"name":"v0.70.1","sha":"21c60f473f4e824d4aa9b2b508056320d474b110","kind":"tag","published_at":"2024-08-20T21:24:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1/manifests"},{"name":"v0.70.0","sha":"190ff2a6a4739f3a703125d9ed290dcd2dc9c808","kind":"commit","published_at":"2024-08-16T22:45:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0/manifests"},{"name":"v0.69.4","sha":"62859b2c6108c1c0f60d16b9ffe7544a4fbce48b","kind":"tag","published_at":"2024-02-04T12:50:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4/manifests"},{"name":"v0.69.3","sha":"918abdcac6a263b3d33c2b04d7b1b66fc90c2e39","kind":"tag","published_at":"2024-02-04T11:45:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3/manifests"},{"name":"v0.69.2","sha":"2a22051bb06cf66bd4e3d9305c45a407b79cf1af","kind":"tag","published_at":"2024-01-13T00:08:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2/manifests"},{"name":"v0.69.1","sha":"f3f3d326c7e9e6fa55562fec6a8676ae8eab7588","kind":"tag","published_at":"2023-11-02T17:47:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"c73990cc0f714ce79e444039f09eaf1f769d7e6a","kind":"commit","published_at":"2023-11-01T17:55:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"8d75a02bbb5c64e85e6ce62b57d52b7df9c61c79","kind":"tag","published_at":"2023-09-06T17:48:55.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"ebcf0bcc8bba113d82d0f1e0cbede40ccffc6e8f","kind":"tag","published_at":"2023-09-06T17:01:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0/manifests"},{"name":"v0.66.1","sha":"38a779c61734c134429dfb99da3499173a848c17","kind":"tag","published_at":"2023-06-19T09:08:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1/manifests"},{"name":"v0.66.0","sha":"264075a6362f951e90240a976428f0225652d27c","kind":"tag","published_at":"2023-06-14T18:09:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0/manifests"},{"name":"v0.65.1","sha":"7d243056d335fdc4537f7bca73c06d01aae24ddc","kind":"tag","published_at":"2023-04-10T20:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"2bcff0f2ce64629c6e9d8450f8ddd5eb90bca9e0","kind":"tag","published_at":"2023-04-10T17:25:51.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0/manifests"},{"name":"v0.64.0","sha":"ae6817256ac557981906e93a1f866349db85053e","kind":"tag","published_at":"2023-02-07T15:37:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.64.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0/manifests"},{"name":"v0.63.0","sha":"c51591941e18a75c312c7c237c4969dd22c40467","kind":"tag","published_at":"2022-11-22T18:30:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.63.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0/manifests"},{"name":"v0.62.0","sha":"c09bd2f5b58fb90fbcd906a4826d4ac26fe6ef1d","kind":"tag","published_at":"2022-11-17T03:36:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.62.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0/manifests"},{"name":"v0.61.0","sha":"784d3e824dcb95b8913156d872c9ed8eb8720291","kind":"tag","published_at":"2022-10-16T19:55:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.61.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0/manifests"},{"name":"v0.60.1","sha":"9ca5f856a35deddde0575002d76d1db4430e6c42","kind":"tag","published_at":"2022-06-06T11:23:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1/manifests"},{"name":"v0.60.0","sha":"355181134094202e0caae60c1fbf145d8e6ca84b","kind":"tag","published_at":"2022-06-05T18:38:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0/manifests"},{"name":"v0.59.2","sha":"89032649044d875983a851fff6fbde2d4e2ceaeb","kind":"tag","published_at":"2021-11-26T01:54:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2/manifests"},{"name":"v0.59.1","sha":"9a9438f3d6a3523c69d7bc890e8608b63dbe38a5","kind":"tag","published_at":"2021-07-25T22:25:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"67140077f65bb5af6eae1b257c91c9f379e56bc2","kind":"tag","published_at":"2021-07-20T10:20:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0/manifests"},{"name":"v0.58.1","sha":"696455d1c15e682b2b89f81f409315ea4964aef3","kind":"tag","published_at":"2021-04-06T09:20:01.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1/manifests"},{"name":"v0.58.0","sha":"d7ba7d1dcb081c3c853e3385fd4ef15cb6c1c22c","kind":"tag","published_at":"2021-04-03T11:16:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0/manifests"},{"name":"v0.57.0","sha":"5ca2fc7a0221cacde41fd60b0ce485ee5ab8dac3","kind":"tag","published_at":"2021-02-01T13:06:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.57.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"11ae35089e4748b7e2a6f50f6bef7709af72e724","kind":"tag","published_at":"2020-11-26T10:36:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.56.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0/manifests"},{"name":"v0.47.4","sha":"c2b3a71fc46cb05032dc99ece6a98cf0fb6359eb","kind":"tag","published_at":"2020-11-13T18:43:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4/manifests"},{"name":"v0.55.1","sha":"d492ac4ae11ba7403acd533813982b052c5020a0","kind":"tag","published_at":"2020-08-24T22:39:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1/manifests"},{"name":"v0.55.0","sha":"0996486f0977e12f1a64f7730b3eca81659aa839","kind":"tag","published_at":"2020-08-24T09:59:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0/manifests"},{"name":"v0.54.1-sp1","sha":"79f2c131dfc571852b7c097ca3d08d31ab9874c3","kind":"commit","published_at":"2020-08-03T02:19:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1/manifests"},{"name":"v0.54.1","sha":"f94036fd18eefee801b3e99c564b2b0bc1a81218","kind":"tag","published_at":"2020-07-06T17:17:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1/manifests"},{"name":"v0.53.3","sha":"a8290e03c994bf2f9113fdfca7c74eda2f9750cd","kind":"tag","published_at":"2020-05-21T19:49:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3/manifests"},{"name":"v0.54.0","sha":"d405baf05acec7caf6d3d403cccdaeb5e67423e3","kind":"tag","published_at":"2020-05-21T19:42:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0/manifests"},{"name":"v0.53.2-sp1","sha":"b8beaaf0105158f1d1ed02617487aeb190077e2d","kind":"commit","published_at":"2020-04-01T08:33:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1/manifests"},{"name":"v0.53.2","sha":"cfd3347c6655195d2a03b11aff9cb5efac327bf9","kind":"tag","published_at":"2020-03-09T23:17:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2/manifests"},{"name":"v0.53.1","sha":"02e76faa7a9270125ea9b8dc45cff3f475283d6e","kind":"tag","published_at":"2020-02-03T12:29:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"1d86a83a8767343528c283a1f6ac9f673bb4eb1a","kind":"tag","published_at":"2020-02-02T22:34:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0/manifests"},{"name":"v0.52.0-sp1","sha":"e025ea3d8a3c84ba0208ba156b2cc1e389127869","kind":"commit","published_at":"2019-12-12T06:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1/manifests"},{"name":"v0.49.4","sha":"15d9cb242d91ae736a3d048e456c12528c886404","kind":"tag","published_at":"2019-12-04T16:01:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4/manifests"},{"name":"v0.52.0","sha":"b44be6e3dbce03857c6eac221b1350acd68cb357","kind":"tag","published_at":"2019-11-19T19:30:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0/manifests"},{"name":"v0.19.2","sha":"ff4506b21b9af78566751bfe6019d4b96f8138c4","kind":"tag","published_at":"2019-10-18T14:04:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.19.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2/manifests"},{"name":"v0.51.1-oldsyn","sha":"7c24e0d27f0f70b71df832f48dfed71010e56978","kind":"tag","published_at":"2019-09-24T18:05:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1-oldsyn","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1-oldsyn","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1-oldsyn","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn/manifests"},{"name":"v0.50.1","sha":"8e720a929b64c37e4cb1436041a125c07451030b","kind":"tag","published_at":"2019-09-23T16:57:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1/manifests"},{"name":"v0.51.1","sha":"6643847b38acbd1f709ace8e07e96a2a0435c212","kind":"tag","published_at":"2019-09-23T16:50:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1/manifests"},{"name":"v0.51.0","sha":"37e3d658b1b2030e1f805cedcf7301e8ee461e09","kind":"tag","published_at":"2019-07-26T15:55:23.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0/manifests"},{"name":"v0.50.0","sha":"d7898170fb8feadcab1940c2ecfbac2510780552","kind":"tag","published_at":"2019-07-01T22:03:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0/manifests"},{"name":"v0.49.3","sha":"ad0bf8e6bea1bd70a032f2425b4a581926778096","kind":"tag","published_at":"2019-06-25T16:56:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3/manifests"},{"name":"v0.49.2","sha":"5eefef7dcaaac45486224954c006e17ad0d24547","kind":"tag","published_at":"2019-05-22T13:39:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2/manifests"},{"name":"v0.49.1","sha":"e5250a01b98cb8ca9dc4584788dbc5db68147a71","kind":"tag","published_at":"2019-05-16T19:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1/manifests"},{"name":"v0.49.0","sha":"5b2f344bb02e72fd177149e3aa5d789679fa4471","kind":"tag","published_at":"2019-03-27T02:02:19.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0/manifests"},{"name":"v0.48.1","sha":"185a5f322e973b60f8d0986672f9a88e5d9a07bd","kind":"tag","published_at":"2019-03-06T13:17:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1/manifests"},{"name":"v0.48.0","sha":"a43cc2afcd69cbaa2f699ee3d4b9c804576ffad7","kind":"tag","published_at":"2019-03-04T02:55:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0/manifests"},{"name":"v0.47.3","sha":"1cd830127489b19a58143c300667d045b447a62d","kind":"tag","published_at":"2019-02-25T17:44:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3/manifests"},{"name":"v0.47.2","sha":"f4f47d52cbce45af177958e76ef9a4a17e922bc4","kind":"tag","published_at":"2019-02-23T06:00:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2/manifests"},{"name":"v0.47.1","sha":"86eff214bf29dc1545bfa7fd44ab2df20048e62b","kind":"tag","published_at":"2019-02-02T19:18:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1/manifests"},{"name":"v0.47.0","sha":"8747bc9c28e2c1f762f6fd0f9235f056dbc74ba0","kind":"tag","published_at":"2019-01-19T17:13:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"7c24f6b2f6f62f62eba64784f58b1b6d46831908","kind":"tag","published_at":"2018-12-29T13:53:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.46.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"371e744e4158f23e75adb296433fc684076964ad","kind":"tag","published_at":"2018-12-14T12:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.45.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"7b1406dc90f67fafca61dba915ac57b9d2d7d2d4","kind":"tag","published_at":"2018-11-30T11:36:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.44.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0/manifests"},{"name":"v0.43.2","sha":"68d0af91e58d8ae4c384fb8ae48153dd3ddb7e0a","kind":"tag","published_at":"2018-11-23T10:44:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2/manifests"},{"name":"v0.43.1","sha":"5de943ca7bf6c155f7bae1d91f1e3b1d91e8d901","kind":"tag","published_at":"2018-11-05T13:22:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1/manifests"},{"name":"v0.43.0","sha":"a242c51e6ff0d4cc27940a3927e713e8dff82c5f","kind":"tag","published_at":"2018-10-22T07:39:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0/manifests"},{"name":"v0.42.3","sha":"d7a74baf5c822e0312aca539c3836e5d87c6091b","kind":"tag","published_at":"2018-10-20T05:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3/manifests"},{"name":"v0.42.2","sha":"6055f364bd1d341da8fa881741ec36ab0abf0a7a","kind":"tag","published_at":"2018-10-11T16:18:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2/manifests"},{"name":"v0.42.1","sha":"988a9537800a23c045e045f19e02a1674d6a14ef","kind":"tag","published_at":"2018-10-08T13:40:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1/manifests"},{"name":"v0.42.0","sha":"35a349dd76cb5ba9470de30bb2eb51ea152a9640","kind":"tag","published_at":"2018-10-07T09:14:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"c4433e08ce973632565fd8e2856533052a8ecc89","kind":"tag","published_at":"2018-09-30T19:06:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.41.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0/manifests"},{"name":"v0.40.0","sha":"36c087bb4a22ae37d96a7a711293f5ee2d98015f","kind":"tag","published_at":"2018-09-04T12:47:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.40.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"14da023687b36db480c42f924ec8d236faf1577a","kind":"tag","published_at":"2018-08-24T13:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.39.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"40d24bb085a1a0bd11f7cf4dd87c52de529302ca","kind":"tag","published_at":"2018-08-15T10:49:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.38.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0/manifests"},{"name":"v0.37.4","sha":"c197acf847c4ea6012061c1246668514059c34ae","kind":"tag","published_at":"2018-07-01T13:59:56.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4/manifests"},{"name":"v0.37.3","sha":"a899ce711617fd7be482622a908a40d5fd1c7628","kind":"tag","published_at":"2018-07-01T12:09:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3/manifests"},{"name":"v0.37.0","sha":"4d3674fd378f7ad7fbd7aa1ff9781eecee1f5940","kind":"tag","published_at":"2018-05-18T14:09:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"515ca97b462f348b7b3bb9eaea98b2e0bb1b624b","kind":"tag","published_at":"2018-05-09T22:25:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"af54e58a8c2e513ba8c3cc00c22aa958de091a53","kind":"tag","published_at":"2018-04-10T13:55:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"fb069e9391ebf40ec9ebef7c0ac2e50f5ead5644","kind":"tag","published_at":"2018-03-25T18:25:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.35.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0/manifests"},{"name":"0.33.1","sha":"3379a90a2d88c7d6333d64fe33ea1bd992904c71","kind":"commit","published_at":"2018-02-14T19:45:15.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.33.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1/manifests"},{"name":"v0.32.2","sha":"b3712248c59f8f4dca80fd92d1ad9cb40149a8cc","kind":"tag","published_at":"2018-01-22T11:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.32.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2/manifests"},{"name":"0.32.1","sha":"39d07787a3409b7753a9600bbbfe43d757ce28c2","kind":"commit","published_at":"2017-12-18T21:21:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1/manifests"},{"name":"0.32.0","sha":"d4829d3bb33ffe411fcc67c273be7643017aae38","kind":"commit","published_at":"2017-12-08T19:03:02.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0/manifests"},{"name":"0.31.3","sha":"55cf63c08c539df2a8c5437c062dda5fb57a8b18","kind":"commit","published_at":"2017-10-31T17:57:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3/manifests"},{"name":"v0.31.2","sha":"4c975aa18f6ae4147a146ae7f9c25ac6a2ae14b0","kind":"tag","published_at":"2017-10-30T11:56:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2/manifests"},{"name":"0.31.2","sha":"33c6f261db8fd6ca752a1ed0ba1a8cf6ef3158cd","kind":"commit","published_at":"2017-10-30T10:56:46.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2/manifests"},{"name":"v0.31.1","sha":"fefbbb56ec78950275ff6a1a714efcaa48bf9e8c","kind":"tag","published_at":"2017-10-28T13:26:03.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"f661f58188c6442145ff8856b059ce3e09941e5e","kind":"commit","published_at":"2017-10-27T18:10:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0/manifests"},{"name":"v0.29.1","sha":"81166785bb4d4e315308a512b7b7594175ef1db7","kind":"tag","published_at":"2017-10-12T12:36:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1/manifests"},{"name":"v0.30.0","sha":"05caa820010d44b601b340228d4f95d81958a270","kind":"commit","published_at":"2017-08-28T16:58:05.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.30.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"0e39721b6c72b574026a0802792c4e95f0d83e68","kind":"tag","published_at":"2017-07-28T01:21:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0/manifests"},{"name":"v0.26.3","sha":"78e7546d3be61a7cb7272c7365564300481798ae","kind":"tag","published_at":"2017-07-10T08:23:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3/manifests"},{"name":"v0.26.1","sha":"49526069a0cb9486cb4838134259589addafff40","kind":"tag","published_at":"2017-06-20T23:12:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"8470e221f9fa5d1f195339737fdd3a7b433cad51","kind":"tag","published_at":"2017-06-20T11:34:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0/manifests"},{"name":"v0.25.5","sha":"7faa855d01e114c1adc0abd5efd547ed40543882","kind":"tag","published_at":"2017-06-15T21:55:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5/manifests"},{"name":"v0.25.3","sha":"daf1935534de9cd09a8d3f4384af20eaa4fe0f01","kind":"tag","published_at":"2017-05-27T16:20:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3/manifests"},{"name":"0.25.2","sha":"c160b3d1ed7ebd6b5e542fe271a078f4881884cd","kind":"commit","published_at":"2017-05-25T17:52:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.25.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2/manifests"},{"name":"v0.25.1","sha":"9bb794bb3305ae2355e1945b3abe3d0d8064a428","kind":"tag","published_at":"2017-05-21T01:22:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"31e440917cdc8ac57cd69ddf929e90a7c4b46367","kind":"tag","published_at":"2017-05-08T22:24:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"2d88dd106bf33807679f531051546f3c9889161e","kind":"tag","published_at":"2017-05-08T21:22:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"66b9c3d8698aef0a32147eeabb99264a9b52d171","kind":"tag","published_at":"2017-05-03T20:47:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0/manifests"},{"name":"v0.23.1","sha":"719d03c7724da0c93b05b891465b2df4299ef169","kind":"commit","published_at":"2017-04-17T12:28:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1/manifests"},{"name":"v0.23.0","sha":"06fa2f75ba4dccba7430d461ec89b7e8c36fd4e9","kind":"commit","published_at":"2017-04-11T23:54:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0/manifests"},{"name":"v0.22.1","sha":"4dde8f876dec0efd1f3bf2b0b594a57ef6ac774a","kind":"tag","published_at":"2017-03-06T06:34:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1/manifests"},{"name":"v0.22.0","sha":"e57b2cb3037628abbbf2be549ae3a2e8a4aa95b2","kind":"tag","published_at":"2017-02-17T17:03:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0/manifests"},{"name":"v0.20.5","sha":"7d995d75e07798c1527d5ea3dd8a647ed79fe209","kind":"tag","published_at":"2017-01-27T22:48:11.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5/manifests"},{"name":"v0.20.4","sha":"33df99a73784c1846b62f97ebff3848cdd76c3b1","kind":"tag","published_at":"2017-01-27T13:16:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"78e425f921085030585c93ed1eb0b96b5cb3b4b5","kind":"tag","published_at":"2017-01-26T19:55:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"e4420b601031c4ec8d84fe8340961447e3a2c87a","kind":"commit","published_at":"2017-01-25T14:18:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2/manifests"},{"name":"v0.20.0","sha":"aad93a81bb2ceeeeffc94c856a6d0d37c5ac6aec","kind":"commit","published_at":"2017-01-23T09:23:09.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0/manifests"},{"name":"0.19.1","sha":"d8458941cb570f8753c885da512ba22a53c6bb44","kind":"commit","published_at":"2016-11-06T13:26:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1/manifests"},{"name":"0.19","sha":"91f9f93abc9e802da0eb94e073d6717569fca9fc","kind":"commit","published_at":"2016-07-17T20:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19/manifests"},{"name":"0.18","sha":"9a8c75bb71dd9fdabc210f327f5f0265a259c9fe","kind":"commit","published_at":"2016-06-05T13:33:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.18","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18/manifests"},{"name":"0.17","sha":"6f26197e5753218e87e30de54d08bcd57c0f8f58","kind":"commit","published_at":"2016-05-27T20:19:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.17","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17/manifests"},{"name":"0.16","sha":"b832eb19930f2345b1b8e24398593d3e24e2d1f8","kind":"commit","published_at":"2016-02-17T13:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.16","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16/manifests"},{"name":"0.15","sha":"56faaf291d87355c204bf7deec66128d6090d4d1","kind":"commit","published_at":"2015-08-31T14:06:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.15","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15/manifests"},{"name":"0.14","sha":"40b62ebc9853b8feeaddce8cad972eebdb9f99a9","kind":"commit","published_at":"2015-05-03T15:50:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.14","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14/manifests"},{"name":"0.12","sha":"f5500333413b597bd3d6e22e0325143df998082d","kind":"commit","published_at":"2014-10-06T07:16:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.12","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12/manifests"},{"name":"0.11","sha":"176481c0f8694df12809ac7e70def059e4f9d89f","kind":"commit","published_at":"2014-06-26T02:39:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.11","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11/manifests"},{"name":"0.10","sha":"35df1e3afcf0ec67cf588b17adba537bc3e395c9","kind":"commit","published_at":"2014-04-01T02:47:00.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.10","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10/manifests"},{"name":"0.9","sha":"ee89bf486a157fa27ad4e2084f48930ecba630de","kind":"commit","published_at":"2014-01-08T07:42:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.9","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9/manifests"},{"name":"0.8","sha":"dbe73b0a99ad86f08254e30fad274a1bdfb7779b","kind":"commit","published_at":"2013-09-17T07:23:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.8","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8/manifests"},{"name":"0.7","sha":"81217a4f983570d752aad58073f22f142f1c2f01","kind":"commit","published_at":"2013-07-04T13:32:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.7","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7/manifests"},{"name":"0.6","sha":"45c4b6f47231f30202f0205ceaae3a7da1f8c8ed","kind":"commit","published_at":"2013-04-01T22:31:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.6","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6/manifests"},{"name":"0.5","sha":"2ae581183cc4b7fb47ea104bcfda42292a2fdd32","kind":"commit","published_at":"2013-01-08T01:51:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5/manifests"}]},"repo_metadata_updated_at":"2026-05-10T16:03:05.778Z","dependent_packages_count":0,"downloads":2485350,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":7.8874297810727345,"dependent_repos_count":29.318292202377133,"dependent_packages_count":33.81230354737315,"stargazers_count":2.201185817838586,"forks_count":1.6036949130797358,"average":14.964581252348268},"purl":"pkg:cargo/bindgen-cli","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/bindgen-cli","docker_dependents_count":1,"docker_downloads_count":47,"usage_url":"https://repos.ecosyste.ms/usage/cargo/bindgen-cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/bindgen-cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-05-07T15:02:27.970Z","issues_count":1597,"pull_requests_count":1891,"avg_time_to_close_issue":16006517.98424467,"avg_time_to_close_pull_request":2468200.4643874643,"issues_closed_count":1078,"pull_requests_closed_count":1755,"pull_request_authors_count":432,"issue_authors_count":788,"avg_comments_per_issue":3.844082654978084,"avg_comments_per_pull_request":3.636700158646219,"merged_pull_requests_count":1554,"bot_issues_count":0,"bot_pull_requests_count":18,"past_year_issues_count":57,"past_year_pull_requests_count":92,"past_year_avg_time_to_close_issue":3111953.9,"past_year_avg_time_to_close_pull_request":875418.9285714285,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":56,"past_year_pull_request_authors_count":40,"past_year_issue_authors_count":53,"past_year_avg_comments_per_issue":1.263157894736842,"past_year_avg_comments_per_pull_request":1.1630434782608696,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":47,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/issues","maintainers":[{"login":"emilio","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/emilio"},{"login":"fitzgen","count":356,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fitzgen"},{"login":"pvdrz","count":149,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pvdrz"},{"login":"kulp","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kulp"},{"login":"tshepang","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tshepang"},{"login":"Manishearth","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"},{"login":"dtolnay","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"amanjeev","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amanjeev"},{"login":"scoopr","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/scoopr"},{"login":"frewsxcv","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/frewsxcv"},{"login":"alex","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alex"},{"login":"bjorn3","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"jyn514","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jyn514"},{"login":"workingjubilee","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/workingjubilee"},{"login":"sanxiyn","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sanxiyn"},{"login":"nagisa","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nagisa"},{"login":"cuviper","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"HKalbasi","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"thomcc","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thomcc"},{"login":"jamesmunns","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jamesmunns"},{"login":"lnicola","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lnicola"},{"login":"m-ou-se","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-ou-se"},{"login":"anp","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/anp"},{"login":"programmerjake","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/programmerjake"},{"login":"AlexEne","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AlexEne"},{"login":"wesleywiser","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wesleywiser"},{"login":"aDotInTheVoid","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aDotInTheVoid"},{"login":"cramertj","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cramertj"},{"login":"edunham","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/edunham"},{"login":"michaelwoerister","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/michaelwoerister"},{"login":"dwijnand","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dwijnand"},{"login":"KiChjang","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KiChjang"}],"active_maintainers":[{"login":"cuviper","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"dtolnay","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"HKalbasi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"nagisa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nagisa"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/bindgen-cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/bindgen-cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/bindgen-cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/bindgen-cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/bindgen-cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/bindgen-cli/codemeta","maintainers":[{"uuid":"3788","login":"emilio","name":"Emilio Cobos Álvarez","email":null,"url":"https://github.com/emilio","packages_count":19,"html_url":"https://crates.io/users/emilio","role":null,"created_at":"2022-11-08T07:09:08.569Z","updated_at":"2022-11-08T07:09:08.569Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/emilio/packages"},{"uuid":"71222","login":"pvdrz","name":"Christian Poveda Ruiz","email":null,"url":"https://github.com/pvdrz","packages_count":7,"html_url":"https://crates.io/users/pvdrz","role":null,"created_at":"2022-11-22T18:41:33.845Z","updated_at":"2022-11-22T18:41:33.845Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/pvdrz/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":275607,"maintainers_count":63374,"namespaces_count":0,"keywords_count":59668,"github":"rust-lang","metadata":{"funded_packages_count":21630},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-04-08T05:04:51.397Z","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"}},{"id":5430433,"name":"bindgen","ecosystem":"homebrew","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries","homepage":"https://rust-lang.github.io/rust-bindgen/","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":null,"versions_count":18,"first_release_published_at":"2022-11-16T00:17:48.746Z","latest_release_published_at":"2025-09-01T13:34:37.354Z","latest_release_number":"0.72.1","last_synced_at":"2026-05-10T16:02:31.650Z","created_at":"2022-11-16T00:17:47.712Z","updated_at":"2026-05-10T16:03:47.221Z","registry_url":"https://formulae.brew.sh/formula/bindgen","install_command":"brew install bindgen","documentation_url":null,"metadata":{},"repo_metadata":{"id":38331451,"uuid":"61728459","full_name":"rust-lang/rust-bindgen","owner":"rust-lang","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries.","archived":false,"fork":false,"pushed_at":"2026-04-22T23:27:01.000Z","size":18134,"stargazers_count":5180,"open_issues_count":564,"forks_count":800,"subscribers_count":52,"default_branch":"main","last_synced_at":"2026-05-01T22:04:43.052Z","etag":null,"topics":["bindings","codegen","ffi"],"latest_commit_sha":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-06-22T15:05:51.000Z","updated_at":"2026-04-30T09:03:08.000Z","dependencies_parsed_at":"2026-03-03T07:08:02.001Z","dependency_job_id":null,"html_url":"https://github.com/rust-lang/rust-bindgen","commit_stats":{"total_commits":2798,"total_committers":417,"mean_commits":6.709832134292566,"dds":0.8148677626876341,"last_synced_commit":"8a6d851318153b7304b651a7fd8f559938683de3"},"previous_names":["servo/rust-bindgen","rust-lang-nursery/rust-bindgen"],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/rust-lang/rust-bindgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/sbom","scorecard":{"id":447423,"data":{"date":"2025-08-11","repo":{"name":"github.com/rust-lang/rust-bindgen","commit":"5f7aa4b4edcb11a20f251e829bbc66034e21c8e2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 12/20 approved changesets -- score normalized to 6","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/bump-version.yml:20","Warn: no topLevel permission defined: .github/workflows/bindgen.yml:1","Warn: no topLevel permission defined: .github/workflows/bump-version.yml:1","Warn: no topLevel permission defined: .github/workflows/create-tag.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy-book.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:18"],"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid parameter name: .github/workflows/release.yml:78","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:144: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-tag.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:289: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:176: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/bump-version.yml:45","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:67","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:125","Info:   0 out of  31 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  13 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned","Info:   0 out of   2 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:12"],"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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.71.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040","Warn: release artifact v0.71.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040"],"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/rust-lang/.github/SECURITY.md:1","Info: Found linked content: github.com/rust-lang/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/rust-lang/.github/SECURITY.md:1","Info: Found text in security policy: github.com/rust-lang/.github/SECURITY.md:1"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-19T07:11:33.233Z","repository_id":38331451,"created_at":"2025-08-19T07:11:33.265Z","updated_at":"2025-08-19T07:11:33.265Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32569714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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"},"owner_record":{"login":"rust-lang","name":"The Rust Programming Language","uuid":"5430905","kind":"organization","description":"","email":"contact@rust-lang.org","website":"https://www.rust-lang.org","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5430905?v=4","repositories_count":241,"last_synced_at":"2026-05-08T00:34:53.148Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rust-lang","funding_links":[],"total_stars":386072,"followers":17002,"following":0,"created_at":"2022-11-02T16:22:33.891Z","updated_at":"2026-05-08T00:34:53.148Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang/repositories"},"tags":[{"name":"v0.72.1","sha":"d874de8d646d9b8a3e7ba2db2bcd52f2fba8f1f5","kind":"tag","published_at":"2025-08-31T17:50:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1/manifests"},{"name":"v0.72.0","sha":"d0e7d6b5b763e93dd38f9ece05230979ede95a0a","kind":"tag","published_at":"2025-06-08T11:15:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0/manifests"},{"name":"v0.71.1","sha":"af7fd38d5e80514406fb6a8bba2d407d252c30b9","kind":"tag","published_at":"2024-12-09T15:21:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1/manifests"},{"name":"v0.71.0","sha":"93c5b8b36bf2372f3b5f5671ce752342c3e83f97","kind":"tag","published_at":"2024-12-09T14:44:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0/manifests"},{"name":"v0.69.5","sha":"ddd00d48e27a6451f65fb8afef381d98a56e0560","kind":"commit","published_at":"2024-10-08T16:30:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5/manifests"},{"name":"v0.70.1","sha":"21c60f473f4e824d4aa9b2b508056320d474b110","kind":"tag","published_at":"2024-08-20T21:24:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1/manifests"},{"name":"v0.70.0","sha":"190ff2a6a4739f3a703125d9ed290dcd2dc9c808","kind":"commit","published_at":"2024-08-16T22:45:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0/manifests"},{"name":"v0.69.4","sha":"62859b2c6108c1c0f60d16b9ffe7544a4fbce48b","kind":"tag","published_at":"2024-02-04T12:50:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4/manifests"},{"name":"v0.69.3","sha":"918abdcac6a263b3d33c2b04d7b1b66fc90c2e39","kind":"tag","published_at":"2024-02-04T11:45:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3/manifests"},{"name":"v0.69.2","sha":"2a22051bb06cf66bd4e3d9305c45a407b79cf1af","kind":"tag","published_at":"2024-01-13T00:08:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2/manifests"},{"name":"v0.69.1","sha":"f3f3d326c7e9e6fa55562fec6a8676ae8eab7588","kind":"tag","published_at":"2023-11-02T17:47:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"c73990cc0f714ce79e444039f09eaf1f769d7e6a","kind":"commit","published_at":"2023-11-01T17:55:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"8d75a02bbb5c64e85e6ce62b57d52b7df9c61c79","kind":"tag","published_at":"2023-09-06T17:48:55.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"ebcf0bcc8bba113d82d0f1e0cbede40ccffc6e8f","kind":"tag","published_at":"2023-09-06T17:01:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0/manifests"},{"name":"v0.66.1","sha":"38a779c61734c134429dfb99da3499173a848c17","kind":"tag","published_at":"2023-06-19T09:08:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1/manifests"},{"name":"v0.66.0","sha":"264075a6362f951e90240a976428f0225652d27c","kind":"tag","published_at":"2023-06-14T18:09:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0/manifests"},{"name":"v0.65.1","sha":"7d243056d335fdc4537f7bca73c06d01aae24ddc","kind":"tag","published_at":"2023-04-10T20:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"2bcff0f2ce64629c6e9d8450f8ddd5eb90bca9e0","kind":"tag","published_at":"2023-04-10T17:25:51.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0/manifests"},{"name":"v0.64.0","sha":"ae6817256ac557981906e93a1f866349db85053e","kind":"tag","published_at":"2023-02-07T15:37:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.64.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0/manifests"},{"name":"v0.63.0","sha":"c51591941e18a75c312c7c237c4969dd22c40467","kind":"tag","published_at":"2022-11-22T18:30:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.63.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0/manifests"},{"name":"v0.62.0","sha":"c09bd2f5b58fb90fbcd906a4826d4ac26fe6ef1d","kind":"tag","published_at":"2022-11-17T03:36:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.62.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0/manifests"},{"name":"v0.61.0","sha":"784d3e824dcb95b8913156d872c9ed8eb8720291","kind":"tag","published_at":"2022-10-16T19:55:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.61.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0/manifests"},{"name":"v0.60.1","sha":"9ca5f856a35deddde0575002d76d1db4430e6c42","kind":"tag","published_at":"2022-06-06T11:23:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1/manifests"},{"name":"v0.60.0","sha":"355181134094202e0caae60c1fbf145d8e6ca84b","kind":"tag","published_at":"2022-06-05T18:38:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0/manifests"},{"name":"v0.59.2","sha":"89032649044d875983a851fff6fbde2d4e2ceaeb","kind":"tag","published_at":"2021-11-26T01:54:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2/manifests"},{"name":"v0.59.1","sha":"9a9438f3d6a3523c69d7bc890e8608b63dbe38a5","kind":"tag","published_at":"2021-07-25T22:25:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"67140077f65bb5af6eae1b257c91c9f379e56bc2","kind":"tag","published_at":"2021-07-20T10:20:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0/manifests"},{"name":"v0.58.1","sha":"696455d1c15e682b2b89f81f409315ea4964aef3","kind":"tag","published_at":"2021-04-06T09:20:01.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1/manifests"},{"name":"v0.58.0","sha":"d7ba7d1dcb081c3c853e3385fd4ef15cb6c1c22c","kind":"tag","published_at":"2021-04-03T11:16:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0/manifests"},{"name":"v0.57.0","sha":"5ca2fc7a0221cacde41fd60b0ce485ee5ab8dac3","kind":"tag","published_at":"2021-02-01T13:06:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.57.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"11ae35089e4748b7e2a6f50f6bef7709af72e724","kind":"tag","published_at":"2020-11-26T10:36:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.56.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0/manifests"},{"name":"v0.47.4","sha":"c2b3a71fc46cb05032dc99ece6a98cf0fb6359eb","kind":"tag","published_at":"2020-11-13T18:43:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4/manifests"},{"name":"v0.55.1","sha":"d492ac4ae11ba7403acd533813982b052c5020a0","kind":"tag","published_at":"2020-08-24T22:39:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1/manifests"},{"name":"v0.55.0","sha":"0996486f0977e12f1a64f7730b3eca81659aa839","kind":"tag","published_at":"2020-08-24T09:59:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0/manifests"},{"name":"v0.54.1-sp1","sha":"79f2c131dfc571852b7c097ca3d08d31ab9874c3","kind":"commit","published_at":"2020-08-03T02:19:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1/manifests"},{"name":"v0.54.1","sha":"f94036fd18eefee801b3e99c564b2b0bc1a81218","kind":"tag","published_at":"2020-07-06T17:17:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1/manifests"},{"name":"v0.53.3","sha":"a8290e03c994bf2f9113fdfca7c74eda2f9750cd","kind":"tag","published_at":"2020-05-21T19:49:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3/manifests"},{"name":"v0.54.0","sha":"d405baf05acec7caf6d3d403cccdaeb5e67423e3","kind":"tag","published_at":"2020-05-21T19:42:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0/manifests"},{"name":"v0.53.2-sp1","sha":"b8beaaf0105158f1d1ed02617487aeb190077e2d","kind":"commit","published_at":"2020-04-01T08:33:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1/manifests"},{"name":"v0.53.2","sha":"cfd3347c6655195d2a03b11aff9cb5efac327bf9","kind":"tag","published_at":"2020-03-09T23:17:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2/manifests"},{"name":"v0.53.1","sha":"02e76faa7a9270125ea9b8dc45cff3f475283d6e","kind":"tag","published_at":"2020-02-03T12:29:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"1d86a83a8767343528c283a1f6ac9f673bb4eb1a","kind":"tag","published_at":"2020-02-02T22:34:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0/manifests"},{"name":"v0.52.0-sp1","sha":"e025ea3d8a3c84ba0208ba156b2cc1e389127869","kind":"commit","published_at":"2019-12-12T06:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1/manifests"},{"name":"v0.49.4","sha":"15d9cb242d91ae736a3d048e456c12528c886404","kind":"tag","published_at":"2019-12-04T16:01:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4/manifests"},{"name":"v0.52.0","sha":"b44be6e3dbce03857c6eac221b1350acd68cb357","kind":"tag","published_at":"2019-11-19T19:30:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0/manifests"},{"name":"v0.19.2","sha":"ff4506b21b9af78566751bfe6019d4b96f8138c4","kind":"tag","published_at":"2019-10-18T14:04:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.19.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2/manifests"},{"name":"v0.51.1-oldsyn","sha":"7c24e0d27f0f70b71df832f48dfed71010e56978","kind":"tag","published_at":"2019-09-24T18:05:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1-oldsyn","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1-oldsyn","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1-oldsyn","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn/manifests"},{"name":"v0.50.1","sha":"8e720a929b64c37e4cb1436041a125c07451030b","kind":"tag","published_at":"2019-09-23T16:57:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1/manifests"},{"name":"v0.51.1","sha":"6643847b38acbd1f709ace8e07e96a2a0435c212","kind":"tag","published_at":"2019-09-23T16:50:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1/manifests"},{"name":"v0.51.0","sha":"37e3d658b1b2030e1f805cedcf7301e8ee461e09","kind":"tag","published_at":"2019-07-26T15:55:23.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0/manifests"},{"name":"v0.50.0","sha":"d7898170fb8feadcab1940c2ecfbac2510780552","kind":"tag","published_at":"2019-07-01T22:03:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0/manifests"},{"name":"v0.49.3","sha":"ad0bf8e6bea1bd70a032f2425b4a581926778096","kind":"tag","published_at":"2019-06-25T16:56:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3/manifests"},{"name":"v0.49.2","sha":"5eefef7dcaaac45486224954c006e17ad0d24547","kind":"tag","published_at":"2019-05-22T13:39:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2/manifests"},{"name":"v0.49.1","sha":"e5250a01b98cb8ca9dc4584788dbc5db68147a71","kind":"tag","published_at":"2019-05-16T19:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1/manifests"},{"name":"v0.49.0","sha":"5b2f344bb02e72fd177149e3aa5d789679fa4471","kind":"tag","published_at":"2019-03-27T02:02:19.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0/manifests"},{"name":"v0.48.1","sha":"185a5f322e973b60f8d0986672f9a88e5d9a07bd","kind":"tag","published_at":"2019-03-06T13:17:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1/manifests"},{"name":"v0.48.0","sha":"a43cc2afcd69cbaa2f699ee3d4b9c804576ffad7","kind":"tag","published_at":"2019-03-04T02:55:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0/manifests"},{"name":"v0.47.3","sha":"1cd830127489b19a58143c300667d045b447a62d","kind":"tag","published_at":"2019-02-25T17:44:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3/manifests"},{"name":"v0.47.2","sha":"f4f47d52cbce45af177958e76ef9a4a17e922bc4","kind":"tag","published_at":"2019-02-23T06:00:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2/manifests"},{"name":"v0.47.1","sha":"86eff214bf29dc1545bfa7fd44ab2df20048e62b","kind":"tag","published_at":"2019-02-02T19:18:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1/manifests"},{"name":"v0.47.0","sha":"8747bc9c28e2c1f762f6fd0f9235f056dbc74ba0","kind":"tag","published_at":"2019-01-19T17:13:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"7c24f6b2f6f62f62eba64784f58b1b6d46831908","kind":"tag","published_at":"2018-12-29T13:53:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.46.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"371e744e4158f23e75adb296433fc684076964ad","kind":"tag","published_at":"2018-12-14T12:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.45.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"7b1406dc90f67fafca61dba915ac57b9d2d7d2d4","kind":"tag","published_at":"2018-11-30T11:36:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.44.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0/manifests"},{"name":"v0.43.2","sha":"68d0af91e58d8ae4c384fb8ae48153dd3ddb7e0a","kind":"tag","published_at":"2018-11-23T10:44:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2/manifests"},{"name":"v0.43.1","sha":"5de943ca7bf6c155f7bae1d91f1e3b1d91e8d901","kind":"tag","published_at":"2018-11-05T13:22:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1/manifests"},{"name":"v0.43.0","sha":"a242c51e6ff0d4cc27940a3927e713e8dff82c5f","kind":"tag","published_at":"2018-10-22T07:39:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0/manifests"},{"name":"v0.42.3","sha":"d7a74baf5c822e0312aca539c3836e5d87c6091b","kind":"tag","published_at":"2018-10-20T05:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3/manifests"},{"name":"v0.42.2","sha":"6055f364bd1d341da8fa881741ec36ab0abf0a7a","kind":"tag","published_at":"2018-10-11T16:18:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2/manifests"},{"name":"v0.42.1","sha":"988a9537800a23c045e045f19e02a1674d6a14ef","kind":"tag","published_at":"2018-10-08T13:40:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1/manifests"},{"name":"v0.42.0","sha":"35a349dd76cb5ba9470de30bb2eb51ea152a9640","kind":"tag","published_at":"2018-10-07T09:14:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"c4433e08ce973632565fd8e2856533052a8ecc89","kind":"tag","published_at":"2018-09-30T19:06:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.41.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0/manifests"},{"name":"v0.40.0","sha":"36c087bb4a22ae37d96a7a711293f5ee2d98015f","kind":"tag","published_at":"2018-09-04T12:47:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.40.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"14da023687b36db480c42f924ec8d236faf1577a","kind":"tag","published_at":"2018-08-24T13:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.39.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"40d24bb085a1a0bd11f7cf4dd87c52de529302ca","kind":"tag","published_at":"2018-08-15T10:49:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.38.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0/manifests"},{"name":"v0.37.4","sha":"c197acf847c4ea6012061c1246668514059c34ae","kind":"tag","published_at":"2018-07-01T13:59:56.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4/manifests"},{"name":"v0.37.3","sha":"a899ce711617fd7be482622a908a40d5fd1c7628","kind":"tag","published_at":"2018-07-01T12:09:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3/manifests"},{"name":"v0.37.0","sha":"4d3674fd378f7ad7fbd7aa1ff9781eecee1f5940","kind":"tag","published_at":"2018-05-18T14:09:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"515ca97b462f348b7b3bb9eaea98b2e0bb1b624b","kind":"tag","published_at":"2018-05-09T22:25:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"af54e58a8c2e513ba8c3cc00c22aa958de091a53","kind":"tag","published_at":"2018-04-10T13:55:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"fb069e9391ebf40ec9ebef7c0ac2e50f5ead5644","kind":"tag","published_at":"2018-03-25T18:25:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.35.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0/manifests"},{"name":"0.33.1","sha":"3379a90a2d88c7d6333d64fe33ea1bd992904c71","kind":"commit","published_at":"2018-02-14T19:45:15.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.33.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1/manifests"},{"name":"v0.32.2","sha":"b3712248c59f8f4dca80fd92d1ad9cb40149a8cc","kind":"tag","published_at":"2018-01-22T11:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.32.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2/manifests"},{"name":"0.32.1","sha":"39d07787a3409b7753a9600bbbfe43d757ce28c2","kind":"commit","published_at":"2017-12-18T21:21:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1/manifests"},{"name":"0.32.0","sha":"d4829d3bb33ffe411fcc67c273be7643017aae38","kind":"commit","published_at":"2017-12-08T19:03:02.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0/manifests"},{"name":"0.31.3","sha":"55cf63c08c539df2a8c5437c062dda5fb57a8b18","kind":"commit","published_at":"2017-10-31T17:57:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3/manifests"},{"name":"v0.31.2","sha":"4c975aa18f6ae4147a146ae7f9c25ac6a2ae14b0","kind":"tag","published_at":"2017-10-30T11:56:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2/manifests"},{"name":"0.31.2","sha":"33c6f261db8fd6ca752a1ed0ba1a8cf6ef3158cd","kind":"commit","published_at":"2017-10-30T10:56:46.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2/manifests"},{"name":"v0.31.1","sha":"fefbbb56ec78950275ff6a1a714efcaa48bf9e8c","kind":"tag","published_at":"2017-10-28T13:26:03.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"f661f58188c6442145ff8856b059ce3e09941e5e","kind":"commit","published_at":"2017-10-27T18:10:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0/manifests"},{"name":"v0.29.1","sha":"81166785bb4d4e315308a512b7b7594175ef1db7","kind":"tag","published_at":"2017-10-12T12:36:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1/manifests"},{"name":"v0.30.0","sha":"05caa820010d44b601b340228d4f95d81958a270","kind":"commit","published_at":"2017-08-28T16:58:05.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.30.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"0e39721b6c72b574026a0802792c4e95f0d83e68","kind":"tag","published_at":"2017-07-28T01:21:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0/manifests"},{"name":"v0.26.3","sha":"78e7546d3be61a7cb7272c7365564300481798ae","kind":"tag","published_at":"2017-07-10T08:23:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3/manifests"},{"name":"v0.26.1","sha":"49526069a0cb9486cb4838134259589addafff40","kind":"tag","published_at":"2017-06-20T23:12:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"8470e221f9fa5d1f195339737fdd3a7b433cad51","kind":"tag","published_at":"2017-06-20T11:34:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0/manifests"},{"name":"v0.25.5","sha":"7faa855d01e114c1adc0abd5efd547ed40543882","kind":"tag","published_at":"2017-06-15T21:55:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5/manifests"},{"name":"v0.25.3","sha":"daf1935534de9cd09a8d3f4384af20eaa4fe0f01","kind":"tag","published_at":"2017-05-27T16:20:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3/manifests"},{"name":"0.25.2","sha":"c160b3d1ed7ebd6b5e542fe271a078f4881884cd","kind":"commit","published_at":"2017-05-25T17:52:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.25.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2/manifests"},{"name":"v0.25.1","sha":"9bb794bb3305ae2355e1945b3abe3d0d8064a428","kind":"tag","published_at":"2017-05-21T01:22:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"31e440917cdc8ac57cd69ddf929e90a7c4b46367","kind":"tag","published_at":"2017-05-08T22:24:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"2d88dd106bf33807679f531051546f3c9889161e","kind":"tag","published_at":"2017-05-08T21:22:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"66b9c3d8698aef0a32147eeabb99264a9b52d171","kind":"tag","published_at":"2017-05-03T20:47:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0/manifests"},{"name":"v0.23.1","sha":"719d03c7724da0c93b05b891465b2df4299ef169","kind":"commit","published_at":"2017-04-17T12:28:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1/manifests"},{"name":"v0.23.0","sha":"06fa2f75ba4dccba7430d461ec89b7e8c36fd4e9","kind":"commit","published_at":"2017-04-11T23:54:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0/manifests"},{"name":"v0.22.1","sha":"4dde8f876dec0efd1f3bf2b0b594a57ef6ac774a","kind":"tag","published_at":"2017-03-06T06:34:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1/manifests"},{"name":"v0.22.0","sha":"e57b2cb3037628abbbf2be549ae3a2e8a4aa95b2","kind":"tag","published_at":"2017-02-17T17:03:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0/manifests"},{"name":"v0.20.5","sha":"7d995d75e07798c1527d5ea3dd8a647ed79fe209","kind":"tag","published_at":"2017-01-27T22:48:11.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5/manifests"},{"name":"v0.20.4","sha":"33df99a73784c1846b62f97ebff3848cdd76c3b1","kind":"tag","published_at":"2017-01-27T13:16:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"78e425f921085030585c93ed1eb0b96b5cb3b4b5","kind":"tag","published_at":"2017-01-26T19:55:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"e4420b601031c4ec8d84fe8340961447e3a2c87a","kind":"commit","published_at":"2017-01-25T14:18:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2/manifests"},{"name":"v0.20.0","sha":"aad93a81bb2ceeeeffc94c856a6d0d37c5ac6aec","kind":"commit","published_at":"2017-01-23T09:23:09.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0/manifests"},{"name":"0.19.1","sha":"d8458941cb570f8753c885da512ba22a53c6bb44","kind":"commit","published_at":"2016-11-06T13:26:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1/manifests"},{"name":"0.19","sha":"91f9f93abc9e802da0eb94e073d6717569fca9fc","kind":"commit","published_at":"2016-07-17T20:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19/manifests"},{"name":"0.18","sha":"9a8c75bb71dd9fdabc210f327f5f0265a259c9fe","kind":"commit","published_at":"2016-06-05T13:33:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.18","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18/manifests"},{"name":"0.17","sha":"6f26197e5753218e87e30de54d08bcd57c0f8f58","kind":"commit","published_at":"2016-05-27T20:19:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.17","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17/manifests"},{"name":"0.16","sha":"b832eb19930f2345b1b8e24398593d3e24e2d1f8","kind":"commit","published_at":"2016-02-17T13:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.16","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16/manifests"},{"name":"0.15","sha":"56faaf291d87355c204bf7deec66128d6090d4d1","kind":"commit","published_at":"2015-08-31T14:06:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.15","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15/manifests"},{"name":"0.14","sha":"40b62ebc9853b8feeaddce8cad972eebdb9f99a9","kind":"commit","published_at":"2015-05-03T15:50:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.14","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14/manifests"},{"name":"0.12","sha":"f5500333413b597bd3d6e22e0325143df998082d","kind":"commit","published_at":"2014-10-06T07:16:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.12","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12/manifests"},{"name":"0.11","sha":"176481c0f8694df12809ac7e70def059e4f9d89f","kind":"commit","published_at":"2014-06-26T02:39:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.11","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11/manifests"},{"name":"0.10","sha":"35df1e3afcf0ec67cf588b17adba537bc3e395c9","kind":"commit","published_at":"2014-04-01T02:47:00.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.10","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10/manifests"},{"name":"0.9","sha":"ee89bf486a157fa27ad4e2084f48930ecba630de","kind":"commit","published_at":"2014-01-08T07:42:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.9","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9/manifests"},{"name":"0.8","sha":"dbe73b0a99ad86f08254e30fad274a1bdfb7779b","kind":"commit","published_at":"2013-09-17T07:23:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.8","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8/manifests"},{"name":"0.7","sha":"81217a4f983570d752aad58073f22f142f1c2f01","kind":"commit","published_at":"2013-07-04T13:32:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.7","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7/manifests"},{"name":"0.6","sha":"45c4b6f47231f30202f0205ceaae3a7da1f8c8ed","kind":"commit","published_at":"2013-04-01T22:31:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.6","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6/manifests"},{"name":"0.5","sha":"2ae581183cc4b7fb47ea104bcfda42292a2fdd32","kind":"commit","published_at":"2013-01-08T01:51:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5/manifests"}]},"repo_metadata_updated_at":"2026-05-10T16:03:47.220Z","dependent_packages_count":0,"downloads":137,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":81.48092293771678,"dependent_repos_count":50.73141305987031,"dependent_packages_count":18.98657819333434,"stargazers_count":7.660986276579701,"forks_count":4.4789624491027,"average":32.66777258332077},"purl":"pkg:brew/bindgen","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/homebrew/bindgen","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/homebrew/bindgen","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/homebrew/bindgen/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-05-07T15:02:27.970Z","issues_count":1597,"pull_requests_count":1891,"avg_time_to_close_issue":16006517.98424467,"avg_time_to_close_pull_request":2468200.4643874643,"issues_closed_count":1078,"pull_requests_closed_count":1755,"pull_request_authors_count":432,"issue_authors_count":788,"avg_comments_per_issue":3.844082654978084,"avg_comments_per_pull_request":3.636700158646219,"merged_pull_requests_count":1554,"bot_issues_count":0,"bot_pull_requests_count":18,"past_year_issues_count":57,"past_year_pull_requests_count":92,"past_year_avg_time_to_close_issue":3111953.9,"past_year_avg_time_to_close_pull_request":875418.9285714285,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":56,"past_year_pull_request_authors_count":40,"past_year_issue_authors_count":53,"past_year_avg_comments_per_issue":1.263157894736842,"past_year_avg_comments_per_pull_request":1.1630434782608696,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":47,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/issues","maintainers":[{"login":"emilio","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/emilio"},{"login":"fitzgen","count":356,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fitzgen"},{"login":"pvdrz","count":149,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pvdrz"},{"login":"kulp","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kulp"},{"login":"tshepang","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tshepang"},{"login":"Manishearth","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"},{"login":"dtolnay","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"amanjeev","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amanjeev"},{"login":"scoopr","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/scoopr"},{"login":"frewsxcv","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/frewsxcv"},{"login":"alex","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alex"},{"login":"bjorn3","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"jyn514","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jyn514"},{"login":"workingjubilee","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/workingjubilee"},{"login":"sanxiyn","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sanxiyn"},{"login":"nagisa","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nagisa"},{"login":"cuviper","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"HKalbasi","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"thomcc","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thomcc"},{"login":"jamesmunns","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jamesmunns"},{"login":"lnicola","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lnicola"},{"login":"m-ou-se","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-ou-se"},{"login":"anp","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/anp"},{"login":"programmerjake","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/programmerjake"},{"login":"AlexEne","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AlexEne"},{"login":"wesleywiser","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wesleywiser"},{"login":"aDotInTheVoid","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aDotInTheVoid"},{"login":"cramertj","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cramertj"},{"login":"edunham","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/edunham"},{"login":"michaelwoerister","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/michaelwoerister"},{"login":"dwijnand","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dwijnand"},{"login":"KiChjang","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KiChjang"}],"active_maintainers":[{"login":"cuviper","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"dtolnay","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"HKalbasi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"nagisa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nagisa"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/bindgen/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/bindgen/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/bindgen/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/bindgen/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/bindgen/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/bindgen/codemeta","maintainers":[],"registry":{"name":"formulae.brew.sh","url":"https://formulae.brew.sh","ecosystem":"homebrew","default":true,"packages_count":9220,"maintainers_count":0,"namespaces_count":0,"keywords_count":0,"github":"homebrew","metadata":{"funded_packages_count":882},"icon_url":"https://github.com/homebrew.png","created_at":"2022-04-12T16:38:29.467Z","updated_at":"2026-04-03T06:49:13.885Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/namespaces"}},{"id":13338162,"name":"rust-bindgen","ecosystem":"nixpkgs","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T08:47:04.392Z","latest_release_published_at":"2026-02-02T08:47:04.392Z","latest_release_number":"0.66.1","last_synced_at":"2026-03-06T13:58:02.761Z","created_at":"2026-02-02T08:47:00.624Z","updated_at":"2026-03-06T14:04:37.611Z","registry_url":"https://search.nixos.org/packages?channel=23.11\u0026query=rust-bindgen","install_command":"nix-env -iA nixpkgs.rust-bindgen","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/tools/rust/bindgen/unwrapped.nix#L39","metadata":{"nix_attribute":"rust-bindgen-0.66.1","position":"pkgs/development/tools/rust/bindgen/unwrapped.nix:39","platforms":["i686-cygwin","x86_64-cygwin","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-freebsd13","x86_64-freebsd13","x86_64-solaris","aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","aarch64-netbsd","armv6l-netbsd","armv7a-netbsd","armv7l-netbsd","i686-netbsd","m68k-netbsd","mipsel-netbsd","powerpc-netbsd","riscv32-netbsd","riscv64-netbsd","x86_64-netbsd","i686-openbsd","x86_64-openbsd","x86_64-redox"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/rust-bindgen?channel=23.11\u0026repository_url=https://channels.nixos.org/nixos-23.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/rust-bindgen","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/rust-bindgen","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/rust-bindgen/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/rust-bindgen/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/rust-bindgen/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/rust-bindgen/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/rust-bindgen/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/rust-bindgen/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/rust-bindgen/codemeta","maintainers":[{"uuid":"Ralith","login":null,"name":"Benjamin Saunders","email":"ben.e.saunders@gmail.com","url":"https://github.com/Ralith","packages_count":23,"html_url":null,"role":null,"created_at":"2026-03-06T13:58:03.075Z","updated_at":"2026-03-06T13:58:03.075Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/Ralith/packages"},{"uuid":"JohnTitor","login":null,"name":"Yuki Okushi","email":"huyuumi.dev@gmail.com","url":"https://github.com/JohnTitor","packages_count":7,"html_url":null,"role":null,"created_at":"2026-03-06T13:58:02.996Z","updated_at":"2026-03-06T13:58:02.996Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/JohnTitor/packages"}],"registry":{"name":"nixpkgs-23.11","url":"https://channels.nixos.org/nixos-23.11","ecosystem":"nixpkgs","default":false,"packages_count":108178,"maintainers_count":2997,"namespaces_count":0,"keywords_count":0,"github":"NixOS","metadata":{"funded_packages_count":189},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.577Z","updated_at":"2026-04-03T06:23:37.723Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/namespaces"}},{"id":13407691,"name":"rust-bindgen-0.65","ecosystem":"ubuntu","description":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":["universe/rust"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-06T16:29:32.000Z","latest_release_published_at":"2026-02-06T16:29:32.000Z","latest_release_number":"0.65.1+dfsg0-0ubuntu1","last_synced_at":"2026-03-06T16:44:29.145Z","created_at":"2026-02-06T16:29:31.253Z","updated_at":"2026-03-06T16:44:29.145Z","registry_url":"https://launchpad.net/ubuntu/+source/rust-bindgen-0.65","install_command":"apt-get install rust-bindgen-0.65","documentation_url":null,"metadata":{"component":"universe","architecture":"any","priority":"optional","binary":"bindgen-0.65","standards_version":"4.6.2","maintainer":"Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e","build_depends":"debhelper-compat (= 12), dh-cargo (\u003e= 25), cargo:native, rustc:native (\u003e= 1.70.0+dfsg), llvm-17, lld-17, clang-17","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:deb/ubuntu/rust-bindgen-0.65?arch=source\u0026distro=ubuntu-24.04","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/rust-bindgen-0.65","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/rust-bindgen-0.65","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/rust-bindgen-0.65/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/rust-bindgen-0.65/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/rust-bindgen-0.65/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/rust-bindgen-0.65/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/rust-bindgen-0.65/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/rust-bindgen-0.65/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/rust-bindgen-0.65/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.04","url":"https://launchpad.net/ubuntu/noble","ecosystem":"ubuntu","default":true,"packages_count":37306,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"noble"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:45.928Z","updated_at":"2026-04-27T18:20:35.701Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/namespaces"}},{"id":13407699,"name":"rust-bindgen","ecosystem":"ubuntu","description":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-06T16:29:37.217Z","latest_release_published_at":"2026-02-06T16:29:37.217Z","latest_release_number":"0.66.1-4","last_synced_at":"2026-03-06T16:44:50.746Z","created_at":"2026-02-06T16:29:35.477Z","updated_at":"2026-03-06T16:44:50.747Z","registry_url":"https://launchpad.net/ubuntu/+source/rust-bindgen","install_command":"apt-get install rust-bindgen","documentation_url":null,"metadata":{"component":"universe","architecture":"any","priority":"optional","binary":"librust-bindgen-dev","standards_version":"4.6.2","maintainer":"Debian Rust Maintainers \u003cpkg-rust-maintainers@alioth-lists.debian.net\u003e","build_depends":"debhelper (\u003e= 12), dh-cargo (\u003e= 25), cargo:native \u003c!nocheck\u003e, rustc:native (\u003e= 1.60.0) \u003c!nocheck\u003e, libstd-rust-dev \u003c!nocheck\u003e, librust-bitflags-2+default-dev (\u003e= 2.2.1-~~) \u003c!nocheck\u003e, librust-cexpr-0.6+default-dev \u003c!nocheck\u003e, librust-clang-sys-1+clang-6-0-dev \u003c!nocheck\u003e, librust-clang-sys-1+default-dev \u003c!nocheck\u003e, librust-clang-sys-1+runtime-dev \u003c!nocheck\u003e, librust-lazy-static-1+default-dev \u003c!nocheck\u003e, librust-lazycell-1+default-dev \u003c!nocheck\u003e, librust-log-0.4+default-dev \u003c!nocheck\u003e, librust-peeking-take-while-0.1+default-dev (\u003e= 0.1.2-~~) \u003c!nocheck\u003e, librust-prettyplease-0.2+default-dev \u003c!nocheck\u003e, librust-proc-macro2-1-dev \u003c!nocheck\u003e, librust-quote-1-dev \u003c!nocheck\u003e, librust-regex-1+std-dev (\u003e= 1.5-~~) \u003c!nocheck\u003e, librust-regex-1+unicode-dev (\u003e= 1.5-~~) \u003c!nocheck\u003e, librust-rustc-hash-1+default-dev (\u003e= 1.0.1-~~) \u003c!nocheck\u003e, librust-shlex-1+default-dev \u003c!nocheck\u003e, librust-syn-2+default-dev \u003c!nocheck\u003e, librust-syn-2+extra-traits-dev \u003c!nocheck\u003e, librust-syn-2+full-dev \u003c!nocheck\u003e, librust-syn-2+visit-mut-dev \u003c!nocheck\u003e, librust-which-4-dev (\u003e= 4.2.1-~~) \u003c!nocheck\u003e, clang \u003c!nocheck\u003e | clang-15 [mips64el] \u003c!nocheck\u003e","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:deb/ubuntu/rust-bindgen?arch=source\u0026distro=ubuntu-24.04","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/rust-bindgen","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/rust-bindgen","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/rust-bindgen/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/rust-bindgen/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/rust-bindgen/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/rust-bindgen/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/rust-bindgen/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/rust-bindgen/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/rust-bindgen/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.04","url":"https://launchpad.net/ubuntu/noble","ecosystem":"ubuntu","default":true,"packages_count":37306,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"noble"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:45.928Z","updated_at":"2026-04-27T18:20:35.701Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/namespaces"}},{"id":13122168,"name":"rust-bindgen-unwrapped","ecosystem":"nixpkgs","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T20:08:21.098Z","latest_release_published_at":"2026-02-01T20:08:21.098Z","latest_release_number":"0.70.1","last_synced_at":"2026-03-06T17:26:05.983Z","created_at":"2026-02-01T20:08:19.923Z","updated_at":"2026-03-06T17:31:47.607Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=rust-bindgen-unwrapped","install_command":"nix-env -iA nixpkgs.rust-bindgen-unwrapped","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/tools/rust/bindgen/unwrapped.nix#L43","metadata":{"nix_attribute":"rust-bindgen-unwrapped-0.70.1","position":"pkgs/development/tools/rust/bindgen/unwrapped.nix:43","platforms":["x86_64-darwin","i686-darwin","aarch64-darwin","i686-freebsd","x86_64-freebsd","x86_64-solaris","aarch64-linux","armv6l-linux","armv7l-linux","i686-linux","loongarch64-linux","powerpc64-linux","powerpc64le-linux","riscv64-linux","s390x-linux","x86_64-linux","aarch64-netbsd","armv7l-netbsd","i686-netbsd","powerpc-netbsd","x86_64-netbsd","i686-openbsd","x86_64-openbsd","armv7a-darwin","armv5tel-linux","armv7a-linux","m68k-linux","mips-linux","mips64-linux","mipsel-linux","mips64el-linux","riscv32-linux","armv6l-netbsd","mipsel-netbsd","riscv64-netbsd","x86_64-redox"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/rust-bindgen-unwrapped?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/rust-bindgen-unwrapped","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/rust-bindgen-unwrapped","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/rust-bindgen-unwrapped/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/rust-bindgen-unwrapped/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/rust-bindgen-unwrapped/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/rust-bindgen-unwrapped/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/rust-bindgen-unwrapped/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/rust-bindgen-unwrapped/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/rust-bindgen-unwrapped/codemeta","maintainers":[{"uuid":"JohnTitor","login":null,"name":"Yuki Okushi","email":"huyuumi.dev@gmail.com","url":"https://github.com/JohnTitor","packages_count":6,"html_url":null,"role":null,"created_at":"2026-03-06T17:26:06.226Z","updated_at":"2026-03-06T17:26:06.226Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/JohnTitor/packages"}],"registry":{"name":"nixpkgs-24.11","url":"https://channels.nixos.org/nixos-24.11","ecosystem":"nixpkgs","default":false,"packages_count":121983,"maintainers_count":3777,"namespaces_count":0,"keywords_count":0,"github":"NixOS","metadata":{"funded_packages_count":228},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-04-03T06:22:14.703Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/namespaces"}},{"id":13355271,"name":"rust-bindgen-unwrapped","ecosystem":"nixpkgs","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-03T19:28:52.608Z","latest_release_published_at":"2026-02-03T19:28:52.608Z","latest_release_number":"0.69.4","last_synced_at":"2026-05-01T06:02:58.447Z","created_at":"2026-02-03T19:28:51.860Z","updated_at":"2026-05-01T06:02:58.447Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=rust-bindgen-unwrapped","install_command":"nix-env -iA nixpkgs.rust-bindgen-unwrapped","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/tools/rust/bindgen/unwrapped.nix#L39","metadata":{"nix_attribute":"rust-bindgen-unwrapped-0.69.4","position":"pkgs/development/tools/rust/bindgen/unwrapped.nix:39","platforms":["i686-cygwin","x86_64-cygwin","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-freebsd","x86_64-freebsd","x86_64-solaris","aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","aarch64-netbsd","armv6l-netbsd","armv7a-netbsd","armv7l-netbsd","i686-netbsd","m68k-netbsd","mipsel-netbsd","powerpc-netbsd","riscv32-netbsd","riscv64-netbsd","x86_64-netbsd","i686-openbsd","x86_64-openbsd","x86_64-redox"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/rust-bindgen-unwrapped?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/rust-bindgen-unwrapped","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/rust-bindgen-unwrapped","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/rust-bindgen-unwrapped/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/rust-bindgen-unwrapped/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/rust-bindgen-unwrapped/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/rust-bindgen-unwrapped/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/rust-bindgen-unwrapped/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/rust-bindgen-unwrapped/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/rust-bindgen-unwrapped/codemeta","maintainers":[{"uuid":"Ralith","login":null,"name":"Benjamin Saunders","email":"ben.e.saunders@gmail.com","url":"https://github.com/Ralith","packages_count":21,"html_url":null,"role":null,"created_at":"2026-03-08T02:06:58.382Z","updated_at":"2026-03-08T02:06:58.382Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/Ralith/packages"},{"uuid":"JohnTitor","login":null,"name":"Yuki Okushi","email":"huyuumi.dev@gmail.com","url":"https://github.com/JohnTitor","packages_count":7,"html_url":null,"role":null,"created_at":"2026-03-08T02:06:58.337Z","updated_at":"2026-03-08T02:06:58.337Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/JohnTitor/packages"}],"registry":{"name":"nixpkgs-24.05","url":"https://channels.nixos.org/nixos-24.05","ecosystem":"nixpkgs","default":false,"packages_count":116156,"maintainers_count":3383,"namespaces_count":0,"keywords_count":654,"github":"NixOS","metadata":{"funded_packages_count":234},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-05-06T05:01:16.903Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/namespaces"}},{"id":13355270,"name":"rust-bindgen","ecosystem":"nixpkgs","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-03T19:29:06.231Z","latest_release_published_at":"2026-02-03T19:29:06.231Z","latest_release_number":"0.69.4","last_synced_at":"2026-05-01T06:02:57.463Z","created_at":"2026-02-03T19:28:51.740Z","updated_at":"2026-05-01T06:02:57.463Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=rust-bindgen","install_command":"nix-env -iA nixpkgs.rust-bindgen","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/tools/rust/bindgen/unwrapped.nix#L39","metadata":{"nix_attribute":"rust-bindgen-0.69.4","position":"pkgs/development/tools/rust/bindgen/unwrapped.nix:39","platforms":["i686-cygwin","x86_64-cygwin","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-freebsd","x86_64-freebsd","x86_64-solaris","aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","aarch64-netbsd","armv6l-netbsd","armv7a-netbsd","armv7l-netbsd","i686-netbsd","m68k-netbsd","mipsel-netbsd","powerpc-netbsd","riscv32-netbsd","riscv64-netbsd","x86_64-netbsd","i686-openbsd","x86_64-openbsd","x86_64-redox"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/rust-bindgen?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/rust-bindgen","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/rust-bindgen","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/rust-bindgen/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/rust-bindgen/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/rust-bindgen/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/rust-bindgen/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/rust-bindgen/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/rust-bindgen/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/rust-bindgen/codemeta","maintainers":[{"uuid":"Ralith","login":null,"name":"Benjamin Saunders","email":"ben.e.saunders@gmail.com","url":"https://github.com/Ralith","packages_count":21,"html_url":null,"role":null,"created_at":"2026-03-08T02:11:24.322Z","updated_at":"2026-03-08T02:11:24.322Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/Ralith/packages"},{"uuid":"JohnTitor","login":null,"name":"Yuki Okushi","email":"huyuumi.dev@gmail.com","url":"https://github.com/JohnTitor","packages_count":7,"html_url":null,"role":null,"created_at":"2026-03-08T02:11:24.254Z","updated_at":"2026-03-08T02:11:24.254Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/JohnTitor/packages"}],"registry":{"name":"nixpkgs-24.05","url":"https://channels.nixos.org/nixos-24.05","ecosystem":"nixpkgs","default":false,"packages_count":116156,"maintainers_count":3383,"namespaces_count":0,"keywords_count":654,"github":"NixOS","metadata":{"funded_packages_count":234},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-05-06T05:01:16.903Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/namespaces"}},{"id":11146902,"name":"rust-bindgen-fish-completion","ecosystem":"alpine","description":"Fish completions for rust-bindgen","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":"main","versions_count":5,"first_release_published_at":"2024-12-07T19:15:59.000Z","latest_release_published_at":"2025-10-18T20:43:11.000Z","latest_release_number":"0.72.1-r1","last_synced_at":"2026-04-14T22:06:56.267Z","created_at":"2024-12-07T19:33:53.685Z","updated_at":"2026-04-14T22:06:56.268Z","registry_url":"https://pkgs.alpinelinux.org/package/edge/main/x86_64/rust-bindgen-fish-completion","install_command":"apk add rust-bindgen-fish-completion","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":38331451,"uuid":"61728459","full_name":"rust-lang/rust-bindgen","owner":"rust-lang","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries.","archived":false,"fork":false,"pushed_at":"2025-10-21T21:12:34.000Z","size":18199,"stargazers_count":4982,"open_issues_count":535,"forks_count":769,"subscribers_count":53,"default_branch":"main","last_synced_at":"2025-10-30T18:41:12.733Z","etag":null,"topics":["bindings","codegen","ffi"],"latest_commit_sha":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-06-22T15:05:51.000Z","updated_at":"2025-10-30T17:41:29.000Z","dependencies_parsed_at":"2022-07-09T11:00:21.978Z","dependency_job_id":"e8642311-64d2-424b-ba68-2e4b4857d0e0","html_url":"https://github.com/rust-lang/rust-bindgen","commit_stats":{"total_commits":2798,"total_committers":417,"mean_commits":6.709832134292566,"dds":0.8148677626876341,"last_synced_commit":"8a6d851318153b7304b651a7fd8f559938683de3"},"previous_names":["servo/rust-bindgen","rust-lang-nursery/rust-bindgen"],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/rust-lang/rust-bindgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/sbom","scorecard":{"id":447423,"data":{"date":"2025-08-11","repo":{"name":"github.com/rust-lang/rust-bindgen","commit":"5f7aa4b4edcb11a20f251e829bbc66034e21c8e2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 12/20 approved changesets -- score normalized to 6","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/bump-version.yml:20","Warn: no topLevel permission defined: .github/workflows/bindgen.yml:1","Warn: no topLevel permission defined: .github/workflows/bump-version.yml:1","Warn: no topLevel permission defined: .github/workflows/create-tag.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy-book.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:18"],"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid parameter name: .github/workflows/release.yml:78","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:144: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-tag.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:289: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:176: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/bump-version.yml:45","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:67","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:125","Info:   0 out of  31 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  13 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned","Info:   0 out of   2 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:12"],"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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.71.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040","Warn: release artifact v0.71.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040"],"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/rust-lang/.github/SECURITY.md:1","Info: Found linked content: github.com/rust-lang/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/rust-lang/.github/SECURITY.md:1","Info: Found text in security policy: github.com/rust-lang/.github/SECURITY.md:1"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-19T07:11:33.233Z","repository_id":38331451,"created_at":"2025-08-19T07:11:33.265Z","updated_at":"2025-08-19T07:11:33.265Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281937758,"owners_count":26586774,"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-10-31T02:00:07.401Z","response_time":57,"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":"rust-lang","name":"The Rust Programming Language","uuid":"5430905","kind":"organization","description":"","email":"contact@rust-lang.org","website":"https://www.rust-lang.org","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5430905?v=4","repositories_count":233,"last_synced_at":"2025-10-30T00:35:41.348Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rust-lang","funding_links":[],"total_stars":369545,"followers":15156,"following":0,"created_at":"2022-11-02T16:22:33.891Z","updated_at":"2025-10-30T00:35:41.348Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang/repositories"},"tags":[{"name":"v0.72.1","sha":"d874de8d646d9b8a3e7ba2db2bcd52f2fba8f1f5","kind":"tag","published_at":"2025-08-31T17:50:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1/manifests"},{"name":"v0.72.0","sha":"d0e7d6b5b763e93dd38f9ece05230979ede95a0a","kind":"tag","published_at":"2025-06-08T11:15:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0/manifests"},{"name":"v0.71.1","sha":"af7fd38d5e80514406fb6a8bba2d407d252c30b9","kind":"tag","published_at":"2024-12-09T15:21:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1/manifests"},{"name":"v0.71.0","sha":"93c5b8b36bf2372f3b5f5671ce752342c3e83f97","kind":"tag","published_at":"2024-12-09T14:44:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0/manifests"},{"name":"v0.69.5","sha":"ddd00d48e27a6451f65fb8afef381d98a56e0560","kind":"commit","published_at":"2024-10-08T16:30:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5/manifests"},{"name":"v0.70.1","sha":"21c60f473f4e824d4aa9b2b508056320d474b110","kind":"tag","published_at":"2024-08-20T21:24:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1/manifests"},{"name":"v0.70.0","sha":"190ff2a6a4739f3a703125d9ed290dcd2dc9c808","kind":"commit","published_at":"2024-08-16T22:45:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0/manifests"},{"name":"v0.69.4","sha":"62859b2c6108c1c0f60d16b9ffe7544a4fbce48b","kind":"tag","published_at":"2024-02-04T12:50:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4/manifests"},{"name":"v0.69.3","sha":"918abdcac6a263b3d33c2b04d7b1b66fc90c2e39","kind":"tag","published_at":"2024-02-04T11:45:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3/manifests"},{"name":"v0.69.2","sha":"2a22051bb06cf66bd4e3d9305c45a407b79cf1af","kind":"tag","published_at":"2024-01-13T00:08:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2/manifests"},{"name":"v0.69.1","sha":"f3f3d326c7e9e6fa55562fec6a8676ae8eab7588","kind":"tag","published_at":"2023-11-02T17:47:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"c73990cc0f714ce79e444039f09eaf1f769d7e6a","kind":"commit","published_at":"2023-11-01T17:55:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"8d75a02bbb5c64e85e6ce62b57d52b7df9c61c79","kind":"tag","published_at":"2023-09-06T17:48:55.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"ebcf0bcc8bba113d82d0f1e0cbede40ccffc6e8f","kind":"tag","published_at":"2023-09-06T17:01:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0/manifests"},{"name":"v0.66.1","sha":"38a779c61734c134429dfb99da3499173a848c17","kind":"tag","published_at":"2023-06-19T09:08:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1/manifests"},{"name":"v0.66.0","sha":"264075a6362f951e90240a976428f0225652d27c","kind":"tag","published_at":"2023-06-14T18:09:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0/manifests"},{"name":"v0.65.1","sha":"7d243056d335fdc4537f7bca73c06d01aae24ddc","kind":"tag","published_at":"2023-04-10T20:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"2bcff0f2ce64629c6e9d8450f8ddd5eb90bca9e0","kind":"tag","published_at":"2023-04-10T17:25:51.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0/manifests"},{"name":"v0.64.0","sha":"ae6817256ac557981906e93a1f866349db85053e","kind":"tag","published_at":"2023-02-07T15:37:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.64.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0/manifests"},{"name":"v0.63.0","sha":"c51591941e18a75c312c7c237c4969dd22c40467","kind":"tag","published_at":"2022-11-22T18:30:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.63.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0/manifests"},{"name":"v0.62.0","sha":"c09bd2f5b58fb90fbcd906a4826d4ac26fe6ef1d","kind":"tag","published_at":"2022-11-17T03:36:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.62.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0/manifests"},{"name":"v0.61.0","sha":"784d3e824dcb95b8913156d872c9ed8eb8720291","kind":"tag","published_at":"2022-10-16T19:55:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.61.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0/manifests"},{"name":"v0.60.1","sha":"9ca5f856a35deddde0575002d76d1db4430e6c42","kind":"tag","published_at":"2022-06-06T11:23:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1/manifests"},{"name":"v0.60.0","sha":"355181134094202e0caae60c1fbf145d8e6ca84b","kind":"tag","published_at":"2022-06-05T18:38:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0/manifests"},{"name":"v0.59.2","sha":"89032649044d875983a851fff6fbde2d4e2ceaeb","kind":"tag","published_at":"2021-11-26T01:54:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2/manifests"},{"name":"v0.59.1","sha":"9a9438f3d6a3523c69d7bc890e8608b63dbe38a5","kind":"tag","published_at":"2021-07-25T22:25:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"67140077f65bb5af6eae1b257c91c9f379e56bc2","kind":"tag","published_at":"2021-07-20T10:20:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0/manifests"},{"name":"v0.58.1","sha":"696455d1c15e682b2b89f81f409315ea4964aef3","kind":"tag","published_at":"2021-04-06T09:20:01.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1/manifests"},{"name":"v0.58.0","sha":"d7ba7d1dcb081c3c853e3385fd4ef15cb6c1c22c","kind":"tag","published_at":"2021-04-03T11:16:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0/manifests"},{"name":"v0.57.0","sha":"5ca2fc7a0221cacde41fd60b0ce485ee5ab8dac3","kind":"tag","published_at":"2021-02-01T13:06:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.57.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"11ae35089e4748b7e2a6f50f6bef7709af72e724","kind":"tag","published_at":"2020-11-26T10:36:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.56.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0/manifests"},{"name":"v0.47.4","sha":"c2b3a71fc46cb05032dc99ece6a98cf0fb6359eb","kind":"tag","published_at":"2020-11-13T18:43:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4/manifests"},{"name":"v0.55.1","sha":"d492ac4ae11ba7403acd533813982b052c5020a0","kind":"tag","published_at":"2020-08-24T22:39:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1/manifests"},{"name":"v0.55.0","sha":"0996486f0977e12f1a64f7730b3eca81659aa839","kind":"tag","published_at":"2020-08-24T09:59:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0/manifests"},{"name":"v0.54.1-sp1","sha":"79f2c131dfc571852b7c097ca3d08d31ab9874c3","kind":"commit","published_at":"2020-08-03T02:19:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1/manifests"},{"name":"v0.54.1","sha":"f94036fd18eefee801b3e99c564b2b0bc1a81218","kind":"tag","published_at":"2020-07-06T17:17:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1/manifests"},{"name":"v0.53.3","sha":"a8290e03c994bf2f9113fdfca7c74eda2f9750cd","kind":"tag","published_at":"2020-05-21T19:49:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3/manifests"},{"name":"v0.54.0","sha":"d405baf05acec7caf6d3d403cccdaeb5e67423e3","kind":"tag","published_at":"2020-05-21T19:42:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0/manifests"},{"name":"v0.53.2-sp1","sha":"b8beaaf0105158f1d1ed02617487aeb190077e2d","kind":"commit","published_at":"2020-04-01T08:33:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1/manifests"},{"name":"v0.53.2","sha":"cfd3347c6655195d2a03b11aff9cb5efac327bf9","kind":"tag","published_at":"2020-03-09T23:17:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2/manifests"},{"name":"v0.53.1","sha":"02e76faa7a9270125ea9b8dc45cff3f475283d6e","kind":"tag","published_at":"2020-02-03T12:29:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"1d86a83a8767343528c283a1f6ac9f673bb4eb1a","kind":"tag","published_at":"2020-02-02T22:34:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0/manifests"},{"name":"v0.52.0-sp1","sha":"e025ea3d8a3c84ba0208ba156b2cc1e389127869","kind":"commit","published_at":"2019-12-12T06:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1/manifests"},{"name":"v0.49.4","sha":"15d9cb242d91ae736a3d048e456c12528c886404","kind":"tag","published_at":"2019-12-04T16:01:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4/manifests"},{"name":"v0.52.0","sha":"b44be6e3dbce03857c6eac221b1350acd68cb357","kind":"tag","published_at":"2019-11-19T19:30:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0/manifests"},{"name":"v0.19.2","sha":"ff4506b21b9af78566751bfe6019d4b96f8138c4","kind":"tag","published_at":"2019-10-18T14:04:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.19.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2/manifests"},{"name":"v0.51.1-oldsyn","sha":"7c24e0d27f0f70b71df832f48dfed71010e56978","kind":"tag","published_at":"2019-09-24T18:05:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1-oldsyn","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1-oldsyn","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1-oldsyn","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn/manifests"},{"name":"v0.50.1","sha":"8e720a929b64c37e4cb1436041a125c07451030b","kind":"tag","published_at":"2019-09-23T16:57:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1/manifests"},{"name":"v0.51.1","sha":"6643847b38acbd1f709ace8e07e96a2a0435c212","kind":"tag","published_at":"2019-09-23T16:50:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1/manifests"},{"name":"v0.51.0","sha":"37e3d658b1b2030e1f805cedcf7301e8ee461e09","kind":"tag","published_at":"2019-07-26T15:55:23.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0/manifests"},{"name":"v0.50.0","sha":"d7898170fb8feadcab1940c2ecfbac2510780552","kind":"tag","published_at":"2019-07-01T22:03:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0/manifests"},{"name":"v0.49.3","sha":"ad0bf8e6bea1bd70a032f2425b4a581926778096","kind":"tag","published_at":"2019-06-25T16:56:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3/manifests"},{"name":"v0.49.2","sha":"5eefef7dcaaac45486224954c006e17ad0d24547","kind":"tag","published_at":"2019-05-22T13:39:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2/manifests"},{"name":"v0.49.1","sha":"e5250a01b98cb8ca9dc4584788dbc5db68147a71","kind":"tag","published_at":"2019-05-16T19:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1/manifests"},{"name":"v0.49.0","sha":"5b2f344bb02e72fd177149e3aa5d789679fa4471","kind":"tag","published_at":"2019-03-27T02:02:19.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0/manifests"},{"name":"v0.48.1","sha":"185a5f322e973b60f8d0986672f9a88e5d9a07bd","kind":"tag","published_at":"2019-03-06T13:17:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1/manifests"},{"name":"v0.48.0","sha":"a43cc2afcd69cbaa2f699ee3d4b9c804576ffad7","kind":"tag","published_at":"2019-03-04T02:55:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0/manifests"},{"name":"v0.47.3","sha":"1cd830127489b19a58143c300667d045b447a62d","kind":"tag","published_at":"2019-02-25T17:44:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3/manifests"},{"name":"v0.47.2","sha":"f4f47d52cbce45af177958e76ef9a4a17e922bc4","kind":"tag","published_at":"2019-02-23T06:00:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2/manifests"},{"name":"v0.47.1","sha":"86eff214bf29dc1545bfa7fd44ab2df20048e62b","kind":"tag","published_at":"2019-02-02T19:18:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1/manifests"},{"name":"v0.47.0","sha":"8747bc9c28e2c1f762f6fd0f9235f056dbc74ba0","kind":"tag","published_at":"2019-01-19T17:13:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"7c24f6b2f6f62f62eba64784f58b1b6d46831908","kind":"tag","published_at":"2018-12-29T13:53:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.46.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"371e744e4158f23e75adb296433fc684076964ad","kind":"tag","published_at":"2018-12-14T12:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.45.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"7b1406dc90f67fafca61dba915ac57b9d2d7d2d4","kind":"tag","published_at":"2018-11-30T11:36:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.44.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0/manifests"},{"name":"v0.43.2","sha":"68d0af91e58d8ae4c384fb8ae48153dd3ddb7e0a","kind":"tag","published_at":"2018-11-23T10:44:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2/manifests"},{"name":"v0.43.1","sha":"5de943ca7bf6c155f7bae1d91f1e3b1d91e8d901","kind":"tag","published_at":"2018-11-05T13:22:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1/manifests"},{"name":"v0.43.0","sha":"a242c51e6ff0d4cc27940a3927e713e8dff82c5f","kind":"tag","published_at":"2018-10-22T07:39:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0/manifests"},{"name":"v0.42.3","sha":"d7a74baf5c822e0312aca539c3836e5d87c6091b","kind":"tag","published_at":"2018-10-20T05:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3/manifests"},{"name":"v0.42.2","sha":"6055f364bd1d341da8fa881741ec36ab0abf0a7a","kind":"tag","published_at":"2018-10-11T16:18:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2/manifests"},{"name":"v0.42.1","sha":"988a9537800a23c045e045f19e02a1674d6a14ef","kind":"tag","published_at":"2018-10-08T13:40:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1/manifests"},{"name":"v0.42.0","sha":"35a349dd76cb5ba9470de30bb2eb51ea152a9640","kind":"tag","published_at":"2018-10-07T09:14:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"c4433e08ce973632565fd8e2856533052a8ecc89","kind":"tag","published_at":"2018-09-30T19:06:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.41.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0/manifests"},{"name":"v0.40.0","sha":"36c087bb4a22ae37d96a7a711293f5ee2d98015f","kind":"tag","published_at":"2018-09-04T12:47:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.40.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"14da023687b36db480c42f924ec8d236faf1577a","kind":"tag","published_at":"2018-08-24T13:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.39.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"40d24bb085a1a0bd11f7cf4dd87c52de529302ca","kind":"tag","published_at":"2018-08-15T10:49:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.38.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0/manifests"},{"name":"v0.37.4","sha":"c197acf847c4ea6012061c1246668514059c34ae","kind":"tag","published_at":"2018-07-01T13:59:56.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4/manifests"},{"name":"v0.37.3","sha":"a899ce711617fd7be482622a908a40d5fd1c7628","kind":"tag","published_at":"2018-07-01T12:09:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3/manifests"},{"name":"v0.37.0","sha":"4d3674fd378f7ad7fbd7aa1ff9781eecee1f5940","kind":"tag","published_at":"2018-05-18T14:09:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"515ca97b462f348b7b3bb9eaea98b2e0bb1b624b","kind":"tag","published_at":"2018-05-09T22:25:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"af54e58a8c2e513ba8c3cc00c22aa958de091a53","kind":"tag","published_at":"2018-04-10T13:55:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"fb069e9391ebf40ec9ebef7c0ac2e50f5ead5644","kind":"tag","published_at":"2018-03-25T18:25:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.35.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0/manifests"},{"name":"0.33.1","sha":"3379a90a2d88c7d6333d64fe33ea1bd992904c71","kind":"commit","published_at":"2018-02-14T19:45:15.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.33.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1/manifests"},{"name":"v0.32.2","sha":"b3712248c59f8f4dca80fd92d1ad9cb40149a8cc","kind":"tag","published_at":"2018-01-22T11:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.32.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2/manifests"},{"name":"0.32.1","sha":"39d07787a3409b7753a9600bbbfe43d757ce28c2","kind":"commit","published_at":"2017-12-18T21:21:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1/manifests"},{"name":"0.32.0","sha":"d4829d3bb33ffe411fcc67c273be7643017aae38","kind":"commit","published_at":"2017-12-08T19:03:02.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0/manifests"},{"name":"0.31.3","sha":"55cf63c08c539df2a8c5437c062dda5fb57a8b18","kind":"commit","published_at":"2017-10-31T17:57:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3/manifests"},{"name":"v0.31.2","sha":"4c975aa18f6ae4147a146ae7f9c25ac6a2ae14b0","kind":"tag","published_at":"2017-10-30T11:56:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2/manifests"},{"name":"0.31.2","sha":"33c6f261db8fd6ca752a1ed0ba1a8cf6ef3158cd","kind":"commit","published_at":"2017-10-30T10:56:46.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2/manifests"},{"name":"v0.31.1","sha":"fefbbb56ec78950275ff6a1a714efcaa48bf9e8c","kind":"tag","published_at":"2017-10-28T13:26:03.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"f661f58188c6442145ff8856b059ce3e09941e5e","kind":"commit","published_at":"2017-10-27T18:10:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0/manifests"},{"name":"v0.29.1","sha":"81166785bb4d4e315308a512b7b7594175ef1db7","kind":"tag","published_at":"2017-10-12T12:36:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1/manifests"},{"name":"v0.30.0","sha":"05caa820010d44b601b340228d4f95d81958a270","kind":"commit","published_at":"2017-08-28T16:58:05.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.30.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"0e39721b6c72b574026a0802792c4e95f0d83e68","kind":"tag","published_at":"2017-07-28T01:21:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0/manifests"},{"name":"v0.26.3","sha":"78e7546d3be61a7cb7272c7365564300481798ae","kind":"tag","published_at":"2017-07-10T08:23:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3/manifests"},{"name":"v0.26.1","sha":"49526069a0cb9486cb4838134259589addafff40","kind":"tag","published_at":"2017-06-20T23:12:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"8470e221f9fa5d1f195339737fdd3a7b433cad51","kind":"tag","published_at":"2017-06-20T11:34:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0/manifests"},{"name":"v0.25.5","sha":"7faa855d01e114c1adc0abd5efd547ed40543882","kind":"tag","published_at":"2017-06-15T21:55:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5/manifests"},{"name":"v0.25.3","sha":"daf1935534de9cd09a8d3f4384af20eaa4fe0f01","kind":"tag","published_at":"2017-05-27T16:20:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3/manifests"},{"name":"0.25.2","sha":"c160b3d1ed7ebd6b5e542fe271a078f4881884cd","kind":"commit","published_at":"2017-05-25T17:52:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.25.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2/manifests"},{"name":"v0.25.1","sha":"9bb794bb3305ae2355e1945b3abe3d0d8064a428","kind":"tag","published_at":"2017-05-21T01:22:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"31e440917cdc8ac57cd69ddf929e90a7c4b46367","kind":"tag","published_at":"2017-05-08T22:24:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"2d88dd106bf33807679f531051546f3c9889161e","kind":"tag","published_at":"2017-05-08T21:22:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"66b9c3d8698aef0a32147eeabb99264a9b52d171","kind":"tag","published_at":"2017-05-03T20:47:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0/manifests"},{"name":"v0.23.1","sha":"719d03c7724da0c93b05b891465b2df4299ef169","kind":"commit","published_at":"2017-04-17T12:28:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1/manifests"},{"name":"v0.23.0","sha":"06fa2f75ba4dccba7430d461ec89b7e8c36fd4e9","kind":"commit","published_at":"2017-04-11T23:54:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0/manifests"},{"name":"v0.22.1","sha":"4dde8f876dec0efd1f3bf2b0b594a57ef6ac774a","kind":"tag","published_at":"2017-03-06T06:34:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1/manifests"},{"name":"v0.22.0","sha":"e57b2cb3037628abbbf2be549ae3a2e8a4aa95b2","kind":"tag","published_at":"2017-02-17T17:03:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0/manifests"},{"name":"v0.20.5","sha":"7d995d75e07798c1527d5ea3dd8a647ed79fe209","kind":"tag","published_at":"2017-01-27T22:48:11.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5/manifests"},{"name":"v0.20.4","sha":"33df99a73784c1846b62f97ebff3848cdd76c3b1","kind":"tag","published_at":"2017-01-27T13:16:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"78e425f921085030585c93ed1eb0b96b5cb3b4b5","kind":"tag","published_at":"2017-01-26T19:55:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"e4420b601031c4ec8d84fe8340961447e3a2c87a","kind":"commit","published_at":"2017-01-25T14:18:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2/manifests"},{"name":"v0.20.0","sha":"aad93a81bb2ceeeeffc94c856a6d0d37c5ac6aec","kind":"commit","published_at":"2017-01-23T09:23:09.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0/manifests"},{"name":"0.19.1","sha":"d8458941cb570f8753c885da512ba22a53c6bb44","kind":"commit","published_at":"2016-11-06T13:26:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1/manifests"},{"name":"0.19","sha":"91f9f93abc9e802da0eb94e073d6717569fca9fc","kind":"commit","published_at":"2016-07-17T20:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19/manifests"},{"name":"0.18","sha":"9a8c75bb71dd9fdabc210f327f5f0265a259c9fe","kind":"commit","published_at":"2016-06-05T13:33:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.18","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18/manifests"},{"name":"0.17","sha":"6f26197e5753218e87e30de54d08bcd57c0f8f58","kind":"commit","published_at":"2016-05-27T20:19:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.17","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17/manifests"},{"name":"0.16","sha":"b832eb19930f2345b1b8e24398593d3e24e2d1f8","kind":"commit","published_at":"2016-02-17T13:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.16","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16/manifests"},{"name":"0.15","sha":"56faaf291d87355c204bf7deec66128d6090d4d1","kind":"commit","published_at":"2015-08-31T14:06:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.15","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15/manifests"},{"name":"0.14","sha":"40b62ebc9853b8feeaddce8cad972eebdb9f99a9","kind":"commit","published_at":"2015-05-03T15:50:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.14","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14/manifests"},{"name":"0.12","sha":"f5500333413b597bd3d6e22e0325143df998082d","kind":"commit","published_at":"2014-10-06T07:16:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.12","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12/manifests"},{"name":"0.11","sha":"176481c0f8694df12809ac7e70def059e4f9d89f","kind":"commit","published_at":"2014-06-26T02:39:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.11","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11/manifests"},{"name":"0.10","sha":"35df1e3afcf0ec67cf588b17adba537bc3e395c9","kind":"commit","published_at":"2014-04-01T02:47:00.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.10","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10/manifests"},{"name":"0.9","sha":"ee89bf486a157fa27ad4e2084f48930ecba630de","kind":"commit","published_at":"2014-01-08T07:42:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.9","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9/manifests"},{"name":"0.8","sha":"dbe73b0a99ad86f08254e30fad274a1bdfb7779b","kind":"commit","published_at":"2013-09-17T07:23:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.8","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8/manifests"},{"name":"0.7","sha":"81217a4f983570d752aad58073f22f142f1c2f01","kind":"commit","published_at":"2013-07-04T13:32:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.7","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7/manifests"},{"name":"0.6","sha":"45c4b6f47231f30202f0205ceaae3a7da1f8c8ed","kind":"commit","published_at":"2013-04-01T22:31:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.6","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6/manifests"},{"name":"0.5","sha":"2ae581183cc4b7fb47ea104bcfda42292a2fdd32","kind":"commit","published_at":"2013-01-08T01:51:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5/manifests"}]},"repo_metadata_updated_at":"2025-11-06T22:27:49.111Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":14.13374734057846,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":7.06687367028923},"purl":"pkg:apk/alpine/rust-bindgen-fish-completion?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=edge","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/rust-bindgen-fish-completion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/rust-bindgen-fish-completion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/rust-bindgen-fish-completion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-11-06T22:09:15.751Z","issues_count":1579,"pull_requests_count":1870,"avg_time_to_close_issue":15990111.391829155,"avg_time_to_close_pull_request":2452475.746704871,"issues_closed_count":1076,"pull_requests_closed_count":1745,"pull_request_authors_count":420,"issue_authors_count":773,"avg_comments_per_issue":3.837238758708043,"avg_comments_per_pull_request":3.6614973262032087,"merged_pull_requests_count":1548,"bot_issues_count":0,"bot_pull_requests_count":17,"past_year_issues_count":135,"past_year_pull_requests_count":305,"past_year_avg_time_to_close_issue":1894521.8918918918,"past_year_avg_time_to_close_pull_request":920802.1312217194,"past_year_issues_closed_count":37,"past_year_pull_requests_closed_count":221,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":105,"past_year_avg_comments_per_issue":0.7925925925925926,"past_year_avg_comments_per_pull_request":0.8098360655737705,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":202,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/issues","maintainers":[{"login":"emilio","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/emilio"},{"login":"fitzgen","count":356,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fitzgen"},{"login":"pvdrz","count":149,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pvdrz"},{"login":"kulp","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kulp"},{"login":"tshepang","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tshepang"},{"login":"Manishearth","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"},{"login":"dtolnay","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"amanjeev","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amanjeev"},{"login":"scoopr","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/scoopr"},{"login":"frewsxcv","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/frewsxcv"},{"login":"alex","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alex"},{"login":"bjorn3","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"jyn514","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jyn514"},{"login":"workingjubilee","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/workingjubilee"},{"login":"sanxiyn","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sanxiyn"},{"login":"cuviper","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"nagisa","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nagisa"},{"login":"thomcc","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thomcc"},{"login":"jamesmunns","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jamesmunns"},{"login":"lnicola","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lnicola"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"m-ou-se","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-ou-se"},{"login":"anp","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/anp"},{"login":"programmerjake","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/programmerjake"},{"login":"AlexEne","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AlexEne"},{"login":"wesleywiser","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wesleywiser"},{"login":"aDotInTheVoid","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aDotInTheVoid"},{"login":"cramertj","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cramertj"},{"login":"edunham","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/edunham"},{"login":"michaelwoerister","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/michaelwoerister"},{"login":"dwijnand","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dwijnand"},{"login":"KiChjang","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KiChjang"}],"active_maintainers":[{"login":"dtolnay","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"bjorn3","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"cuviper","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"Manishearth","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen-fish-completion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen-fish-completion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen-fish-completion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen-fish-completion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen-fish-completion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/rust-bindgen-fish-completion/codemeta","maintainers":[{"uuid":"alpine@ptrcnull.me","login":null,"name":"Patrycja Rosa","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","packages_count":773,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Patrycja Rosa","role":null,"created_at":"2024-12-07T21:13:57.314Z","updated_at":"2024-12-07T21:13:57.314Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers/alpine@ptrcnull.me/packages"}],"registry":{"name":"alpine-edge","url":"https://pkgs.alpinelinux.org/packages?branch=edge","ecosystem":"alpine","default":false,"packages_count":39389,"maintainers_count":878,"namespaces_count":3,"keywords_count":0,"github":"alpinelinux","metadata":{"repos":["main","community","testing"]},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.616Z","updated_at":"2026-04-27T18:20:22.267Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/namespaces"}},{"id":8663802,"name":"rust-bindgen","ecosystem":"alpine","description":"automatically generates Rust FFI bindings to C (and some C++) libraries","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2023-07-11T14:36:20.000Z","latest_release_published_at":"2023-07-11T14:36:20.000Z","latest_release_number":"0.66.1-r0","last_synced_at":"2026-04-15T02:07:57.300Z","created_at":"2023-12-20T10:01:03.287Z","updated_at":"2026-04-15T02:07:57.300Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.19/main/x86_64/rust-bindgen","install_command":"apk add rust-bindgen","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":38331451,"uuid":"61728459","full_name":"rust-lang/rust-bindgen","owner":"rust-lang","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries.","archived":false,"fork":false,"pushed_at":"2025-10-21T21:12:34.000Z","size":18199,"stargazers_count":4982,"open_issues_count":535,"forks_count":769,"subscribers_count":53,"default_branch":"main","last_synced_at":"2025-10-30T18:41:12.733Z","etag":null,"topics":["bindings","codegen","ffi"],"latest_commit_sha":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-06-22T15:05:51.000Z","updated_at":"2025-10-30T17:41:29.000Z","dependencies_parsed_at":"2022-07-09T11:00:21.978Z","dependency_job_id":"e8642311-64d2-424b-ba68-2e4b4857d0e0","html_url":"https://github.com/rust-lang/rust-bindgen","commit_stats":{"total_commits":2798,"total_committers":417,"mean_commits":6.709832134292566,"dds":0.8148677626876341,"last_synced_commit":"8a6d851318153b7304b651a7fd8f559938683de3"},"previous_names":["servo/rust-bindgen","rust-lang-nursery/rust-bindgen"],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/rust-lang/rust-bindgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/sbom","scorecard":{"id":447423,"data":{"date":"2025-08-11","repo":{"name":"github.com/rust-lang/rust-bindgen","commit":"5f7aa4b4edcb11a20f251e829bbc66034e21c8e2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 12/20 approved changesets -- score normalized to 6","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/bump-version.yml:20","Warn: no topLevel permission defined: .github/workflows/bindgen.yml:1","Warn: no topLevel permission defined: .github/workflows/bump-version.yml:1","Warn: no topLevel permission defined: .github/workflows/create-tag.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy-book.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:18"],"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid parameter name: .github/workflows/release.yml:78","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:144: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-tag.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:289: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:176: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/bump-version.yml:45","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:67","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:125","Info:   0 out of  31 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  13 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned","Info:   0 out of   2 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:12"],"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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.71.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040","Warn: release artifact v0.71.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040"],"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/rust-lang/.github/SECURITY.md:1","Info: Found linked content: github.com/rust-lang/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/rust-lang/.github/SECURITY.md:1","Info: Found text in security policy: github.com/rust-lang/.github/SECURITY.md:1"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-19T07:11:33.233Z","repository_id":38331451,"created_at":"2025-08-19T07:11:33.265Z","updated_at":"2025-08-19T07:11:33.265Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281937758,"owners_count":26586774,"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-10-31T02:00:07.401Z","response_time":57,"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":"rust-lang","name":"The Rust Programming Language","uuid":"5430905","kind":"organization","description":"","email":"contact@rust-lang.org","website":"https://www.rust-lang.org","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5430905?v=4","repositories_count":233,"last_synced_at":"2025-10-30T00:35:41.348Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rust-lang","funding_links":[],"total_stars":369545,"followers":15156,"following":0,"created_at":"2022-11-02T16:22:33.891Z","updated_at":"2025-10-30T00:35:41.348Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang/repositories"},"tags":[{"name":"v0.72.1","sha":"d874de8d646d9b8a3e7ba2db2bcd52f2fba8f1f5","kind":"tag","published_at":"2025-08-31T17:50:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1/manifests"},{"name":"v0.72.0","sha":"d0e7d6b5b763e93dd38f9ece05230979ede95a0a","kind":"tag","published_at":"2025-06-08T11:15:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0/manifests"},{"name":"v0.71.1","sha":"af7fd38d5e80514406fb6a8bba2d407d252c30b9","kind":"tag","published_at":"2024-12-09T15:21:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1/manifests"},{"name":"v0.71.0","sha":"93c5b8b36bf2372f3b5f5671ce752342c3e83f97","kind":"tag","published_at":"2024-12-09T14:44:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0/manifests"},{"name":"v0.69.5","sha":"ddd00d48e27a6451f65fb8afef381d98a56e0560","kind":"commit","published_at":"2024-10-08T16:30:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5/manifests"},{"name":"v0.70.1","sha":"21c60f473f4e824d4aa9b2b508056320d474b110","kind":"tag","published_at":"2024-08-20T21:24:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1/manifests"},{"name":"v0.70.0","sha":"190ff2a6a4739f3a703125d9ed290dcd2dc9c808","kind":"commit","published_at":"2024-08-16T22:45:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0/manifests"},{"name":"v0.69.4","sha":"62859b2c6108c1c0f60d16b9ffe7544a4fbce48b","kind":"tag","published_at":"2024-02-04T12:50:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4/manifests"},{"name":"v0.69.3","sha":"918abdcac6a263b3d33c2b04d7b1b66fc90c2e39","kind":"tag","published_at":"2024-02-04T11:45:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3/manifests"},{"name":"v0.69.2","sha":"2a22051bb06cf66bd4e3d9305c45a407b79cf1af","kind":"tag","published_at":"2024-01-13T00:08:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2/manifests"},{"name":"v0.69.1","sha":"f3f3d326c7e9e6fa55562fec6a8676ae8eab7588","kind":"tag","published_at":"2023-11-02T17:47:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"c73990cc0f714ce79e444039f09eaf1f769d7e6a","kind":"commit","published_at":"2023-11-01T17:55:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"8d75a02bbb5c64e85e6ce62b57d52b7df9c61c79","kind":"tag","published_at":"2023-09-06T17:48:55.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"ebcf0bcc8bba113d82d0f1e0cbede40ccffc6e8f","kind":"tag","published_at":"2023-09-06T17:01:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0/manifests"},{"name":"v0.66.1","sha":"38a779c61734c134429dfb99da3499173a848c17","kind":"tag","published_at":"2023-06-19T09:08:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1/manifests"},{"name":"v0.66.0","sha":"264075a6362f951e90240a976428f0225652d27c","kind":"tag","published_at":"2023-06-14T18:09:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0/manifests"},{"name":"v0.65.1","sha":"7d243056d335fdc4537f7bca73c06d01aae24ddc","kind":"tag","published_at":"2023-04-10T20:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"2bcff0f2ce64629c6e9d8450f8ddd5eb90bca9e0","kind":"tag","published_at":"2023-04-10T17:25:51.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0/manifests"},{"name":"v0.64.0","sha":"ae6817256ac557981906e93a1f866349db85053e","kind":"tag","published_at":"2023-02-07T15:37:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.64.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0/manifests"},{"name":"v0.63.0","sha":"c51591941e18a75c312c7c237c4969dd22c40467","kind":"tag","published_at":"2022-11-22T18:30:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.63.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0/manifests"},{"name":"v0.62.0","sha":"c09bd2f5b58fb90fbcd906a4826d4ac26fe6ef1d","kind":"tag","published_at":"2022-11-17T03:36:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.62.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0/manifests"},{"name":"v0.61.0","sha":"784d3e824dcb95b8913156d872c9ed8eb8720291","kind":"tag","published_at":"2022-10-16T19:55:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.61.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0/manifests"},{"name":"v0.60.1","sha":"9ca5f856a35deddde0575002d76d1db4430e6c42","kind":"tag","published_at":"2022-06-06T11:23:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1/manifests"},{"name":"v0.60.0","sha":"355181134094202e0caae60c1fbf145d8e6ca84b","kind":"tag","published_at":"2022-06-05T18:38:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0/manifests"},{"name":"v0.59.2","sha":"89032649044d875983a851fff6fbde2d4e2ceaeb","kind":"tag","published_at":"2021-11-26T01:54:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2/manifests"},{"name":"v0.59.1","sha":"9a9438f3d6a3523c69d7bc890e8608b63dbe38a5","kind":"tag","published_at":"2021-07-25T22:25:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"67140077f65bb5af6eae1b257c91c9f379e56bc2","kind":"tag","published_at":"2021-07-20T10:20:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0/manifests"},{"name":"v0.58.1","sha":"696455d1c15e682b2b89f81f409315ea4964aef3","kind":"tag","published_at":"2021-04-06T09:20:01.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1/manifests"},{"name":"v0.58.0","sha":"d7ba7d1dcb081c3c853e3385fd4ef15cb6c1c22c","kind":"tag","published_at":"2021-04-03T11:16:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0/manifests"},{"name":"v0.57.0","sha":"5ca2fc7a0221cacde41fd60b0ce485ee5ab8dac3","kind":"tag","published_at":"2021-02-01T13:06:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.57.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"11ae35089e4748b7e2a6f50f6bef7709af72e724","kind":"tag","published_at":"2020-11-26T10:36:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.56.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0/manifests"},{"name":"v0.47.4","sha":"c2b3a71fc46cb05032dc99ece6a98cf0fb6359eb","kind":"tag","published_at":"2020-11-13T18:43:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4/manifests"},{"name":"v0.55.1","sha":"d492ac4ae11ba7403acd533813982b052c5020a0","kind":"tag","published_at":"2020-08-24T22:39:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1/manifests"},{"name":"v0.55.0","sha":"0996486f0977e12f1a64f7730b3eca81659aa839","kind":"tag","published_at":"2020-08-24T09:59:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0/manifests"},{"name":"v0.54.1-sp1","sha":"79f2c131dfc571852b7c097ca3d08d31ab9874c3","kind":"commit","published_at":"2020-08-03T02:19:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1/manifests"},{"name":"v0.54.1","sha":"f94036fd18eefee801b3e99c564b2b0bc1a81218","kind":"tag","published_at":"2020-07-06T17:17:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1/manifests"},{"name":"v0.53.3","sha":"a8290e03c994bf2f9113fdfca7c74eda2f9750cd","kind":"tag","published_at":"2020-05-21T19:49:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3/manifests"},{"name":"v0.54.0","sha":"d405baf05acec7caf6d3d403cccdaeb5e67423e3","kind":"tag","published_at":"2020-05-21T19:42:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0/manifests"},{"name":"v0.53.2-sp1","sha":"b8beaaf0105158f1d1ed02617487aeb190077e2d","kind":"commit","published_at":"2020-04-01T08:33:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1/manifests"},{"name":"v0.53.2","sha":"cfd3347c6655195d2a03b11aff9cb5efac327bf9","kind":"tag","published_at":"2020-03-09T23:17:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2/manifests"},{"name":"v0.53.1","sha":"02e76faa7a9270125ea9b8dc45cff3f475283d6e","kind":"tag","published_at":"2020-02-03T12:29:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"1d86a83a8767343528c283a1f6ac9f673bb4eb1a","kind":"tag","published_at":"2020-02-02T22:34:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0/manifests"},{"name":"v0.52.0-sp1","sha":"e025ea3d8a3c84ba0208ba156b2cc1e389127869","kind":"commit","published_at":"2019-12-12T06:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1/manifests"},{"name":"v0.49.4","sha":"15d9cb242d91ae736a3d048e456c12528c886404","kind":"tag","published_at":"2019-12-04T16:01:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4/manifests"},{"name":"v0.52.0","sha":"b44be6e3dbce03857c6eac221b1350acd68cb357","kind":"tag","published_at":"2019-11-19T19:30:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0/manifests"},{"name":"v0.19.2","sha":"ff4506b21b9af78566751bfe6019d4b96f8138c4","kind":"tag","published_at":"2019-10-18T14:04:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.19.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2/manifests"},{"name":"v0.51.1-oldsyn","sha":"7c24e0d27f0f70b71df832f48dfed71010e56978","kind":"tag","published_at":"2019-09-24T18:05:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1-oldsyn","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1-oldsyn","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1-oldsyn","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn/manifests"},{"name":"v0.50.1","sha":"8e720a929b64c37e4cb1436041a125c07451030b","kind":"tag","published_at":"2019-09-23T16:57:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1/manifests"},{"name":"v0.51.1","sha":"6643847b38acbd1f709ace8e07e96a2a0435c212","kind":"tag","published_at":"2019-09-23T16:50:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1/manifests"},{"name":"v0.51.0","sha":"37e3d658b1b2030e1f805cedcf7301e8ee461e09","kind":"tag","published_at":"2019-07-26T15:55:23.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0/manifests"},{"name":"v0.50.0","sha":"d7898170fb8feadcab1940c2ecfbac2510780552","kind":"tag","published_at":"2019-07-01T22:03:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0/manifests"},{"name":"v0.49.3","sha":"ad0bf8e6bea1bd70a032f2425b4a581926778096","kind":"tag","published_at":"2019-06-25T16:56:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3/manifests"},{"name":"v0.49.2","sha":"5eefef7dcaaac45486224954c006e17ad0d24547","kind":"tag","published_at":"2019-05-22T13:39:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2/manifests"},{"name":"v0.49.1","sha":"e5250a01b98cb8ca9dc4584788dbc5db68147a71","kind":"tag","published_at":"2019-05-16T19:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1/manifests"},{"name":"v0.49.0","sha":"5b2f344bb02e72fd177149e3aa5d789679fa4471","kind":"tag","published_at":"2019-03-27T02:02:19.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0/manifests"},{"name":"v0.48.1","sha":"185a5f322e973b60f8d0986672f9a88e5d9a07bd","kind":"tag","published_at":"2019-03-06T13:17:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1/manifests"},{"name":"v0.48.0","sha":"a43cc2afcd69cbaa2f699ee3d4b9c804576ffad7","kind":"tag","published_at":"2019-03-04T02:55:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0/manifests"},{"name":"v0.47.3","sha":"1cd830127489b19a58143c300667d045b447a62d","kind":"tag","published_at":"2019-02-25T17:44:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3/manifests"},{"name":"v0.47.2","sha":"f4f47d52cbce45af177958e76ef9a4a17e922bc4","kind":"tag","published_at":"2019-02-23T06:00:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2/manifests"},{"name":"v0.47.1","sha":"86eff214bf29dc1545bfa7fd44ab2df20048e62b","kind":"tag","published_at":"2019-02-02T19:18:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1/manifests"},{"name":"v0.47.0","sha":"8747bc9c28e2c1f762f6fd0f9235f056dbc74ba0","kind":"tag","published_at":"2019-01-19T17:13:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"7c24f6b2f6f62f62eba64784f58b1b6d46831908","kind":"tag","published_at":"2018-12-29T13:53:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.46.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"371e744e4158f23e75adb296433fc684076964ad","kind":"tag","published_at":"2018-12-14T12:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.45.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"7b1406dc90f67fafca61dba915ac57b9d2d7d2d4","kind":"tag","published_at":"2018-11-30T11:36:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.44.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0/manifests"},{"name":"v0.43.2","sha":"68d0af91e58d8ae4c384fb8ae48153dd3ddb7e0a","kind":"tag","published_at":"2018-11-23T10:44:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2/manifests"},{"name":"v0.43.1","sha":"5de943ca7bf6c155f7bae1d91f1e3b1d91e8d901","kind":"tag","published_at":"2018-11-05T13:22:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1/manifests"},{"name":"v0.43.0","sha":"a242c51e6ff0d4cc27940a3927e713e8dff82c5f","kind":"tag","published_at":"2018-10-22T07:39:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0/manifests"},{"name":"v0.42.3","sha":"d7a74baf5c822e0312aca539c3836e5d87c6091b","kind":"tag","published_at":"2018-10-20T05:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3/manifests"},{"name":"v0.42.2","sha":"6055f364bd1d341da8fa881741ec36ab0abf0a7a","kind":"tag","published_at":"2018-10-11T16:18:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2/manifests"},{"name":"v0.42.1","sha":"988a9537800a23c045e045f19e02a1674d6a14ef","kind":"tag","published_at":"2018-10-08T13:40:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1/manifests"},{"name":"v0.42.0","sha":"35a349dd76cb5ba9470de30bb2eb51ea152a9640","kind":"tag","published_at":"2018-10-07T09:14:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"c4433e08ce973632565fd8e2856533052a8ecc89","kind":"tag","published_at":"2018-09-30T19:06:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.41.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0/manifests"},{"name":"v0.40.0","sha":"36c087bb4a22ae37d96a7a711293f5ee2d98015f","kind":"tag","published_at":"2018-09-04T12:47:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.40.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"14da023687b36db480c42f924ec8d236faf1577a","kind":"tag","published_at":"2018-08-24T13:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.39.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"40d24bb085a1a0bd11f7cf4dd87c52de529302ca","kind":"tag","published_at":"2018-08-15T10:49:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.38.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0/manifests"},{"name":"v0.37.4","sha":"c197acf847c4ea6012061c1246668514059c34ae","kind":"tag","published_at":"2018-07-01T13:59:56.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4/manifests"},{"name":"v0.37.3","sha":"a899ce711617fd7be482622a908a40d5fd1c7628","kind":"tag","published_at":"2018-07-01T12:09:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3/manifests"},{"name":"v0.37.0","sha":"4d3674fd378f7ad7fbd7aa1ff9781eecee1f5940","kind":"tag","published_at":"2018-05-18T14:09:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"515ca97b462f348b7b3bb9eaea98b2e0bb1b624b","kind":"tag","published_at":"2018-05-09T22:25:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"af54e58a8c2e513ba8c3cc00c22aa958de091a53","kind":"tag","published_at":"2018-04-10T13:55:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"fb069e9391ebf40ec9ebef7c0ac2e50f5ead5644","kind":"tag","published_at":"2018-03-25T18:25:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.35.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0/manifests"},{"name":"0.33.1","sha":"3379a90a2d88c7d6333d64fe33ea1bd992904c71","kind":"commit","published_at":"2018-02-14T19:45:15.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.33.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1/manifests"},{"name":"v0.32.2","sha":"b3712248c59f8f4dca80fd92d1ad9cb40149a8cc","kind":"tag","published_at":"2018-01-22T11:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.32.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2/manifests"},{"name":"0.32.1","sha":"39d07787a3409b7753a9600bbbfe43d757ce28c2","kind":"commit","published_at":"2017-12-18T21:21:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1/manifests"},{"name":"0.32.0","sha":"d4829d3bb33ffe411fcc67c273be7643017aae38","kind":"commit","published_at":"2017-12-08T19:03:02.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0/manifests"},{"name":"0.31.3","sha":"55cf63c08c539df2a8c5437c062dda5fb57a8b18","kind":"commit","published_at":"2017-10-31T17:57:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3/manifests"},{"name":"v0.31.2","sha":"4c975aa18f6ae4147a146ae7f9c25ac6a2ae14b0","kind":"tag","published_at":"2017-10-30T11:56:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2/manifests"},{"name":"0.31.2","sha":"33c6f261db8fd6ca752a1ed0ba1a8cf6ef3158cd","kind":"commit","published_at":"2017-10-30T10:56:46.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2/manifests"},{"name":"v0.31.1","sha":"fefbbb56ec78950275ff6a1a714efcaa48bf9e8c","kind":"tag","published_at":"2017-10-28T13:26:03.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"f661f58188c6442145ff8856b059ce3e09941e5e","kind":"commit","published_at":"2017-10-27T18:10:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0/manifests"},{"name":"v0.29.1","sha":"81166785bb4d4e315308a512b7b7594175ef1db7","kind":"tag","published_at":"2017-10-12T12:36:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1/manifests"},{"name":"v0.30.0","sha":"05caa820010d44b601b340228d4f95d81958a270","kind":"commit","published_at":"2017-08-28T16:58:05.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.30.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"0e39721b6c72b574026a0802792c4e95f0d83e68","kind":"tag","published_at":"2017-07-28T01:21:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0/manifests"},{"name":"v0.26.3","sha":"78e7546d3be61a7cb7272c7365564300481798ae","kind":"tag","published_at":"2017-07-10T08:23:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3/manifests"},{"name":"v0.26.1","sha":"49526069a0cb9486cb4838134259589addafff40","kind":"tag","published_at":"2017-06-20T23:12:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"8470e221f9fa5d1f195339737fdd3a7b433cad51","kind":"tag","published_at":"2017-06-20T11:34:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0/manifests"},{"name":"v0.25.5","sha":"7faa855d01e114c1adc0abd5efd547ed40543882","kind":"tag","published_at":"2017-06-15T21:55:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5/manifests"},{"name":"v0.25.3","sha":"daf1935534de9cd09a8d3f4384af20eaa4fe0f01","kind":"tag","published_at":"2017-05-27T16:20:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3/manifests"},{"name":"0.25.2","sha":"c160b3d1ed7ebd6b5e542fe271a078f4881884cd","kind":"commit","published_at":"2017-05-25T17:52:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.25.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2/manifests"},{"name":"v0.25.1","sha":"9bb794bb3305ae2355e1945b3abe3d0d8064a428","kind":"tag","published_at":"2017-05-21T01:22:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"31e440917cdc8ac57cd69ddf929e90a7c4b46367","kind":"tag","published_at":"2017-05-08T22:24:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"2d88dd106bf33807679f531051546f3c9889161e","kind":"tag","published_at":"2017-05-08T21:22:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"66b9c3d8698aef0a32147eeabb99264a9b52d171","kind":"tag","published_at":"2017-05-03T20:47:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0/manifests"},{"name":"v0.23.1","sha":"719d03c7724da0c93b05b891465b2df4299ef169","kind":"commit","published_at":"2017-04-17T12:28:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1/manifests"},{"name":"v0.23.0","sha":"06fa2f75ba4dccba7430d461ec89b7e8c36fd4e9","kind":"commit","published_at":"2017-04-11T23:54:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0/manifests"},{"name":"v0.22.1","sha":"4dde8f876dec0efd1f3bf2b0b594a57ef6ac774a","kind":"tag","published_at":"2017-03-06T06:34:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1/manifests"},{"name":"v0.22.0","sha":"e57b2cb3037628abbbf2be549ae3a2e8a4aa95b2","kind":"tag","published_at":"2017-02-17T17:03:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0/manifests"},{"name":"v0.20.5","sha":"7d995d75e07798c1527d5ea3dd8a647ed79fe209","kind":"tag","published_at":"2017-01-27T22:48:11.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5/manifests"},{"name":"v0.20.4","sha":"33df99a73784c1846b62f97ebff3848cdd76c3b1","kind":"tag","published_at":"2017-01-27T13:16:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"78e425f921085030585c93ed1eb0b96b5cb3b4b5","kind":"tag","published_at":"2017-01-26T19:55:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"e4420b601031c4ec8d84fe8340961447e3a2c87a","kind":"commit","published_at":"2017-01-25T14:18:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2/manifests"},{"name":"v0.20.0","sha":"aad93a81bb2ceeeeffc94c856a6d0d37c5ac6aec","kind":"commit","published_at":"2017-01-23T09:23:09.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0/manifests"},{"name":"0.19.1","sha":"d8458941cb570f8753c885da512ba22a53c6bb44","kind":"commit","published_at":"2016-11-06T13:26:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1/manifests"},{"name":"0.19","sha":"91f9f93abc9e802da0eb94e073d6717569fca9fc","kind":"commit","published_at":"2016-07-17T20:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19/manifests"},{"name":"0.18","sha":"9a8c75bb71dd9fdabc210f327f5f0265a259c9fe","kind":"commit","published_at":"2016-06-05T13:33:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.18","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18/manifests"},{"name":"0.17","sha":"6f26197e5753218e87e30de54d08bcd57c0f8f58","kind":"commit","published_at":"2016-05-27T20:19:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.17","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17/manifests"},{"name":"0.16","sha":"b832eb19930f2345b1b8e24398593d3e24e2d1f8","kind":"commit","published_at":"2016-02-17T13:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.16","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16/manifests"},{"name":"0.15","sha":"56faaf291d87355c204bf7deec66128d6090d4d1","kind":"commit","published_at":"2015-08-31T14:06:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.15","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15/manifests"},{"name":"0.14","sha":"40b62ebc9853b8feeaddce8cad972eebdb9f99a9","kind":"commit","published_at":"2015-05-03T15:50:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.14","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14/manifests"},{"name":"0.12","sha":"f5500333413b597bd3d6e22e0325143df998082d","kind":"commit","published_at":"2014-10-06T07:16:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.12","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12/manifests"},{"name":"0.11","sha":"176481c0f8694df12809ac7e70def059e4f9d89f","kind":"commit","published_at":"2014-06-26T02:39:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.11","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11/manifests"},{"name":"0.10","sha":"35df1e3afcf0ec67cf588b17adba537bc3e395c9","kind":"commit","published_at":"2014-04-01T02:47:00.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.10","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10/manifests"},{"name":"0.9","sha":"ee89bf486a157fa27ad4e2084f48930ecba630de","kind":"commit","published_at":"2014-01-08T07:42:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.9","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9/manifests"},{"name":"0.8","sha":"dbe73b0a99ad86f08254e30fad274a1bdfb7779b","kind":"commit","published_at":"2013-09-17T07:23:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.8","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8/manifests"},{"name":"0.7","sha":"81217a4f983570d752aad58073f22f142f1c2f01","kind":"commit","published_at":"2013-07-04T13:32:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.7","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7/manifests"},{"name":"0.6","sha":"45c4b6f47231f30202f0205ceaae3a7da1f8c8ed","kind":"commit","published_at":"2013-04-01T22:31:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.6","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6/manifests"},{"name":"0.5","sha":"2ae581183cc4b7fb47ea104bcfda42292a2fdd32","kind":"commit","published_at":"2013-01-08T01:51:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5/manifests"}]},"repo_metadata_updated_at":"2025-11-06T22:27:47.621Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/rust-bindgen?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.19","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/rust-bindgen","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/rust-bindgen","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/rust-bindgen/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-11-06T22:09:15.751Z","issues_count":1579,"pull_requests_count":1870,"avg_time_to_close_issue":15990111.391829155,"avg_time_to_close_pull_request":2452475.746704871,"issues_closed_count":1076,"pull_requests_closed_count":1745,"pull_request_authors_count":420,"issue_authors_count":773,"avg_comments_per_issue":3.837238758708043,"avg_comments_per_pull_request":3.6614973262032087,"merged_pull_requests_count":1548,"bot_issues_count":0,"bot_pull_requests_count":17,"past_year_issues_count":135,"past_year_pull_requests_count":305,"past_year_avg_time_to_close_issue":1894521.8918918918,"past_year_avg_time_to_close_pull_request":920802.1312217194,"past_year_issues_closed_count":37,"past_year_pull_requests_closed_count":221,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":105,"past_year_avg_comments_per_issue":0.7925925925925926,"past_year_avg_comments_per_pull_request":0.8098360655737705,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":202,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/issues","maintainers":[{"login":"emilio","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/emilio"},{"login":"fitzgen","count":356,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fitzgen"},{"login":"pvdrz","count":149,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pvdrz"},{"login":"kulp","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kulp"},{"login":"tshepang","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tshepang"},{"login":"Manishearth","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"},{"login":"dtolnay","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"amanjeev","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amanjeev"},{"login":"scoopr","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/scoopr"},{"login":"frewsxcv","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/frewsxcv"},{"login":"alex","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alex"},{"login":"bjorn3","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"jyn514","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jyn514"},{"login":"workingjubilee","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/workingjubilee"},{"login":"sanxiyn","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sanxiyn"},{"login":"cuviper","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"nagisa","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nagisa"},{"login":"thomcc","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thomcc"},{"login":"jamesmunns","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jamesmunns"},{"login":"lnicola","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lnicola"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"m-ou-se","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-ou-se"},{"login":"anp","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/anp"},{"login":"programmerjake","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/programmerjake"},{"login":"AlexEne","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AlexEne"},{"login":"wesleywiser","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wesleywiser"},{"login":"aDotInTheVoid","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aDotInTheVoid"},{"login":"cramertj","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cramertj"},{"login":"edunham","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/edunham"},{"login":"michaelwoerister","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/michaelwoerister"},{"login":"dwijnand","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dwijnand"},{"login":"KiChjang","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KiChjang"}],"active_maintainers":[{"login":"dtolnay","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"bjorn3","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"cuviper","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"Manishearth","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/rust-bindgen/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/rust-bindgen/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/rust-bindgen/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/rust-bindgen/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/rust-bindgen/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages/rust-bindgen/codemeta","maintainers":[{"uuid":"mps@arvanta.net","login":null,"name":"Milan P. Stanić","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Milan P. Stanić","packages_count":161,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Milan P. Stanić","role":null,"created_at":"2023-12-20T11:17:06.256Z","updated_at":"2023-12-20T11:17:06.256Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/maintainers/mps@arvanta.net/packages"}],"registry":{"name":"alpine-v3.19","url":"https://pkgs.alpinelinux.org/packages?branch=v3.19","ecosystem":"alpine","default":false,"packages_count":23031,"maintainers_count":392,"namespaces_count":2,"keywords_count":0,"github":"alpinelinux","metadata":{"repos":["main","community"]},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-12-20T09:51:56.346Z","updated_at":"2026-04-27T18:20:23.384Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.19/namespaces"}},{"id":10330950,"name":"rust-bindgen","ecosystem":"alpine","description":"automatically generates Rust FFI bindings to C (and some C++) libraries","homepage":"https://github.com/rust-lang/rust-bindgen","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/rust-lang/rust-bindgen","keywords_array":[],"namespace":"main","versions_count":1,"first_release_published_at":"2023-07-11T14:36:20.000Z","latest_release_published_at":"2023-07-11T14:36:20.000Z","latest_release_number":"0.66.1-r0","last_synced_at":"2026-04-15T02:07:56.508Z","created_at":"2024-06-11T02:44:09.090Z","updated_at":"2026-04-15T02:07:56.508Z","registry_url":"https://pkgs.alpinelinux.org/package/v3.20/main/x86_64/rust-bindgen","install_command":"apk add rust-bindgen","documentation_url":null,"metadata":{"repository":"main","architecture":"x86_64"},"repo_metadata":{"id":38331451,"uuid":"61728459","full_name":"rust-lang/rust-bindgen","owner":"rust-lang","description":"Automatically generates Rust FFI bindings to C (and some C++) libraries.","archived":false,"fork":false,"pushed_at":"2025-10-21T21:12:34.000Z","size":18199,"stargazers_count":4982,"open_issues_count":535,"forks_count":769,"subscribers_count":53,"default_branch":"main","last_synced_at":"2025-10-30T18:41:12.733Z","etag":null,"topics":["bindings","codegen","ffi"],"latest_commit_sha":null,"homepage":"https://rust-lang.github.io/rust-bindgen/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-lang.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-06-22T15:05:51.000Z","updated_at":"2025-10-30T17:41:29.000Z","dependencies_parsed_at":"2022-07-09T11:00:21.978Z","dependency_job_id":"e8642311-64d2-424b-ba68-2e4b4857d0e0","html_url":"https://github.com/rust-lang/rust-bindgen","commit_stats":{"total_commits":2798,"total_committers":417,"mean_commits":6.709832134292566,"dds":0.8148677626876341,"last_synced_commit":"8a6d851318153b7304b651a7fd8f559938683de3"},"previous_names":["servo/rust-bindgen","rust-lang-nursery/rust-bindgen"],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/rust-lang/rust-bindgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/sbom","scorecard":{"id":447423,"data":{"date":"2025-08-11","repo":{"name":"github.com/rust-lang/rust-bindgen","commit":"5f7aa4b4edcb11a20f251e829bbc66034e21c8e2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 12/20 approved changesets -- score normalized to 6","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":"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":"Maintained","score":10,"reason":"30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/bump-version.yml:20","Warn: no topLevel permission defined: .github/workflows/bindgen.yml:1","Warn: no topLevel permission defined: .github/workflows/bump-version.yml:1","Warn: no topLevel permission defined: .github/workflows/create-tag.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy-book.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:18"],"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" 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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: invalid parameter name: .github/workflows/release.yml:78","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:144: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:156: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bindgen.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bindgen.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bindgen.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bump-version.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bump-version.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/bump-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-tag.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-tag.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/create-tag.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy-book.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/deploy-book.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:289: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:84: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:176: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:180: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:249: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:256: update your workflow using https://app.stepsecurity.io/secureworkflow/rust-lang/rust-bindgen/release.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/bump-version.yml:45","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:67","Warn: downloadThenRun not pinned by hash: .github/workflows/release.yml:125","Info:   0 out of  31 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  13 third-party GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned","Info:   0 out of   2 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:12"],"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":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.71.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 not signed: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040","Warn: release artifact v0.71.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189749890","Warn: release artifact v0.71.0 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/189740180","Warn: release artifact v0.69.5 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/178946412","Warn: release artifact v0.70.1 does not have provenance: https://api.github.com/repos/rust-lang/rust-bindgen/releases/171159040"],"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/rust-lang/.github/SECURITY.md:1","Info: Found linked content: github.com/rust-lang/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/rust-lang/.github/SECURITY.md:1","Info: Found text in security policy: github.com/rust-lang/.github/SECURITY.md:1"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-19T07:11:33.233Z","repository_id":38331451,"created_at":"2025-08-19T07:11:33.265Z","updated_at":"2025-08-19T07:11:33.265Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281937758,"owners_count":26586774,"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-10-31T02:00:07.401Z","response_time":57,"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":"rust-lang","name":"The Rust Programming Language","uuid":"5430905","kind":"organization","description":"","email":"contact@rust-lang.org","website":"https://www.rust-lang.org","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5430905?v=4","repositories_count":233,"last_synced_at":"2025-10-30T00:35:41.348Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rust-lang","funding_links":[],"total_stars":369545,"followers":15156,"following":0,"created_at":"2022-11-02T16:22:33.891Z","updated_at":"2025-10-30T00:35:41.348Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang/repositories"},"tags":[{"name":"v0.72.1","sha":"d874de8d646d9b8a3e7ba2db2bcd52f2fba8f1f5","kind":"tag","published_at":"2025-08-31T17:50:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.1/manifests"},{"name":"v0.72.0","sha":"d0e7d6b5b763e93dd38f9ece05230979ede95a0a","kind":"tag","published_at":"2025-06-08T11:15:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.72.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.72.0/manifests"},{"name":"v0.71.1","sha":"af7fd38d5e80514406fb6a8bba2d407d252c30b9","kind":"tag","published_at":"2024-12-09T15:21:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.1/manifests"},{"name":"v0.71.0","sha":"93c5b8b36bf2372f3b5f5671ce752342c3e83f97","kind":"tag","published_at":"2024-12-09T14:44:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.71.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.71.0/manifests"},{"name":"v0.69.5","sha":"ddd00d48e27a6451f65fb8afef381d98a56e0560","kind":"commit","published_at":"2024-10-08T16:30:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.5/manifests"},{"name":"v0.70.1","sha":"21c60f473f4e824d4aa9b2b508056320d474b110","kind":"tag","published_at":"2024-08-20T21:24:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.1/manifests"},{"name":"v0.70.0","sha":"190ff2a6a4739f3a703125d9ed290dcd2dc9c808","kind":"commit","published_at":"2024-08-16T22:45:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.70.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.70.0/manifests"},{"name":"v0.69.4","sha":"62859b2c6108c1c0f60d16b9ffe7544a4fbce48b","kind":"tag","published_at":"2024-02-04T12:50:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.4/manifests"},{"name":"v0.69.3","sha":"918abdcac6a263b3d33c2b04d7b1b66fc90c2e39","kind":"tag","published_at":"2024-02-04T11:45:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.3/manifests"},{"name":"v0.69.2","sha":"2a22051bb06cf66bd4e3d9305c45a407b79cf1af","kind":"tag","published_at":"2024-01-13T00:08:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.2/manifests"},{"name":"v0.69.1","sha":"f3f3d326c7e9e6fa55562fec6a8676ae8eab7588","kind":"tag","published_at":"2023-11-02T17:47:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.1/manifests"},{"name":"v0.69.0","sha":"c73990cc0f714ce79e444039f09eaf1f769d7e6a","kind":"commit","published_at":"2023-11-01T17:55:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.69.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.69.0/manifests"},{"name":"v0.68.1","sha":"8d75a02bbb5c64e85e6ce62b57d52b7df9c61c79","kind":"tag","published_at":"2023-09-06T17:48:55.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"ebcf0bcc8bba113d82d0f1e0cbede40ccffc6e8f","kind":"tag","published_at":"2023-09-06T17:01:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.68.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.68.0/manifests"},{"name":"v0.66.1","sha":"38a779c61734c134429dfb99da3499173a848c17","kind":"tag","published_at":"2023-06-19T09:08:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.1/manifests"},{"name":"v0.66.0","sha":"264075a6362f951e90240a976428f0225652d27c","kind":"tag","published_at":"2023-06-14T18:09:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.66.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.66.0/manifests"},{"name":"v0.65.1","sha":"7d243056d335fdc4537f7bca73c06d01aae24ddc","kind":"tag","published_at":"2023-04-10T20:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.1/manifests"},{"name":"v0.65.0","sha":"2bcff0f2ce64629c6e9d8450f8ddd5eb90bca9e0","kind":"tag","published_at":"2023-04-10T17:25:51.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.65.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.65.0/manifests"},{"name":"v0.64.0","sha":"ae6817256ac557981906e93a1f866349db85053e","kind":"tag","published_at":"2023-02-07T15:37:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.64.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.64.0/manifests"},{"name":"v0.63.0","sha":"c51591941e18a75c312c7c237c4969dd22c40467","kind":"tag","published_at":"2022-11-22T18:30:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.63.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.63.0/manifests"},{"name":"v0.62.0","sha":"c09bd2f5b58fb90fbcd906a4826d4ac26fe6ef1d","kind":"tag","published_at":"2022-11-17T03:36:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.62.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.62.0/manifests"},{"name":"v0.61.0","sha":"784d3e824dcb95b8913156d872c9ed8eb8720291","kind":"tag","published_at":"2022-10-16T19:55:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.61.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.61.0/manifests"},{"name":"v0.60.1","sha":"9ca5f856a35deddde0575002d76d1db4430e6c42","kind":"tag","published_at":"2022-06-06T11:23:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.1/manifests"},{"name":"v0.60.0","sha":"355181134094202e0caae60c1fbf145d8e6ca84b","kind":"tag","published_at":"2022-06-05T18:38:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.60.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.60.0/manifests"},{"name":"v0.59.2","sha":"89032649044d875983a851fff6fbde2d4e2ceaeb","kind":"tag","published_at":"2021-11-26T01:54:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.2/manifests"},{"name":"v0.59.1","sha":"9a9438f3d6a3523c69d7bc890e8608b63dbe38a5","kind":"tag","published_at":"2021-07-25T22:25:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.1/manifests"},{"name":"v0.59.0","sha":"67140077f65bb5af6eae1b257c91c9f379e56bc2","kind":"tag","published_at":"2021-07-20T10:20:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.59.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.59.0/manifests"},{"name":"v0.58.1","sha":"696455d1c15e682b2b89f81f409315ea4964aef3","kind":"tag","published_at":"2021-04-06T09:20:01.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.1/manifests"},{"name":"v0.58.0","sha":"d7ba7d1dcb081c3c853e3385fd4ef15cb6c1c22c","kind":"tag","published_at":"2021-04-03T11:16:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.58.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.58.0/manifests"},{"name":"v0.57.0","sha":"5ca2fc7a0221cacde41fd60b0ce485ee5ab8dac3","kind":"tag","published_at":"2021-02-01T13:06:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.57.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"11ae35089e4748b7e2a6f50f6bef7709af72e724","kind":"tag","published_at":"2020-11-26T10:36:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.56.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.56.0/manifests"},{"name":"v0.47.4","sha":"c2b3a71fc46cb05032dc99ece6a98cf0fb6359eb","kind":"tag","published_at":"2020-11-13T18:43:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.4/manifests"},{"name":"v0.55.1","sha":"d492ac4ae11ba7403acd533813982b052c5020a0","kind":"tag","published_at":"2020-08-24T22:39:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.1/manifests"},{"name":"v0.55.0","sha":"0996486f0977e12f1a64f7730b3eca81659aa839","kind":"tag","published_at":"2020-08-24T09:59:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.55.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.55.0/manifests"},{"name":"v0.54.1-sp1","sha":"79f2c131dfc571852b7c097ca3d08d31ab9874c3","kind":"commit","published_at":"2020-08-03T02:19:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1-sp1/manifests"},{"name":"v0.54.1","sha":"f94036fd18eefee801b3e99c564b2b0bc1a81218","kind":"tag","published_at":"2020-07-06T17:17:33.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.1/manifests"},{"name":"v0.53.3","sha":"a8290e03c994bf2f9113fdfca7c74eda2f9750cd","kind":"tag","published_at":"2020-05-21T19:49:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.3/manifests"},{"name":"v0.54.0","sha":"d405baf05acec7caf6d3d403cccdaeb5e67423e3","kind":"tag","published_at":"2020-05-21T19:42:44.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.54.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.54.0/manifests"},{"name":"v0.53.2-sp1","sha":"b8beaaf0105158f1d1ed02617487aeb190077e2d","kind":"commit","published_at":"2020-04-01T08:33:14.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2-sp1/manifests"},{"name":"v0.53.2","sha":"cfd3347c6655195d2a03b11aff9cb5efac327bf9","kind":"tag","published_at":"2020-03-09T23:17:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.2/manifests"},{"name":"v0.53.1","sha":"02e76faa7a9270125ea9b8dc45cff3f475283d6e","kind":"tag","published_at":"2020-02-03T12:29:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"1d86a83a8767343528c283a1f6ac9f673bb4eb1a","kind":"tag","published_at":"2020-02-02T22:34:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.53.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.53.0/manifests"},{"name":"v0.52.0-sp1","sha":"e025ea3d8a3c84ba0208ba156b2cc1e389127869","kind":"commit","published_at":"2019-12-12T06:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0-sp1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0-sp1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0-sp1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0-sp1/manifests"},{"name":"v0.49.4","sha":"15d9cb242d91ae736a3d048e456c12528c886404","kind":"tag","published_at":"2019-12-04T16:01:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.4/manifests"},{"name":"v0.52.0","sha":"b44be6e3dbce03857c6eac221b1350acd68cb357","kind":"tag","published_at":"2019-11-19T19:30:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.52.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.52.0/manifests"},{"name":"v0.19.2","sha":"ff4506b21b9af78566751bfe6019d4b96f8138c4","kind":"tag","published_at":"2019-10-18T14:04:41.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.19.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.19.2/manifests"},{"name":"v0.51.1-oldsyn","sha":"7c24e0d27f0f70b71df832f48dfed71010e56978","kind":"tag","published_at":"2019-09-24T18:05:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1-oldsyn","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1-oldsyn","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1-oldsyn","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1-oldsyn/manifests"},{"name":"v0.50.1","sha":"8e720a929b64c37e4cb1436041a125c07451030b","kind":"tag","published_at":"2019-09-23T16:57:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.1/manifests"},{"name":"v0.51.1","sha":"6643847b38acbd1f709ace8e07e96a2a0435c212","kind":"tag","published_at":"2019-09-23T16:50:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.1/manifests"},{"name":"v0.51.0","sha":"37e3d658b1b2030e1f805cedcf7301e8ee461e09","kind":"tag","published_at":"2019-07-26T15:55:23.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.51.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.51.0/manifests"},{"name":"v0.50.0","sha":"d7898170fb8feadcab1940c2ecfbac2510780552","kind":"tag","published_at":"2019-07-01T22:03:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.50.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.50.0/manifests"},{"name":"v0.49.3","sha":"ad0bf8e6bea1bd70a032f2425b4a581926778096","kind":"tag","published_at":"2019-06-25T16:56:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.3/manifests"},{"name":"v0.49.2","sha":"5eefef7dcaaac45486224954c006e17ad0d24547","kind":"tag","published_at":"2019-05-22T13:39:12.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.2/manifests"},{"name":"v0.49.1","sha":"e5250a01b98cb8ca9dc4584788dbc5db68147a71","kind":"tag","published_at":"2019-05-16T19:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.1/manifests"},{"name":"v0.49.0","sha":"5b2f344bb02e72fd177149e3aa5d789679fa4471","kind":"tag","published_at":"2019-03-27T02:02:19.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.49.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.49.0/manifests"},{"name":"v0.48.1","sha":"185a5f322e973b60f8d0986672f9a88e5d9a07bd","kind":"tag","published_at":"2019-03-06T13:17:21.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.1/manifests"},{"name":"v0.48.0","sha":"a43cc2afcd69cbaa2f699ee3d4b9c804576ffad7","kind":"tag","published_at":"2019-03-04T02:55:34.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.48.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.48.0/manifests"},{"name":"v0.47.3","sha":"1cd830127489b19a58143c300667d045b447a62d","kind":"tag","published_at":"2019-02-25T17:44:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.3/manifests"},{"name":"v0.47.2","sha":"f4f47d52cbce45af177958e76ef9a4a17e922bc4","kind":"tag","published_at":"2019-02-23T06:00:16.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.2/manifests"},{"name":"v0.47.1","sha":"86eff214bf29dc1545bfa7fd44ab2df20048e62b","kind":"tag","published_at":"2019-02-02T19:18:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.1/manifests"},{"name":"v0.47.0","sha":"8747bc9c28e2c1f762f6fd0f9235f056dbc74ba0","kind":"tag","published_at":"2019-01-19T17:13:29.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.47.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.47.0/manifests"},{"name":"v0.46.0","sha":"7c24f6b2f6f62f62eba64784f58b1b6d46831908","kind":"tag","published_at":"2018-12-29T13:53:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.46.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.46.0/manifests"},{"name":"v0.45.0","sha":"371e744e4158f23e75adb296433fc684076964ad","kind":"tag","published_at":"2018-12-14T12:44:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.45.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"7b1406dc90f67fafca61dba915ac57b9d2d7d2d4","kind":"tag","published_at":"2018-11-30T11:36:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.44.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.44.0/manifests"},{"name":"v0.43.2","sha":"68d0af91e58d8ae4c384fb8ae48153dd3ddb7e0a","kind":"tag","published_at":"2018-11-23T10:44:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.2/manifests"},{"name":"v0.43.1","sha":"5de943ca7bf6c155f7bae1d91f1e3b1d91e8d901","kind":"tag","published_at":"2018-11-05T13:22:25.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.1/manifests"},{"name":"v0.43.0","sha":"a242c51e6ff0d4cc27940a3927e713e8dff82c5f","kind":"tag","published_at":"2018-10-22T07:39:07.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.43.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.43.0/manifests"},{"name":"v0.42.3","sha":"d7a74baf5c822e0312aca539c3836e5d87c6091b","kind":"tag","published_at":"2018-10-20T05:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.3/manifests"},{"name":"v0.42.2","sha":"6055f364bd1d341da8fa881741ec36ab0abf0a7a","kind":"tag","published_at":"2018-10-11T16:18:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.2/manifests"},{"name":"v0.42.1","sha":"988a9537800a23c045e045f19e02a1674d6a14ef","kind":"tag","published_at":"2018-10-08T13:40:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.1/manifests"},{"name":"v0.42.0","sha":"35a349dd76cb5ba9470de30bb2eb51ea152a9640","kind":"tag","published_at":"2018-10-07T09:14:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.42.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"c4433e08ce973632565fd8e2856533052a8ecc89","kind":"tag","published_at":"2018-09-30T19:06:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.41.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.41.0/manifests"},{"name":"v0.40.0","sha":"36c087bb4a22ae37d96a7a711293f5ee2d98015f","kind":"tag","published_at":"2018-09-04T12:47:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.40.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"14da023687b36db480c42f924ec8d236faf1577a","kind":"tag","published_at":"2018-08-24T13:47:08.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.39.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"40d24bb085a1a0bd11f7cf4dd87c52de529302ca","kind":"tag","published_at":"2018-08-15T10:49:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.38.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.38.0/manifests"},{"name":"v0.37.4","sha":"c197acf847c4ea6012061c1246668514059c34ae","kind":"tag","published_at":"2018-07-01T13:59:56.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.4/manifests"},{"name":"v0.37.3","sha":"a899ce711617fd7be482622a908a40d5fd1c7628","kind":"tag","published_at":"2018-07-01T12:09:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.3/manifests"},{"name":"v0.37.0","sha":"4d3674fd378f7ad7fbd7aa1ff9781eecee1f5940","kind":"tag","published_at":"2018-05-18T14:09:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.37.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.37.0/manifests"},{"name":"v0.36.1","sha":"515ca97b462f348b7b3bb9eaea98b2e0bb1b624b","kind":"tag","published_at":"2018-05-09T22:25:54.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.1/manifests"},{"name":"v0.36.0","sha":"af54e58a8c2e513ba8c3cc00c22aa958de091a53","kind":"tag","published_at":"2018-04-10T13:55:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.36.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"fb069e9391ebf40ec9ebef7c0ac2e50f5ead5644","kind":"tag","published_at":"2018-03-25T18:25:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.35.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.35.0/manifests"},{"name":"0.33.1","sha":"3379a90a2d88c7d6333d64fe33ea1bd992904c71","kind":"commit","published_at":"2018-02-14T19:45:15.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.33.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.33.1/manifests"},{"name":"v0.32.2","sha":"b3712248c59f8f4dca80fd92d1ad9cb40149a8cc","kind":"tag","published_at":"2018-01-22T11:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.32.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.32.2/manifests"},{"name":"0.32.1","sha":"39d07787a3409b7753a9600bbbfe43d757ce28c2","kind":"commit","published_at":"2017-12-18T21:21:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.1/manifests"},{"name":"0.32.0","sha":"d4829d3bb33ffe411fcc67c273be7643017aae38","kind":"commit","published_at":"2017-12-08T19:03:02.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.32.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.32.0/manifests"},{"name":"0.31.3","sha":"55cf63c08c539df2a8c5437c062dda5fb57a8b18","kind":"commit","published_at":"2017-10-31T17:57:30.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.3/manifests"},{"name":"v0.31.2","sha":"4c975aa18f6ae4147a146ae7f9c25ac6a2ae14b0","kind":"tag","published_at":"2017-10-30T11:56:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.2/manifests"},{"name":"0.31.2","sha":"33c6f261db8fd6ca752a1ed0ba1a8cf6ef3158cd","kind":"commit","published_at":"2017-10-30T10:56:46.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.31.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.31.2/manifests"},{"name":"v0.31.1","sha":"fefbbb56ec78950275ff6a1a714efcaa48bf9e8c","kind":"tag","published_at":"2017-10-28T13:26:03.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"f661f58188c6442145ff8856b059ce3e09941e5e","kind":"commit","published_at":"2017-10-27T18:10:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.31.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.31.0/manifests"},{"name":"v0.29.1","sha":"81166785bb4d4e315308a512b7b7594175ef1db7","kind":"tag","published_at":"2017-10-12T12:36:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.1/manifests"},{"name":"v0.30.0","sha":"05caa820010d44b601b340228d4f95d81958a270","kind":"commit","published_at":"2017-08-28T16:58:05.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.30.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"0e39721b6c72b574026a0802792c4e95f0d83e68","kind":"tag","published_at":"2017-07-28T01:21:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.29.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.29.0/manifests"},{"name":"v0.26.3","sha":"78e7546d3be61a7cb7272c7365564300481798ae","kind":"tag","published_at":"2017-07-10T08:23:49.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.3/manifests"},{"name":"v0.26.1","sha":"49526069a0cb9486cb4838134259589addafff40","kind":"tag","published_at":"2017-06-20T23:12:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"8470e221f9fa5d1f195339737fdd3a7b433cad51","kind":"tag","published_at":"2017-06-20T11:34:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.26.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.26.0/manifests"},{"name":"v0.25.5","sha":"7faa855d01e114c1adc0abd5efd547ed40543882","kind":"tag","published_at":"2017-06-15T21:55:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.5/manifests"},{"name":"v0.25.3","sha":"daf1935534de9cd09a8d3f4384af20eaa4fe0f01","kind":"tag","published_at":"2017-05-27T16:20:06.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.3/manifests"},{"name":"0.25.2","sha":"c160b3d1ed7ebd6b5e542fe271a078f4881884cd","kind":"commit","published_at":"2017-05-25T17:52:27.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.25.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.25.2/manifests"},{"name":"v0.25.1","sha":"9bb794bb3305ae2355e1945b3abe3d0d8064a428","kind":"tag","published_at":"2017-05-21T01:22:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"31e440917cdc8ac57cd69ddf929e90a7c4b46367","kind":"tag","published_at":"2017-05-08T22:24:57.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.25.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.25.0/manifests"},{"name":"v0.24.1","sha":"2d88dd106bf33807679f531051546f3c9889161e","kind":"tag","published_at":"2017-05-08T21:22:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"66b9c3d8698aef0a32147eeabb99264a9b52d171","kind":"tag","published_at":"2017-05-03T20:47:42.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.24.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.24.0/manifests"},{"name":"v0.23.1","sha":"719d03c7724da0c93b05b891465b2df4299ef169","kind":"commit","published_at":"2017-04-17T12:28:52.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.1/manifests"},{"name":"v0.23.0","sha":"06fa2f75ba4dccba7430d461ec89b7e8c36fd4e9","kind":"commit","published_at":"2017-04-11T23:54:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.23.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.23.0/manifests"},{"name":"v0.22.1","sha":"4dde8f876dec0efd1f3bf2b0b594a57ef6ac774a","kind":"tag","published_at":"2017-03-06T06:34:47.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.1/manifests"},{"name":"v0.22.0","sha":"e57b2cb3037628abbbf2be549ae3a2e8a4aa95b2","kind":"tag","published_at":"2017-02-17T17:03:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.22.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.22.0/manifests"},{"name":"v0.20.5","sha":"7d995d75e07798c1527d5ea3dd8a647ed79fe209","kind":"tag","published_at":"2017-01-27T22:48:11.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.5/manifests"},{"name":"v0.20.4","sha":"33df99a73784c1846b62f97ebff3848cdd76c3b1","kind":"tag","published_at":"2017-01-27T13:16:18.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.4","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.4/manifests"},{"name":"v0.20.3","sha":"78e425f921085030585c93ed1eb0b96b5cb3b4b5","kind":"tag","published_at":"2017-01-26T19:55:39.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.3","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.3/manifests"},{"name":"v0.20.2","sha":"e4420b601031c4ec8d84fe8340961447e3a2c87a","kind":"commit","published_at":"2017-01-25T14:18:28.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.2","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.2/manifests"},{"name":"v0.20.0","sha":"aad93a81bb2ceeeeffc94c856a6d0d37c5ac6aec","kind":"commit","published_at":"2017-01-23T09:23:09.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/v0.20.0","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/v0.20.0/manifests"},{"name":"0.19.1","sha":"d8458941cb570f8753c885da512ba22a53c6bb44","kind":"commit","published_at":"2016-11-06T13:26:59.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19.1","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19.1/manifests"},{"name":"0.19","sha":"91f9f93abc9e802da0eb94e073d6717569fca9fc","kind":"commit","published_at":"2016-07-17T20:07:17.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.19","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.19/manifests"},{"name":"0.18","sha":"9a8c75bb71dd9fdabc210f327f5f0265a259c9fe","kind":"commit","published_at":"2016-06-05T13:33:26.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.18","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.18/manifests"},{"name":"0.17","sha":"6f26197e5753218e87e30de54d08bcd57c0f8f58","kind":"commit","published_at":"2016-05-27T20:19:10.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.17","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.17/manifests"},{"name":"0.16","sha":"b832eb19930f2345b1b8e24398593d3e24e2d1f8","kind":"commit","published_at":"2016-02-17T13:18:37.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.16","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.16/manifests"},{"name":"0.15","sha":"56faaf291d87355c204bf7deec66128d6090d4d1","kind":"commit","published_at":"2015-08-31T14:06:22.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.15","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.15/manifests"},{"name":"0.14","sha":"40b62ebc9853b8feeaddce8cad972eebdb9f99a9","kind":"commit","published_at":"2015-05-03T15:50:36.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.14","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.14/manifests"},{"name":"0.12","sha":"f5500333413b597bd3d6e22e0325143df998082d","kind":"commit","published_at":"2014-10-06T07:16:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.12","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.12/manifests"},{"name":"0.11","sha":"176481c0f8694df12809ac7e70def059e4f9d89f","kind":"commit","published_at":"2014-06-26T02:39:58.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.11","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.11/manifests"},{"name":"0.10","sha":"35df1e3afcf0ec67cf588b17adba537bc3e395c9","kind":"commit","published_at":"2014-04-01T02:47:00.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.10","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.10/manifests"},{"name":"0.9","sha":"ee89bf486a157fa27ad4e2084f48930ecba630de","kind":"commit","published_at":"2014-01-08T07:42:45.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.9","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.9/manifests"},{"name":"0.8","sha":"dbe73b0a99ad86f08254e30fad274a1bdfb7779b","kind":"commit","published_at":"2013-09-17T07:23:48.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.8","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.8/manifests"},{"name":"0.7","sha":"81217a4f983570d752aad58073f22f142f1c2f01","kind":"commit","published_at":"2013-07-04T13:32:50.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.7","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.7/manifests"},{"name":"0.6","sha":"45c4b6f47231f30202f0205ceaae3a7da1f8c8ed","kind":"commit","published_at":"2013-04-01T22:31:31.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.6","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.6/manifests"},{"name":"0.5","sha":"2ae581183cc4b7fb47ea104bcfda42292a2fdd32","kind":"commit","published_at":"2013-01-08T01:51:40.000Z","download_url":"https://codeload.github.com/rust-lang/rust-bindgen/tar.gz/0.5","html_url":"https://github.com/rust-lang/rust-bindgen/releases/tag/0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rust-lang/rust-bindgen@0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/tags/0.5/manifests"}]},"repo_metadata_updated_at":"2025-11-06T22:27:48.136Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:apk/alpine/rust-bindgen?arch=x86_64\u0026repository_url=https://pkgs.alpinelinux.org/packages?branch=v3.20","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/rust-bindgen","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/rust-bindgen","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/rust-bindgen/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-11-06T22:09:15.751Z","issues_count":1579,"pull_requests_count":1870,"avg_time_to_close_issue":15990111.391829155,"avg_time_to_close_pull_request":2452475.746704871,"issues_closed_count":1076,"pull_requests_closed_count":1745,"pull_request_authors_count":420,"issue_authors_count":773,"avg_comments_per_issue":3.837238758708043,"avg_comments_per_pull_request":3.6614973262032087,"merged_pull_requests_count":1548,"bot_issues_count":0,"bot_pull_requests_count":17,"past_year_issues_count":135,"past_year_pull_requests_count":305,"past_year_avg_time_to_close_issue":1894521.8918918918,"past_year_avg_time_to_close_pull_request":920802.1312217194,"past_year_issues_closed_count":37,"past_year_pull_requests_closed_count":221,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":105,"past_year_avg_comments_per_issue":0.7925925925925926,"past_year_avg_comments_per_pull_request":0.8098360655737705,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":202,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/issues","maintainers":[{"login":"emilio","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/emilio"},{"login":"fitzgen","count":356,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fitzgen"},{"login":"pvdrz","count":149,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pvdrz"},{"login":"kulp","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kulp"},{"login":"tshepang","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tshepang"},{"login":"Manishearth","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"},{"login":"dtolnay","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"amanjeev","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amanjeev"},{"login":"scoopr","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/scoopr"},{"login":"frewsxcv","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/frewsxcv"},{"login":"alex","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alex"},{"login":"bjorn3","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"jyn514","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jyn514"},{"login":"workingjubilee","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/workingjubilee"},{"login":"sanxiyn","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sanxiyn"},{"login":"cuviper","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"nagisa","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nagisa"},{"login":"thomcc","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thomcc"},{"login":"jamesmunns","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jamesmunns"},{"login":"lnicola","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lnicola"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"m-ou-se","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-ou-se"},{"login":"anp","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/anp"},{"login":"programmerjake","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/programmerjake"},{"login":"AlexEne","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AlexEne"},{"login":"wesleywiser","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wesleywiser"},{"login":"aDotInTheVoid","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aDotInTheVoid"},{"login":"cramertj","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cramertj"},{"login":"edunham","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/edunham"},{"login":"michaelwoerister","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/michaelwoerister"},{"login":"dwijnand","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dwijnand"},{"login":"KiChjang","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KiChjang"}],"active_maintainers":[{"login":"dtolnay","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"},{"login":"bjorn3","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"},{"login":"cuviper","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"},{"login":"HKalbasi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"},{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"},{"login":"Manishearth","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/rust-bindgen/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/rust-bindgen/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/rust-bindgen/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/rust-bindgen/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/rust-bindgen/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages/rust-bindgen/codemeta","maintainers":[{"uuid":"mps@arvanta.net","login":null,"name":"Milan P. Stanić","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Milan P. Stanić","packages_count":165,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Milan P. Stanić","role":null,"created_at":"2024-06-11T20:39:24.991Z","updated_at":"2024-06-11T20:39:24.991Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/maintainers/mps@arvanta.net/packages"}],"registry":{"name":"alpine-v3.20","url":"https://pkgs.alpinelinux.org/packages?branch=v3.20","ecosystem":"alpine","default":false,"packages_count":24162,"maintainers_count":405,"namespaces_count":2,"keywords_count":0,"github":"alpinelinux","metadata":{"repos":["main","community"]},"icon_url":"https://github.com/alpinelinux.png","created_at":"2024-06-07T11:51:39.915Z","updated_at":"2026-04-27T18:20:23.245Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-v3.20/namespaces"}}],"commits":{"id":8852,"full_name":"rust-lang/rust-bindgen","default_branch":"main","total_commits":3029,"total_committers":438,"total_bot_commits":2,"total_bot_committers":1,"mean_commits":6.915525114155251,"dds":0.7454605480356553,"past_year_total_commits":85,"past_year_total_committers":40,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":2.125,"past_year_dds":0.8352941176470589,"last_synced_at":"2026-05-12T17:13:58.653Z","last_synced_commit":"937b8d0b10e5cfd2b16c26ec4ebe03baa4aab9f3","created_at":"2023-03-07T09:49:16.946Z","updated_at":"2026-05-12T17:08:26.942Z","committers":[{"name":"Emilio Cobos Álvarez","email":"emilio@crisal.io","login":"emilio","count":771},{"name":"Nick Fitzgerald","email":"fitzgen@gmail.com","login":"fitzgen","count":369},{"name":"Christian Poveda Ruiz","email":"31802960+pvdrz","login":"pvdrz","count":241},{"name":"Jyun-Yan You","email":"jyyou@cs.nctu.edu.tw","login":"crabtw","count":212},{"name":"Darren Kulp","email":"darren@kulp.ch","login":"kulp","count":54},{"name":"Edward Barnard","email":"eabarnard@gmail.com","login":"ebarnard","count":51},{"name":"Yuri Astrakhan","email":"YuriAstrakhan@gmail.com","login":"nyurik","count":47},{"name":"Tshepang Mbambo","email":"tshepang.mbambo@ferrous-systems.com","login":"tshepang","count":40},{"name":"Zhiting Zhu","email":"zzhu@mozilla.com","login":null,"count":35},{"name":"Sergey Pepyakin","email":"s.pepyakin@gmail.com","login":"pepyakin","count":34},{"name":"Xidorn Quan","email":"me@upsuper.org","login":"upsuper","count":33},{"name":"Travis Finkenauer","email":"tmfinken@gmail.com","login":"tmfink","count":28},{"name":"MikuroXina","email":"ryosukadnak@gmail.com","login":"MikuroXina","count":23},{"name":"Jeremy Fitzhardinge","email":"jsgf@fb.com","login":"jsgf","count":19},{"name":"Adrian Taylor","email":"adetaylor@chromium.org","login":"adetaylor","count":18},{"name":"Philipp Brüschweiler","email":"blei42@gmail.com","login":"Blei","count":18},{"name":"Anthony Ramine","email":"n.oxyde@gmail.com","login":"nox","count":17},{"name":"Sebastian Imlay","email":"sebastian.imlay@gmail.com","login":"simlay","count":17},{"name":"Mikko Lehtonen","email":"scoopr@iki.fi","login":"scoopr","count":16},{"name":"Bastien Orivel","email":"eijebong@bananium.fr","login":"Eijebong","count":15},{"name":"Jeff Waugh","email":"jdub@bethesignal.org","login":"jdub","count":15},{"name":"Zhiting Zhu","email":"zhitingz@cs.utexas.edu","login":"photoszzt","count":15},{"name":"Jean-Philippe DUFRAIGNE","email":"j.dufraigne@gmail.com","login":"jeanphilippeD","count":13},{"name":"Flier Lu","email":"flier.lu@gmail.com","login":"flier","count":12},{"name":"Tamir Duberstein","email":"tamird@gmail.com","login":"tamird","count":12},{"name":"Kornel Lesiński","email":"kornel@geekhood.net","login":"kornelski","count":11},{"name":"Gabi Ganam","email":"ggabi@amazon.com","login":null,"count":11},{"name":"Bastian Köcher","email":"git@kchr.de","login":"bkchr","count":10},{"name":"David Tolnay","email":"dtolnay@gmail.com","login":"dtolnay","count":10},{"name":"Jorge Aparicio","email":"japaricious@gmail.com","login":null,"count":10},{"name":"Dr. Chat","email":"arkolbed@gmail.com","login":"DrChat","count":10},{"name":"Miguel Ojeda","email":"ojeda@kernel.org","login":"ojeda","count":10},{"name":"Elichai Turkel","email":"elichai.turkel@gmail.com","login":"elichai","count":10},{"name":"Jonathan Schwender","email":"schwenderjonathan@gmail.com","login":"jschwe","count":9},{"name":"Yamakaky","email":"yamakaky@yamaworld.fr","login":"Yamakaky","count":9},{"name":"Ryan Lopopolo","email":"rjl@hyperbo.la","login":"lopopolo","count":9},{"name":"Manish Goregaokar","email":"manishsmail@gmail.com","login":"Manishearth","count":9},{"name":"George Bateman","email":"george.bateman16@gmail.com","login":"GKFX","count":9},{"name":"Jethro Beekman","email":"jethro@fortanix.com","login":null,"count":9},{"name":"onalante-msft","email":"89409054+onalante-msft","login":"onalante-msft","count":8},{"name":"Christopher Chambers","email":"chris.chambers@peanutcode.com","login":"chris-chambers","count":8},{"name":"Cameron McCormack","email":"cam@mcc.id.au","login":"heycam","count":8},{"name":"Artem Biryukov","email":"impowski@protonmail.ch","login":"impowski","count":8},{"name":"Amanjeev Sethi","email":"aj@amanjeev.com","login":"amanjeev","count":7},{"name":"Andrew Cann","email":"shum@canndrew.org","login":"canndrew","count":7},{"name":"Kyle Mayes","email":"kyle@mayeses.com","login":"KyleMayes","count":7},{"name":"Markus Reiter","email":"me@reitermark.us","login":"reitermarkus","count":7},{"name":"Sébastien Duquette","email":"ekse.0x@gmail.com","login":"ekse","count":7},{"name":"Tai Sassen-Liang","email":"tsl@rupsvak.net","login":null,"count":7},{"name":"David Hotham","email":"david.hotham@blueyonder.co.uk","login":"dimbleby","count":7},{"name":"Varphone Wong","email":"varphone@qq.com","login":"varphone","count":6},{"name":"Simon Sapin","email":"simon.sapin@exyr.org","login":"SimonSapin","count":6},{"name":"Bruce Mitchener","email":"bruce.mitchener@gmail.com","login":"waywardmonkeys","count":6},{"name":"Daniel Brooks","email":"db48x@db48x.net","login":"db48x","count":6},{"name":"Shea Newton","email":"sheanewt@gmail.com","login":"shnewto","count":6},{"name":"Rémy HUBSCHER","email":"rhubscher@mozilla.com","login":null,"count":6},{"name":"Justin Smith","email":"justsmth@amazon.com","login":"justsmth","count":6},{"name":"Vladimir Vukicevic","email":"vladimir@pobox.com","login":"vvuk","count":6},{"name":"chrysn","email":"chrysn@fsfe.org","login":"chrysn","count":6},{"name":"uk","email":"50893351+unterkontrolle","login":"unterkontrolle","count":6},{"name":"Isaac Gelado","email":"igelado@nvidia.com","login":"igelado","count":5},{"name":"Christian Legnitto","email":"christian@legnitto.com","login":"LegNeato","count":5},{"name":"CGMossa","email":"cgmossa@gmail.com","login":"CGMossa","count":5},{"name":"faineance","email":"faineance","login":"faineance","count":5},{"name":"Oliver Geller","email":"oliver.geller@rochester.edu","login":"aeleos","count":5},{"name":"Niklas Dusenlund","email":"niklas.dusenlund@bitbox.swiss","login":"NickeZ","count":5},{"name":"Martin DeMello","email":"martindemello@gmail.com","login":"martindemello","count":5},{"name":"Emil Gardström","email":"emil.gardstrom@gmail.com","login":"Emilgardis","count":5},{"name":"Corey Farwell","email":"coreyf@rwell.org","login":"frewsxcv","count":5},{"name":"Colin Wallace","email":"colin@mooooo.ooo","login":"Wallacoloo","count":5},{"name":"Benedikt Steinbusch","email":"ben@rockshrub.de","login":"bsteinb","count":5},{"name":"John Baublitz","email":"john.m.baublitz@gmail.com","login":"jbaublitz","count":4},{"name":"Marijn Suijten","email":"marijn@traverseresearch.nl","login":"MarijnS95","count":4},{"name":"Alan Egerton","email":"eggyal@gmail.com","login":"eggyal","count":4},{"name":"cynecx","email":"me@cynecx.net","login":"cynecx","count":4},{"name":"Ted Mielczarek","email":"ted@mielczarek.org","login":"luser","count":4},{"name":"Porter Smith","email":"flowbish@gmail.com","login":"flowbish","count":4},{"name":"Nikhil Shagrithaya","email":"nikhilshagri@gmail.com","login":"nikhilshagri","count":4},{"name":"Nik Konyuchenko","email":"spaun2002mobile@gmail.com","login":"nikkon-dev","count":4},{"name":"Michael Wu","email":"mwu@mozilla.com","login":"michaelwu","count":4},{"name":"M Farkas-Dyck","email":"strake888@gmail.com","login":"strake","count":4},{"name":"Lokathor","email":"zefria@gmail.com","login":"Lokathor","count":4},{"name":"Karel Peeters","email":"karel.peeters.leuven@gmail.com","login":"KarelPeeters","count":4},{"name":"Patrick Walton","email":"pcwalton@fb.com","login":"pcwalton","count":4},{"name":"Jason Fager","email":"jfager@gmail.com","login":"jfager","count":4},{"name":"Glyn Normington","email":"gnormington@pivotal.io","login":"glyn","count":4},{"name":"Eric Seppanen","email":"eds@reric.net","login":"ericseppanen","count":4},{"name":"Adam Baxter","email":"ambaxter","login":"ambaxter","count":4},{"name":"Richard Diamond","email":"wichard@hahbee.co","login":null,"count":4},{"name":"Per Larsen","email":"perlarsen@google.com","login":null,"count":4},{"name":"malfunc","email":"malfunc@dane-bre.net","login":null,"count":3},{"name":"Philipp Brüschweiler","email":"philippb@google.com","login":null,"count":3},{"name":"Holger Rapp","email":"HolgerRapp@gmx.net","login":"SirVer","count":3},{"name":"Eunchong Yu","email":"kroisse@gmail.com","login":"Kroisse","count":3},{"name":"Ethan Glasser-Camp","email":"ethan@betacantrips.com","login":"glasserc","count":3},{"name":"David Vo","email":"auscompgeek","login":"auscompgeek","count":3},{"name":"Brian Ward","email":"bward@flatironinstitute.org","login":"WardBrian","count":3},{"name":"Brian Anderson","email":"banderson@mozilla.com","login":"brson","count":3},{"name":"Brendan Zabarauskas","email":"bjzaba@yahoo.com.au","login":"brendanzab","count":3},{"name":"Audrius","email":"tuxmarkv@gmail.com","login":"tuxmark5","count":3},{"name":"Alex Chandel","email":"alexchandel@gmail.com","login":"alexchandel","count":3},{"name":"Alexey Zabelin","email":"hello@alexeyzabelin.com","login":"alexeyzab","count":3},{"name":"Ian Chamberlain","email":"ian.h.chamberlain@gmail.com","login":"ian-h-chamberlain","count":3},{"name":"J. Cliff Dyer","email":"cdyer@edx.org","login":null,"count":3},{"name":"Jackson O'Donnell","email":"jacksonhodonnell@gmail.com","login":"jhod0","count":3},{"name":"Jason Reed","email":"jcreed@gmail.com","login":"jcreedcmu","count":3},{"name":"Jeffrey Deng","email":"jeffreydeng@live.com","login":"dengjeffrey","count":3},{"name":"Ms2ger","email":"Ms2ger@gmail.com","login":"Ms2ger","count":3},{"name":"Aurélien Normand","email":"inognitas@bitbucket.org","login":null,"count":3},{"name":"Josh Stone","email":"jistone@redhat.com","login":"cuviper","count":3},{"name":"Joshua Nelson","email":"jyn514@gmail.com","login":"jyn514","count":3},{"name":"Liran Ringel","email":"liranringel@gmail.com","login":"liranringel","count":3},{"name":"Wangshan Lu","email":"wisagan@gmail.com","login":"WiSaGaN","count":3},{"name":"Urgau","email":"3616612+Urgau","login":"Urgau","count":3},{"name":"Trevor Reiff","email":"trevorreiff@gmail.com","login":"treiff","count":3},{"name":"Taylor Foxhall","email":"lxmachina@gmail.com","login":"hallfox","count":3},{"name":"Seo Sanghyeon","email":"sanxiyn@gmail.com","login":"sanxiyn","count":3},{"name":"catdesk","email":"catdesk@tuta.io","login":"catdesk","count":3},{"name":"Kriskras99","email":"github@kriskras99.nl","login":"Kriskras99","count":3},{"name":"Trevor Gross","email":"tmgross@umich.edu","login":"tgross35","count":3},{"name":"Ricardo Delfin","email":"rdelfin@wayve.ai","login":"rdelfin","count":3},{"name":"Matej Laitl","email":"matej@laitl.cz","login":"strohel","count":3},{"name":"gnzlbg","email":"gonzalobg88@gmail.com","login":"gnzlbg","count":3},{"name":"klutzy","email":"klutzytheklutzy@gmail.com","login":"klutzy","count":3},{"name":"mchlrhw","email":"4028654+mchlrhw","login":"mchlrhw","count":3},{"name":"seemyvest","email":"32128784+seemyvest","login":"seemyvest","count":3},{"name":"th0rex","email":"omit2912@web.de","login":"th0rex","count":3},{"name":"usamoi","email":"usamoi@outlook.com","login":"usamoi","count":3},{"name":"Alex Touchet","email":"alextouchet@outlook.com","login":"atouchet","count":3},{"name":"Michael Woerister","email":"michaelwoerister@posteo","login":"michaelwoerister","count":3},{"name":"oldmanmike","email":"oldmanmike.dev@gmail.com","login":null,"count":3},{"name":"Renato Zannon","email":"renato@rrsz.com.br","login":"renato-zannon","count":3},{"name":"György Andrasek","email":"jurily@gmail.com","login":null,"count":3},{"name":"Ilkka Rauta","email":"ilkka.rauta@gmail.com","login":"irauta","count":2},{"name":"Ilya Dmitrichenko","email":"ilya@xively.com","login":"errordeveloper","count":2},{"name":"Jake Merdich","email":"jake@merdich.com","login":"jmerdich","count":2},{"name":"James Munns","email":"james.munns@gmail.com","login":"jamesmunns","count":2},{"name":"Jon Gjengset","email":"jon@thesquareplanet.com","login":"jonhoo","count":2},{"name":"Jonas Platte","email":"jplatte","login":"jplatte","count":2},{"name":"Josh Hejna","email":"josh.hejna@gmail.com","login":"Lytigas","count":2},{"name":"Manas Karekar","email":"powerslave12r@gmail.com","login":"manaskarekar","count":2},{"name":"Marcel Hlopko","email":"hlopko@google.com","login":"hlopko","count":2},{"name":"Martin Trigaux","email":"me@mart-e.be","login":"mart-e","count":2},{"name":"Сухарик","email":"suhr@i2pmail.org","login":"suhr","count":2},{"name":"Maxence Younsi","email":"mx.yns@outlook.fr","login":"mxyns","count":2},{"name":"Miikka Salminen","email":"miikka.salminen@gmail.com","login":"miikkas","count":2},{"name":"mcarton","email":"cartonmartin+git@gmail.com","login":"mcarton","count":2},{"name":"jkozlowski","email":"mail@jakub-kozlowski.com","login":"jkozlowski","count":2},{"name":"jethrogb","email":"github@jbeekman.nl","login":"jethrogb","count":2},{"name":"jahs-tech","email":"jah@jahs.tech","login":"jahs-tech","count":2},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":2},{"name":"bendn","email":"bend.n@outlook.com","login":"bend-n","count":2},{"name":"Zhang Jingqiang","email":"zh_jq@outlook.com","login":"zh-jq","count":2},{"name":"Yuxuan Shui","email":"yshuiv7@gmail.com","login":"yshui","count":2},{"name":"Youmu","email":"johnmave126@gmail.com","login":"johnmave126","count":2},{"name":"Weston Carvalho","email":"westoncarvalho@google.com","login":"SilensAngelusNex","count":2},{"name":"Ting-Yu Lin","email":"aethanyc@gmail.com","login":"aethanyc","count":2},{"name":"Matt Brubeck","email":"mbrubeck@limpet.net","login":"mbrubeck","count":2},{"name":"Mateusz Mikuła","email":"mati865@gmail.com","login":"mati865","count":2},{"name":"Richard Diamond","email":"wichard@vitalitystudios.com","login":"DiamondLovesYou","count":2},{"name":"Robert Clipsham","email":"robert@octarineparrot.com","login":"mrmonday","count":2},{"name":"Robert Sammelson","email":"robert@sammelson.com","login":"rsammelson","count":2},{"name":"Rodrigo Rivas Costa","email":"rodrigorivascosta@gmail.com","login":"rodrigorc","count":2},{"name":"Saleem Rashid","email":"dev@saleemrashid.com","login":"saleemrashid","count":2},{"name":"Scott Jenkins","email":"scottdjwales@gmail.com","login":"Tohie","count":2},{"name":"Stephen Crane","email":"sjc@immunant.com","login":"rinon","count":2},{"name":"Ravi Shankar","email":"wafflespeanut@gmail.com","login":"wafflespeanut","count":2},{"name":"Pekka Ristola","email":"pekkarr@protonmail.com","login":"pekkarr","count":2},{"name":"Paul Faria","email":"nashenas88@gmail.com","login":"Nashenas88","count":2},{"name":"Orne Brocaar","email":"info@brocaar.com","login":"brocaar","count":2},{"name":"Nico Burns","email":"nico@nicoburns.com","login":"nicoburns","count":2},{"name":"Mike Hommey","email":"mh@glandium.org","login":"glandium","count":2},{"name":"Robin Lambertz","email":"github@roblab.la","login":"roblabla","count":2},{"name":"Patrick Marks","email":"patrick@10xgenomics.com","login":"pmarks","count":2},{"name":"Vasilis Kalintiris","email":"ehustonreach@gmail.com","login":null,"count":2},{"name":"Rohan Prinja","email":"rohan@cs.unc.edu","login":null,"count":2},{"name":"Joe Ellis","email":"joe.ellis@arm.com","login":null,"count":2},{"name":"Jeremy Fitzhardinge","email":"jsgf@meta.com","login":null,"count":2},{"name":"Josh Channings","email":"josh.channings@music-group.com","login":"joshchngs","count":2},{"name":"Jeff Muizelaar","email":"jmuizelaar@mozilla.com","login":"jrmuizel","count":2},{"name":"Adam Perry","email":"adamperry@google.com","login":"anp","count":2},{"name":"Aidan Hobson Sayers","email":"aidanhs@cantab.net","login":"aidanhs","count":2},{"name":"Andrei Damian","email":"andreidaamian@gmail.com","login":"xTachyon","count":2},{"name":"Hengqi Chen","email":"chenhengqi@outlook.com","login":"chenhengqi","count":2},{"name":"Dusty DeWeese","email":"dustin.deweese@gmail.com","login":"HackerFoo","count":2},{"name":"Dominik Boehi","email":"dominik.boehi@gmail.com","login":"Tiwalun","count":2},{"name":"David Drysdale","email":"drysdale@google.com","login":"daviddrysdale","count":2},{"name":"David C. Bishop","email":"david@davidbishop.org","login":"dcbishop","count":2},{"name":"Dan Burkert","email":"dan@danburkert.com","login":"danburkert","count":2},{"name":"Corey Richardson","email":"corey@octayn.net","login":"emberian","count":2},{"name":"Christian Vetter","email":"christian.vetter@here.com","login":"VeaaC","count":2},{"name":"Cameron Mulhern","email":"csmulhern@gmail.com","login":"csmulhern","count":2},{"name":"Bryn M. Reeves","email":"bmr@redhat.com","login":"bmr-cymru","count":2},{"name":"Andrew Walbran","email":"qwandor@google.com","login":"qwandor","count":2},{"name":"Andrew Gaspar","email":"andrew.gaspar@outlook.com","login":"AndrewGaspar","count":2},{"name":"Sander Maijers","email":"S.N.Maijers@gmail.com","login":null,"count":1},{"name":"Shing Lyu","email":"slyu@mozilla.com","login":null,"count":1},{"name":"Simkha","email":"secretsimkha@gmail.com","login":null,"count":1},{"name":"Tai Sassen-Liang","email":"tsassenliang@airtrade.nl","login":null,"count":1},{"name":"e","email":"e@vdebian","login":null,"count":1},{"name":"walter","email":"dobkeratopsgit@gmail.com","login":null,"count":1},{"name":"wartman4404","email":"wartman4404@my.mstc.edu","login":null,"count":1},{"name":"Anna Liao","email":"aliao22@gmail.com","login":"anna-liao","count":1},{"name":"Andrew Fluth","email":"afluth@gmail.com","login":"afluth","count":1},{"name":"Alexander Altman","email":"alexanderaltman@me.com","login":"pthariensflame","count":1},{"name":"Alex McArther","email":"acmcarther@gmail.com","login":"acmcarther","count":1},{"name":"Alex Gaynor","email":"alex.gaynor@gmail.com","login":"alex","count":1},{"name":"Nico Chatzi","email":"nico.chatzigianis@focusrite.com","login":null,"count":1},{"name":"Marsh Ray","email":"marsh@extendedsubset.com","login":null,"count":1},{"name":"Kevin Lefevre","email":"kevin.lefevre@snips.ai","login":null,"count":1},{"name":"Jyun-Yan You","email":"jy_you@fiberlogic.com","login":null,"count":1},{"name":"Ian P. Cooke","email":"icooke@3redpartners.com","login":null,"count":1},{"name":"Ian Gilham","email":"ian.gilham@bbc.co.uk","login":null,"count":1},{"name":"Grahame Bowland","email":"grahame@angrygoats.net","login":null,"count":1},{"name":"Gavin Li","email":"gavin@matician.com","login":null,"count":1},{"name":"Dhruvin Gandhi","email":"contact@dhruvin.dev","login":null,"count":1},{"name":"Dan Robertson","email":"","login":null,"count":1},{"name":"Azi Crawford","email":"azi.crawford@gonitro.com","login":null,"count":1},{"name":"Benjamin Dahse","email":"bdahse@mozilla.com","login":null,"count":1},{"name":"Benjamin Lerman","email":"qsr@google.com","login":null,"count":1},{"name":"Andrey Pushkar","email":"mail@apushkar.me","login":null,"count":1},{"name":"Paul Osborne","email":"osbpau@gmail.com","login":"posborne","count":1},{"name":"Per Larsen","email":"per.larsen@gmail.com","login":"thedataking","count":1},{"name":"Petr Sumbera","email":"petr.sumbera@oracle.com","login":"psumbera","count":1},{"name":"Pierre-Antoine Rault","email":"par@rigelk.eu","login":"rigelk","count":1},{"name":"Poliorcetics","email":"poliorcetics","login":"poliorcetics","count":1},{"name":"Rafael Bachmann","email":"mediumendian@gmail.com","login":"barafael","count":1},{"name":"Ralph Giles","email":"giles@thaumas.net","login":"rillian","count":1},{"name":"Richard Bradfield","email":"bradfier@fstab.me","login":"bradfier","count":1},{"name":"Robbie Harwood","email":"rharwood@redhat.com","login":"frozencemetery","count":1},{"name":"Robert-André Mauchin","email":"zebob.m@gmail.com","login":"eclipseo","count":1},{"name":"Romain Loisel","email":"me@romain-loisel.fr","login":"Kiblyn11","count":1},{"name":"Roy Buitenhuis","email":"roy.buitenhuis94@gmail.com","login":"royb3","count":1},{"name":"Ryan Osial","email":"ryan.osial@gmail.com","login":"osialr","count":1},{"name":"Ryan Zoeller","email":"rtzoeller@rtzoeller.com","login":"rtzoeller","count":1},{"name":"Samson Ootoovak","email":"ootoovak@gmail.com","login":"ootoovak","count":1},{"name":"Samuel Tardieu","email":"sam@rfc1149.net","login":"samueltardieu","count":1},{"name":"Shintaro Kawamura","email":"kawasin@google.com","login":"kawasin73","count":1},{"name":"SiegeLord","email":"slabode@aim.com","login":"SiegeLord","count":1},{"name":"Simon Paitrault","email":"simon.paitrault@gmail.com","login":"Freyskeyd","count":1},{"name":"Simonas Kazlauskas","email":"git@kazlauskas.me","login":"nagisa","count":1},{"name":"Stephen Touset","email":"stephen@squareup.com","login":"stouset","count":1},{"name":"Sun Bin","email":"165283125+shandongbinzhou","login":"shandongbinzhou","count":1},{"name":"Symphorien Gibol","email":"symphorien+git@xlumurb.eu","login":"symphorien","count":1},{"name":"TA Thanh Dinh","email":"tathanhdinh@gmail.com","login":"tathanhdinh","count":1},{"name":"Takanori Ishibashi","email":"takanori.1112@gmail.com","login":"11Takanori","count":1},{"name":"Tanner Rogalsky","email":"tanner@tannerrogalsky.com","login":"TannerRogalsky","count":1},{"name":"Tetsuharu OHZEKI","email":"saneyuki.snyk@gmail.com","login":"tetsuharuohzeki","count":1},{"name":"Manuel Woelker","email":"github@manuel.woelker.org","login":"manuel-woelker","count":1},{"name":"Martin Boehme","email":"mboehme@google.com","login":"martinboehme","count":1},{"name":"Martin Karlgren","email":"martin@karlgren.me","login":"marty-se","count":1},{"name":"Martin Kröning","email":"martin.kroening@eonerc.rwth-aachen.de","login":"mkroening","count":1},{"name":"Matthew Maurer","email":"mmaurer@google.com","login":"maurer","count":1},{"name":"Matthijs Brobbel","email":"m1brobbel@gmail.com","login":"mbrobbel","count":1},{"name":"Matthys Strydom","email":"strydom.matthys@gmail.com","login":"mstrydom","count":1},{"name":"Maxwell Koo","email":"mjkoo90@gmail.com","login":"mjkoo","count":1},{"name":"Mehmet Oguz Derin","email":"mehmetoguzderin@mehmetoguzderin.com","login":"mehmetoguzderin","count":1},{"name":"Michael Gehring","email":"mg@ebfe.org","login":"ebfe","count":1},{"name":"Michal Rostecki","email":"vadorovsky@gmail.com","login":"vadorovsky","count":1},{"name":"Molot2032","email":"117271367+Molot2032","login":"Molot2032","count":1},{"name":"Moritz Hedtke","email":"Moritz.Hedtke@t-online.de","login":"mohe2015","count":1},{"name":"Nathan Froyd","email":"froydnj@gmail.com","login":"froydnj","count":1},{"name":"Nathan Ringo","email":"nathan@remexre.com","login":"remexre","count":1},{"name":"Nick Desaulniers","email":"ndesaulniers@google.com","login":"nickdesaulniers","count":1},{"name":"Nick Spinale","email":"nick@nickspinale.com","login":"nspin","count":1},{"name":"Nicklas Boman","email":"smurfd@gmail.com","login":"smurfd","count":1},{"name":"Nik Voss","email":"niklas.voss@gmail.com","login":"trevex","count":1},{"name":"Niki4tap","email":"rombiklol2@gmail.com","login":"Niki4tap","count":1},{"name":"Nikolay Amiantov","email":"ab@fmap.me","login":"abbradar","count":1},{"name":"Nils Bars","email":"nils.bars@rub.de","login":"nbars","count":1},{"name":"Niv","email":"nivkner@zoho.com","login":"nivkner","count":1},{"name":"Oleksii Prudkyi","email":"Oleksii.Prudkyi@gmail.com","login":"oprudkyi","count":1},{"name":"Omar Akkila","email":"omakkila@gmail.com","login":"omakk","count":1},{"name":"Orhun Parmaksız","email":"orhunparmaksiz@gmail.com","login":"orhun","count":1},{"name":"Paolo Barbolini","email":"paolo.barbolini@m4ss.net","login":"paolobarbolini","count":1},{"name":"cris-b","email":"cris@beebgames.com","login":"cris-b","count":1},{"name":"discord9","email":"discord9@163.com","login":"discord9","count":1},{"name":"diwic","email":"diwic","login":"diwic","count":1},{"name":"follower","email":"follower@rancidbacon.com","login":"follower","count":1},{"name":"forcedebug","email":"forcedebug@outlook.com","login":"forcedebug","count":1},{"name":"heidezomp","email":"48419392+heidezomp","login":"heidezomp","count":1},{"name":"ilcheese2","email":"56899583+ilcheese2","login":"ilcheese2","count":1},{"name":"jakobgerhardt","email":"jak.gerhardt@gmail.com","login":"DrRuhe","count":1},{"name":"jhwgh1968","email":"jhwgh1968","login":"jhwgh1968","count":1},{"name":"jorolf","email":"jorolf@gmx.de","login":"jorolf","count":1},{"name":"katie.martin","email":"57912822+katie-martin-fastly","login":"katie-martin-fastly","count":1},{"name":"kellda","email":"59569234+kellda","login":"kellda","count":1},{"name":"kohanis","email":"kohanis@ya.ru","login":"kohanis","count":1},{"name":"kpcyrd","email":"git@rxv.cc","login":"kpcyrd","count":1},{"name":"ldm0","email":"ldm2993593805@163.com","login":"ldm0","count":1},{"name":"leo60228","email":"leo@60228.dev","login":"leo60228","count":1},{"name":"luohewuyang","email":"luohewuyang@outlook.com","login":"luohewuyang","count":1},{"name":"mematthias","email":"107192630+mematthias","login":"mematthias","count":1},{"name":"mgjc","email":"jcmg@usal.es","login":"mgjc","count":1},{"name":"myyrakle","email":"sssang97@naver.com","login":"myyrakle","count":1},{"name":"naoNao89","email":"90588855+naoNao89","login":"naoNao89","count":1},{"name":"oblique","email":"psyberbits@gmail.com","login":"oblique","count":1},{"name":"panicbit","email":"panicbit","login":"panicbit","count":1},{"name":"pradeep","email":"pradeep.garigipati@gmail.com","login":"9prady9","count":1},{"name":"quininer","email":"quininer@live.com","login":"quininer","count":1},{"name":"sagudev","email":"16504129+sagudev","login":"sagudev","count":1},{"name":"thb@sb","email":"108470890+thb-sb","login":"thb-sb","count":1},{"name":"Theodore Dubois","email":"tbodt@google.com","login":"tbodt","count":1},{"name":"Thomas Bertschinger","email":"tahbertschinger@gmail.com","login":"bertschingert","count":1},{"name":"Thomas Niederberger","email":"thomas@niederberger.ch","login":"Niederb","count":1},{"name":"Thomas Vermeilh","email":"ory@oryctero.pe","login":"Orycterope","count":1},{"name":"Tin Švagelj","email":"tin.svagelj@live.com","login":"Caellian","count":1},{"name":"Tom Tromey","email":"tom@tromey.com","login":"tromey","count":1},{"name":"Triss Healy","email":"trissylegs@gmail.com","login":"trissylegs","count":1},{"name":"Tristan Bruns","email":"tristan+git@tristanbruns.de","login":"pyropeter","count":1},{"name":"Tupshin Harper","email":"tupshin@tupshin.com","login":"tupshin","count":1},{"name":"TÖRÖK Attila","email":"torokati44@gmail.com","login":"torokati44","count":1},{"name":"UK992","email":"urbankrajnc92@gmail.com","login":"UK992","count":1},{"name":"Valentin","email":"vakevk@gmail.com","login":"e00E","count":1},{"name":"Vegard Eriksen","email":"ve@jetro.no","login":"zyp","count":1},{"name":"Volker Weißmann","email":"volker.weissmann@gmx.de","login":"Volker-Weissmann","count":1},{"name":"Wang, Chi","email":"patr0nus","login":"patr0nus","count":1},{"name":"Will Wykeham","email":"will@wykeham.net","login":"Will-W","count":1},{"name":"XXIV","email":"13811862+thechampagne","login":"thechampagne","count":1},{"name":"Xiangfei Ding","email":"dingxiangfei2009@protonmail.ch","login":"dingxiangfei2009","count":1},{"name":"Xing Guo","email":"higuoxing+github@gmail.com","login":"higuoxing","count":1},{"name":"Yisu Rem Wang","email":"remy.sucre@gmail.com","login":"remysucre","count":1},{"name":"alexdevteam","email":"alexpro820@gmail.com","login":"aleokdev","count":1},{"name":"arctic-alpaca","email":"67190338+arctic-alpaca","login":"arctic-alpaca","count":1},{"name":"baul","email":"roidinev@gmail.com","login":"inevity","count":1},{"name":"beetrees","email":"b@beetr.ee","login":"beetrees","count":1},{"name":"bidit","email":"devkotabidit@gmail.com","login":"basic-bgnr","count":1},{"name":"bunnie","email":"bunnie@kosagi.com","login":"bunnie","count":1},{"name":"chiichen","email":"chiichen@qq.com","login":"Chiichen","count":1},{"name":"Cldfire","email":"cldfire@3grid.net","login":"Cldfire","count":1},{"name":"Cody Schafer","email":"dev@codyps.com","login":"codyps","count":1},{"name":"Collin Baker","email":"collinbaker@chromium.org","login":"chbaker0","count":1},{"name":"Conner","email":"59540839+TheConner","login":"TheConner","count":1},{"name":"Conor McAvity","email":"cmcavity@cs.stanford.edu","login":"cmcavity","count":1},{"name":"Dale Wijnand","email":"344610+dwijnand","login":"dwijnand","count":1},{"name":"Dan Dumont","email":"dan.dumont@hcl.com","login":"hcldan","count":1},{"name":"Dan Robertson","email":"dan@dlrobertson.com","login":"dlrobertson","count":1},{"name":"Dana Jansens","email":"danakj@orodu.net","login":"danakj","count":1},{"name":"Daniel Holbert","email":"dholbert@cs.stanford.edu","login":"dholbert","count":1},{"name":"Daniel Xu","email":"accounts@dxuuu.xyz","login":"danobi","count":1},{"name":"Danny Bautista","email":"pyrolagus@nerdpol.ch","login":"PyroLagus","count":1},{"name":"Danny Mösch","email":"danny.moesch@icloud.com","login":"SimplyDanny","count":1},{"name":"Danny Wolf","email":"wolfd","login":"wolfd","count":1},{"name":"David Boon","email":"david.boon@gmail.com","login":"evadnoob","count":1},{"name":"David Cole","email":"david.cole1340@gmail.com","login":"davidcole1340","count":1},{"name":"David Cosby","email":"david.cosby@intel.com","login":"DavJCosby","count":1},{"name":"David Frey","email":"honggoff@gmx.ch","login":"honggoff","count":1},{"name":"Davis Gallinghouse","email":"dgalling@gmail.com","login":"dgalling","count":1},{"name":"Denis Lisov","email":"dennis.lissov@gmail.com","login":"tanriol","count":1},{"name":"Dmitry Kalyanov","email":"Kalyanov.Dmitry@gmail.com","login":"dmitryvk","count":1},{"name":"Dylan McKay","email":"me@dylanmckay.io","login":"dylanmckay","count":1},{"name":"E. Dunham","email":"github@edunham.net","login":"edunham","count":1},{"name":"Enes","email":"enesaltun2@gmail.com","login":"altunenes","count":1},{"name":"Eric Huss","email":"eric@huss.org","login":"ehuss","count":1},{"name":"Erick Tryzelaar","email":"erick.tryzelaar@gmail.com","login":"erickt","count":1},{"name":"Evgeniy A. Dushistov","email":"dushistov@mail.ru","login":"Dushistov","count":1},{"name":"Alejandro González","email":"me@alegon.dev","login":"AlexTMjugador","count":1},{"name":"Alberto Planas","email":"aplanas@suse.com","login":"aplanas","count":1},{"name":"Alan Wu","email":"XrXr","login":"XrXr","count":1},{"name":"Adrien Prokopowicz","email":"adrien.prokopowicz@gmail.com","login":"prokopyl","count":1},{"name":"Adam Gausmann","email":"adam@gaussian.dev","login":"agausmann","count":1},{"name":"Aaron Miller","email":"829076+AaronM04","login":"AaronM04","count":1},{"name":"Aapo Alasuutari","email":"aapo.alasuutari@gmail.com","login":"aapoalas","count":1},{"name":"Bennet Bleßmann","email":"bb-github@t-online.de","login":"Skgland","count":1},{"name":"Ben Striegel","email":"ben.striegel@gmail.com","login":"bstrie","count":1},{"name":"Ben Foppa","email":"benjamin.foppa@gmail.com","login":"bfops","count":1},{"name":"Bacon","email":"baconator","login":"baconator","count":1},{"name":"Axel Viala","email":"axel.viala@darnuria.eu","login":"darnuria","count":1},{"name":"Aurora","email":"tomek-kubel2@wp.pl","login":"Shadlock0133","count":1},{"name":"Attila Repka","email":"repka.attila@yandex.com","login":"attilarepka","count":1},{"name":"Arthur Gautier","email":"baloo@superbaloo.net","login":"baloo","count":1},{"name":"Artem Vorotnikov","email":"artem@vorotnikov.me","login":"vorot93","count":1},{"name":"Aphek","email":"bilkow@tutanota.com","login":"pheki","count":1},{"name":"Antoni Simka","email":"antonisimka.8@gmail.com","login":"Skelebot","count":1},{"name":"Boris-Chengbiao Zhou","email":"bobo1239@web.de","login":"Bobo1239","count":1},{"name":"CarePackage17","email":"wave.dev@hotmail.com","login":"CarePackage17","count":1},{"name":"Casey Primozic","email":"me@ameo.link","login":"Ameobea","count":1},{"name":"Charles Samborski","email":"demurgos@demurgos.net","login":"demurgos","count":1},{"name":"Charlie Barto","email":"chbarto@microsoft.com","login":"barcharcraz","count":1},{"name":"Chih-Hung Hsieh","email":"chh@google.com","login":"chih-hung","count":1},{"name":"Christian Heussy","email":"heussy@gmail.com","login":"christianheussy","count":1},{"name":"Christian Meusel","email":"christian.meusel@posteo.de","login":"sirhcel","count":1},{"name":"Christopher James Halse Rogers","email":"raof@ubuntu.com","login":"RAOF","count":1},{"name":"John Bobbo","email":"johnbobbo59@gmail.com","login":"JohnBobbo96","count":1},{"name":"John Brandt","email":"johnb0@outlook.com","login":"johnb8","count":1},{"name":"Joseph Angelo","email":"joseph.angelo@swift-nav.com","login":"jbangelo","count":1},{"name":"Joseph Rafael Ferrer","email":"rafael2x0@gmail.com","login":"JRF63","count":1},{"name":"Josh Guilfoyle","email":"jasta@devtcg.org","login":"jasta","count":1},{"name":"Josh Matthews","email":"josh@joshmatthews.net","login":"jdm","count":1},{"name":"Joshua Liebow-Feeser","email":"joshlf@google.com","login":"joshlf","count":1},{"name":"Jubilee Young","email":"workingjubilee@gmail.com","login":"workingjubilee","count":1},{"name":"Justin Traglia","email":"jtraglia@pm.me","login":"jtraglia","count":1},{"name":"KC","email":"clarke_overkill@yahoo.com","login":"clippered","count":1},{"name":"Keith Yeung","email":"kungfukeith11@gmail.com","login":"KiChjang","count":1},{"name":"Kent Fredric","email":"kentnl@gentoo.org","login":"kentfredric","count":1},{"name":"Kevin Murphy","email":"kemurphy@nvidia.com","login":"kemurphy","count":1},{"name":"Kevin Phoenix","email":"kevin@kphoenix.us","login":"twizmwazin","count":1},{"name":"Kevin Schmid","email":"kschmid@amilarcap.com","login":"KSchmidAmilar","count":1},{"name":"Kobata","email":"kobata2@gmail.com","login":"Kobata","count":1},{"name":"Konrad Koschel","email":"konrad.koschel@sap.com","login":"konradkoschel","count":1},{"name":"Kowasaki","email":"weiyinko@gmail.com","login":"Kowasaki","count":1},{"name":"Kyle Tomsic","email":"kyle.a.tomsic@gmail.com","login":"ktomsic","count":1},{"name":"Lofty Inclination","email":"alastaircodd@hotmail.co.uk","login":"loftyinclination","count":1},{"name":"Luca Barbato","email":"lu_zero@gentoo.org","login":"lu-zero","count":1},{"name":"Lucas Kent","email":"rubickent@gmail.com","login":"rukai","count":1},{"name":"LuncyBloont","email":"xhymaker@126.com","login":"LuncyBloont","count":1},{"name":"Luqman Aden","email":"laden@csclub.uwaterloo.ca","login":"luqmana","count":1},{"name":"Léo Gaspard","email":"leo@gaspard.io","login":"Ekleog","count":1},{"name":"Malisa Smith","email":"malisa.tsmith@gmail.com","login":"malisas","count":1},{"name":"Malo Jaffré","email":"jaffre.malo@gmail.com","login":"MaloJaffre","count":1},{"name":"Fabio Valentini","email":"decathorpe@gmail.com","login":"decathorpe","count":1},{"name":"Felix Solcher","email":"felix.solcher@gmail.com","login":"fnetz","count":1},{"name":"Fenhl","email":"fenhl@fenhl.net","login":"fenhl","count":1},{"name":"Fernando Jimenez Moreno","email":"ferjmoreno@gmail.com","login":"ferjm","count":1},{"name":"Fionera","email":"fionera@fionera.de","login":"fionera","count":1},{"name":"Foxie Flakey","email":"foxieflakey@gmail.com","login":"FoxieFlakey","count":1},{"name":"Francois Bernier","email":"frankbernier@gmail.com","login":"fbernier","count":1},{"name":"Gabi Ganam","email":"gabiganam@gmail.com","login":"gabiganam","count":1},{"name":"Garrett Nickel","email":"garrett.nickel777@gmail.com","login":"gmnicke2","count":1},{"name":"Gary Guo","email":"gary@garyguo.net","login":"nbdd0121","count":1},{"name":"Geoffrey Thomas","email":"geofft@ldpreload.com","login":"geofft","count":1},{"name":"Geoffry Song","email":"goffrie@gmail.com","login":"goffrie","count":1},{"name":"George Hopkins","email":"george-hopkins@null.net","login":"george-hopkins","count":1},{"name":"Georgio Nicolas","email":"me@georgio.xyz","login":"georgio","count":1},{"name":"Hans Wennborg","email":"hans@chromium.org","login":"zmodem","count":1},{"name":"Harlan Haskins","email":"harlan@harlanhaskins.com","login":"harlanhaskins","count":1},{"name":"Henryk Paluch","email":"henryk.paluch@pickering.cz","login":"hpaluch-pil","count":1},{"name":"Hiroshi Hatake","email":"cosmo0920.oucc@gmail.com","login":"cosmo0920","count":1},{"name":"Huxley","email":"framlog@gmail.com","login":"framlog","count":1},{"name":"Ilia Kravets","email":"ilia.kravets@gmail.com","login":"ikravets","count":1},{"name":"Ilya Maykov","email":"ilyam@squareup.com","login":"ivmaykov","count":1},{"name":"Ivan Ukhov","email":"ivan.ukhov@gmail.com","login":"IvanUkhov","count":1},{"name":"Jack Moffitt","email":"jack@metajack.im","login":"metajack","count":1},{"name":"Jan Alexander Steffens (heftig)","email":"heftig@archlinux.org","login":"heftig","count":1},{"name":"Jasper-Bekkers","email":"bekkers@gmail.com","login":"Jasper-Bekkers","count":1},{"name":"Jim Blandy","email":"jimb@red-bean.com","login":"jimblandy","count":1},{"name":"Jingyun Hua","email":"huajingyun@loongson.cn","login":"huajingyun01","count":1},{"name":"tz70s","email":"su3g4284zo6y7@gmail.com","login":"tz70s","count":1}],"past_year_committers":[{"name":"Emilio Cobos Álvarez","email":"emilio@crisal.io","login":"emilio","count":14},{"name":"Miguel Ojeda","email":"ojeda@kernel.org","login":"ojeda","count":5},{"name":"Niklas Dusenlund","email":"niklas.dusenlund@bitbox.swiss","login":"NickeZ","count":5},{"name":"Isaac Gelado","email":"igelado@nvidia.com","login":"igelado","count":5},{"name":"Per Larsen","email":"perlarsen@google.com","login":null,"count":4},{"name":"Jeremy Fitzhardinge","email":"jsgf@fb.com","login":"jsgf","count":4},{"name":"Marijn Suijten","email":"marijn@traverseresearch.nl","login":"MarijnS95","count":3},{"name":"Yuri Astrakhan","email":"YuriAstrakhan@gmail.com","login":"nyurik","count":3},{"name":"Adrian Taylor","email":"adetaylor@chromium.org","login":"adetaylor","count":3},{"name":"Jonathan Schwender","email":"schwenderjonathan@gmail.com","login":"jschwe","count":2},{"name":"Josh Stone","email":"jistone@redhat.com","login":"cuviper","count":2},{"name":"Jeremy Fitzhardinge","email":"jsgf@meta.com","login":null,"count":2},{"name":"Miikka Salminen","email":"miikka.salminen@gmail.com","login":"miikkas","count":2},{"name":"Nico Burns","email":"nico@nicoburns.com","login":"nicoburns","count":2},{"name":"Pekka Ristola","email":"pekkarr@protonmail.com","login":"pekkarr","count":2},{"name":"bendn","email":"bend.n@outlook.com","login":"bend-n","count":2},{"name":"usamoi","email":"usamoi@outlook.com","login":"usamoi","count":2},{"name":"Dan Robertson","email":"","login":null,"count":1},{"name":"Bennet Bleßmann","email":"bb-github@t-online.de","login":"Skgland","count":1},{"name":"Dan Robertson","email":"dan@dlrobertson.com","login":"dlrobertson","count":1},{"name":"naoNao89","email":"90588855+naoNao89","login":"naoNao89","count":1},{"name":"mematthias","email":"107192630+mematthias","login":"mematthias","count":1},{"name":"luohewuyang","email":"luohewuyang@outlook.com","login":"luohewuyang","count":1},{"name":"chiichen","email":"chiichen@qq.com","login":"Chiichen","count":1},{"name":"Xiangfei Ding","email":"dingxiangfei2009@protonmail.ch","login":"dingxiangfei2009","count":1},{"name":"Vegard Eriksen","email":"ve@jetro.no","login":"zyp","count":1},{"name":"Tin Švagelj","email":"tin.svagelj@live.com","login":"Caellian","count":1},{"name":"Simonas Kazlauskas","email":"git@kazlauskas.me","login":"nagisa","count":1},{"name":"Per Larsen","email":"per.larsen@gmail.com","login":"thedataking","count":1},{"name":"Paolo Barbolini","email":"paolo.barbolini@m4ss.net","login":"paolobarbolini","count":1},{"name":"Matthew Maurer","email":"mmaurer@google.com","login":"maurer","count":1},{"name":"Konrad Koschel","email":"konrad.koschel@sap.com","login":"konradkoschel","count":1},{"name":"Kevin Phoenix","email":"kevin@kphoenix.us","login":"twizmwazin","count":1},{"name":"Ilya Maykov","email":"ilyam@squareup.com","login":"ivmaykov","count":1},{"name":"Hans Wennborg","email":"hans@chromium.org","login":"zmodem","count":1},{"name":"Foxie Flakey","email":"foxieflakey@gmail.com","login":"FoxieFlakey","count":1},{"name":"Felix Solcher","email":"felix.solcher@gmail.com","login":"fnetz","count":1},{"name":"David Tolnay","email":"dtolnay@gmail.com","login":"dtolnay","count":1},{"name":"David Cosby","email":"david.cosby@intel.com","login":"DavJCosby","count":1},{"name":"Danny Wolf","email":"wolfd","login":"wolfd","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-05-14T00:00:09.630Z","repositories_count":6233990,"commits_count":894359914,"contributors_count":34893609,"owners_count":1152930,"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":{"table":{"full_name":"rust-lang/rust-bindgen","html_url":"https://github.com/rust-lang/rust-bindgen","last_synced_at":"2026-05-12T17:00:43.457Z","status":"active","issues_count":1598,"pull_requests_count":1892,"avg_time_to_close_issue":16006517.98424467,"avg_time_to_close_pull_request":2468200.4643874643,"issues_closed_count":1078,"pull_requests_closed_count":1755,"pull_request_authors_count":433,"issue_authors_count":789,"avg_comments_per_issue":3.841677096370463,"avg_comments_per_pull_request":3.6363636363636362,"merged_pull_requests_count":1554,"bot_issues_count":0,"bot_pull_requests_count":18,"past_year_issues_count":57,"past_year_pull_requests_count":93,"past_year_avg_time_to_close_issue":3111953.9,"past_year_avg_time_to_close_pull_request":875418.9285714285,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":56,"past_year_pull_request_authors_count":41,"past_year_issue_authors_count":53,"past_year_avg_comments_per_issue":1.263157894736842,"past_year_avg_comments_per_pull_request":1.1612903225806452,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":47,"created_at":"2023-05-09T10:40:50.084Z","updated_at":"2026-05-12T17:00:43.457Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang%2Frust-bindgen/issues","issue_labels_count":{"table":{"bug":235,"help wanted":216,"enhancement":210,"C-assigned":111,"E-easy":79,"I-bogus-codegen":73,"E-less-easy":60,"I-cleanup":54,"A-C++":51,"A-templates":42,"A-libclang":37,"A-derive":30,"A-bitfields":29,"I-unclear":27,"I-needs-reduced-test-case":21,"A-testing":18,"I-needs-docs":18,"I-failing-layout-test":16,"A-macros":15,"I-panic":12,"A-spe":12,"A-csmith":12,"rust-for-linux":12,"I-ABI-bug":11,"A-Obj-C":10,"meta":9,"A-parity-old-bindgen":8,"question":7,"I-Stylo":7,"E-hard":6,"A-error-reporting":6,"A-enums":6,"hacktoberfest":6,"invalid":5,"A-unions":4,"A-rustfmt":4,"msvc":2,"next-release":2,"S-needs-decision":2,"A-rustc":2,"windows":1,"C-feature-request":1,"good first issue":1,"A-no_std":1,"This Week In Servo (TWiS)":1}},"pull_request_labels_count":{"table":{"S-awaiting-review":347,"S-needs-rebase":50,"S-tests-failed":37,"rust-for-linux":20,"dependencies":4,"This Week In Servo (TWiS)":3,"next-release":3,"S-awaiting-merge":2,"A-C++":1,"A-templates":1,"S-needs-code-changes":1}},"issue_author_associations_count":{"table":{"NONE":873,"CONTRIBUTOR":425,"MEMBER":217,"COLLABORATOR":83}},"pull_request_author_associations_count":{"table":{"CONTRIBUTOR":982,"COLLABORATOR":476,"MEMBER":258,"NONE":176}},"issue_authors":{"table":{"fitzgen":172,"emilio":63,"upsuper":40,"pvdrz":28,"Dushistov":17,"ctaggart":15,"jethrogb":15,"adetaylor":15,"jsgf":15,"Lokathor":14,"helloqirun":13,"ojeda":13,"kkimdev":11,"Manishearth":11,"pepyakin":8,"wmmc88":8,"kornelski":8,"Volker-Weissmann":8,"dimbleby":8,"simlay":8,"glandium":7,"lopopolo":7,"spease":7,"crumblingstatue":7,"shnewto":6,"cbourjau":6,"LoganDark":6,"tmfink":6,"nyurik":6,"boydjohnson":5,"alex":5,"tamird":5,"bholley":5,"bbigras":5,"ghost":5,"tgross35":5,"HadrienG2":5,"youknowone":5,"NickeZ":5,"bobbobbio":5,"virtualritz":5,"SimonSapin":5,"elichai":5,"Supreeeme":4,"not-fl3":4,"dtolnay":4,"kulp":4,"auscompgeek":4,"jbaublitz":4,"azerupi":4,"Neurrone":4,"faern":4,"pcwalton":4,"GKFX":4,"heycam":4,"nox":4,"Kriskras99":4,"daschl":4,"jdm":4,"Yamakaky":4,"Wenzel":4,"glyn":4,"gnzlbg":4,"ivmaykov":4,"jschwe":4,"leeopop":4,"AndrewGaspar":4,"chrysn":4,"amanjeev":4,"nikkon-dev":3,"dkg":3,"VariableExp0rt":3,"hellow554":3,"jrmuizel":3,"ambaxter":3,"agausmann":3,"joshlf":3,"DrChat":3,"db48x":3,"michaeleiselsc":3,"flier":3,"asajeffrey":3,"froydnj":3,"somewheve":3,"nwoods-cimpress":3,"Belval":3,"devsnek":3,"photoszzt":3,"XVilka":3,"adamlesinski":3,"usamec":3,"e00E":3,"CGMossa":3,"yshui":3,"jeikabu":3,"siscia":3,"jbeich":3,"vext01":3,"ignatenkobrain":3,"royb3":2,"alistair23":2,"pronebird":2,"Wallacoloo":2,"ahaoboy":2,"raphaelcohn":2,"rpjohnst":2,"maurer":2,"hunterlxt":2,"Emilgardis":2,"afranchuk":2,"RReverser":2,"i509VCB":2,"fintelia":2,"jgrund":2,"trsh":2,"rhdxmr":2,"Jascha-N":2,"nagisa":2,"Kixunil":2,"Bqleine":2,"hfiguiere":2,"reitermarkus":2,"cheblin":2,"joseluis":2,"ildar":2,"LegNeato":2,"lostman":2,"Geobert":2,"varphone":2,"csmulhern":2,"vvuk":2,"Kangie":2,"tathanhdinh":2,"hcldan":2,"saschanaz":2,"jonhoo":2,"gsingh93":2,"Urgau":2,"Apostoln":2,"theoparis":2,"asomers":2,"vthib":2,"ajantti":2,"karroffel":2,"flowbish":2,"rami3l":2,"lovesegfault":2,"TheRadioGuy":2,"lukaz-vaultree-com":2,"nivkner":2,"tbodt":2,"LunarLambda":2,"MikuroXina":2,"bugproof":2,"TomzBench":2,"waywardmonkeys":2,"dcoles":2,"flip111":2,"y86-dev":2,"sgrif":2,"lulitao1997":2,"Cldfire":2,"cpeterso":2,"devurandom":2,"Tazdevil971":2,"johalun":2,"metaspace":2,"uuhan":2,"Morganamilo":2,"bsteinb":2,"3xau1o":2,"jryans":2,"ianks":2,"drewkett":2,"n3f4s":2,"jasta":2,"jyn514":2,"Dirbaio":2,"leinardi":2,"agrover":2,"zopsicle":2,"VeaaC":2,"Michael-F-Bryan":2,"tbu-":2,"talbenari1":2,"davidben":2,"andrewdavidmackenzie":2,"bjorn3":2,"JonBoyleCoding":2,"lnicola":2,"est31":2,"gwenn":2,"ghenry":2,"Ploppz":2,"kupiakos":2,"ahomescu":1,"Ericson2314":1,"workingjubilee":1,"perqin":1,"Anthomedal":1,"havakv":1,"carycodes":1,"nomi-san":1,"kirito41dd":1,"qsr":1,"ccouzens":1,"sehnryr":1,"divflex":1,"metajack":1,"Wodann":1,"zacps":1,"retrry":1,"davehorner":1,"finalyards":1,"yutannihilation":1,"wucke13":1,"discosultan":1,"chengchangwu":1,"mundusnine":1,"jjpe":1,"tov":1,"xuzihan351":1,"osialr":1,"Enet4":1,"thoughtpolice":1,"MikeRomaniuk":1,"SilensAngelusNex":1,"CAD97":1,"thatbakamono":1,"ciphergoth":1,"ankane":1,"JMS55":1,"uglyoldbob":1,"SabrinaJewson":1,"dzervas":1,"chayleaf":1,"qinghon":1,"isv75":1,"vityafx":1,"DevilishSpirits":1,"XrXr":1,"LostbBlizzard":1,"MarinPostma":1,"mcgoo":1,"ianrrees":1,"xubo3006":1,"jestarray":1,"ArcaneNibble":1,"saurvs":1,"zRedShift":1,"WardBrian":1,"Ralith":1,"avnerbarr":1,"jeanphilippeD":1,"zhangjinpeng1987":1,"flxo":1,"coderedart":1,"divagant-martian":1,"Bobo1239":1,"cameronelliott":1,"jerrickwoo":1,"niko-ng":1,"yonas":1,"daixiang0":1,"redeexpressos":1,"novafacing":1,"anolivetree":1,"oblique":1,"tmvkrpxl0":1,"lemleyautomation":1,"katyo":1,"vaartis":1,"thenewwazoo":1,"patr0nus":1,"axzsd":1,"asmitaj08":1,"rblenkinsopp":1,"Timmmm":1,"moosterhof":1,"jugglingcats":1,"toger5":1,"wspl":1,"jcranmer":1,"liranringel":1,"cloneable":1,"Galigator":1,"LuncyBloont":1,"expenses":1,"ehsanul":1,"BrendanBall":1,"asimaranov":1,"HackerFoo":1,"emmatebibyte":1,"Stargateur":1,"cuifox":1,"rsammelson":1,"MeFisto94":1,"stevenroose":1,"cwfitzgerald":1,"mattmacy":1,"strohel":1,"morrisonlevi":1,"daeho-ro":1,"Nashenas88":1,"tmccrmck":1,"buybackoff":1,"michael-p":1,"35359595":1,"bestgopher":1,"jgcodes2020":1,"cmazakas":1,"Coder-256":1,"gabiganam":1,"tasleson":1,"gfxstrand":1,"notmmao":1,"hkonetzky":1,"VikingMew":1,"wangbj":1,"Myaats":1,"taro-yamada":1,"AurelienFT":1,"autarch":1,"Himself65":1,"Jsbjr":1,"DmitrySamoylov":1,"scoopr":1,"maelp":1,"yrp604":1,"YjyJeff":1,"Orycterope":1,"almanac-problem":1,"sagudev":1,"capickett":1,"sir-maniac":1,"ice1000":1,"yaa110":1,"FreezyLemon":1,"ju1ius":1,"mikeyhew":1,"mtb0x1":1,"acxz":1,"latin-1":1,"estk":1,"barafael":1,"okias":1,"linkmauve":1,"joleeee":1,"mimoo":1,"mhsjlw":1,"cogsandsquigs":1,"leon-xd":1,"Forsworns":1,"Boscop":1,"asayers":1,"mrozekma":1,"chrooti":1,"aurabindo":1,"nlfiedler":1,"Catramen":1,"dflemstr":1,"alexxbb":1,"oiaohm":1,"danobi":1,"bugadani":1,"vadimcn":1,"MeechaelA":1,"TheDan64":1,"remexre":1,"polyfloyd":1,"dhruvin-dev":1,"target-san":1,"elastosaur":1,"m-ou-se":1,"brodycj":1,"mj-unseld":1,"fmc5046":1,"insaneinside":1,"lukaslueg":1,"chbaker0":1,"eggyal":1,"tangmi":1,"extrawurst":1,"albel727":1,"smurfd":1,"ceigel":1,"decathorpe":1,"mash-graz":1,"chloekek":1,"Gnurou":1,"zrneely":1,"purpleP":1,"snowwolf007cn":1,"michaellass":1,"Bromeon":1,"cole-miller":1,"Kloenk":1,"kriswuollett":1,"davidv1992":1,"drake-amz":1,"mutantbob":1,"npmccallum":1,"nicokoch":1,"ssbanerje":1,"EbonJaeger":1,"xky0007":1,"KarelPeeters":1,"loynoir":1,"ebkalderon":1,"ennis":1,"stevecapperarm":1,"ensc":1,"benw":1,"gdesmott":1,"oconnor663":1,"the-other-james":1,"ssh352":1,"mrjbom":1,"bobi6666":1,"ClementNerma":1,"heinrich5991":1,"deweerdt":1,"glittershark":1,"tom-anders":1,"Sympatron":1,"Admsher":1,"Taaitaaiger":1,"dy-tea":1,"boozook":1,"samvv":1,"cppcoffee":1,"oberrich":1,"burtonageo":1,"k3yavi":1,"trinity-1686a":1,"flevi29":1,"alexcwyu":1,"fpagliughi":1,"TCROC":1,"acovaci":1,"vimmerru":1,"AndonMitev":1,"johnmave126":1,"robin-nitrokey":1,"kdanecki":1,"CamJN":1,"trissylegs":1,"jman168":1,"eliemichel":1,"JonSeverinsson":1,"stouset":1,"sa2ajj":1,"DominicD":1,"AdamGlass":1,"All8Up":1,"SWW13":1,"NoraCodes":1,"gabi-250":1,"ionut-arm":1,"7Hazard":1,"colindr":1,"wesleywiser":1,"tothambrus11":1,"Ekleog":1,"TimNN":1,"casey":1,"chertov":1,"brocaar":1,"MarijnS95":1,"posix4e":1,"Ferry-200":1,"aadog":1,"afeldman":1,"vleni":1,"danielpclark":1,"akshayknarayan":1,"alexeyzab":1,"Geal":1,"lthiery":1,"tschneidereit":1,"nasso":1,"doppioandante":1,"addiment":1,"mamcx":1,"idc77":1,"SpeedCrash100":1,"toplinuxsir":1,"dignifiedquire":1,"thedataking":1,"plugwash":1,"jrakow":1,"jmjoy":1,"corecode":1,"fneddy":1,"fangchenli":1,"ilcheese2":1,"NiiightmareXD":1,"gmnicke2":1,"rendaw":1,"rdelfin":1,"aleokdev":1,"mgeier":1,"Crzyrndm":1,"wdouglass":1,"gonzalobg":1,"AldaronLau":1,"sylvestre":1,"kcrazy":1,"bertschingert":1,"Gankra":1,"hanusek":1,"ivanovaleksey":1,"paxbun":1,"SirVer":1,"thburghout":1,"heidezomp":1,"Dr-Emann":1,"daviddrysdale":1,"mattiascibien":1,"jgallagher":1,"biplab5464":1,"unageek":1,"nbigaouette":1,"noyez":1,"guotie":1,"xry111":1,"estchd":1,"kentfredric":1,"kellda":1,"noahgibbs":1,"kbolino":1,"hannometer":1,"jerome-jutteau":1,"barabadzhi":1,"thefallentree":1,"alejnp":1,"johnrichardrinehart":1,"Deewiant":1,"cramertj":1,"thomasantony":1,"starkat99":1,"aDotInTheVoid":1,"tdaede":1,"benpye":1,"EKTehtris":1,"raymanfx":1,"farbodpm":1,"Easyoakland":1,"isghe":1,"talchas":1,"lightbulb128":1,"parniere":1,"mmynk":1,"yangchengjian":1,"BaoshanPang":1,"ThalusA":1,"benma":1,"justsmth":1,"0x7CFE":1,"p-kraszewski":1,"matejcik":1,"jbangelo":1,"mathieupoirier":1,"LouGaZen":1,"isaacmorgan":1,"olivier-fs":1,"SuperHeron":1,"ynuwenhof":1,"guusw":1,"nbrr":1,"Dessix":1,"doctortheemh":1,"1c7718e7":1,"try-agaaain":1,"ephraimfeldblum":1,"cardoe":1,"Raekye":1,"koutheir":1,"pavel-reznak-tfs":1,"Ms2ger":1,"leoschwarz":1,"ericmarkmartin":1,"CrendKing":1,"Al-Rozhkov":1,"jrandall":1,"Jakuje":1,"ian-h-chamberlain":1,"sanxiyn":1,"Jomy10":1,"rivy":1,"AWADHAMBIKA":1,"aleozlx":1,"zmodem":1,"appaquet":1,"andersrein":1,"ian-p-cooke":1,"Jackneill":1,"toshipp":1,"tokatoka":1,"johanneskoester":1,"vasa-chi":1,"manuel-rhdt":1,"mbarbar":1,"MasterAwesome":1,"mxyns":1,"themasch":1,"izderadicka":1,"aohanhe":1,"demoray":1,"nnethercote":1,"fwip":1,"kurtmcmillan":1,"jpathy":1,"Niwo04":1,"Strackeror":1,"tuxmark5":1,"v1gnesh":1,"pradt2":1,"adrien3d":1,"rodrigorc":1,"jadinm":1,"gpace1":1,"estebank":1,"Ilia-Kosenkov":1,"xobs":1,"22shubh22":1,"versaloon":1,"xTachyon":1,"programmerjake":1,"danakj":1,"Safwen-hosni":1,"dlrobertson":1,"dylanmckay":1,"JanBeh":1,"DrRibosome":1,"pinkpawkitty":1,"xxks-kkk":1,"windy1":1,"ArtBlnd":1,"tpgxyz":1,"mystise":1,"YruamaLairba":1,"DanutAldea":1,"amCap1712":1,"BGR360":1,"porglezomp":1,"vlisivka":1,"starsoccer":1,"gmilleramilar":1,"dylanede":1,"andreeaflorescu":1,"Slabity":1,"AlexEne":1,"framlog":1,"aleksanb":1,"ic3man5":1,"fritschy":1,"Natim":1,"jalil-salame":1,"rosorio":1,"bbyler":1,"chih-hung":1,"Olangu":1,"thomwiggers":1,"bengl":1,"diwic":1,"lexxvir":1,"rinon":1,"sshwy":1,"the-moog":1,"gburgessiv":1,"duckfromdiscord":1,"birtles":1,"cholcombe973":1,"eldesh":1,"jamesmunns":1,"roblabla":1,"BorisChiou":1,"remysucre":1,"kolektiv":1,"atouchet":1,"seekamoon":1,"hannesweisbach":1,"canton7":1,"elfenpiff":1,"aleksmelnikov":1,"Xaldew":1,"ValouBambou":1,"N3xed":1,"liss-h":1,"grovesNL":1,"ZyX-II":1,"cacruden":1,"antoinelanco":1,"comex":1,"sijupunnnoose":1,"beltegeuse":1,"vchekan":1,"Shadlock0133":1,"theKidOfArcrania":1,"apanda":1,"jcreedcmu":1,"ethindp":1,"Molot2032":1,"cfallin":1,"ccleve":1,"arkeet":1,"alexreg":1,"marmitar":1,"adam-azarchs":1,"therealfrauholle":1,"Srlion":1,"frewsxcv":1,"Ddystopia":1,"mjbshaw":1,"jku20":1,"TranquilRock":1,"ericseppanen":1,"geofft":1,"viniciusd":1,"hg2ecz":1,"achary":1,"vedantroy":1,"usamoi":1,"soloist-v":1,"zpxgdev":1,"vsbogd":1,"cgmckeever":1,"slmjkdbtl":1,"ChaseKnowlden":1,"aholtzma-am":1,"wintermelons":1,"0xpr03":1,"dipanjan":1,"rburing":1,"Pzixel":1,"cjordan":1,"juntyr":1,"Unlimited-Witchcraft":1,"rillian":1,"nixomose":1,"ferjm":1,"nwmqpa":1,"dvdplm":1,"stuartnelson3":1,"tanriol":1,"krukai":1,"oluseyi":1,"nsabovic":1,"notmgsk":1,"GengYage":1,"vks":1,"thomcc":1,"martinthomson":1,"SamuelMarks":1,"photex":1,"caracal7":1,"ExpHP":1,"declanvk":1,"ranweiler":1,"bobbbay":1,"stevenengler":1,"kouzhudong":1,"bonzini":1,"Lytigas":1,"sellout":1,"hoangbv15":1,"Danielmelody":1,"stephank":1,"mayabyte":1,"MolotovCherry":1,"rlee287":1,"je-vv":1,"mwberry":1,"mamscience":1,"vvanders":1,"Narsil":1,"marmeladema":1,"martinboehme":1,"thajohns":1,"Kobata":1,"Fisch37":1,"inflation":1,"topcoco":1,"WilliamVenner":1,"meerik":1,"chatgpt-copypasta":1,"miikkas":1,"vmx":1}},"pull_request_authors":{"table":{"emilio":351,"pvdrz":208,"fitzgen":184,"nyurik":80,"tshepang":40,"adetaylor":35,"upsuper":23,"kulp":20,"jschwe":19,"photoszzt":18,"pepyakin":16,"tmfink":16,"github-actions[bot]":15,"jeanphilippeD":13,"ojeda":13,"reitermarkus":12,"dtolnay":12,"Eijebong":12,"jsgf":11,"GKFX":11,"flier":11,"waywardmonkeys":10,"simlay":10,"NickeZ":9,"jbaublitz":9,"jdub":9,"amanjeev":8,"scoopr":8,"Manishearth":7,"jethrogb":7,"ghost":6,"kornelski":6,"frewsxcv":6,"tgross35":6,"elichai":6,"MikuroXina":6,"heycam":6,"LegNeato":6,"justsmth":6,"KyleMayes":6,"bertschingert":6,"impowski":5,"CGMossa":5,"nox":5,"glyn":5,"SimonSapin":5,"zh-jq":4,"varphone":4,"remexre":4,"arctic-alpaca":4,"Volker-Weissmann":4,"mohe2015":4,"Natim":4,"usamoi":4,"kawasin73":4,"Kriskras99":4,"ekse":4,"miikkas":4,"flowbish":4,"Molot2032":4,"qinghon":4,"torokati44":4,"aeleos":4,"nikkon-dev":4,"pcwalton":4,"lopopolo":3,"e00E":3,"jonhoo":3,"tsliang":3,"dependabot[bot]":3,"tamird":3,"atouchet":3,"ian-h-chamberlain":3,"dlrobertson":3,"SirVer":3,"Wallacoloo":3,"framlog":3,"manaskarekar":3,"Urgau":3,"thedataking":3,"bkchr":3,"cuviper":3,"glandium":3,"shnewto":3,"vvuk":3,"igelado":3,"dimbleby":3,"liranringel":3,"treiff":3,"HKalbasi":3,"hlopko":3,"catdesk":3,"db48x":3,"Ms2ger":3,"ericseppanen":3,"nikhilshagri":3,"chrysn":3,"alexeyzab":3,"MarijnS95":3,"dhruvin-dev":2,"jtraglia":2,"AlexTMjugador":2,"qwandor":2,"altunenes":2,"Freyskeyd":2,"nspin":2,"zRedShift":2,"Incognitas":2,"sirhcel":2,"ckrenslehner":2,"bjorn3":2,"chbaker0":2,"gabiganam":2,"auscompgeek":2,"workingjubilee":2,"jahs-tech":2,"nbdd0121":2,"LuncyBloont":2,"mbrobbel":2,"VeaaC":2,"WardBrian":2,"pmarks":2,"hallfox":2,"kupiakos":2,"ambaxter":2,"DrChat":2,"nicoburns":2,"nickrallison":2,"dingxiangfei2009":2,"jyn514":2,"chiichen":2,"Lokathor":2,"beetrees":2,"boydjohnson":2,"wmjae":2,"ajnirp":2,"daviddrysdale":2,"ilcheese2":2,"mmdriley":2,"darnuria":2,"rinon":2,"jmerdich":2,"heftig":2,"dylanmckay":2,"rukai":2,"jcdyer":2,"mart-e":2,"jbg":2,"loftyinclination":2,"yshui":2,"chenhengqi":2,"Emilgardis":2,"nicopauss":2,"discord9":2,"mstrydom":2,"shandongbinzhou":2,"chotchki":2,"fnetz":2,"virtualritz":2,"csmulhern":2,"ekoops":2,"qsr":2,"HackerFoo":2,"eclipseo":2,"eggyal":2,"blukai":2,"DavJCosby":2,"myyrakle":2,"curldivergence":2,"roblabla":2,"Kiblyn11":2,"rsammelson":2,"jrmuizel":2,"nasso":2,"attilarepka":2,"luser":2,"sanxiyn":2,"rodrigorc":2,"bmr-cymru":2,"AndrewGaspar":2,"mxyns":2,"aethanyc":2,"jplatte":2,"saleemrashid":2,"SilensAngelusNex":2,"jhod0":2,"forcedebug":2,"basic-bgnr":2,"huajingyun01":2,"jorolf":2,"Lytigas":2,"shinglyu":1,"chayleaf":1,"strohel":1,"tromey":1,"omakk":1,"mati865":1,"ivmaykov":1,"jandob":1,"danobi":1,"dcoles":1,"bend-n":1,"follower":1,"tbodt":1,"tuxmark5":1,"Nashenas88":1,"MaloJaffre":1,"wolfd":1,"edunham":1,"ericmarkmartin":1,"malisas":1,"naoNao89":1,"symphorien":1,"Dushistov":1,"7Hazard":1,"Ekleog":1,"Apostoln":1,"marty-se":1,"madsmtm":1,"TheJokr":1,"decathorpe":1,"tathanhdinh":1,"dkg":1,"jbangelo":1,"osialr":1,"Caellian":1,"WiSaGaN":1,"george-hopkins":1,"sw17ch":1,"agausmann":1,"ileixe":1,"michaelwoerister":1,"joechrisellis":1,"rtzoeller":1,"UK992":1,"inevity":1,"adamlesinski":1,"PyroLagus":1,"mgjc":1,"kpcyrd":1,"boncheolgu":1,"christianheussy":1,"tz70s":1,"barafael":1,"hgallagher1993":1,"zimurgh":1,"Enes1313":1,"sagudev":1,"goffrie":1,"Xaeroxe":1,"dengjeffrey":1,"ldm0":1,"xTachyon":1,"ian-p-cooke":1,"wafflespeanut":1,"samueltardieu":1,"pyropeter":1,"11Takanori":1,"fionera":1,"TheConner":1,"Niederb":1,"cynecx":1,"baloo":1,"stouset":1,"jmesmon":1,"gnzlbg":1,"hpaluch-pil":1,"twizmwazin":1,"Jasper-Bekkers":1,"jimblandy":1,"honggoff":1,"nagisa":1,"oblique":1,"vadorovsky":1,"metajack":1,"gh2o":1,"ehuss":1,"TannerRogalsky":1,"kellda":1,"agodnic":1,"orhun":1,"Yamakaky":1,"bunnie":1,"gmnicke2":1,"Supreeeme":1,"psumbera":1,"Orycterope":1,"19h":1,"acmcarther":1,"jasta":1,"glasserc":1,"Cldfire":1,"Tiwalun":1,"patr0nus":1,"nwmqpa":1,"lu-zero":1,"tanriol":1,"jhwgh1968":1,"ikravets":1,"nicochatzi":1,"harlanhaskins":1,"ootoovak":1,"devsnek":1,"igilham":1,"thomcc":1,"JRF63":1,"smurfd":1,"WizardOfArc":1,"davidcole1340":1,"johnmave126":1,"trissylegs":1,"comex":1,"vorot93":1,"oberrich":1,"mematthias":1,"ericho":1,"barry3406":1,"thechampagne":1,"aplanas":1,"mchlrhw":1,"jcreedcmu":1,"cr8t":1,"thb-sb":1,"CarePackage17":1,"Kobata":1,"geofft":1,"arystan-sw":1,"mtb0x1":1,"mkroening":1,"baconator":1,"prokopyl":1,"NobodyXu":1,"azerupi":1,"martinboehme":1,"FoxieFlakey":1,"dholbert":1,"frozencemetery":1,"chih-hung":1,"jamesmunns":1,"Shadlock0133":1,"nickdesaulniers":1,"dwijnand":1,"XrXr":1,"nivkner":1,"danakj":1,"poliorcetics":1,"ktomsic":1,"klefevre":1,"SimplyDanny":1,"onalante-msft":1,"anp":1,"afluth":1,"cmcavity":1,"bradfier":1,"expenses":1,"joshlf":1,"Bobo1239":1,"Skelebot":1,"aapoalas":1,"Niki4tap":1,"jkozlowski":1,"sehnryr":1,"alex":1,"nbars":1,"th0rex":1,"doxblek":1,"AaronM04":1,"KarelPeeters":1,"andreafioraldi":1,"paolobarbolini":1,"kohanis":1,"leo60228":1,"joshchngs":1,"JohnBobbo96":1,"zyp":1,"youknowone":1,"Ameobea":1,"jrandall":1,"diwic":1,"froydnj":1,"remysucre":1,"mbrubeck":1,"aleokdev":1,"cratelyn":1,"fenhl":1,"faineance":1,"Abestanis":1,"Imirsen":1,"clippered":1,"rigelk":1,"bd339":1,"divagant-martian":1,"georgio":1,"DrRuhe":1,"mehmetoguzderin":1,"anna-liao":1,"johnb8":1,"higuoxing":1,"sanmai-NL":1,"tangmi":1,"Yandrik":1,"pradt2":1,"zmodem":1,"ferjm":1,"semtexzv":1,"KiChjang":1,"ivanovaleksey":1,"MichaelBaker":1,"Danacus":1,"pthariensflame":1,"chertov":1,"brocaar":1,"kentfredric":1,"demurgos":1,"GyrosOfWar":1,"alejnp":1,"mdz-axo":1,"rdelfin":1,"strake":1,"rillian":1,"fletcherw":1,"manuel-woelker":1,"barcharcraz":1,"Kowasaki":1,"hugwijst":1,"rich-ayr":1,"hcldan":1,"pheki":1,"aatifsyed":1,"royb3":1,"Danielmelody":1,"heidezomp":1,"tetsuharuohzeki":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-05-14T00:00:12.120Z","repositories_count":14599028,"issues_count":34295712,"pull_requests_count":112261213,"authors_count":11261523,"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":{"table":{"bug":3,"help wanted":2,"I-bogus-codegen":1,"next-release":1}},"past_year_pull_request_labels_count":{"table":{"rust-for-linux":2}},"past_year_issue_author_associations_count":{"table":{"NONE":48,"CONTRIBUTOR":7,"MEMBER":1}},"past_year_pull_request_author_associations_count":{"table":{"CONTRIBUTOR":62,"NONE":27,"MEMBER":4}},"past_year_issue_authors":{"table":{"ivmaykov":4,"NickeZ":2,"3xau1o":1,"maurer":1,"metaspace":1,"miikkas":1,"mtb0x1":1,"mystise":1,"pavel-reznak-tfs":1,"rlee287":1,"rosorio":1,"SabrinaJewson":1,"seekamoon":1,"Srlion":1,"thedataking":1,"theKidOfArcrania":1,"the-moog":1,"topcoco":1,"tothambrus11":1,"versaloon":1,"wdouglass":1,"wintermelons":1,"wmmc88":1,"zmodem":1,"zopsicle":1,"zRedShift":1,"ZyX-II":1,"adam-azarchs":1,"alejnp":1,"All8Up":1,"almanac-problem":1,"antoinelanco":1,"canton7":1,"ChaseKnowlden":1,"chatgpt-copypasta":1,"chrooti":1,"corecode":1,"davehorner":1,"davidv1992":1,"Ddystopia":1,"dtolnay":1,"elastosaur":1,"Ericson2314":1,"finalyards":1,"Fisch37":1,"FreezyLemon":1,"gfxstrand":1,"jku20":1,"JMS55":1,"joshlf":1,"kbolino":1,"koutheir":1}},"past_year_pull_request_authors":{"table":{"emilio":15,"NickeZ":9,"nyurik":6,"jsgf":4,"qinghon":4,"miikkas":4,"ojeda":3,"thedataking":3,"nicopauss":2,"igelado":2,"fnetz":2,"dlrobertson":2,"dingxiangfei2009":2,"DavJCosby":2,"cuviper":2,"chotchki":2,"chiichen":2,"mmdriley":2,"nicoburns":2,"zRedShift":2,"naoNao89":1,"paolobarbolini":1,"TheJokr":1,"usamoi":1,"wolfd":1,"zmodem":1,"zyp":1,"nagisa":1,"mtb0x1":1,"mematthias":1,"mdz-axo":1,"MarijnS95":1,"ivmaykov":1,"HKalbasi":1,"doxblek":1,"dcoles":1,"chertov":1,"Caellian":1,"bend-n":1,"barry3406":1,"alejnp":1}},"maintainers":[{"table":{"login":"emilio","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/emilio"}},{"table":{"login":"fitzgen","count":356,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fitzgen"}},{"table":{"login":"pvdrz","count":149,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pvdrz"}},{"table":{"login":"kulp","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kulp"}},{"table":{"login":"tshepang","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/tshepang"}},{"table":{"login":"Manishearth","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Manishearth"}},{"table":{"login":"dtolnay","count":16,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"}},{"table":{"login":"amanjeev","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amanjeev"}},{"table":{"login":"scoopr","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/scoopr"}},{"table":{"login":"frewsxcv","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/frewsxcv"}},{"table":{"login":"alex","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alex"}},{"table":{"login":"bjorn3","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bjorn3"}},{"table":{"login":"jyn514","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jyn514"}},{"table":{"login":"workingjubilee","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/workingjubilee"}},{"table":{"login":"sanxiyn","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sanxiyn"}},{"table":{"login":"nagisa","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nagisa"}},{"table":{"login":"cuviper","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"}},{"table":{"login":"HKalbasi","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"}},{"table":{"login":"rami3l","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rami3l"}},{"table":{"login":"thomcc","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thomcc"}},{"table":{"login":"jamesmunns","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jamesmunns"}},{"table":{"login":"lnicola","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lnicola"}},{"table":{"login":"m-ou-se","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/m-ou-se"}},{"table":{"login":"anp","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/anp"}},{"table":{"login":"programmerjake","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/programmerjake"}},{"table":{"login":"AlexEne","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AlexEne"}},{"table":{"login":"wesleywiser","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/wesleywiser"}},{"table":{"login":"aDotInTheVoid","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aDotInTheVoid"}},{"table":{"login":"cramertj","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cramertj"}},{"table":{"login":"edunham","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/edunham"}},{"table":{"login":"michaelwoerister","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/michaelwoerister"}},{"table":{"login":"dwijnand","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dwijnand"}},{"table":{"login":"KiChjang","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KiChjang"}}],"active_maintainers":[{"table":{"login":"cuviper","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cuviper"}},{"table":{"login":"dtolnay","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dtolnay"}},{"table":{"login":"HKalbasi","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HKalbasi"}},{"table":{"login":"nagisa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nagisa"}}]}},"events":{"total":{"ReleaseEvent":4,"DeleteEvent":242,"PullRequestEvent":303,"ForkEvent":78,"DiscussionEvent":1,"IssuesEvent":191,"WatchEvent":568,"IssueCommentEvent":519,"PushEvent":182,"PullRequestReviewCommentEvent":124,"PullRequestReviewEvent":215,"CreateEvent":253},"last_year":{"DeleteEvent":37,"PullRequestEvent":77,"ForkEvent":23,"DiscussionEvent":1,"IssuesEvent":40,"WatchEvent":201,"IssueCommentEvent":151,"PushEvent":43,"PullRequestReviewCommentEvent":38,"PullRequestReviewEvent":67,"CreateEvent":50}},"keywords":["bindings","codegen","ffi"],"dependencies":[{"ecosystem":"cargo","filepath":"bindgen-cli/Cargo.toml","sha":null,"kind":"manifest","created_at":"2026-03-03T07:08:01.740Z","updated_at":"2026-03-03T07:08:01.740Z","repository_link":"https://github.com/rust-lang/rust-bindgen/blob/main/bindgen-cli/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"bindgen-tests/tests/expectations/Cargo.toml","sha":null,"kind":"manifest","created_at":"2026-03-03T07:08:01.900Z","updated_at":"2026-03-03T07:08:01.900Z","repository_link":"https://github.com/rust-lang/rust-bindgen/blob/main/bindgen-tests/tests/expectations/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"bindgen-tests/tests/quickchecking/Cargo.toml","sha":null,"kind":"manifest","created_at":"2026-03-03T07:08:01.942Z","updated_at":"2026-03-03T07:08:01.942Z","repository_link":"https://github.com/rust-lang/rust-bindgen/blob/main/bindgen-tests/tests/quickchecking/Cargo.toml","dependencies":[]},{"ecosystem":"actions","filepath":".github/workflows/bump-version.yml","sha":null,"kind":"manifest","created_at":"2026-03-03T07:01:19.146Z","updated_at":"2026-03-03T07:01:19.146Z","repository_link":"https://github.com/rust-lang/rust-bindgen/blob/main/.github/workflows/bump-version.yml","dependencies":[{"id":25829839481,"package_name":"chainguard-dev/actions/setup-gitsign","ecosystem":"actions","requirements":"main","direct":true,"kind":"composite","optional":false},{"id":25829839483,"package_name":"taiki-e/install-action","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":25829839484,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25829839485,"package_name":"peter-evans/create-pull-request","ecosystem":"actions","requirements":"v5","direct":true,"kind":"composite","optional":false},{"id":25829839480,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/release.yml","sha":null,"kind":"manifest","created_at":"2026-03-03T07:01:20.473Z","updated_at":"2026-03-03T07:01:20.473Z","repository_link":"https://github.com/rust-lang/rust-bindgen/blob/main/.github/workflows/release.yml","dependencies":[{"id":25829839507,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25829839508,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25829839509,"package_name":"actions/download-artifact","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/bindgen.yml","sha":null,"kind":"manifest","created_at":"2026-03-03T07:01:18.750Z","updated_at":"2026-03-03T07:01:18.750Z","repository_link":"https://github.com/rust-lang/rust-bindgen/blob/main/.github/workflows/bindgen.yml","dependencies":[{"id":25829839477,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25829839478,"package_name":"dtolnay/rust-toolchain","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":25829839479,"package_name":"KyleMayes/install-llvm-action","ecosystem":"actions","requirements":"v2.0.5","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/create-tag.yml","sha":null,"kind":"manifest","created_at":"2026-03-03T07:01:19.428Z","updated_at":"2026-03-03T07:01:19.428Z","repository_link":"https://github.com/rust-lang/rust-bindgen/blob/main/.github/workflows/create-tag.yml","dependencies":[{"id":25829839490,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25829839491,"package_name":"dtolnay/rust-toolchain","ecosystem":"actions","requirements":"stable","direct":true,"kind":"composite","optional":false},{"id":25829839492,"package_name":"mathieudutour/github-tag-action","ecosystem":"actions","requirements":"v6.2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/deploy-book.yml","sha":null,"kind":"manifest","created_at":"2026-03-03T07:01:20.134Z","updated_at":"2026-03-03T07:01:20.134Z","repository_link":"https://github.com/rust-lang/rust-bindgen/blob/main/.github/workflows/deploy-book.yml","dependencies":[{"id":25829839503,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25829839504,"package_name":"JamesIves/github-pages-deploy-action","ecosystem":"actions","requirements":"3.7.1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/publish.yml","sha":null,"kind":"manifest","created_at":"2026-03-03T07:01:20.407Z","updated_at":"2026-03-03T07:01:20.407Z","repository_link":"https://github.com/rust-lang/rust-bindgen/blob/main/.github/workflows/publish.yml","dependencies":[{"id":25829839505,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25829839506,"package_name":"dtolnay/rust-toolchain","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"cargo","filepath":"Cargo.lock","sha":null,"kind":"lockfile","created_at":"2026-03-03T07:01:20.527Z","updated_at":"2026-03-03T07:01:20.527Z","repository_link":"https://github.com/rust-lang/rust-bindgen/blob/main/Cargo.lock","dependencies":[{"id":25829839511,"package_name":"aho-corasick","ecosystem":"cargo","requirements":"1.1.3","direct":false,"kind":"runtime","optional":false},{"id":25829839513,"package_name":"annotate-snippets","ecosystem":"cargo","requirements":"0.11.5","direct":false,"kind":"runtime","optional":false},{"id":25829839517,"package_name":"anstream","ecosystem":"cargo","requirements":"0.6.19","direct":false,"kind":"runtime","optional":false},{"id":25829839518,"package_name":"anstyle","ecosystem":"cargo","requirements":"1.0.11","direct":false,"kind":"runtime","optional":false},{"id":25829839519,"package_name":"anstyle-parse","ecosystem":"cargo","requirements":"0.2.7","direct":false,"kind":"runtime","optional":false},{"id":25829839520,"package_name":"anstyle-query","ecosystem":"cargo","requirements":"1.1.3","direct":false,"kind":"runtime","optional":false},{"id":25829839521,"package_name":"anstyle-wincon","ecosystem":"cargo","requirements":"3.0.9","direct":false,"kind":"runtime","optional":false},{"id":25829839522,"package_name":"bitflags","ecosystem":"cargo","requirements":"2.9.1","direct":false,"kind":"runtime","optional":false},{"id":25829839523,"package_name":"block","ecosystem":"cargo","requirements":"0.1.6","direct":false,"kind":"runtime","optional":false},{"id":25829839526,"package_name":"cc","ecosystem":"cargo","requirements":"1.2.29","direct":false,"kind":"runtime","optional":false},{"id":25829839527,"package_name":"cexpr","ecosystem":"cargo","requirements":"0.6.0","direct":false,"kind":"runtime","optional":false},{"id":25829839528,"package_name":"cfg-if","ecosystem":"cargo","requirements":"1.0.1","direct":false,"kind":"runtime","optional":false},{"id":25829839529,"package_name":"clang-sys","ecosystem":"cargo","requirements":"1.8.1","direct":false,"kind":"runtime","optional":false},{"id":25829839530,"package_name":"clap","ecosystem":"cargo","requirements":"4.4.18","direct":false,"kind":"runtime","optional":false},{"id":25829839531,"package_name":"clap_builder","ecosystem":"cargo","requirements":"4.4.18","direct":false,"kind":"runtime","optional":false},{"id":25829839532,"package_name":"clap_complete","ecosystem":"cargo","requirements":"4.4.10","direct":false,"kind":"runtime","optional":false},{"id":25829839533,"package_name":"clap_derive","ecosystem":"cargo","requirements":"4.4.7","direct":false,"kind":"runtime","optional":false},{"id":25829839535,"package_name":"clap_lex","ecosystem":"cargo","requirements":"0.6.0","direct":false,"kind":"runtime","optional":false},{"id":25829839536,"package_name":"colorchoice","ecosystem":"cargo","requirements":"1.0.4","direct":false,"kind":"runtime","optional":false},{"id":25829839537,"package_name":"either","ecosystem":"cargo","requirements":"1.15.0","direct":false,"kind":"runtime","optional":false},{"id":25829839538,"package_name":"env_logger","ecosystem":"cargo","requirements":"0.8.4","direct":false,"kind":"runtime","optional":false},{"id":25829839539,"package_name":"env_logger","ecosystem":"cargo","requirements":"0.10.2","direct":false,"kind":"runtime","optional":false},{"id":25829839540,"package_name":"errno","ecosystem":"cargo","requirements":"0.3.13","direct":false,"kind":"runtime","optional":false},{"id":25829839541,"package_name":"fastrand","ecosystem":"cargo","requirements":"2.3.0","direct":false,"kind":"runtime","optional":false},{"id":25829839542,"package_name":"getrandom","ecosystem":"cargo","requirements":"0.2.16","direct":false,"kind":"runtime","optional":false},{"id":25829839543,"package_name":"getrandom","ecosystem":"cargo","requirements":"0.3.3","direct":false,"kind":"runtime","optional":false},{"id":25829839544,"package_name":"glob","ecosystem":"cargo","requirements":"0.3.2","direct":false,"kind":"runtime","optional":false},{"id":25829839547,"package_name":"heck","ecosystem":"cargo","requirements":"0.4.1","direct":false,"kind":"runtime","optional":false},{"id":25829839548,"package_name":"hermit-abi","ecosystem":"cargo","requirements":"0.5.2","direct":false,"kind":"runtime","optional":false},{"id":25829839549,"package_name":"humantime","ecosystem":"cargo","requirements":"2.2.0","direct":false,"kind":"runtime","optional":false},{"id":25829839550,"package_name":"is-terminal","ecosystem":"cargo","requirements":"0.4.16","direct":false,"kind":"runtime","optional":false},{"id":25829839551,"package_name":"is_terminal_polyfill","ecosystem":"cargo","requirements":"1.70.1","direct":false,"kind":"runtime","optional":false},{"id":25829839552,"package_name":"itertools","ecosystem":"cargo","requirements":"0.14.0","direct":false,"kind":"runtime","optional":false},{"id":25829839553,"package_name":"libc","ecosystem":"cargo","requirements":"0.2.174","direct":false,"kind":"runtime","optional":false},{"id":25829839554,"package_name":"libloading","ecosystem":"cargo","requirements":"0.8.8","direct":false,"kind":"runtime","optional":false},{"id":25829839555,"package_name":"linux-raw-sys","ecosystem":"cargo","requirements":"0.9.4","direct":false,"kind":"runtime","optional":false},{"id":25829839556,"package_name":"log","ecosystem":"cargo","requirements":"0.4.27","direct":false,"kind":"runtime","optional":false},{"id":25829839557,"package_name":"malloc_buf","ecosystem":"cargo","requirements":"0.0.6","direct":false,"kind":"runtime","optional":false},{"id":25829839558,"package_name":"memchr","ecosystem":"cargo","requirements":"2.7.5","direct":false,"kind":"runtime","optional":false},{"id":25829839559,"package_name":"minimal-lexical","ecosystem":"cargo","requirements":"0.2.1","direct":false,"kind":"runtime","optional":false},{"id":25829839560,"package_name":"nom","ecosystem":"cargo","requirements":"7.1.3","direct":false,"kind":"runtime","optional":false},{"id":25829839561,"package_name":"objc","ecosystem":"cargo","requirements":"0.2.7","direct":false,"kind":"runtime","optional":false},{"id":25829839562,"package_name":"once_cell","ecosystem":"cargo","requirements":"1.21.3","direct":false,"kind":"runtime","optional":false},{"id":25829839563,"package_name":"once_cell_polyfill","ecosystem":"cargo","requirements":"1.70.1","direct":false,"kind":"runtime","optional":false},{"id":25829839564,"package_name":"owo-colors","ecosystem":"cargo","requirements":"4.2.2","direct":false,"kind":"runtime","optional":false},{"id":25829839565,"package_name":"prettyplease","ecosystem":"cargo","requirements":"0.2.35","direct":false,"kind":"runtime","optional":false},{"id":25829839566,"package_name":"proc-macro2","ecosystem":"cargo","requirements":"1.0.95","direct":false,"kind":"runtime","optional":false},{"id":25829839567,"package_name":"quickcheck","ecosystem":"cargo","requirements":"1.0.3","direct":false,"kind":"runtime","optional":false},{"id":25829839570,"package_name":"quote","ecosystem":"cargo","requirements":"1.0.40","direct":false,"kind":"runtime","optional":false},{"id":25829839571,"package_name":"r-efi","ecosystem":"cargo","requirements":"5.3.0","direct":false,"kind":"runtime","optional":false},{"id":25829839572,"package_name":"rand","ecosystem":"cargo","requirements":"0.8.5","direct":false,"kind":"runtime","optional":false},{"id":25829839573,"package_name":"rand_core","ecosystem":"cargo","requirements":"0.6.4","direct":false,"kind":"runtime","optional":false},{"id":25829839574,"package_name":"regex","ecosystem":"cargo","requirements":"1.11.1","direct":false,"kind":"runtime","optional":false},{"id":25829839575,"package_name":"regex-automata","ecosystem":"cargo","requirements":"0.4.9","direct":false,"kind":"runtime","optional":false},{"id":25829839576,"package_name":"regex-syntax","ecosystem":"cargo","requirements":"0.8.5","direct":false,"kind":"runtime","optional":false},{"id":25829839577,"package_name":"rustc-hash","ecosystem":"cargo","requirements":"2.1.1","direct":false,"kind":"runtime","optional":false},{"id":25829839578,"package_name":"rustix","ecosystem":"cargo","requirements":"1.0.7","direct":false,"kind":"runtime","optional":false},{"id":25829839579,"package_name":"shlex","ecosystem":"cargo","requirements":"1.3.0","direct":false,"kind":"runtime","optional":false},{"id":25829839580,"package_name":"similar","ecosystem":"cargo","requirements":"2.7.0","direct":false,"kind":"runtime","optional":false},{"id":25829839581,"package_name":"strsim","ecosystem":"cargo","requirements":"0.10.0","direct":false,"kind":"runtime","optional":false},{"id":25829839582,"package_name":"syn","ecosystem":"cargo","requirements":"2.0.104","direct":false,"kind":"runtime","optional":false},{"id":25829839583,"package_name":"tempfile","ecosystem":"cargo","requirements":"3.20.0","direct":false,"kind":"runtime","optional":false},{"id":25829839584,"package_name":"termcolor","ecosystem":"cargo","requirements":"1.4.1","direct":false,"kind":"runtime","optional":false},{"id":25829839585,"package_name":"unicode-ident","ecosystem":"cargo","requirements":"1.0.18","direct":false,"kind":"runtime","optional":false},{"id":25829839586,"package_name":"unicode-width","ecosystem":"cargo","requirements":"0.2.1","direct":false,"kind":"runtime","optional":false},{"id":25829839587,"package_name":"utf8parse","ecosystem":"cargo","requirements":"0.2.2","direct":false,"kind":"runtime","optional":false},{"id":25829839588,"package_name":"wasi","ecosystem":"cargo","requirements":"0.11.1+wasi-snapshot-preview1","direct":false,"kind":"runtime","optional":false},{"id":25829839589,"package_name":"wasi","ecosystem":"cargo","requirements":"0.14.2+wasi-0.2.4","direct":false,"kind":"runtime","optional":false},{"id":25829839590,"package_name":"winapi-util","ecosystem":"cargo","requirements":"0.1.9","direct":false,"kind":"runtime","optional":false},{"id":25829839591,"package_name":"windows-sys","ecosystem":"cargo","requirements":"0.59.0","direct":false,"kind":"runtime","optional":false},{"id":25829839593,"package_name":"windows-targets","ecosystem":"cargo","requirements":"0.52.6","direct":false,"kind":"runtime","optional":false},{"id":25829839594,"package_name":"windows_aarch64_gnullvm","ecosystem":"cargo","requirements":"0.52.6","direct":false,"kind":"runtime","optional":false},{"id":25829839595,"package_name":"windows_aarch64_msvc","ecosystem":"cargo","requirements":"0.52.6","direct":false,"kind":"runtime","optional":false},{"id":25829839598,"package_name":"windows_i686_gnu","ecosystem":"cargo","requirements":"0.52.6","direct":false,"kind":"runtime","optional":false},{"id":25829839599,"package_name":"windows_i686_gnullvm","ecosystem":"cargo","requirements":"0.52.6","direct":false,"kind":"runtime","optional":false},{"id":25829839600,"package_name":"windows_i686_msvc","ecosystem":"cargo","requirements":"0.52.6","direct":false,"kind":"runtime","optional":false},{"id":25829839602,"package_name":"windows_x86_64_gnu","ecosystem":"cargo","requirements":"0.52.6","direct":false,"kind":"runtime","optional":false},{"id":25829839603,"package_name":"windows_x86_64_gnullvm","ecosystem":"cargo","requirements":"0.52.6","direct":false,"kind":"runtime","optional":false},{"id":25829839604,"package_name":"windows_x86_64_msvc","ecosystem":"cargo","requirements":"0.52.6","direct":false,"kind":"runtime","optional":false},{"id":25829839605,"package_name":"wit-bindgen-rt","ecosystem":"cargo","requirements":"0.39.0","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"cargo","filepath":"Cargo.toml","sha":null,"kind":"manifest","created_at":"2026-03-03T07:01:23.411Z","updated_at":"2026-03-03T07:01:23.411Z","repository_link":"https://github.com/rust-lang/rust-bindgen/blob/main/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"bindgen/Cargo.toml","sha":null,"kind":"manifest","created_at":"2026-03-03T07:08:01.268Z","updated_at":"2026-03-03T07:08:01.268Z","repository_link":"https://github.com/rust-lang/rust-bindgen/blob/main/bindgen/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"bindgen-integration/Cargo.toml","sha":null,"kind":"manifest","created_at":"2026-03-03T07:08:01.782Z","updated_at":"2026-03-03T07:08:01.782Z","repository_link":"https://github.com/rust-lang/rust-bindgen/blob/main/bindgen-integration/Cargo.toml","dependencies":[]},{"ecosystem":"cargo","filepath":"bindgen-tests/Cargo.toml","sha":null,"kind":"manifest","created_at":"2026-03-03T07:08:01.824Z","updated_at":"2026-03-03T07:08:01.824Z","repository_link":"https://github.com/rust-lang/rust-bindgen/blob/main/bindgen-tests/Cargo.toml","dependencies":[]}],"score":35.419259519064596,"created_at":"2023-05-01T10:50:17.282Z","updated_at":"2026-05-14T18:00:38.210Z","avatar_url":"https://github.com/rust-lang.png","language":"Rust","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/3651","html_url":"https://summary.ecosyste.ms/projects/3651"}