Public record
Software health reportschema 0.30.0 · metrics 2.5.0 · 2026-08-03 04:08 UTC

bkchr / proc-macro-crate

`$crate` in procedural macros.

RustApache-2.0★ 83 stars⑂ 32 forkssince Feb 2019View on GitHub ↗

bkchr/proc-macro-crate holds a health index of 57 out of 100, placing it in the Moderate band. It scores highest on Sustainability & Governance (70/100) and lowest on Security (43/100). It was last updated 150 days ago. A single contributor accounts for most of its recent work.

57
overall / 100
Moderate

Software health index

Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean, calibrated against the distribution of the public record so bands carry percentile meaning; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At Risk ceiling of 34.

57
Exceptional93-100The record's top tier (≈ top 5%); essentially all checked criteria met
Excellent80-92Strong across the board; minor gaps
Good65-79Healthy; gaps are limited and manageable
Moderate50-64Acceptable with notable gaps; review recommended
Weak35-49Material weaknesses across several areas
At Risk20-34Significant weaknesses; adoption warrants caution
Critical1-19Severe problems (abandoned, single-maintainer, no hygiene)
VitalityCommunity &AdoptionSustainability &GovernanceEngineeringQualitySecurityAI Readiness

Score profile

Each axis is a category. The shape matters more than the average — a healthy subject fills the whole shape, while a spike-and-crater profile means strength in one dimension is masking risk in another.

The weighted overall 55 is calibrated to 57 on the published index scale (record calibration 2026-08-02).

Ownership

Bastian KöcherPersonal account
840 followers154 public repossince Oct 2013@paritytech

This repository is owned by a personal account. A single-owner project carries more continuity risk than an organization-backed one.

Package ecosystems

RegistryPackageVersionDownloads / moVersionsLast publishTags
crates.ioproc-macro-crate3.5.034,821,03824151 days agocratemacromacro-rulesproc-macro

Metrics by category

Vitality

Is the project alive — is code being written and are releases shipping?

45Weak · 21% of overall
How it's scored
9.9/36Push recency — last push 150 days ago
4.8/36Commit cadence — 7/52 weeks with commits
10.3/18Commit volume — 13 commits in the last year
0/10OpenSSF Scorecard: Maintained — 0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Inputs used
commits_last_year13
human_commit_share1
days_since_last_push150
active_weeks_last_year7
How it's scored
27/27Ships releases — 13 releases published
27/36Release recency — latest release 151 days ago
12.6/27Release cadence — a release every ~122.3 days
0/10OpenSSF Scorecard: Signed-Releases — no data
Inputs used
releases_count13
latest_release_tagv3.5.0
releases_from_tagsno
days_since_latest_release151
mean_days_between_releases122.3
Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.

Community & Adoption

Does the project have users, downloads, attention, and a welcoming setup for contributors?

61Moderate · 17% of overall
How it's scored
31/60Stars — 83 stars
12.4/25Forks — 32 forks
3.3/15Watchers — 5 watchers
Inputs used
forks32
stars83
watchers5
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
How it's scored
22.5/22.5README
22.5/22.5License — recognized license (Apache-2.0)
0/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
0/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges3
has_contributingno
has_issue_templateno
has_code_of_conductno
readme_badge_servicesgithub.com, shields.io
has_pull_request_templateno
How it's scored
80/80Monthly downloads — 34,821,038 downloads/month across crates
0/20Registry dependents — not reported by this ecosystem
Inputs used
packagesproc-macro-crate
dependents
ecosystemscrates
total_downloads465,476,395
monthly_downloads34,821,038
Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.

Sustainability & Governance

Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?

70Good · 23% of overall
How it's scored
9/54Bus factor — 1 contributor(s) cover half of all commits
7.2/22.5Commit distribution — top contributor authored 68% of commits
13.5/13.5Contributor breadth — 19 contributors
10/10OpenSSF Scorecard: Contributors — project has 5 contributing companies or organizations
Inputs used
bus_factor1
contributors_sampled19
top_contributor_share0.678
How it's scored
35.7/42Issue resolution — 85% of issues closed
24.3/30PR acceptance — 38/47 decided PRs merged
0/13Newcomer PR acceptance — no first-time contributor's PR decided in 30d
10.5/15OpenSSF Scorecard: Code-Review — Found 7/10 approved changesets -- score normalized to 7
Inputs used
merged_prs38
open_issues3
closed_issues17
prs_merged_7d0
prs_decided_7d0
prs_merged_30d0
prs_decided_30d0
issue_closed_ratio0.85
closed_unmerged_prs9
first_time_authors_30d0
first_time_prs_merged_30d0
first_time_prs_decided_30d0
Excluded from scoring (no data or not applicable): newcomer_pr_acceptance. Remaining weights renormalized.
How it's scored
10/30Ownership backing — personal (user) account
0/20Verified domain — not applicable to user accounts
21/25Owner reach — 840 followers of bkchr
25/25Track record — 154 public repos, account ~12 yr old
Inputs used
followers840
owner_typeUser
is_verified
owner_loginbkchr
public_repos154
account_age_days4,671
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.

Package maintenance

100Exceptional
How it's scored
25/25Published & resolvable — 1 package(s) on crates
35/35Publish recency — latest publish 151 days ago
20/20Version history — 24 published versions
20/20Not deprecated — active, not deprecated or yanked
Inputs used
packagesproc-macro-crate
ecosystemscrates
any_deprecatedno
min_days_since_publish151

Engineering Quality

Are baseline engineering and documentation practices in place?

54Moderate · 19% of overall
How it's scored
24/24CI workflows — 1 workflow(s)
24/24Tests present
0/16Linter config
0/9.6Pre-commit hooks
0/6.4.editorconfig
8/20OpenSSF Scorecard: CI-Tests — 4 out of 10 merged PRs checked by a CI test -- score normalized to 4
Inputs used
has_ciyes
has_testsyes
has_editorconfigno
has_linter_configno
has_precommit_configno

Documentation

50Moderate
How it's scored
30/30README
0/25Documentation directory
0/15Documentation / homepage site
10/10Repository description
0/10Topics
10/10Wiki
Inputs used
topics
has_wikiyes
homepage
has_readmeyes
has_docs_dirno
has_descriptionyes

Security

Are visible security and supply-chain practices strong, without unresolved high-risk jurisdiction exposure?

43Weak · 16% of overall
How it's scored
7.5/7.5Binary-Artifacts — no binaries found in the repo
0/7.5Branch-Protection — no data
1/2.5CI-Tests — 4 out of 10 merged PRs checked by a CI test -- score normalized to 4
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
5.2/7.5Code-Review — Found 7/10 approved changesets -- score normalized to 7
2.5/2.5Contributors — project has 5 contributing companies or organizations
10/10Dangerous-Workflow — no dangerous workflow patterns detected
0/7.5Dependency-Update-Tool — no update tool detected
0/5Fuzzing — project is not fuzzed
2.5/2.5License — license file detected
0/7.5Maintained — 0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
0/5Packaging — no data
0/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
0/5SAST — SAST tool is not run on all commits -- score normalized to 0
0/5Security-Policy — security policy file not detected
0/7.5Signed-Releases — no data
0/7.5Token-Permissions — detected GitHub workflow tokens with excessive permissions
7.5/7.5Vulnerabilities — 0 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated15
scorecard_versionv5.5.0
checks_inconclusive3
scorecard_aggregate4.3
Excluded from scoring (no data or not applicable): branch_protection, packaging, signed_releases. Remaining weights renormalized.

AI Readiness

How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight (4%): agent tooling is a real maintenance signal, but a repository with none can still reach 100/100.

50Moderate · 4% of overall
How it's scored
0/45Agent instructions — no CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
28.8/40Legible commit history — 54 of 100 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
legible_history_share0.54
agent_instruction_files
agent_instruction_max_bytes
How it's scored
12.6/18One-command bootstrap — Cargo.toml, tests/workspace_deps/Cargo.toml, tests/workspace_deps/my-cool-dep/Cargo.toml (toolchain convention, no task runner)
22/22Automated tests
0/11Lint / format config
11/11Static type checking — Rust (statically typed)
0/10Reproducible environment
0/10Demonstrated agent practice — no agent-authored commits among the last 100
0/8Automated maintenance — no automated dependency updates observed
0/10OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
Inputs used
has_nixno
has_testsyes
lockfiles
has_dockerfileno
typed_languageyes
bootstrap_files
has_devcontainerno
has_linter_configno
typecheck_configs
agent_commit_share0
toolchain_manifestsCargo.toml, tests/workspace_deps/Cargo.toml, tests/workspace_deps/my-cool-dep/Cargo.toml, tests/workspace_deps/test-crate/Cargo.toml
dependency_bot_commit_share0
How it's scored
45/45Type-checkable code — Rust (statically typed)
55/55Manageable file sizes — 0/5 source files over 60KB
Inputs used
primary_languageRust
largest_source_bytes18,344
source_files_sampled5
oversized_source_files0

Key facts

83GitHub stars
19contributors
13commits, last 12 months
150days since last push
13releases
1bus factor
3open issues
crates.iopackage ecosystems

Data collection warnings

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token
  • No resolved dependencies carried a version and a supported ecosystem

More detail

Star and fork history 0 ★ / 32 ⇿
0Stars
32Forks
13Releases

When each star and fork was added, collected from GitHub and bucketed by day. Cumulative growth sits directly above the daily additions it is made of, so the two read against each other: steady organic accretion looks nothing like an abrupt, short-lived burst. Where that difference is measurable, it is reported as growth authenticity.

01325383222020-102023-092026-07
Major 2Minor 6Patch 5

Each point covers 6 days.

OpenSSF Scorecard 4.3 / 10
4.3aggregate

Independent, tool-agnostic security assessment from the open-source OpenSSF Scorecard. Each check rewards a security practice, not a specific vendor's tool. Checks Scorecard could not determine are marked n/a and excluded from the security score (never counted as zero).Scorecard v5.5.0 · 2026-08-03 04:07 UTC

10Binary-Artifactsno binaries found in the repo
n/aBranch-Protectioninternal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
4CI-Tests4 out of 10 merged PRs checked by a CI test -- score normalized to 4
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
7Code-ReviewFound 7/10 approved changesets -- score normalized to 7
10Contributorsproject has 5 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
0Dependency-Update-Toolno update tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
0Maintained0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
n/aPackagingpackaging workflow not detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
n/aSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
10Vulnerabilities0 existing vulnerabilities detected
Direct dependencies 1
RegistryPackageVersion constraintManifest
crates.iotoml_edit0.25.0Cargo.toml
All dependencies 4

Full resolved dependency set from the GitHub dependency graph: 1 direct and 3 indirect (transitive) packages. The transitive closure is complete when the repository commits a lockfile.

RegistryPackageVersionRelation
crates.iotoml_editdirect
crates.ioproc-macro2indirect
crates.ioquoteindirect
crates.iosynindirect
Dependency advisories not assessed

Advisory matching could not run for this report: No resolved dependencies carried a version and a supported ecosystem

Raw JSON report machine-readable
{
  "data": {
    "repo": {
      "topics": [],
      "is_fork": false,
      "size_kb": 109,
      "has_wiki": true,
      "homepage": null,
      "languages": {
        "Rust": 19204
      },
      "pushed_at": "2026-03-05T22:41:29Z",
      "created_at": "2019-02-11T10:26:34Z",
      "owner_type": "User",
      "updated_at": "2026-06-23T16:31:13Z",
      "description": "`$crate` in procedural macros.",
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": "Apache-2.0",
      "default_branch": "master",
      "license_spdx_raw": "Apache-2.0",
      "primary_language": "Rust",
      "significant_languages": [
        "Rust"
      ]
    },
    "owner": {
      "blog": null,
      "name": "Bastian Köcher",
      "type": "User",
      "login": "bkchr",
      "company": "@paritytech ",
      "location": "Berlin",
      "followers": 840,
      "avatar_url": "https://avatars.githubusercontent.com/u/5718007?v=4",
      "created_at": "2013-10-18T12:11:15Z",
      "is_verified": null,
      "public_repos": 154,
      "account_age_days": 4671
    },
    "license": {
      "state": "standard",
      "spdx_id": "Apache-2.0",
      "raw_spdx": "Apache-2.0",
      "file_present": true,
      "scorecard_found": true,
      "profile_has_license": true
    },
    "activity": {
      "releases": [
        {
          "tag": "v3.5.0",
          "kind": "minor",
          "published_at": "2026-03-04T11:12:04Z"
        },
        {
          "tag": "v3.4.0",
          "kind": "minor",
          "published_at": "2025-09-16T10:33:02Z"
        },
        {
          "tag": "v3.3.0",
          "kind": "minor",
          "published_at": "2025-03-06T12:31:42Z"
        },
        {
          "tag": "v3.2.0",
          "kind": "minor",
          "published_at": "2024-08-27T08:11:18Z"
        },
        {
          "tag": "v2.0.2",
          "kind": "patch",
          "published_at": "2024-01-29T14:06:50Z"
        },
        {
          "tag": "v3.0.1",
          "kind": "patch",
          "published_at": "2024-01-17T19:52:01Z"
        },
        {
          "tag": "v3.0.0",
          "kind": "major",
          "published_at": "2024-01-04T18:58:11Z"
        },
        {
          "tag": "v2.0.1",
          "kind": "patch",
          "published_at": "2023-12-06T12:50:13Z"
        },
        {
          "tag": "v2.0.0",
          "kind": "major",
          "published_at": "2023-10-03T10:10:24Z"
        },
        {
          "tag": "v1.3.1",
          "kind": "patch",
          "published_at": "2023-02-27T09:50:47Z"
        },
        {
          "tag": "v1.3.0",
          "kind": "minor",
          "published_at": "2023-01-24T10:52:06Z"
        },
        {
          "tag": "v1.2.1",
          "kind": "patch",
          "published_at": "2022-08-08T13:18:40Z"
        },
        {
          "tag": "v1.2.0",
          "kind": "minor",
          "published_at": "2022-08-02T12:36:13Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "085703770fe796713f547eaf5c13179744e4ff2d",
          "body": "Update badges and delete .travis.yml",
          "is_bot": false,
          "headline": "Merge pull request #67 from atouchet/trv",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2026-03-05T22:41:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "50269417f626eea487fbb471e2c5b6ad458c8762",
          "body": null,
          "is_bot": false,
          "headline": "Update badges and delete .travis.yml",
          "author_name": "Alex Touchet",
          "author_login": "atouchet",
          "committed_at": "2026-03-05T01:07:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8f3d8b04539f732e09c07907f138a248c8d0eed9",
          "body": "Release v3.5.0",
          "is_bot": false,
          "headline": "Merge pull request #66 from bkchr/release-v3.5.0",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2026-03-04T11:10:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c5412f52e7482e9fd6154c7d7de90836ea6ae2f0",
          "body": null,
          "is_bot": false,
          "headline": "Release v3.5.0",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2026-03-04T11:07:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4807ac54fd5bc983adfec0657675be01ddb9becf",
          "body": "Update `toml_edit` to 0.25.0",
          "is_bot": false,
          "headline": "Merge pull request #65 from ColinFinck/toml-edit-0.25.0",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2026-03-04T10:50:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6a14602f8cfed47b42262ec0fe5f7f20c81efe22",
          "body": null,
          "is_bot": false,
          "headline": "Raise MSRV to 1.82.0",
          "author_name": "Colin Finck",
          "author_login": "ColinFinck",
          "committed_at": "2026-02-23T13:24:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "00502d3da2f24fdf0bbfe443199cfbe1230963a5",
          "body": null,
          "is_bot": false,
          "headline": "Fix CI to check for MSRV 1.76.0 instead.",
          "author_name": "Colin Finck",
          "author_login": "ColinFinck",
          "committed_at": "2026-02-17T14:58:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "46609987c4f8f6d5e53ac2c3b7800c1993e8f611",
          "body": null,
          "is_bot": false,
          "headline": "Update `toml_edit` to 0.25.0",
          "author_name": "Colin Finck",
          "author_login": "ColinFinck",
          "committed_at": "2026-02-12T11:14:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0af622fc426955e96463c3fc443922e0e2465699",
          "body": "chore: fix typo in  src/lib.rs",
          "is_bot": false,
          "headline": "Merge pull request #63 from black5box/master",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2025-11-18T10:06:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a5390e60fab9ccd36568dbf0b6325e8a960e826e",
          "body": "Signed-off-by: black5box <black5box@outlook.com>",
          "is_bot": false,
          "headline": "chore: fix typo in  src/lib.rs",
          "author_name": "black5box",
          "author_login": "black5box",
          "committed_at": "2025-11-18T09:47:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0f9a4ec5e9021fc7fbae1b169a5aa69e1a9d5350",
          "body": "Release 3.4.0",
          "is_bot": false,
          "headline": "Merge pull request #62 from bkchr/release-3.4.0",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2025-09-16T10:32:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "84b5df71eed61a288c938a617a3fa8dc800809db",
          "body": null,
          "is_bot": false,
          "headline": "Release 3.4.0",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2025-09-16T10:28:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "dfcec818523ddddf773d374d510844725ca28ad0",
          "body": "chore: upgrade toml_edit version",
          "is_bot": false,
          "headline": "Merge pull request #61 from tisonkun/upgrade-toml",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2025-09-01T07:51:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e32fd5f155537bed1b3cc69885ebb5f9a87aa833",
          "body": "Signed-off-by: tison <wander4096@gmail.com>",
          "is_bot": false,
          "headline": "chore: upgrade toml_edit version",
          "author_name": "tison",
          "author_login": "tisonkun",
          "committed_at": "2025-07-31T11:54:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e49826c9d37cf5fccccf38fdd41db1578517ffbd",
          "body": "Signed-off-by: tison <wander4096@gmail.com>",
          "is_bot": false,
          "headline": "chore: run fmt",
          "author_name": "tison",
          "author_login": "tisonkun",
          "committed_at": "2025-07-31T11:53:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4f0990ee20d8a0359ecf41b9731bc1d1dead44f3",
          "body": "Update documentation for crate_name",
          "is_bot": false,
          "headline": "Merge pull request #60 from thesamet/patch-1",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2025-05-18T21:58:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fe80e542be83bb7431da778009dc684cc42dd0e9",
          "body": null,
          "is_bot": false,
          "headline": "Update src/lib.rs",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2025-05-18T21:58:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e4887bf9f602171953a23147f2adb8cf0bd8f910",
          "body": "The current version of crate_names returns a `Result<FoundCrate, Error>`. Update the docs to describe the potential success values and refer to the Error enum.",
          "is_bot": false,
          "headline": "Update documentation for crate_name",
          "author_name": "Nadav Samet",
          "author_login": "thesamet",
          "committed_at": "2025-05-14T19:02:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5cd850c0a2ab6e797c60ab22fb3497f9d9f9551e",
          "body": "Release v3.3.0",
          "is_bot": false,
          "headline": "Merge pull request #59 from bkchr/bkchr-release-3.3.0",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2025-03-06T12:31:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b44117e35087f248d350d7ac10b3e5f080098b27",
          "body": null,
          "is_bot": false,
          "headline": "Release v3.3.0",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2025-03-06T12:22:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "88f5bf076918d03c5499af48b7d02c1e0214a74b",
          "body": "Fix handling of inline tables",
          "is_bot": false,
          "headline": "Merge pull request #58 from ijackson/table",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2025-03-06T12:19:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1bcfd8887fe691f69ca88a791efc95e4b6e8d491",
          "body": null,
          "is_bot": false,
          "headline": "FMT",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2025-03-06T12:01:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b11171a1d29bf06d028d546e6971e1e823356143",
          "body": null,
          "is_bot": false,
          "headline": "Update .github/workflows/rust.yml",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2025-03-06T11:58:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1ded013e9c0126bae48425799649b6424298ed73",
          "body": null,
          "is_bot": false,
          "headline": "tests: One test of an inline table",
          "author_name": "Ian Jackson",
          "author_login": "ijackson",
          "committed_at": "2025-03-06T11:50:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fe807ed96cc964fb187a1c5b2877fd0205a39dc9",
          "body": "This will stop this bug sneaking back in.\n\nDoing this here saves having to duplicate all the tests with versions\nthat use inline tables instead.  (We'll have one test, though.)",
          "is_bot": false,
          "headline": "CI: check that we don't call toml_edit::Item::as_table",
          "author_name": "Ian Jackson",
          "author_login": "ijackson",
          "committed_at": "2025-03-06T11:49:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a1380664ee29899a48979337e30e246beeda3a0c",
          "body": null,
          "is_bot": false,
          "headline": "fixup! toml_edit tables: clippy.toml forbidden methods",
          "author_name": "Ian Jackson",
          "author_login": "ijackson",
          "committed_at": "2025-03-06T11:46:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5ce9214530b1b727729fdc0625258e23d5b19e2d",
          "body": "I used this file and\n   clippy -- -A clippy::all -D clippy::disallowed_methods\nto find the places I needed to fix.",
          "is_bot": false,
          "headline": "toml_edit tables: clippy.toml forbidden methods",
          "author_name": "Ian Jackson",
          "author_login": "ijackson",
          "committed_at": "2025-03-05T18:45:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "51e8f0d7bd07e776c2c46911bdc06535c0721806",
          "body": "Fixes #57",
          "is_bot": false,
          "headline": "toml_edit tables: Use TableLike and .as_table_like",
          "author_name": "Ian Jackson",
          "author_login": "ijackson",
          "committed_at": "2025-03-05T18:45:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e2c5dbe33e7799487b95a0eaaf26632a7250a3da",
          "body": "Fix use with Bazel",
          "is_bot": false,
          "headline": "Merge pull request #55 from slint-ui/master",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2025-01-05T21:10:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "db99213ae08c7f6cd1dadda60c3b42d16f2c0099",
          "body": "When the application is built with Bazel as build system, environment\nvariables like CARGO_MANIFEST_DIR, etc. are set for compatibility, but\nCARGO itself isn't, because Bazel is the tool of choice. Therefore any\nattempt to invoke Cargo to locate the workspace manifest path fails.\n\nAs a fallback, a lack of the CARGO environment variable now just means\nno workspace support.",
          "is_bot": false,
          "headline": "Fix use with Bazel",
          "author_name": "Simon Hausmann",
          "author_login": "tronical",
          "committed_at": "2025-01-05T20:33:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a12fb32aa8698b1af6226d6b0d05f11453c5edf1",
          "body": "Disable `display` feature of `toml-edit`",
          "is_bot": false,
          "headline": "Merge pull request #54 from zeenix/master",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2024-12-29T22:21:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0141c48f9eff1435454623e81459d7fe8ac5ce3b",
          "body": "This disables a lot of the serializer code that this crate does not\nneed. While this does not completely address #37, it does reduce the\ncold compile-time slightly (on my high-end machine): 0.6 seconds.",
          "is_bot": false,
          "headline": "Disable `display` feature of `toml-edit`",
          "author_name": "Zeeshan Ali Khan",
          "author_login": "zeenix",
          "committed_at": "2024-11-12T23:08:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a5939f3fbf94279b45902119d97f881fefca6a0d",
          "body": "Upgrade all dependencies",
          "is_bot": false,
          "headline": "Merge pull request #52 from bkchr/bkchr-upgrade-toml-edit",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2024-08-27T08:08:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "310085871cd7b2856c40219c73d247479cc0f228",
          "body": null,
          "is_bot": false,
          "headline": "Bump version",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2024-08-27T08:04:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0a46dbc80da4d614eba4db576598b5a010c6c35e",
          "body": null,
          "is_bot": false,
          "headline": "Small formatting fix",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2024-08-27T08:04:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "34cedd6d028a675555bc77265b529ddcd58baa23",
          "body": null,
          "is_bot": false,
          "headline": "Upgrade all dependencies",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2024-08-27T07:57:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "444cbccdac85e50f8aeedd49c3a85f6683c937e2",
          "body": "Release 3.0.1",
          "is_bot": false,
          "headline": "Merge pull request #49 from bkchr/bkchr-release-3.0.1",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2024-01-17T19:51:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8c83fda5d9b440e94d036395b0df666fa6998ccd",
          "body": "Besides releasing a new version, this fixes an issue with vendored deps.\n\nCloses: https://github.com/bkchr/proc-macro-crate/issues/48",
          "is_bot": false,
          "headline": "Release 3.0.1",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2024-01-17T19:43:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "dc71186a7b288133c6544bd10830daaabd041fff",
          "body": "Support workspace dependencies in the root crate of a workspace",
          "is_bot": false,
          "headline": "Merge pull request #46 from Waridley/root_workspace_deps",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2024-01-17T19:15:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "15534c7610b2e3d4649fd01bf6f8d4f7ea113626",
          "body": null,
          "is_bot": false,
          "headline": "Update src/lib.rs",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2024-01-17T19:15:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c9671b5f8c307c50aab61e2352450a620d236d8b",
          "body": "Release 3.0.0",
          "is_bot": false,
          "headline": "Merge pull request #47 from bkchr/bkchrr-release-3.0.0",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2024-01-04T09:48:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e1a5af33e5a573c878441e38ec991fa23a1b4065",
          "body": null,
          "is_bot": false,
          "headline": "Bump Rust CI version",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2024-01-04T09:42:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "71c28e2a2592a9dc85afbdb4bc346a0296999eed",
          "body": "Bumps the minimum Rust version and removes the pin of `toml_edit`.",
          "is_bot": false,
          "headline": "Release 3.0.0",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2024-01-04T09:42:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0f3c27ee8e3792d818378dbfee63e34733b0226a",
          "body": null,
          "is_bot": false,
          "headline": "Support workspace deps in the root crate of a workspace",
          "author_name": "Waridley",
          "author_login": "Waridley",
          "committed_at": "2023-12-19T05:44:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "555274de6ba5fa3d95d5804e9bed12ecd1af1f30",
          "body": "Release 2.0.1",
          "is_bot": false,
          "headline": "Merge pull request #43 from bkchr/bkchr-release-2.0.1",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2023-12-06T12:48:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6516357d22b37ad4e17f0461fc0b92804cb42c35",
          "body": null,
          "is_bot": false,
          "headline": "Pin datetime",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2023-12-06T12:40:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "df1a38d31ef20051929a7ea46fa4dec1a29fafe3",
          "body": null,
          "is_bot": false,
          "headline": "Release 2.0.1",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2023-12-06T12:35:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "57618a7db739f2274b0f9a81bc20234867506224",
          "body": "Speedup indexing with vscode + rustanalyzer",
          "is_bot": false,
          "headline": "Merge pull request #42 from alexggh/fix/vscode_indexing",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2023-12-06T12:34:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "44ced0a920b0682190b4b5f4370fb5236fb9c4b2",
          "body": "Seems like calling cargo to determine the workspace path every time\nreally slows down things when indexing polkadot-sdk(almost 10 minutes)\nso let's cache the workspace manifest path an call cargo locate only\nwhen building the cache entry, this gives us similar performance as\n1.3.0 version of this crate.\n\nSigned-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>",
          "is_bot": false,
          "headline": "Fix indexing with vscode + rustanalyzer",
          "author_name": "Alexandru Gheorghe",
          "author_login": "alexggh",
          "committed_at": "2023-12-06T12:19:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cc100ed2bc1ac9bb81812fd435a43e2ef023f355",
          "body": "Release 2.0.0",
          "is_bot": false,
          "headline": "Merge pull request #39 from bkchr/bkchr-2.0.0",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2023-10-03T10:09:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "39a7c1844fc4d73ef397a7e8d9419f1f3381aa44",
          "body": "- This pull request fixes workspace inheriting: https://github.com/bkchr/proc-macro-crate/issues/34\n- Introduces a `rustfmt` check and configuration\n- Bumps MSRV to `1.66.0` and introduces a check for it in CI\n- Removes `once_cell` as it isn't required anymore\n- Bumps all the deps",
          "is_bot": false,
          "headline": "Release 2.0.0",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2023-10-03T09:58:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1fdce5d354fdd73bbfb442820823a4b802254bd3",
          "body": "Release 1.3.1",
          "is_bot": false,
          "headline": "Merge pull request #33 from bkchr/bkchr-release-1.3.1",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2023-02-27T09:50:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "39716a71aa947ea6c038505cab720f1843689e07",
          "body": null,
          "is_bot": false,
          "headline": "Release 1.3.1",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2023-02-27T09:31:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5df7139f0a6874902f5cb2c2e10e33d6c2f659e4",
          "body": "Bump `toml_edit` to `0.19`",
          "is_bot": false,
          "headline": "Merge pull request #32 from MarijnS95/toml_edit-0.19",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2023-02-22T10:43:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a0b717afc57e722923d0b5ee9c3c0fdfea2cc670",
          "body": null,
          "is_bot": false,
          "headline": "Bump MSRV to 1.60",
          "author_name": "Marijn Suijten",
          "author_login": "MarijnS95",
          "committed_at": "2023-02-22T10:21:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1cf0fc07b37552ef1823acc37c33be15934e482a",
          "body": null,
          "is_bot": false,
          "headline": "Bump `toml_edit` to `0.19`",
          "author_name": "Marijn Suijten",
          "author_login": "MarijnS95",
          "committed_at": "2023-02-22T10:08:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0ec934ad4fc0a25b1158fd5a9573ae06924e7dad",
          "body": "Release 1.3.0",
          "is_bot": false,
          "headline": "Merge pull request #30 from bkchr/release-1.3.0",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2023-01-24T10:50:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "27e449cc08acf216d83a5f954644a18f0eea655e",
          "body": "Fix finding crates which import itself",
          "is_bot": false,
          "headline": "Merge pull request #31 from bkchr/bkchr-fix-multiple-crates",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2023-01-24T10:47:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a9aa11831f7553e1d55a538618c1cd42fda0a5ec",
          "body": "This fixes an issue for crates that import itself. Before we would have\nreturned `FoundCrate::Name(\"the-name-of-the-other-instance\")` instead of\n`FoundCrate::Itself`. This pull request fixes this behavior by ensuring\nthat it returns `FoundCrate::Itself`.",
          "is_bot": false,
          "headline": "Fix finding crates which import itself",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2023-01-24T09:41:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "21e0fa5fea2effa35d3727f5ea187e73b37a3c75",
          "body": null,
          "is_bot": false,
          "headline": "Release 1.3.0",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2023-01-24T09:13:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2309dedf6c16207dab730269894e35a18150188c",
          "body": "Switch to toml_edit",
          "is_bot": false,
          "headline": "Merge pull request #29 from dollisgame/toml-edit",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2023-01-24T06:15:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "56a40f146c2fadfc8d1662fb3a0b9f0bcd200a12",
          "body": null,
          "is_bot": false,
          "headline": "Switch to toml_edit",
          "author_name": "Hennadii Chernyshchyk",
          "author_login": "Shatur",
          "committed_at": "2023-01-23T23:30:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f05e7a417b2f185fdffe9751eea16ad3e73ea9ef",
          "body": null,
          "is_bot": false,
          "headline": "Use fs::read_to_string",
          "author_name": "Hennadii Chernyshchyk",
          "author_login": "Shatur",
          "committed_at": "2023-01-23T22:59:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fe743d0ccf8fbb7838c56dbe8dc6b2d4c89d16f4",
          "body": "Use SPDX license format and update some formatting",
          "is_bot": false,
          "headline": "Merge pull request #28 from atouchet/rd",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2022-12-17T22:13:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "929658488b08e7296a6d878efa8619851d966551",
          "body": null,
          "is_bot": false,
          "headline": "Use SPDX license format and update some formatting",
          "author_name": "Alex Touchet",
          "author_login": "atouchet",
          "committed_at": "2022-12-17T03:53:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fb8a49aef9393cc523788d348af395a370266f60",
          "body": "Manually implement Display/Error for Error",
          "is_bot": false,
          "headline": "Merge pull request #27 from coolreader18/manual-error",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2022-12-15T20:23:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "52ca9d972a213efbdcee51d927640e739f4cae74",
          "body": null,
          "is_bot": false,
          "headline": "Manually implement Display/Error for Error",
          "author_name": "Noa",
          "author_login": "coolreader18",
          "committed_at": "2022-12-15T19:43:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6ccf98f3d3f60a680cbf2c239a13c5a7cd60a921",
          "body": "Release 1.2.1",
          "is_bot": false,
          "headline": "Merge pull request #24 from bkchr/bkchr-release-1.2.1",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2022-08-08T13:17:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "73e5667ee456a47a4cef19764510298bcad8bcd8",
          "body": null,
          "is_bot": false,
          "headline": "Release 1.2.1",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2022-08-08T13:16:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a9d018dff1f9504ae8898d9e525e838c6002cf93",
          "body": "Make the cache work with rust-analyzer",
          "is_bot": false,
          "headline": "Merge pull request #23 from jplatte/cache-ra",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2022-08-08T12:57:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7c258b2aa3473eafa7e93697d49e0120d1bdd30c",
          "body": null,
          "is_bot": false,
          "headline": "Make the cache work with rust-analyzer",
          "author_name": "Jonas Platte",
          "author_login": "jplatte",
          "committed_at": "2022-08-08T12:17:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "66213a5d49a46f4986a5b2d9cee0cbefab5e917b",
          "body": "Prepare 1.2.0 release",
          "is_bot": false,
          "headline": "Merge pull request #21 from bkchr/bkchr-1.2.0",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2022-08-02T12:34:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1ec9074b7c709c3a7a7aa5023891821e75c20cbf",
          "body": null,
          "is_bot": false,
          "headline": "Prepare 1.2.0 release",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2022-08-02T12:25:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3edad8910af90e276ab2afee69060a4a07644d1e",
          "body": "Cache Cargo.toml read result if successful",
          "is_bot": false,
          "headline": "Merge pull request #20 from jplatte/cache",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2022-08-02T12:23:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cc7cd022b311d916b58cbd838d1893ff4c98f9a8",
          "body": null,
          "is_bot": false,
          "headline": "Remove unnecessary extra read of env var",
          "author_name": "Jonas Platte",
          "author_login": "jplatte",
          "committed_at": "2022-08-01T12:29:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0838847fef3d9b9843834df5d1e73462841faa6e",
          "body": null,
          "is_bot": false,
          "headline": "Cache resolved package > crate mapping instead of full Cargo.toml",
          "author_name": "Jonas Platte",
          "author_login": "jplatte",
          "committed_at": "2022-07-29T11:47:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "47c2732f422fcba0730de3baf9823dcf8cd24ae7",
          "body": null,
          "is_bot": false,
          "headline": "Cache Cargo.toml read result if successful",
          "author_name": "Jonas Platte",
          "author_login": "jplatte",
          "committed_at": "2022-07-19T12:29:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1a020c7479fd4566bc189671fd53a1ef55da3685",
          "body": null,
          "is_bot": false,
          "headline": "Remove unnecessary cloning and mutation",
          "author_name": "Jonas Platte",
          "author_login": "jplatte",
          "committed_at": "2022-07-18T18:05:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9cb50943313e1c58542b161798dfd358842e175d",
          "body": "proc-macros should be deterministic, and although it shouldn't matter in\nthis specific case, using HashMaps is an easy way to introduce\nnon-determinism (through iteration order).\ntoml's Map type is backed by either BTreeMap or IndexMap depending on\nthe activated features, both of which are fully deterministic.",
          "is_bot": false,
          "headline": "Use Table (toml::Map) instead of HashMap for Cargo.toml representation",
          "author_name": "Jonas Platte",
          "author_login": "jplatte",
          "committed_at": "2022-07-18T17:54:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "88d27e90c15ae9bd8f665d2186ab424ebf76b775",
          "body": null,
          "is_bot": false,
          "headline": "Fix clippy lints",
          "author_name": "Jonas Platte",
          "author_login": "jplatte",
          "committed_at": "2022-07-18T17:22:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cf2d0d12fc6ee88f51f7f81a9d1e6ded68c11b41",
          "body": "Add CI and make it compile for rust 1.42.0",
          "is_bot": false,
          "headline": "Merge pull request #18 from bkchr/bkchr-actions",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2022-02-23T19:42:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0c19c7ef24ea4815c50a0cb980dd78b1b87aa411",
          "body": null,
          "is_bot": false,
          "headline": "Bump version",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2022-02-23T19:36:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7fadcfc0b7b9a3a0e627b8d9a824c0bfcfc89aa7",
          "body": null,
          "is_bot": false,
          "headline": "Make it compile with older rust",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2022-02-23T19:36:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ae7f78b71937863b848ef1e36860aa531fe3e5a9",
          "body": null,
          "is_bot": false,
          "headline": "Update rust.yml",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2022-02-23T19:23:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3a4a6cb06dc036da3a70e8a1cc0b809173ee8e3b",
          "body": null,
          "is_bot": false,
          "headline": "Create rust.yml",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2022-02-23T19:21:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cfff195dc59710f4cf180af55f31ddf999d6381d",
          "body": null,
          "is_bot": false,
          "headline": "Release 1.1.2",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2022-02-16T09:33:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "394f6f6d1564a0f4b3f26bcea8563381731dcecb",
          "body": "Fix `dev-dependencies` scan if `target.XYZ` clause also has `dependencies`",
          "is_bot": false,
          "headline": "Merge pull request #16 from MarijnS95/dev-dependencies",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2022-02-16T09:32:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "05c653d888fc3e36b9017479c49705d1085f7f49",
          "body": "…cies`\n\nIn the event that a `dependencies` table exists in addition to the\n`dev-dependencies` table with the same `target.XYZ` clause, only the\n`dependencies` table would get read when we instead desire both.\n\nFixes: c2a4c91 (\"Also walk `target.'cfg()'` for `dev-dependencies` next to `dependencies`\")",
          "is_bot": false,
          "headline": "Fix `dev-dependencies` scan if `target.XYZ` clause also has `dependen…",
          "author_name": "Marijn Suijten",
          "author_login": "MarijnS95",
          "committed_at": "2022-02-15T22:57:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bc88326389169d878ece016a54e5d7134c5428af",
          "body": null,
          "is_bot": false,
          "headline": "Release 1.1.1",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2022-02-15T21:25:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c2352153a95b76fbf9d72bc4706a4b0d4ae2a70c",
          "body": "Also walk `target.'cfg()'` for `dev-dependencies` next to `dependencies`",
          "is_bot": false,
          "headline": "Merge pull request #15 from MarijnS95/dev-dependencies",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2022-02-15T21:24:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c2a4c9138b2ab0ab8c63a895d62d261b5a9f2f9a",
          "body": "In [RustAudio/cpal#641] we're seeing a [failure in `ndk-macro`] to turn\na crate name with dashes into underscores as fallback, with the\nunderlying issue that `proc-macro-crate` failed to find our crate in\n`Cargo.toml` when limited to a specific target cfg.  According to [the\nRust docs] it is perfect\n[…]\nndroid-ndk-rs/blob/9060d5dbea8bdd9aee9e42ef8e8375c35adbc271/ndk-macro/src/helper.rs#L64\n[the Rust docs]: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#development-dependencies",
          "is_bot": false,
          "headline": "Also walk `target.'cfg()'` for `dev-dependencies` next to `dependencies`",
          "author_name": "Marijn Suijten",
          "author_login": "MarijnS95",
          "committed_at": "2022-02-15T16:54:34Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "9ddaaac13fc04182a525c85e89edc1c29f3d4456",
          "body": null,
          "is_bot": false,
          "headline": "Release 1.1.0",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2021-09-15T09:22:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "44b3888a5b88eeb8b0997af49bf4179406ef029c",
          "body": "allow procmacro usage in integration tests",
          "is_bot": false,
          "headline": "Merge pull request #13 from SoftwareSheriff/master",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2021-09-09T20:49:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f8fc0362b698ad5e60e172be912b7a8eb2fb46e6",
          "body": null,
          "is_bot": false,
          "headline": "improve context detection",
          "author_name": "Charles Hall",
          "author_login": "CobaltCause",
          "committed_at": "2021-09-09T14:41:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "979dc10d4c952181a69d5914928e1702b0fd0530",
          "body": "If generating code for an integration test, avoid returning\nFoundCrate::Itself since that leads to incorrect paths.",
          "is_bot": false,
          "headline": "allow procmacro usage in integration tests",
          "author_name": "Charles Hall",
          "author_login": "CobaltCause",
          "committed_at": "2021-09-08T16:56:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "37854414486b4c45332d09626a8f46189dbbfb0d",
          "body": "Introduce Error and bump to 1.0.0",
          "is_bot": false,
          "headline": "Merge pull request #9 from bkchr/new-release-and-fixes",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2021-03-06T23:37:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9509a79c821c7bd7b50f29d609f29d2eceb97757",
          "body": null,
          "is_bot": false,
          "headline": "Introduce Error and bump to 1.0.0",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2021-03-06T23:36:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "14e1068bb745ae4d2f72209bbdc071ee44c47af7",
          "body": "Support usage from the crate being referenced",
          "is_bot": false,
          "headline": "Merge pull request #6 from courajs/master",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2020-10-23T08:36:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a9fd5fc4a39582918966f25804a362070a453440",
          "body": "From within the crate itself, its name isn't defined. Instead, its\ntop-level namespace is referenced via `crate::`",
          "is_bot": false,
          "headline": "Support usage from the crate being referenced",
          "author_name": "Aaron Sikes",
          "author_login": "courajs",
          "committed_at": "2020-10-22T23:00:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7ad5ddf1add53f378750ad72f4d718293ca83ec0",
          "body": "Fix incorrect dependency",
          "is_bot": false,
          "headline": "Merge pull request #5 from aticu/master",
          "author_name": "Bastian Köcher",
          "author_login": "bkchr",
          "committed_at": "2020-07-26T22:01:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        }
      ],
      "releases_count": 13,
      "commits_last_year": 13,
      "latest_release_at": "2026-03-04T11:12:04Z",
      "latest_release_tag": "v3.5.0",
      "releases_from_tags": false,
      "days_since_last_push": 150,
      "active_weeks_last_year": 7,
      "days_since_latest_release": 151,
      "mean_days_between_releases": 122.3
    },
    "artifacts": {
      "collected": true,
      "structure": [
        "tree.cargo_lib"
      ],
      "declarations": [
        {
          "name": "proc-macro-crate",
          "path": "Cargo.toml",
          "tokens": [
            "cargo.category:development-tools::procedural-macro-helpers"
          ],
          "ecosystem": "crates"
        }
      ]
    },
    "community": {
      "has_readme": true,
      "has_license": true,
      "readme_badges": {
        "hosts": [
          "github.com",
          "shields.io"
        ],
        "total": 3,
        "header": 3,
        "collected": true,
        "has_inspect_badge": false
      },
      "has_description": true,
      "has_contributing": false,
      "health_percentage": 42,
      "has_issue_template": false,
      "has_code_of_conduct": false,
      "has_pull_request_template": false
    },
    "ecosystem": {
      "packages": [
        {
          "name": "proc-macro-crate",
          "exists": true,
          "license": "MIT OR Apache-2.0",
          "keywords": [
            "crate",
            "macro",
            "macro-rules",
            "proc-macro",
            "development-tools::procedural-macro-helpers"
          ],
          "ecosystem": "crates",
          "categories": [
            "development-tools::procedural-macro-helpers"
          ],
          "matches_repo": true,
          "registry_url": "https://crates.io/crates/proc-macro-crate",
          "declared_type": null,
          "is_deprecated": false,
          "latest_version": "3.5.0",
          "repository_url": "https://github.com/bkchr/proc-macro-crate",
          "versions_count": 24,
          "total_downloads": 465476395,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": 34821038,
          "first_published_at": "2019-02-11T10:38:10.168331Z",
          "latest_published_at": "2026-03-04T11:12:33.029865Z",
          "latest_version_yanked": false,
          "days_since_latest_publish": 151
        }
      ]
    },
    "popularity": {
      "forks": 32,
      "stars": 83,
      "watchers": 5,
      "fork_history": {
        "days": [
          {
            "date": "2020-10-16",
            "count": 1
          },
          {
            "date": "2021-08-12",
            "count": 1
          },
          {
            "date": "2021-08-13",
            "count": 1
          },
          {
            "date": "2022-02-15",
            "count": 1
          },
          {
            "date": "2022-11-23",
            "count": 1
          },
          {
            "date": "2022-12-15",
            "count": 1
          },
          {
            "date": "2022-12-17",
            "count": 1
          },
          {
            "date": "2023-02-02",
            "count": 1
          },
          {
            "date": "2023-04-29",
            "count": 1
          },
          {
            "date": "2023-10-02",
            "count": 1
          },
          {
            "date": "2023-12-06",
            "count": 1
          },
          {
            "date": "2023-12-07",
            "count": 1
          },
          {
            "date": "2023-12-16",
            "count": 1
          },
          {
            "date": "2023-12-28",
            "count": 1
          },
          {
            "date": "2024-07-12",
            "count": 1
          },
          {
            "date": "2024-11-12",
            "count": 1
          },
          {
            "date": "2025-01-05",
            "count": 1
          },
          {
            "date": "2025-03-05",
            "count": 1
          },
          {
            "date": "2025-04-25",
            "count": 1
          },
          {
            "date": "2025-05-12",
            "count": 1
          },
          {
            "date": "2025-05-14",
            "count": 1
          },
          {
            "date": "2025-06-27",
            "count": 1
          },
          {
            "date": "2025-07-31",
            "count": 1
          },
          {
            "date": "2025-11-17",
            "count": 1
          },
          {
            "date": "2025-11-18",
            "count": 1
          },
          {
            "date": "2026-01-01",
            "count": 1
          },
          {
            "date": "2026-01-09",
            "count": 1
          },
          {
            "date": "2026-01-14",
            "count": 1
          },
          {
            "date": "2026-02-12",
            "count": 1
          },
          {
            "date": "2026-02-22",
            "count": 1
          },
          {
            "date": "2026-05-21",
            "count": 1
          },
          {
            "date": "2026-07-26",
            "count": 1
          }
        ],
        "complete": true,
        "collected": 32,
        "total_forks": 32
      },
      "star_history": null,
      "open_issues_and_prs": 5
    },
    "ai_readiness": {
      "has_nix": false,
      "example_dirs": [],
      "has_llms_txt": false,
      "has_dockerfile": false,
      "has_mcp_signal": false,
      "bootstrap_files": [],
      "api_schema_files": [],
      "has_devcontainer": false,
      "typecheck_configs": [],
      "toolchain_manifests": [
        "Cargo.toml",
        "tests/workspace_deps/Cargo.toml",
        "tests/workspace_deps/my-cool-dep/Cargo.toml",
        "tests/workspace_deps/test-crate/Cargo.toml"
      ],
      "largest_source_bytes": 18344,
      "source_files_sampled": 5,
      "oversized_source_files": 0,
      "agent_instruction_files": [],
      "agent_instruction_max_bytes": null
    },
    "dependencies": {
      "manifests": [
        "Cargo.toml"
      ],
      "advisories": {
        "error": "No resolved dependencies carried a version and a supported ecosystem",
        "scope": "repository_graph",
        "source": null,
        "findings": [],
        "collected": false,
        "malicious": [],
        "truncated": false,
        "by_severity": {},
        "advisory_count": 0,
        "affected_count": 0,
        "assessed_count": 0,
        "malicious_count": 0,
        "assessed_package": null,
        "unassessed_count": 4,
        "direct_affected_count": 0
      },
      "ecosystems": [
        "crates"
      ],
      "dependencies": [
        {
          "name": "toml_edit",
          "manifest": "Cargo.toml",
          "ecosystem": "crates",
          "version_constraint": "0.25.0"
        }
      ],
      "all_dependencies": {
        "error": null,
        "source": "github-sbom",
        "packages": [
          {
            "name": "toml_edit",
            "direct": true,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "proc-macro2",
            "direct": false,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "quote",
            "direct": false,
            "version": null,
            "ecosystem": "crates"
          },
          {
            "name": "syn",
            "direct": false,
            "version": null,
            "ecosystem": "crates"
          }
        ],
        "collected": true,
        "truncated": false,
        "total_count": 4,
        "direct_count": 1,
        "indirect_count": 3
      }
    },
    "maintainership": {
      "issues": {
        "open_prs": 2,
        "merged_prs": 38,
        "open_issues": 3,
        "closed_ratio": 0.85,
        "closed_issues": 17,
        "closed_unmerged_prs": 9
      },
      "bus_factor": 1,
      "bot_contributors": 0,
      "top_contributors": [
        {
          "type": "User",
          "login": "bkchr",
          "commits": 78,
          "avatar_url": "https://avatars.githubusercontent.com/u/5718007?v=4"
        },
        {
          "type": "User",
          "login": "jplatte",
          "commits": 7,
          "avatar_url": "https://avatars.githubusercontent.com/u/951129?v=4"
        },
        {
          "type": "User",
          "login": "ijackson",
          "commits": 5,
          "avatar_url": "https://avatars.githubusercontent.com/u/2090772?v=4"
        },
        {
          "type": "User",
          "login": "MarijnS95",
          "commits": 4,
          "avatar_url": "https://avatars.githubusercontent.com/u/2325264?v=4"
        },
        {
          "type": "User",
          "login": "ColinFinck",
          "commits": 3,
          "avatar_url": "https://avatars.githubusercontent.com/u/8110912?v=4"
        },
        {
          "type": "User",
          "login": "atouchet",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/26315797?v=4"
        },
        {
          "type": "User",
          "login": "tisonkun",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/18818196?v=4"
        },
        {
          "type": "User",
          "login": "Shatur",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/22453358?v=4"
        },
        {
          "type": "User",
          "login": "CobaltCause",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/7003738?v=4"
        },
        {
          "type": "User",
          "login": "courajs",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/1588273?v=4"
        }
      ],
      "contributors_sampled": 19,
      "top_contributor_share": 0.678
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "rust.yml"
      ],
      "has_docs_dir": false,
      "linter_configs": [],
      "has_editorconfig": false,
      "has_linter_config": false,
      "has_precommit_config": false
    },
    "security_signals": {
      "lockfiles": [],
      "scorecard": {
        "checks": [
          {
            "name": "Binary-Artifacts",
            "score": 10,
            "reason": "no binaries found in the repo",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
          },
          {
            "name": "Branch-Protection",
            "score": null,
            "reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
          },
          {
            "name": "CI-Tests",
            "score": 4,
            "reason": "4 out of 10 merged PRs checked by a CI test -- score normalized to 4",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
          },
          {
            "name": "CII-Best-Practices",
            "score": 0,
            "reason": "no effort to earn an OpenSSF best practices badge detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
          },
          {
            "name": "Code-Review",
            "score": 7,
            "reason": "Found 7/10 approved changesets -- score normalized to 7",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
          },
          {
            "name": "Contributors",
            "score": 10,
            "reason": "project has 5 contributing companies or organizations",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
          },
          {
            "name": "Dangerous-Workflow",
            "score": 10,
            "reason": "no dangerous workflow patterns detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
          },
          {
            "name": "Dependency-Update-Tool",
            "score": 0,
            "reason": "no update tool detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
          },
          {
            "name": "Fuzzing",
            "score": 0,
            "reason": "project is not fuzzed",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
          },
          {
            "name": "License",
            "score": 10,
            "reason": "license file detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
          },
          {
            "name": "Maintained",
            "score": 0,
            "reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
          },
          {
            "name": "Packaging",
            "score": null,
            "reason": "packaging workflow not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
          },
          {
            "name": "Pinned-Dependencies",
            "score": 0,
            "reason": "dependency not pinned by hash detected -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
          },
          {
            "name": "SAST",
            "score": 0,
            "reason": "SAST tool is not run on all commits -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
          },
          {
            "name": "Security-Policy",
            "score": 0,
            "reason": "security policy file not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
          },
          {
            "name": "Signed-Releases",
            "score": null,
            "reason": "no releases found",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
          },
          {
            "name": "Token-Permissions",
            "score": 0,
            "reason": "detected GitHub workflow tokens with excessive permissions",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
          },
          {
            "name": "Vulnerabilities",
            "score": 10,
            "reason": "0 existing vulnerabilities detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
          }
        ],
        "commit": "085703770fe796713f547eaf5c13179744e4ff2d",
        "ran_at": "2026-08-03T04:07:43Z",
        "aggregate_score": 4.3,
        "scorecard_version": "v5.5.0"
      },
      "has_codeql_workflow": false,
      "has_security_policy": false,
      "has_dependabot_config": false
    },
    "contribution_flow": {
      "collected": true,
      "recent_prs": {
        "merged_7d": 0,
        "decided_7d": 0,
        "merged_30d": 0,
        "authors_30d": 0,
        "decided_30d": 0,
        "sample_size": 47,
        "window_days": 30,
        "sample_exhausted": false,
        "authors_probed_30d": 0,
        "newcomer_merged_30d": 0,
        "bot_prs_excluded_30d": 0,
        "newcomer_authors_30d": 0,
        "newcomer_decided_30d": 0
      },
      "ci_last_run_at": "2026-03-05T23:04:47Z",
      "oldest_open_prs": [
        {
          "number": 68,
          "created_at": "2026-05-21T12:21:36Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 69,
          "created_at": "2026-07-26T08:34:01Z",
          "last_comment_at": null,
          "last_comment_author": null
        }
      ],
      "last_merged_pr_at": "2026-03-05T22:41:29Z",
      "ci_last_conclusion": "SUCCESS",
      "oldest_open_issues": [
        {
          "number": 12,
          "created_at": "2021-07-23T11:20:09Z",
          "last_comment_at": "2021-07-26T14:19:13Z",
          "last_comment_author": "bkchr"
        },
        {
          "number": 14,
          "created_at": "2021-12-18T22:34:12Z",
          "last_comment_at": "2023-10-01T12:51:06Z",
          "last_comment_author": "ModProg"
        },
        {
          "number": 37,
          "created_at": "2023-06-30T09:38:42Z",
          "last_comment_at": "2026-07-26T08:35:21Z",
          "last_comment_author": "HigherOrderLogic"
        }
      ]
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/bkchr/proc-macro-crate",
    "host": "github.com",
    "name": "proc-macro-crate",
    "owner": "bkchr"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "moderate",
      "name": "Overall health",
      "note": "The weighted overall 55 is calibrated to 57 on the published index scale (record calibration 2026-08-02).",
      "notes": [
        {
          "code": "overall_calibration",
          "params": {
            "raw": 55,
            "calibrated": 57,
            "calibration": "2026-08-02"
          }
        }
      ],
      "value": 57,
      "inputs": {
        "security": 43,
        "vitality": 45,
        "community": 61,
        "governance": 70,
        "calibration": "2026-08-02",
        "engineering": 54,
        "ai_readiness": 50,
        "weighted_overall_raw": 55
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "weak",
        "name": "Vitality",
        "value": 45,
        "weight": 0.21,
        "metrics": [
          {
            "key": "development_activity",
            "band": "at_risk",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 25,
            "inputs": {
              "commits_last_year": 13,
              "human_commit_share": 1,
              "days_since_last_push": 150,
              "active_weeks_last_year": 7
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 150 days ago",
                "points": 9.9,
                "status": "partial",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 150
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_cadence",
                "name": "Commit cadence",
                "detail": "7/52 weeks with commits",
                "points": 4.8,
                "status": "partial",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 7
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "13 commits in the last year",
                "points": 10.3,
                "status": "partial",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 13
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "openssf_scorecard_maintained",
                "name": "OpenSSF Scorecard: Maintained",
                "detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "release_discipline",
            "band": "good",
            "name": "Release discipline",
            "note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "openssf_scorecard_signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 74,
            "inputs": {
              "releases_count": 13,
              "latest_release_tag": "v3.5.0",
              "releases_from_tags": false,
              "days_since_latest_release": 151,
              "mean_days_between_releases": 122.3
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "13 releases published",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "releases_published",
                    "params": {
                      "count": 13
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 151 days ago",
                "points": 27,
                "status": "partial",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 151
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~122.3 days",
                "points": 12.6,
                "status": "partial",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 122.3
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "openssf_scorecard_signed_releases",
                "name": "OpenSSF Scorecard: Signed-Releases",
                "detail": "no releases found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 10
              }
            ]
          },
          {
            "key": "abandonment",
            "band": "exceptional",
            "name": "Abandonment",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "cap": null,
              "state": "maintained",
              "guards": [],
              "signals": [],
              "red_flag": false,
              "multiplier_pct": 100,
              "declared_reason": null,
              "unverified_reason": null,
              "unanswered_open_prs": null,
              "unanswered_open_issues": null,
              "days_since_last_merged_pr": null,
              "days_since_last_human_commit": 151,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "last human commit 151 days ago",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "abandonment_maintained",
                    "params": {
                      "days": 151
                    }
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Is the project alive — is code being written and are releases shipping?"
      },
      {
        "key": "community",
        "band": "moderate",
        "name": "Community & Adoption",
        "value": 61,
        "weight": 0.17,
        "metrics": [
          {
            "key": "popularity",
            "band": "weak",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 47,
            "inputs": {
              "forks": 32,
              "stars": 83,
              "watchers": 5,
              "growth_state": "unverified",
              "growth_factor_pct": 100,
              "growth_unverified_reason": "no_history"
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "83 stars",
                "points": 31,
                "status": "partial",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 83
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "32 forks",
                "points": 12.4,
                "status": "partial",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 32
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "watchers",
                "name": "Watchers",
                "detail": "5 watchers",
                "points": 3.3,
                "status": "partial",
                "details": [
                  {
                    "code": "watchers",
                    "params": {
                      "count": 5
                    }
                  }
                ],
                "max_points": 15
              }
            ]
          },
          {
            "key": "community_health",
            "band": "moderate",
            "name": "Community health",
            "note": null,
            "notes": [],
            "value": 50,
            "inputs": {
              "has_readme": true,
              "has_license": true,
              "readme_badges": 3,
              "has_contributing": false,
              "has_issue_template": false,
              "has_code_of_conduct": false,
              "readme_badge_services": [
                "github.com",
                "shields.io"
              ],
              "has_pull_request_template": false
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 22.5,
                "status": "met",
                "details": [],
                "max_points": 22.5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "recognized license (Apache-2.0)",
                "points": 22.5,
                "status": "met",
                "details": [
                  {
                    "code": "license_standard",
                    "params": {}
                  },
                  {
                    "code": "license_spdx",
                    "params": {
                      "spdx": "Apache-2.0"
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributing_guide",
                "name": "CONTRIBUTING guide",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 18
              },
              {
                "key": "code_of_conduct",
                "name": "Code of conduct",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 13.5
              },
              {
                "key": "issue_template",
                "name": "Issue template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.2
              },
              {
                "key": "pr_template",
                "name": "PR template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.3
              }
            ]
          },
          {
            "key": "ecosystem_adoption",
            "band": "exceptional",
            "name": "Ecosystem adoption (downloads)",
            "note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "registry_dependents"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "packages": [
                "proc-macro-crate"
              ],
              "dependents": null,
              "ecosystems": "crates",
              "total_downloads": 465476395,
              "monthly_downloads": 34821038
            },
            "components": [
              {
                "key": "monthly_downloads",
                "name": "Monthly downloads",
                "detail": "34,821,038 downloads/month across crates",
                "points": 80,
                "status": "met",
                "details": [
                  {
                    "code": "downloads_monthly",
                    "params": {
                      "count": 34821038,
                      "ecosystems": "crates"
                    }
                  }
                ],
                "max_points": 80
              },
              {
                "key": "registry_dependents",
                "name": "Registry dependents",
                "detail": "not reported by this ecosystem",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "not_reported_by_this_ecosystem",
                    "params": {}
                  }
                ],
                "max_points": 20
              }
            ]
          }
        ],
        "description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
      },
      {
        "key": "governance",
        "band": "good",
        "name": "Sustainability & Governance",
        "value": 70,
        "weight": 0.23,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "weak",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 40,
            "inputs": {
              "bus_factor": 1,
              "contributors_sampled": 19,
              "top_contributor_share": 0.678
            },
            "components": [
              {
                "key": "bus_factor",
                "name": "Bus factor",
                "detail": "1 contributor(s) cover half of all commits",
                "points": 9,
                "status": "partial",
                "details": [
                  {
                    "code": "bus_factor",
                    "params": {
                      "count": 1
                    }
                  }
                ],
                "max_points": 54
              },
              {
                "key": "commit_distribution",
                "name": "Commit distribution",
                "detail": "top contributor authored 68% of commits",
                "points": 7.2,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 68
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "19 contributors",
                "points": 13.5,
                "status": "met",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 19
                    }
                  }
                ],
                "max_points": 13.5
              },
              {
                "key": "openssf_scorecard_contributors",
                "name": "OpenSSF Scorecard: Contributors",
                "detail": "project has 5 contributing companies or organizations",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "responsiveness",
            "band": "excellent",
            "name": "Issue & PR responsiveness",
            "note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "newcomer_pr_acceptance"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 81,
            "inputs": {
              "merged_prs": 38,
              "open_issues": 3,
              "closed_issues": 17,
              "prs_merged_7d": 0,
              "prs_decided_7d": 0,
              "prs_merged_30d": 0,
              "prs_decided_30d": 0,
              "issue_closed_ratio": 0.85,
              "closed_unmerged_prs": 9,
              "first_time_authors_30d": 0,
              "first_time_prs_merged_30d": 0,
              "first_time_prs_decided_30d": 0
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "85% of issues closed",
                "points": 35.7,
                "status": "partial",
                "details": [
                  {
                    "code": "issues_closed_share",
                    "params": {
                      "share": 85
                    }
                  }
                ],
                "max_points": 42
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "38/47 decided PRs merged",
                "points": 24.3,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 38,
                      "decided": 47
                    }
                  }
                ],
                "max_points": 30
              },
              {
                "key": "newcomer_pr_acceptance",
                "name": "Newcomer PR acceptance",
                "detail": "no first-time contributor's PR decided in 30d",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_newcomer_prs",
                    "params": {
                      "days": 30
                    }
                  }
                ],
                "max_points": 13
              },
              {
                "key": "openssf_scorecard_code_review",
                "name": "OpenSSF Scorecard: Code-Review",
                "detail": "Found 7/10 approved changesets -- score normalized to 7",
                "points": 10.5,
                "status": "partial",
                "details": [],
                "max_points": 15
              }
            ]
          },
          {
            "key": "stewardship",
            "band": "good",
            "name": "Ownership & stewardship",
            "note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "verified_domain"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 70,
            "inputs": {
              "followers": 840,
              "owner_type": "User",
              "is_verified": null,
              "owner_login": "bkchr",
              "public_repos": 154,
              "account_age_days": 4671
            },
            "components": [
              {
                "key": "ownership_backing",
                "name": "Ownership backing",
                "detail": "personal (user) account",
                "points": 10,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_personal",
                    "params": {}
                  }
                ],
                "max_points": 30
              },
              {
                "key": "verified_domain",
                "name": "Verified domain",
                "detail": "not applicable to user accounts",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "not_applicable_to_user_accounts",
                    "params": {}
                  }
                ],
                "max_points": 20
              },
              {
                "key": "owner_reach",
                "name": "Owner reach",
                "detail": "840 followers of bkchr",
                "points": 21,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 840,
                      "login": "bkchr"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "154 public repos, account ~12 yr old",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 154
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 12
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          },
          {
            "key": "package_maintenance",
            "band": "exceptional",
            "name": "Package maintenance",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "packages": [
                "proc-macro-crate"
              ],
              "ecosystems": "crates",
              "any_deprecated": false,
              "min_days_since_publish": 151
            },
            "components": [
              {
                "key": "published_resolvable",
                "name": "Published & resolvable",
                "detail": "1 package(s) on crates",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "packages_published",
                    "params": {
                      "count": 1,
                      "ecosystems": "crates"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "publish_recency",
                "name": "Publish recency",
                "detail": "latest publish 151 days ago",
                "points": 35,
                "status": "met",
                "details": [
                  {
                    "code": "publish_recency",
                    "params": {
                      "days": 151
                    }
                  }
                ],
                "max_points": 35
              },
              {
                "key": "version_history",
                "name": "Version history",
                "detail": "24 published versions",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "published_versions",
                    "params": {
                      "count": 24
                    }
                  }
                ],
                "max_points": 20
              },
              {
                "key": "not_deprecated",
                "name": "Not deprecated",
                "detail": "active, not deprecated or yanked",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "package_not_deprecated",
                    "params": {}
                  }
                ],
                "max_points": 20
              }
            ]
          }
        ],
        "description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
      },
      {
        "key": "engineering",
        "band": "moderate",
        "name": "Engineering Quality",
        "value": 54,
        "weight": 0.19,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "moderate",
            "name": "Engineering practices",
            "note": null,
            "notes": [],
            "value": 56,
            "inputs": {
              "has_ci": true,
              "has_tests": true,
              "has_editorconfig": false,
              "has_linter_config": false,
              "has_precommit_config": false
            },
            "components": [
              {
                "key": "ci_workflows",
                "name": "CI workflows",
                "detail": "1 workflow(s)",
                "points": 24,
                "status": "met",
                "details": [
                  {
                    "code": "ci_workflows",
                    "params": {
                      "count": 1
                    }
                  }
                ],
                "max_points": 24
              },
              {
                "key": "tests_present",
                "name": "Tests present",
                "detail": null,
                "points": 24,
                "status": "met",
                "details": [],
                "max_points": 24
              },
              {
                "key": "linter_config",
                "name": "Linter config",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 16
              },
              {
                "key": "pre_commit_hooks",
                "name": "Pre-commit hooks",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 9.6
              },
              {
                "key": "editorconfig",
                "name": ".editorconfig",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.4
              },
              {
                "key": "openssf_scorecard_ci_tests",
                "name": "OpenSSF Scorecard: CI-Tests",
                "detail": "4 out of 10 merged PRs checked by a CI test -- score normalized to 4",
                "points": 8,
                "status": "partial",
                "details": [],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "moderate",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 50,
            "inputs": {
              "topics": [],
              "has_wiki": true,
              "homepage": null,
              "has_readme": true,
              "has_docs_dir": false,
              "has_description": true
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 30,
                "status": "met",
                "details": [],
                "max_points": 30
              },
              {
                "key": "documentation_directory",
                "name": "Documentation directory",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 25
              },
              {
                "key": "documentation_homepage_site",
                "name": "Documentation / homepage site",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              },
              {
                "key": "repository_description",
                "name": "Repository description",
                "detail": null,
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "topics",
                "name": "Topics",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              },
              {
                "key": "wiki",
                "name": "Wiki",
                "detail": null,
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          }
        ],
        "description": "Are baseline engineering and documentation practices in place?"
      },
      {
        "key": "security",
        "band": "weak",
        "name": "Security",
        "value": 43,
        "weight": 0.16,
        "metrics": [
          {
            "key": "security_posture",
            "band": "weak",
            "name": "Security posture",
            "note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "branch_protection",
                    "packaging",
                    "signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 43,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 15,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 3,
              "scorecard_aggregate": 4.3
            },
            "components": [
              {
                "key": "binary_artifacts",
                "name": "Binary-Artifacts",
                "detail": "no binaries found in the repo",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "branch_protection",
                "name": "Branch-Protection",
                "detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 7.5
              },
              {
                "key": "ci_tests",
                "name": "CI-Tests",
                "detail": "4 out of 10 merged PRs checked by a CI test -- score normalized to 4",
                "points": 1,
                "status": "partial",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "cii_best_practices",
                "name": "CII-Best-Practices",
                "detail": "no effort to earn an OpenSSF best practices badge detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "code_review",
                "name": "Code-Review",
                "detail": "Found 7/10 approved changesets -- score normalized to 7",
                "points": 5.2,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "contributors",
                "name": "Contributors",
                "detail": "project has 5 contributing companies or organizations",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "dangerous_workflow",
                "name": "Dangerous-Workflow",
                "detail": "no dangerous workflow patterns detected",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "dependency_update_tool",
                "name": "Dependency-Update-Tool",
                "detail": "no update tool detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "fuzzing",
                "name": "Fuzzing",
                "detail": "project is not fuzzed",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "license file detected",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "maintained",
                "name": "Maintained",
                "detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "packaging",
                "name": "Packaging",
                "detail": "packaging workflow not detected",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 5
              },
              {
                "key": "pinned_dependencies",
                "name": "Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "sast",
                "name": "SAST",
                "detail": "SAST tool is not run on all commits -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "security_policy",
                "name": "Security-Policy",
                "detail": "security policy file not detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "signed_releases",
                "name": "Signed-Releases",
                "detail": "no releases found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 7.5
              },
              {
                "key": "token_permissions",
                "name": "Token-Permissions",
                "detail": "detected GitHub workflow tokens with excessive permissions",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "vulnerabilities",
                "name": "Vulnerabilities",
                "detail": "0 existing vulnerabilities detected",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              }
            ]
          },
          {
            "key": "high_risk_jurisdiction_exposure",
            "band": "exceptional",
            "name": "High-Risk Jurisdiction Exposure",
            "note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
            "notes": [
              {
                "code": "jurisdiction_evidence_limits",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "meaning": "self-published location evidence; not nationality or citizenship",
              "red_flag": false,
              "exposures": [],
              "policy_countries": [
                "Russia",
                "Iran",
                "North Korea"
              ],
              "commit_weight_rule": {
                "min_commits": 50,
                "min_commit_share": 0.1
              },
              "review_only_matches": 0,
              "below_threshold_exposures": [],
              "assessed_self_published_locations": 10
            },
            "components": [
              {
                "key": "policy_exposure_multiplier",
                "name": "Policy exposure multiplier",
                "detail": "no confirmed policy-scope location match",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "jurisdiction_no_match",
                    "params": {}
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
      },
      {
        "key": "ai_readiness",
        "band": "moderate",
        "name": "AI Readiness",
        "value": 50,
        "weight": 0.04,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "at_risk",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 29,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 0.54,
              "agent_instruction_files": [],
              "agent_instruction_max_bytes": null
            },
            "components": [
              {
                "key": "agent_instructions",
                "name": "Agent instructions",
                "detail": "no CLAUDE.md / AGENTS.md / editor rules",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_agent_instructions",
                    "params": {}
                  }
                ],
                "max_points": 45
              },
              {
                "key": "machine_readable_docs_llms_txt",
                "name": "Machine-readable docs (llms.txt)",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              },
              {
                "key": "legible_commit_history",
                "name": "Legible commit history",
                "detail": "54 of 100 human commits state their intent (structured subject or explanatory body)",
                "points": 28.8,
                "status": "partial",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 54,
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "weak",
            "name": "Verify loop (build / test / typecheck)",
            "note": null,
            "notes": [],
            "value": 46,
            "inputs": {
              "has_nix": false,
              "has_tests": true,
              "lockfiles": [],
              "has_dockerfile": false,
              "typed_language": true,
              "bootstrap_files": [],
              "has_devcontainer": false,
              "has_linter_config": false,
              "typecheck_configs": [],
              "agent_commit_share": 0,
              "toolchain_manifests": [
                "Cargo.toml",
                "tests/workspace_deps/Cargo.toml",
                "tests/workspace_deps/my-cool-dep/Cargo.toml",
                "tests/workspace_deps/test-crate/Cargo.toml"
              ],
              "dependency_bot_commit_share": 0
            },
            "components": [
              {
                "key": "one_command_bootstrap",
                "name": "One-command bootstrap",
                "detail": "Cargo.toml, tests/workspace_deps/Cargo.toml, tests/workspace_deps/my-cool-dep/Cargo.toml (toolchain convention, no task runner)",
                "points": 12.6,
                "status": "partial",
                "details": [
                  {
                    "code": "toolchain_convention",
                    "params": {
                      "files": "Cargo.toml, tests/workspace_deps/Cargo.toml, tests/workspace_deps/my-cool-dep/Cargo.toml"
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "automated_tests",
                "name": "Automated tests",
                "detail": null,
                "points": 22,
                "status": "met",
                "details": [],
                "max_points": 22
              },
              {
                "key": "lint_format_config",
                "name": "Lint / format config",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 11
              },
              {
                "key": "static_type_checking",
                "name": "Static type checking",
                "detail": "Rust (statically typed)",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "statically_typed_language",
                    "params": {
                      "language": "Rust"
                    }
                  }
                ],
                "max_points": 11
              },
              {
                "key": "reproducible_environment",
                "name": "Reproducible environment",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              },
              {
                "key": "demonstrated_agent_practice",
                "name": "Demonstrated agent practice",
                "detail": "no agent-authored commits among the last 100",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_agent_authored_commits",
                    "params": {
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "automated_maintenance",
                "name": "Automated maintenance",
                "detail": "no automated dependency updates observed",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_dependency_automation",
                    "params": {}
                  }
                ],
                "max_points": 8
              },
              {
                "key": "openssf_scorecard_pinned_dependencies",
                "name": "OpenSSF Scorecard: Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "ai_code_legibility",
            "band": "exceptional",
            "name": "Code legibility for models",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "primary_language": "Rust",
              "largest_source_bytes": 18344,
              "source_files_sampled": 5,
              "oversized_source_files": 0
            },
            "components": [
              {
                "key": "type_checkable_code",
                "name": "Type-checkable code",
                "detail": "Rust (statically typed)",
                "points": 45,
                "status": "met",
                "details": [
                  {
                    "code": "statically_typed_language",
                    "params": {
                      "language": "Rust"
                    }
                  }
                ],
                "max_points": 45
              },
              {
                "key": "manageable_file_sizes",
                "name": "Manageable file sizes",
                "detail": "0/5 source files over 60KB",
                "points": 55,
                "status": "met",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 5,
                      "oversized": 0
                    }
                  }
                ],
                "max_points": 55
              }
            ]
          }
        ],
        "description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
      }
    ],
    "classification": {
      "top": [
        "library"
      ],
      "labels": [
        "library"
      ],
      "scores": {
        "library": 15
      },
      "primary": "library",
      "evidence": [
        {
          "tier": "declared",
          "label": "library",
          "source": "cargo.category:development-tools::procedural-macro-helpers",
          "weight": 6
        },
        {
          "tier": "distribution",
          "label": "library",
          "source": "registry:crates",
          "weight": 6
        },
        {
          "tier": "structure",
          "label": "library",
          "source": "tree.cargo_lib",
          "weight": 3
        }
      ],
      "artifacts": [
        {
          "path": "Cargo.toml",
          "labels": [
            "library"
          ],
          "ecosystem": "crates"
        }
      ],
      "confidence": "high",
      "host_extension": false,
      "runs_as_process": false,
      "consumed_by_code": true
    },
    "metrics_version": "2.5.0"
  },
  "warnings": [
    "Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
    "No resolved dependencies carried a version and a supported ecosystem"
  ],
  "report_type": "repository",
  "generated_at": "2026-08-03T04:08:03.244946Z",
  "schema_version": "0.30.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/bkchr/proc-macro-crate.svg",
  "full_name": "bkchr/proc-macro-crate",
  "license_state": "standard",
  "license_spdx": "Apache-2.0"
}

Scores are signals, not warranties. They reflect publicly visible practices on GitHub — not a code audit, and not a security guarantee.

Missing data is excluded and weights renormalized, never scored as zero. Methodology is versioned and open: metrics v2.5.0, schema v0.30.0 — full methodology · metrics wiki.

How one result sits in the wider record: aggregate statisticscrates.io.