JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 6446,
"has_wiki": false,
"homepage": null,
"languages": {
"Rust": 1040202
},
"pushed_at": "2026-07-24T19:19:55Z",
"created_at": "2021-09-24T07:41:25Z",
"owner_type": "Organization",
"updated_at": "2026-07-25T15:33:57Z",
"description": "compiler from JSON Schema into idiomatic Rust types",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://oxide.computer",
"name": "Oxide Computer Company",
"type": "Organization",
"login": "oxidecomputer",
"company": null,
"location": "Emeryville, California",
"followers": 2884,
"avatar_url": "https://avatars.githubusercontent.com/u/54040662?v=4",
"created_at": "2019-08-12T18:54:51Z",
"is_verified": null,
"public_repos": 403,
"account_age_days": 2539
},
"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": "v0.7.0",
"kind": "minor",
"published_at": "2026-06-05T17:56:02Z"
},
{
"tag": "v0.6.2",
"kind": "patch",
"published_at": "2026-04-24T16:00:10Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2026-02-10T22:17:35Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-02-03T17:06:40Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2025-10-09T17:24:00Z"
},
{
"tag": "v0.4.3",
"kind": "patch",
"published_at": "2025-08-15T15:48:36Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2025-05-27T17:59:09Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2025-04-30T18:31:16Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2025-04-16T16:03:12Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2024-12-27T20:04:16Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2024-09-26T20:13:55Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2024-05-13T22:15:16Z"
},
{
"tag": "v0.0.16",
"kind": "patch",
"published_at": "2024-02-28T21:08:34Z"
},
{
"tag": "v0.0.15",
"kind": "patch",
"published_at": "2023-12-15T06:45:58Z"
},
{
"tag": "v0.0.14",
"kind": "patch",
"published_at": "2023-09-25T03:25:17Z"
},
{
"tag": "v0.0.13",
"kind": "patch",
"published_at": "2023-05-14T16:18:48Z"
},
{
"tag": "v0.0.12",
"kind": "patch",
"published_at": "2023-05-03T18:44:01Z"
},
{
"tag": "v0.0.11",
"kind": "patch",
"published_at": "2023-03-18T05:03:36Z"
},
{
"tag": "v0.0.10",
"kind": "patch",
"published_at": "2022-09-10T02:11:45Z"
},
{
"tag": "v0.0.9",
"kind": "patch",
"published_at": "2022-06-20T20:57:03Z"
},
{
"tag": "v0.0.8",
"kind": "patch",
"published_at": "2022-05-22T05:06:51Z"
},
{
"tag": "v0.0.7",
"kind": "patch",
"published_at": "2022-05-18T19:14:25Z"
},
{
"tag": "v0.0.6",
"kind": "patch",
"published_at": "2022-05-12T22:38:47Z"
},
{
"tag": "v0.0.5",
"kind": "patch",
"published_at": "2021-11-17T01:41:22Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2021-11-08T05:52:00Z"
}
],
"recent_commits": [
{
"oid": "1661e89d25da3e340922fa1a9fe126ba201d6dcc",
"body": null,
"is_bot": false,
"headline": "Remove stray println! from merge code (#1034)",
"author_name": "danieleades",
"author_login": "danieleades",
"committed_at": "2026-07-24T19:19:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2597be1e23fa6ebfec1f30f20680937a4fca3f62",
"body": "#946 removed the TryFrom<&String> impl generated for newtypes that\nproxy an inner type's FromStr, but three other emission sites still\nproduced the same non-idiomatic impl: simple string enums, untagged\nnewtype enums with FromStr conversion, and string-constrained\nnewtypes. Remove them all; TryFrom<&str> covers callers via deref\ncoercion, and TryFrom<String> remains for owned values.",
"is_bot": false,
"headline": "remove remaining non-idiomatic TryFrom<&String> trait impls (#1040)",
"author_name": "danieleades",
"author_login": "danieleades",
"committed_at": "2026-07-20T23:55:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de542622bb52e9d6a377d5faf187dc782f8ce7cc",
"body": "Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.117 to 1.0.118.\n- [Release notes](https://github.com/dtolnay/trybuild/releases)\n- [Commits](https://github.com/dtolnay/trybuild/compare/1.0.117...1.0.118)\n\n---\nupdated-dependencies:\n- dependency-name: trybuild\n dependency-version: 1.0.1\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump trybuild from 1.0.117 to 1.0.118 (#1043)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T23:34:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "53c164227425caa38921308da4687e05c5acfe9c",
"body": "Bumps [quote](https://github.com/dtolnay/quote) from 1.0.46 to 1.0.47.\n- [Release notes](https://github.com/dtolnay/quote/releases)\n- [Commits](https://github.com/dtolnay/quote/compare/1.0.46...1.0.47)\n\n---\nupdated-dependencies:\n- dependency-name: quote\n dependency-version: 1.0.47\n dependency-type\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump quote from 1.0.46 to 1.0.47 (#1049)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T23:33:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "641dc4b0282f1cf0fb4346e478f57057cadd92c7",
"body": "Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.106 to 1.0.107.\n- [Release notes](https://github.com/dtolnay/proc-macro2/releases)\n- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.106...1.0.107)\n\n---\nupdated-dependencies:\n- dependency-name: proc-macro2\n dependency\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump proc-macro2 from 1.0.106 to 1.0.107 (#1050)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T23:33:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c3b74e6a6acac5fd95d6c51840538fc985f0fed7",
"body": "Bumps [clap](https://github.com/clap-rs/clap) from 4.6.2 to 4.6.3.\n- [Release notes](https://github.com/clap-rs/clap/releases)\n- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.6.2...clap_complete-v4.6.3)\n\n---\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump clap from 4.6.2 to 4.6.3 (#1051)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T23:33:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b12ee644a19c0886bddea4644808e257ec49cea9",
"body": null,
"is_bot": false,
"headline": "update to syn 3.0 and related crates (#1048)",
"author_name": "Adam Leventhal",
"author_login": "ahl",
"committed_at": "2026-07-20T22:42:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10cfc61f7e1881576b8fbd870eb075e290da7f3c",
"body": "Bumps [clap](https://github.com/clap-rs/clap) from 4.6.1 to 4.6.2.\n- [Release notes](https://github.com/clap-rs/clap/releases)\n- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.6.1...clap_complete-v4.6.2)\n\n---\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump clap from 4.6.1 to 4.6.2 (#1044)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T16:30:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4183f15989613baaabd59dcde6e11d24cd0fb2ae",
"body": "Bumps [serde](https://github.com/serde-rs/serde) from 1.0.228 to 1.0.229.\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.228...v1.0.229)\n\n---\nupdated-dependencies:\n- dependency-name: serde\n dependency-version: 1.0.229\n depen\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump serde from 1.0.228 to 1.0.229 (#1047)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T16:29:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "aec3da53c4319164542b393a86d552424be24384",
"body": "Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.10 to 0.11.11.\n- [Release notes](https://github.com/rust-cli/env_logger/releases)\n- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/rust-cli/env_logger/compare/v0.11.10...v0\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump env_logger from 0.11.10 to 0.11.11 (#1027)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-01T19:54:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "adbbe8818cc539d0c34fbc7fc2b4141e86da8b68",
"body": "Bumps [log](https://github.com/rust-lang/log) from 0.4.32 to 0.4.33.\n- [Release notes](https://github.com/rust-lang/log/releases)\n- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rust-lang/log/compare/0.4.32...0.4.33)\n\n---\nupdated-dependencies:\n\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump log from 0.4.32 to 0.4.33 (#1026)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-22T19:44:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8f17a94b53e03544a187310759e569809716600b",
"body": "Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.116 to 1.0.117.\n- [Release notes](https://github.com/dtolnay/trybuild/releases)\n- [Commits](https://github.com/dtolnay/trybuild/compare/1.0.116...1.0.117)\n\n---\nupdated-dependencies:\n- dependency-name: trybuild\n dependency-version: 1.0.1\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump trybuild from 1.0.116 to 1.0.117 (#1025)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-22T19:44:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2650df0125076e3fa6a81e5d18ed3ddb5b9c1103",
"body": "Bumps [syn](https://github.com/dtolnay/syn) from 2.0.117 to 2.0.118.\n- [Release notes](https://github.com/dtolnay/syn/releases)\n- [Commits](https://github.com/dtolnay/syn/compare/2.0.117...2.0.118)\n\n---\nupdated-dependencies:\n- dependency-name: syn\n dependency-version: 2.0.118\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump syn from 2.0.117 to 2.0.118 (#1024)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-22T19:42:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82481f3f37ee5814d0510e889bba30cef9cce742",
"body": "Bumps [quote](https://github.com/dtolnay/quote) from 1.0.45 to 1.0.46.\n- [Release notes](https://github.com/dtolnay/quote/releases)\n- [Commits](https://github.com/dtolnay/quote/compare/1.0.45...1.0.46)\n\n---\nupdated-dependencies:\n- dependency-name: quote\n dependency-version: 1.0.46\n dependency-type\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump quote from 1.0.45 to 1.0.46 (#1023)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-22T19:42:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "465e72b39bdabb2e9a24f179befa59eb388e4896",
"body": "Bumps [log](https://github.com/rust-lang/log) from 0.4.31 to 0.4.32.\n- [Release notes](https://github.com/rust-lang/log/releases)\n- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rust-lang/log/compare/0.4.31...0.4.32)\n\n---\nupdated-dependencies:\n\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump log from 0.4.31 to 0.4.32 (#1021)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-15T16:18:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d9a89105ce6966839c7767540a842e3d645a5d74",
"body": "The problem occurs when an internally tagged enum derives its name from\nthe title of the schema. In that situation, if a variant contains a\nproperty that is itself a type that requires a name (e.g. a struct), we\nfail to pass down a name that can be used and fail on the None. Instead,\nwe need to pass down the name we'll eventually choose for the generated\nenum so that subtypes can derive a name from that root.",
"is_bot": false,
"headline": "fix unwrap panic with internally tagged enums (#1020)",
"author_name": "Adam Leventhal",
"author_login": "ahl",
"committed_at": "2026-06-13T04:32:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11994f14733b2e44c870ad381cba40974ae1d21a",
"body": "Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.44 to 0.4.45.\n- [Release notes](https://github.com/chronotope/chrono/releases)\n- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/chronotope/chrono/compare/v0.4.44...v0.4.45)\n\n---\nupd\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump chrono from 0.4.44 to 0.4.45 (#1018)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-08T15:08:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "01153fa2fea45d660400e3060d91fa2e102976d8",
"body": null,
"is_bot": false,
"headline": "release typify 0.7.0",
"author_name": "Adam H. Leventhal",
"author_login": "ahl",
"committed_at": "2026-06-05T17:56:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6ff9ad7c7b07cf91828777832d8738df4b0316e",
"body": null,
"is_bot": false,
"headline": "prepare for 0.7.0 release",
"author_name": "Adam H. Leventhal",
"author_login": "ahl",
"committed_at": "2026-06-05T17:40:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87d6ed44b93f3c243a2bbe7b1ef7edf30d1698d5",
"body": "…nts (#1017)",
"is_bot": false,
"headline": "generate `::schemars::JsonSchema` for types with enumeration constrai…",
"author_name": "Adam Leventhal",
"author_login": "ahl",
"committed_at": "2026-06-05T17:09:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7431090df41afe22587b4044245ce5a047377bad",
"body": "Bumps [log](https://github.com/rust-lang/log) from 0.4.30 to 0.4.31.\n- [Release notes](https://github.com/rust-lang/log/releases)\n- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rust-lang/log/compare/0.4.30...0.4.31)\n\n---\nupdated-dependencies:\n\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump log from 0.4.30 to 0.4.31 (#1016)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T19:05:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1537c0861bc93e66cf700243d5e8794763b498a2",
"body": "Bumps [log](https://github.com/rust-lang/log) from 0.4.29 to 0.4.30.\n- [Release notes](https://github.com/rust-lang/log/releases)\n- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rust-lang/log/compare/0.4.29...0.4.30)\n\n---\nupdated-dependencies:\n\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump log from 0.4.29 to 0.4.30 (#1014)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-26T00:13:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "053184eeefcdb3b2005697b063ae5ff12a098f39",
"body": "Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.149 to 1.0.150.\n- [Release notes](https://github.com/serde-rs/json/releases)\n- [Commits](https://github.com/serde-rs/json/compare/v1.0.149...v1.0.150)\n\n---\nupdated-dependencies:\n- dependency-name: serde_json\n dependency-version: 1.0.150\n\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump serde_json from 1.0.149 to 1.0.150 (#1015)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-26T00:12:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bbfad31316045497948f7f01fc46d65e4979b9c1",
"body": "Support merging types with multiple (allOf) regex validations.\n\n---------\n\nCo-authored-by: Adam H. Leventhal <ahl@oxide.computer>",
"is_bot": false,
"headline": "Support merging types with multiple regex validations (allOf). (#1008)",
"author_name": "Ian Nickles",
"author_login": "inickles",
"committed_at": "2026-05-15T15:04:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1c526f8a9d2a1a1f12539dbd1a78ffe9ef1e66c",
"body": null,
"is_bot": false,
"headline": "fix typify-test dep for non-unified builds (#1013)",
"author_name": "Adam Leventhal",
"author_login": "ahl",
"committed_at": "2026-05-15T14:08:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39bbd161bc7fc2d2c58fac645c41f5bdcf2f0fcc",
"body": "Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.2.1 to 2.2.2.\n- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.2.1...v2.2.2)\n\n---\nupdated-dependencies:\n- dependency-name: assert_cmd\n dep\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump assert_cmd from 2.2.1 to 2.2.2 (#1010)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-12T16:04:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0407d71d6754d8472af6431b0dd7b3e3d5f55493",
"body": "Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.2.0 to 2.2.1.\n- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.2.0...v2.2.1)\n\n---\nupdated-dependencies:\n- dependency-name: assert_cmd\n dep\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump assert_cmd from 2.2.0 to 2.2.1 (#1004)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-27T20:36:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1fb398571164ab64c158c2c120e5d26d33d9e1e3",
"body": "Bumps [clap](https://github.com/clap-rs/clap) from 4.6.0 to 4.6.1.\n- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.6.0...clap_complete-v4.6.1)\n\n---\nupdated-dependencies:\n- dependency-name: clap\n dependency-\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump clap from 4.6.0 to 4.6.1 (#1005)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-27T17:43:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "563dfa64c989571a32b770f3bbd187f98a586709",
"body": "Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.8.1 to 3.27.0.\n- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/Stebalien/tempfile/compare/v3.8.1...v3.27.0)\n\n---\nupdated-dependencies:\n- dependency-name: tempfile\n dependency-\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump tempfile from 3.8.1 to 3.27.0 (#1006)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-27T17:43:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a8ecdd81968ec60970f72487584b31a93a20cb70",
"body": null,
"is_bot": false,
"headline": "small fix to is_crate() (#1003)",
"author_name": "Adam Leventhal",
"author_login": "ahl",
"committed_at": "2026-04-24T17:18:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5c392c6e253b69d003327371267d4dfe0f38389",
"body": null,
"is_bot": false,
"headline": "replace use of tempdir with tempfile (#1002)",
"author_name": "Adam Leventhal",
"author_login": "ahl",
"committed_at": "2026-04-24T17:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca0d87970945dc5eef368aefb68b845b315335bb",
"body": null,
"is_bot": false,
"headline": "release typify 0.6.2",
"author_name": "Adam H. Leventhal",
"author_login": "ahl",
"committed_at": "2026-04-24T16:00:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94d805c09d5f441206c319d145c3d143e0148220",
"body": null,
"is_bot": false,
"headline": "prepare for 0.6.2 release",
"author_name": "Adam H. Leventhal",
"author_login": "ahl",
"committed_at": "2026-04-24T16:00:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fe410a94146da3a77e22b75274eacc56cc8b86f",
"body": null,
"is_bot": false,
"headline": "fix untagged enum automatic ordering (#991)",
"author_name": "Farès Chati",
"author_login": "Farossco",
"committed_at": "2026-04-07T15:59:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1de2bbee09801318122c7303ebf8fd85246b7888",
"body": "Bumps [semver](https://github.com/dtolnay/semver) from 1.0.27 to 1.0.28.\n- [Release notes](https://github.com/dtolnay/semver/releases)\n- [Commits](https://github.com/dtolnay/semver/compare/1.0.27...1.0.28)\n\n---\nupdated-dependencies:\n- dependency-name: semver\n dependency-version: 1.0.28\n dependency\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump semver from 1.0.27 to 1.0.28 (#999)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-06T15:42:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7060aa16a9c697f1bd2823b5ae232b257ee285ab",
"body": null,
"is_bot": false,
"headline": "improve merging of strings and numbers (#998)",
"author_name": "Adam Leventhal",
"author_login": "ahl",
"committed_at": "2026-04-01T06:25:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c0afa7dbf86f2f1985ef17db3bb9f675c9251bc",
"body": "Bumps [regress](https://github.com/ridiculousfish/regress) from 0.11.0 to 0.11.1.\n- [Release notes](https://github.com/ridiculousfish/regress/releases)\n- [Commits](https://github.com/ridiculousfish/regress/compare/v0.11.0...v0.11.1)\n\n---\nupdated-dependencies:\n- dependency-name: regress\n dependency-\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "build(deps): bump regress from 0.11.0 to 0.11.1 (#996)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-31T16:19:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f8dd12baa71b944a3bc166a41b2f38f613dd78b5",
"body": "* Bump clap from 4.5.60 to 4.6.0\n\nBumps [clap](https://github.com/clap-rs/clap) from 4.5.60 to 4.6.0.\n- [Release notes](https://github.com/clap-rs/clap/releases)\n- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-\n[…]\n--------\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Adam H. Leventhal <ahl@oxide.computer>",
"is_bot": true,
"headline": "Bump clap from 4.5.60 to 4.6.0 (#995)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-24T05:56:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "471ffdaf325b93f4b2eb7d3cd39dd9fa4a9933f1",
"body": "Bumps [regress](https://github.com/ridiculousfish/regress) from 0.10.5 to 0.11.0.\n- [Release notes](https://github.com/ridiculousfish/regress/releases)\n- [Commits](https://github.com/ridiculousfish/regress/compare/v0.10.5...v0.11.0)\n\n---\nupdated-dependencies:\n- dependency-name: regress\n dependency-\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump regress from 0.10.5 to 0.11.0 (#994)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-16T21:00:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "587ae6dfcfa5245ebeda18bcee2c562848dff9a3",
"body": "Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.1.2 to 2.2.0.\n- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.1.2...v2.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: assert_cmd\n dep\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump assert_cmd from 2.1.2 to 2.2.0 (#993)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-16T20:54:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3167eb366e5987504dfcd02578391fb03b361654",
"body": "Bumps [quote](https://github.com/dtolnay/quote) from 1.0.44 to 1.0.45.\n- [Release notes](https://github.com/dtolnay/quote/releases)\n- [Commits](https://github.com/dtolnay/quote/compare/1.0.44...1.0.45)\n\n---\nupdated-dependencies:\n- dependency-name: quote\n dependency-version: 1.0.45\n dependency-type\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump quote from 1.0.44 to 1.0.45 (#992)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-16T20:54:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "11fc5f72862f7e008ea5f5f248a2dc91b511a97b",
"body": null,
"is_bot": false,
"headline": "correct generation of unused default functions (#990)",
"author_name": "Adam Leventhal",
"author_login": "ahl",
"committed_at": "2026-03-03T06:16:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42b13da25a17b359bb5459e005351c69f4231067",
"body": "Bumps [serde_tokenstream](https://github.com/oxidecomputer/serde_tokenstream) from 0.2.2 to 0.2.3.\n- [Release notes](https://github.com/oxidecomputer/serde_tokenstream/releases)\n- [Commits](https://github.com/oxidecomputer/serde_tokenstream/compare/v0.2.2...v0.2.3)\n\n---\nupdated-dependencies:\n- depen\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump serde_tokenstream from 0.2.2 to 0.2.3 (#989)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-02T16:35:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c9e32dc9d354046b247e603ffb691fb78dc8dd87",
"body": "Bumps [clap](https://github.com/clap-rs/clap) from 4.5.58 to 4.5.60.\n- [Release notes](https://github.com/clap-rs/clap/releases)\n- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.58...clap_complete-v4.5.60)\n\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump clap from 4.5.58 to 4.5.60 (#983)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-27T18:28:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fcf267c266dd58bbc5f1e8299cba0606ee07b518",
"body": "Bumps [syn](https://github.com/dtolnay/syn) from 2.0.116 to 2.0.117.\n- [Release notes](https://github.com/dtolnay/syn/releases)\n- [Commits](https://github.com/dtolnay/syn/compare/2.0.116...2.0.117)\n\n---\nupdated-dependencies:\n- dependency-name: syn\n dependency-version: 2.0.117\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump syn from 2.0.116 to 2.0.117 (#984)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-27T18:15:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bf91941df1035a207e19bd6b6f6d211112d2483",
"body": "Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.43 to 0.4.44.\n- [Release notes](https://github.com/chronotope/chrono/releases)\n- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/chronotope/chrono/compare/v0.4.43...v0.4.44)\n\n---\nupd\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump chrono from 0.4.43 to 0.4.44 (#985)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-27T18:15:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6eaa20efe9cb9bf98004fcfc1a4502b7ac88a755",
"body": "Bumps [unicode-ident](https://github.com/dtolnay/unicode-ident) from 1.0.23 to 1.0.24.\n- [Release notes](https://github.com/dtolnay/unicode-ident/releases)\n- [Commits](https://github.com/dtolnay/unicode-ident/compare/1.0.23...1.0.24)\n\n---\nupdated-dependencies:\n- dependency-name: unicode-ident\n depe\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump unicode-ident from 1.0.23 to 1.0.24 (#977)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-19T20:05:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "47e42fdb6c48d9975eb1cdeccc3b0cfe8c9f8d73",
"body": "Bumps [clap](https://github.com/clap-rs/clap) from 4.5.57 to 4.5.58.\n- [Release notes](https://github.com/clap-rs/clap/releases)\n- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.57...clap_complete-v4.5.58)\n\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump clap from 4.5.57 to 4.5.58 (#978)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-19T00:42:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bb20fdb3297e85c3ccf747dd455c016b54cdc004",
"body": "Bumps [syn](https://github.com/dtolnay/syn) from 2.0.114 to 2.0.116.\n- [Release notes](https://github.com/dtolnay/syn/releases)\n- [Commits](https://github.com/dtolnay/syn/compare/2.0.114...2.0.116)\n\n---\nupdated-dependencies:\n- dependency-name: syn\n dependency-version: 2.0.116\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump syn from 2.0.114 to 2.0.116 (#979)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-19T00:42:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a4b894002435f13226679e4370aa6b7a3220435",
"body": "Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.115 to 1.0.116.\n- [Release notes](https://github.com/dtolnay/trybuild/releases)\n- [Commits](https://github.com/dtolnay/trybuild/compare/1.0.115...1.0.116)\n\n---\nupdated-dependencies:\n- dependency-name: trybuild\n dependency-version: 1.0.1\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump trybuild from 1.0.115 to 1.0.116 (#980)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-19T00:41:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "220f79d89ae87d6c1becc4b714f11d90ec56d820",
"body": "Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.8 to 0.11.9.\n- [Release notes](https://github.com/rust-cli/env_logger/releases)\n- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/rust-cli/env_logger/compare/v0.11.8...v0.11\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump env_logger from 0.11.8 to 0.11.9 (#981)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-19T00:40:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e747a5d99e5f487f1890d363a4a0d9aa0d967e2e",
"body": null,
"is_bot": false,
"headline": "Pass through f64 field descriptions (#974)",
"author_name": "John Vandenberg",
"author_login": "jayvdb",
"committed_at": "2026-02-14T05:10:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f65c6dd14317605f4f25a076d99ba4c4f41f0d15",
"body": null,
"is_bot": false,
"headline": "release typify 0.6.1",
"author_name": "Adam H. Leventhal",
"author_login": "ahl",
"committed_at": "2026-02-10T22:17:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f832bb1e564676e3abfc486fb9551b5f3c0f32b",
"body": null,
"is_bot": false,
"headline": "add an accept_as_ident function (#973)",
"author_name": "Rain",
"author_login": "sunshowers",
"committed_at": "2026-02-10T21:52:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21e1e7cb4fab075acf9121b238af12bbdf5bbd9d",
"body": "Bumps [clap](https://github.com/clap-rs/clap) from 4.5.56 to 4.5.57.\n- [Release notes](https://github.com/clap-rs/clap/releases)\n- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.56...clap_complete-v4.5.57)\n\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump clap from 4.5.56 to 4.5.57 (#972)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-09T18:24:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9fe6ce1807abdb87ba613097cee3ae1a503f9372",
"body": "Bumps [unicode-ident](https://github.com/dtolnay/unicode-ident) from 1.0.22 to 1.0.23.\n- [Release notes](https://github.com/dtolnay/unicode-ident/releases)\n- [Commits](https://github.com/dtolnay/unicode-ident/compare/1.0.22...1.0.23)\n\n---\nupdated-dependencies:\n- dependency-name: unicode-ident\n depe\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump unicode-ident from 1.0.22 to 1.0.23 (#971)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-09T18:24:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4c7eb3accc744b90cfbe06159b270032aaabbd50",
"body": null,
"is_bot": false,
"headline": "release typify 0.6.0",
"author_name": "Adam H. Leventhal",
"author_login": "ahl",
"committed_at": "2026-02-03T17:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ad25e064cc251b31af0bfff2417c41215ed83cc",
"body": null,
"is_bot": false,
"headline": "prepare for 0.6.0 release",
"author_name": "Adam H. Leventhal",
"author_login": "ahl",
"committed_at": "2026-02-03T17:04:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfc69061390ca45e265bf251a61cdd9d2fc19bf6",
"body": "Bumps [quote](https://github.com/dtolnay/quote) from 1.0.43 to 1.0.44.\n- [Release notes](https://github.com/dtolnay/quote/releases)\n- [Commits](https://github.com/dtolnay/quote/compare/1.0.43...1.0.44)\n\n---\nupdated-dependencies:\n- dependency-name: quote\n dependency-version: 1.0.44\n dependency-type\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump quote from 1.0.43 to 1.0.44 (#968)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-02T18:21:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3fecaa964f1b82aeef1ebcfd8b484715912d0963",
"body": "Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.114 to 1.0.115.\n- [Release notes](https://github.com/dtolnay/trybuild/releases)\n- [Commits](https://github.com/dtolnay/trybuild/compare/1.0.114...1.0.115)\n\n---\nupdated-dependencies:\n- dependency-name: trybuild\n dependency-version: 1.0.1\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump trybuild from 1.0.114 to 1.0.115 (#970)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-02T18:14:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bd5bf5bb8c7a21cd9f11acc8c2c6c27f626c756a",
"body": "Bumps [clap](https://github.com/clap-rs/clap) from 4.5.54 to 4.5.56.\n- [Release notes](https://github.com/clap-rs/clap/releases)\n- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.54...clap_complete-v4.5.56)\n\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump clap from 4.5.54 to 4.5.56 (#969)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-02T18:14:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2497f200f7997b4b1df3819b9d23e6f437446475",
"body": "Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.105 to 1.0.106.\n- [Release notes](https://github.com/dtolnay/proc-macro2/releases)\n- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.105...1.0.106)\n\n---\nupdated-dependencies:\n- dependency-name: proc-macro2\n dependency\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump proc-macro2 from 1.0.105 to 1.0.106 (#967)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-02T18:13:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "86df3516e805ec039bc6a4eba34e8a0a6baac422",
"body": "Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.17 to 2.0.18.\n- [Release notes](https://github.com/dtolnay/thiserror/releases)\n- [Commits](https://github.com/dtolnay/thiserror/compare/2.0.17...2.0.18)\n\n---\nupdated-dependencies:\n- dependency-name: thiserror\n dependency-version: 2.0.\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump thiserror from 2.0.17 to 2.0.18 (#965)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-22T04:03:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3ec5a35832412652b4b45e03fa9972c1ba9d27e6",
"body": "Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.17 to 2.0.18.\n- [Release notes](https://github.com/dtolnay/thiserror/releases)\n- [Commits](https://github.com/dtolnay/thiserror/compare/2.0.17...2.0.18)\n\n---\nupdated-dependencies:\n- dependency-name: thiserror\n dependency-version: 2.0.\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump thiserror from 2.0.17 to 2.0.18 (#965)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-21T23:19:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "499b5f324e977022c9a5a3368d497c8d3255dee9",
"body": "Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.42 to 0.4.43.\n- [Release notes](https://github.com/chronotope/chrono/releases)\n- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/chronotope/chrono/compare/v0.4.42...v0.4.43)\n\n---\nupd\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump chrono from 0.4.42 to 0.4.43 (#966)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-21T23:19:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ffea267b42e7e6be4b8175acf8ab9ef5af1fb55e",
"body": null,
"is_bot": false,
"headline": "refactor!: remove non-idiomatic From<&String> trait impls (#946)",
"author_name": "danieleades",
"author_login": "danieleades",
"committed_at": "2026-01-14T00:12:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ddaa37e6c850d049f39f9f1dc78b623788a747b",
"body": "Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.104 to 1.0.105.\n- [Release notes](https://github.com/dtolnay/proc-macro2/releases)\n- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.104...1.0.105)\n\n---\nupdated-dependencies:\n- dependency-name: proc-macro2\n dependency\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump proc-macro2 from 1.0.104 to 1.0.105 (#962)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-12T21:48:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "371e95556a2b0df5b8c67f40b679b1a9e7504b59",
"body": "Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.1.1 to 2.1.2.\n- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.1.1...v2.1.2)\n\n---\nupdated-dependencies:\n- dependency-name: assert_cmd\n dep\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump assert_cmd from 2.1.1 to 2.1.2 (#961)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-12T18:24:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d735d91d8359f24b6233f403d721f09a24b87f00",
"body": "Bumps [quote](https://github.com/dtolnay/quote) from 1.0.42 to 1.0.43.\n- [Release notes](https://github.com/dtolnay/quote/releases)\n- [Commits](https://github.com/dtolnay/quote/compare/1.0.42...1.0.43)\n\n---\nupdated-dependencies:\n- dependency-name: quote\n dependency-version: 1.0.43\n dependency-type\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump quote from 1.0.42 to 1.0.43 (#960)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-12T18:23:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5e6e79aae17245fae772b35e03dc7480eb692688",
"body": "Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.148 to 1.0.149.\n- [Release notes](https://github.com/serde-rs/json/releases)\n- [Commits](https://github.com/serde-rs/json/compare/v1.0.148...v1.0.149)\n\n---\nupdated-dependencies:\n- dependency-name: serde_json\n dependency-version: 1.0.149\n\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump serde_json from 1.0.148 to 1.0.149 (#959)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-12T18:23:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "33bf4d3b6bd0c1b76e5b175c14516b8b9877cdc7",
"body": null,
"is_bot": false,
"headline": "fix merge race (#958)",
"author_name": "Adam Leventhal",
"author_login": "ahl",
"committed_at": "2026-01-12T05:02:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f856450fac5603247edb46917a0a5d6623d52027",
"body": null,
"is_bot": false,
"headline": "feat!: introduce `attrs` setting (#949)",
"author_name": "Eric Szentiványi",
"author_login": null,
"committed_at": "2026-01-11T17:25:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0bcf008cc1c377d6b499c154789fa2d07cc4010",
"body": null,
"is_bot": false,
"headline": "chore: remove redundant pattern (#956)",
"author_name": "Eric Szentiványi",
"author_login": null,
"committed_at": "2026-01-10T05:27:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeef167909dfe4866aace4dad7885c674f5f7034",
"body": "Bumps [syn](https://github.com/dtolnay/syn) from 2.0.111 to 2.0.113.\n- [Release notes](https://github.com/dtolnay/syn/releases)\n- [Commits](https://github.com/dtolnay/syn/compare/2.0.111...2.0.113)\n\n---\nupdated-dependencies:\n- dependency-name: syn\n dependency-version: 2.0.113\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump syn from 2.0.111 to 2.0.113 (#952)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-08T05:51:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73138c7955c69cecfff59e7f6a27646dce79533d",
"body": null,
"is_bot": false,
"headline": "style: remove useless conversion (#953)",
"author_name": "danieleades",
"author_login": "danieleades",
"committed_at": "2026-01-08T05:19:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "305b3cb103ad59a1fb52999a57987ff38e698a3d",
"body": "Bumps [clap](https://github.com/clap-rs/clap) from 4.5.53 to 4.5.54.\n- [Release notes](https://github.com/clap-rs/clap/releases)\n- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.53...clap_complete-v4.5.54)\n\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump clap from 4.5.53 to 4.5.54 (#951)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-08T05:14:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "11d89eb324fd55d3ad7e382ae12e56a882eceb76",
"body": "Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.103 to 1.0.104.\n- [Release notes](https://github.com/dtolnay/proc-macro2/releases)\n- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.103...1.0.104)\n\n---\nupdated-dependencies:\n- dependency-name: proc-macro2\n dependency\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump proc-macro2 from 1.0.103 to 1.0.104 (#944)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-08T05:14:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "02a2cf30629a55a68a3d33ab58726a6a4eecb944",
"body": "Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.146 to 1.0.148.\n- [Release notes](https://github.com/serde-rs/json/releases)\n- [Commits](https://github.com/serde-rs/json/compare/v1.0.146...v1.0.148)\n\n---\nupdated-dependencies:\n- dependency-name: serde_json\n dependency-version: 1.0.148\n\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump serde_json from 1.0.146 to 1.0.148 (#943)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-08T05:14:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3661e265f63ab6f776df15d26818f8e55b4a1626",
"body": null,
"is_bot": false,
"headline": "refactor!: remove non-idiomatic From<&T> for T trait impls (#945)",
"author_name": "danieleades",
"author_login": "danieleades",
"committed_at": "2026-01-05T23:45:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f4bc44f011c143780df917e5a2dd1041b2e37a3",
"body": null,
"is_bot": false,
"headline": "fix: remove usage of deprecated 'assert_cmd::Command' (#942)",
"author_name": "danieleades",
"author_login": "danieleades",
"committed_at": "2026-01-04T04:16:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdb2c8ebc56158072d9d5136329d8b2d46bcafe8",
"body": null,
"is_bot": false,
"headline": "style!: use inline format args in generated code (#934)",
"author_name": "danieleades",
"author_login": "danieleades",
"committed_at": "2025-12-26T19:01:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0636f07cc4aeb545c25175b3fa5ec0f2f6fa12b",
"body": null,
"is_bot": false,
"headline": "decode `ref_name` (#940)",
"author_name": "Eric Szentiványi",
"author_login": null,
"committed_at": "2025-12-26T18:56:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95975c923faa8cf09c40b689184d3a22c366d381",
"body": "Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.145 to 1.0.146.\n- [Release notes](https://github.com/serde-rs/json/releases)\n- [Commits](https://github.com/serde-rs/json/compare/v1.0.145...v1.0.146)\n\n---\nupdated-dependencies:\n- dependency-name: serde_json\n dependency-version: 1.0.146\n\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump serde_json from 1.0.145 to 1.0.146 (#941)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-26T18:44:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d40dbf37c3d1da6b0ebbb738276c5b98b2e2f1aa",
"body": "Bumps [log](https://github.com/rust-lang/log) from 0.4.28 to 0.4.29.\n- [Release notes](https://github.com/rust-lang/log/releases)\n- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rust-lang/log/compare/0.4.28...0.4.29)\n\n---\nupdated-dependencies:\n\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump log from 0.4.28 to 0.4.29 (#932)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-10T01:03:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1576732c4808f5114ceffea139551c038f079d81",
"body": "Bumps [syn](https://github.com/dtolnay/syn) from 2.0.110 to 2.0.111.\n- [Release notes](https://github.com/dtolnay/syn/releases)\n- [Commits](https://github.com/dtolnay/syn/compare/2.0.110...2.0.111)\n\n---\nupdated-dependencies:\n- dependency-name: syn\n dependency-version: 2.0.111\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump syn from 2.0.110 to 2.0.111 (#928)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-02T04:25:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a0ff4f3b37635bd175b9baf670092392198a0ad",
"body": "Bumps [clap](https://github.com/clap-rs/clap) from 4.5.51 to 4.5.53.\n- [Release notes](https://github.com/clap-rs/clap/releases)\n- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.51...clap_complete-v4.5.53)\n\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump clap from 4.5.51 to 4.5.53 (#929)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-02T04:25:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "861add061bafe4645356e8a145c6105b93dfafbb",
"body": "Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.113 to 1.0.114.\n- [Release notes](https://github.com/dtolnay/trybuild/releases)\n- [Commits](https://github.com/dtolnay/trybuild/compare/1.0.113...1.0.114)\n\n---\nupdated-dependencies:\n- dependency-name: trybuild\n dependency-version: 1.0.1\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump trybuild from 1.0.113 to 1.0.114 (#924)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-13T22:51:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "92ac961debbf3d6a1126e64273e4ad88b2520a6a",
"body": "Bumps [syn](https://github.com/dtolnay/syn) from 2.0.108 to 2.0.110.\n- [Release notes](https://github.com/dtolnay/syn/releases)\n- [Commits](https://github.com/dtolnay/syn/compare/2.0.108...2.0.110)\n\n---\nupdated-dependencies:\n- dependency-name: syn\n dependency-version: 2.0.110\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump syn from 2.0.108 to 2.0.110 (#925)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-11T00:04:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e86d72a9b4485119dde97c7c11d278f95f691e3",
"body": "Bumps [quote](https://github.com/dtolnay/quote) from 1.0.41 to 1.0.42.\n- [Release notes](https://github.com/dtolnay/quote/releases)\n- [Commits](https://github.com/dtolnay/quote/compare/1.0.41...1.0.42)\n\n---\nupdated-dependencies:\n- dependency-name: quote\n dependency-version: 1.0.42\n dependency-type\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump quote from 1.0.41 to 1.0.42 (#926)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-11T00:04:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "25ade84fac0381b154678073914ae5e573966f7b",
"body": "Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.112 to 1.0.113.\n- [Release notes](https://github.com/dtolnay/trybuild/releases)\n- [Commits](https://github.com/dtolnay/trybuild/compare/1.0.112...1.0.113)\n\n---\nupdated-dependencies:\n- dependency-name: trybuild\n dependency-version: 1.0.1\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump trybuild from 1.0.112 to 1.0.113 (#922)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-03T17:52:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4b8d8c87610f44b771a5ca2c8cd0de7bc289a911",
"body": "Bumps [clap](https://github.com/clap-rs/clap) from 4.5.50 to 4.5.51.\n- [Release notes](https://github.com/clap-rs/clap/releases)\n- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.50...clap_complete-v4.5.51)\n\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump clap from 4.5.50 to 4.5.51 (#921)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-03T17:13:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d9d9269fdcc4993ea51fbd9bb595dae71ff2d06d",
"body": "Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.17 to 2.1.1.\n- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.17...v2.1.1)\n\n---\nupdated-dependencies:\n- dependency-name: assert_cmd\n d\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump assert_cmd from 2.0.17 to 2.1.1 (#923)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-03T17:13:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "26c0ea7d700c66ebb36463c86b1da1b1e64cfea3",
"body": "Bumps [regress](https://github.com/ridiculousfish/regress) from 0.10.4 to 0.10.5.\n- [Release notes](https://github.com/ridiculousfish/regress/releases)\n- [Commits](https://github.com/ridiculousfish/regress/compare/v0.10.4...v0.10.5)\n\n---\nupdated-dependencies:\n- dependency-name: regress\n dependency-\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump regress from 0.10.4 to 0.10.5 (#920)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-03T17:13:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e7cbcac5d4e0fdc8e1737905891f86b58146040a",
"body": "Bumps [unicode-ident](https://github.com/dtolnay/unicode-ident) from 1.0.20 to 1.0.22.\n- [Release notes](https://github.com/dtolnay/unicode-ident/releases)\n- [Commits](https://github.com/dtolnay/unicode-ident/compare/1.0.20...1.0.22)\n\n---\nupdated-dependencies:\n- dependency-name: unicode-ident\n depe\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump unicode-ident from 1.0.20 to 1.0.22 (#919)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-03T17:12:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7704900099cc3d4d5c10c0a1f6cf63775118e48e",
"body": "Bumps [syn](https://github.com/dtolnay/syn) from 2.0.107 to 2.0.108.\n- [Release notes](https://github.com/dtolnay/syn/releases)\n- [Commits](https://github.com/dtolnay/syn/compare/2.0.107...2.0.108)\n\n---\nupdated-dependencies:\n- dependency-name: syn\n dependency-version: 2.0.108\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump syn from 2.0.107 to 2.0.108 (#917)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-27T18:34:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c72cc811d8173cf17792a8b0bf8d08db1694483",
"body": "Bumps [unicode-ident](https://github.com/dtolnay/unicode-ident) from 1.0.19 to 1.0.20.\n- [Release notes](https://github.com/dtolnay/unicode-ident/releases)\n- [Commits](https://github.com/dtolnay/unicode-ident/compare/1.0.19...1.0.20)\n\n---\nupdated-dependencies:\n- dependency-name: unicode-ident\n depe\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump unicode-ident from 1.0.19 to 1.0.20 (#916)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-27T15:48:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ac1d4a2b17e821a2a7f1f88bfb68ebdc4dc23b33",
"body": "Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.101 to 1.0.103.\n- [Release notes](https://github.com/dtolnay/proc-macro2/releases)\n- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.101...1.0.103)\n\n---\nupdated-dependencies:\n- dependency-name: proc-macro2\n dependency\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump proc-macro2 from 1.0.101 to 1.0.103 (#915)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-27T15:48:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5d60e9b0a141b622eebab6c4eaa21bde0124e241",
"body": "Bumps [clap](https://github.com/clap-rs/clap) from 4.5.49 to 4.5.50.\n- [Release notes](https://github.com/clap-rs/clap/releases)\n- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.49...clap_complete-v4.5.50)\n\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump clap from 4.5.49 to 4.5.50 (#914)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-27T15:44:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "150d05ed85976a2c67f92c62af471f173b17408f",
"body": "Bumps [syn](https://github.com/dtolnay/syn) from 2.0.106 to 2.0.107.\n- [Release notes](https://github.com/dtolnay/syn/releases)\n- [Commits](https://github.com/dtolnay/syn/compare/2.0.106...2.0.107)\n\n---\nupdated-dependencies:\n- dependency-name: syn\n dependency-version: 2.0.107\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump syn from 2.0.106 to 2.0.107 (#910)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-20T22:49:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95b66de3e709cbae347ef4f5fa20cd840137a9ac",
"body": "Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.111 to 1.0.112.\n- [Release notes](https://github.com/dtolnay/trybuild/releases)\n- [Commits](https://github.com/dtolnay/trybuild/compare/1.0.111...1.0.112)\n\n---\nupdated-dependencies:\n- dependency-name: trybuild\n dependency-version: 1.0.1\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump trybuild from 1.0.111 to 1.0.112 (#908)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-17T16:44:33Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 25,
"commits_last_year": 138,
"latest_release_at": "2026-06-05T17:56:02Z",
"latest_release_tag": "v0.7.0",
"releases_from_tags": true,
"days_since_last_push": 1,
"active_weeks_last_year": 39,
"days_since_latest_release": 50,
"mean_days_between_releases": 58.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "typify",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"json",
"proc_macro",
"schema",
"api-bindings",
"compilers"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/typify",
"is_deprecated": false,
"latest_version": "0.7.0",
"repository_url": "https://github.com/oxidecomputer/typify",
"versions_count": 26,
"total_downloads": 26101440,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 1155522,
"first_published_at": "2021-11-08T05:43:49.371730Z",
"latest_published_at": "2026-06-05T17:56:28.364605Z",
"latest_version_yanked": false,
"days_since_latest_publish": 50
},
{
"name": "typify-impl",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/typify-impl",
"is_deprecated": false,
"latest_version": "0.7.0",
"repository_url": "https://github.com/oxidecomputer/typify",
"versions_count": 26,
"total_downloads": 26113567,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 1157099,
"first_published_at": "2021-11-08T05:39:32.246031Z",
"latest_published_at": "2026-06-05T17:56:10.387126Z",
"latest_version_yanked": false,
"days_since_latest_publish": 50
},
{
"name": "cargo-typify",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"cargo",
"json",
"schema",
"api-bindings",
"compilers"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/cargo-typify",
"is_deprecated": false,
"latest_version": "0.7.0",
"repository_url": "https://github.com/oxidecomputer/typify",
"versions_count": 18,
"total_downloads": 51403,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 5883,
"first_published_at": "2023-03-18T05:06:37.915964Z",
"latest_published_at": "2026-06-05T17:56:39.035896Z",
"latest_version_yanked": false,
"days_since_latest_publish": 50
},
{
"name": "typify-macro",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/typify-macro",
"is_deprecated": false,
"latest_version": "0.7.0",
"repository_url": "https://github.com/oxidecomputer/typify",
"versions_count": 26,
"total_downloads": 26077199,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 1145377,
"first_published_at": "2021-11-08T05:40:16.312956Z",
"latest_published_at": "2026-06-05T17:56:19.061898Z",
"latest_version_yanked": false,
"days_since_latest_publish": 50
}
]
},
"popularity": {
"forks": 115,
"stars": 878,
"watchers": 20,
"fork_history": {
"days": [
{
"date": "2021-10-08",
"count": 1
},
{
"date": "2021-11-11",
"count": 1
},
{
"date": "2021-12-06",
"count": 1
},
{
"date": "2021-12-28",
"count": 1
},
{
"date": "2022-03-11",
"count": 1
},
{
"date": "2022-05-15",
"count": 1
},
{
"date": "2022-05-26",
"count": 1
},
{
"date": "2022-06-26",
"count": 1
},
{
"date": "2022-07-05",
"count": 1
},
{
"date": "2022-09-15",
"count": 1
},
{
"date": "2022-09-18",
"count": 1
},
{
"date": "2022-11-07",
"count": 1
},
{
"date": "2022-11-25",
"count": 1
},
{
"date": "2023-01-26",
"count": 1
},
{
"date": "2023-01-27",
"count": 1
},
{
"date": "2023-02-25",
"count": 1
},
{
"date": "2023-03-15",
"count": 1
},
{
"date": "2023-05-07",
"count": 1
},
{
"date": "2023-05-10",
"count": 1
},
{
"date": "2023-05-17",
"count": 1
},
{
"date": "2023-06-10",
"count": 1
},
{
"date": "2023-07-02",
"count": 1
},
{
"date": "2023-07-05",
"count": 1
},
{
"date": "2023-08-01",
"count": 1
},
{
"date": "2023-08-23",
"count": 1
},
{
"date": "2023-09-08",
"count": 1
},
{
"date": "2023-11-02",
"count": 1
},
{
"date": "2023-11-22",
"count": 1
},
{
"date": "2023-12-29",
"count": 1
},
{
"date": "2024-01-05",
"count": 1
},
{
"date": "2024-01-27",
"count": 1
},
{
"date": "2024-02-16",
"count": 1
},
{
"date": "2024-03-02",
"count": 1
},
{
"date": "2024-03-05",
"count": 1
},
{
"date": "2024-03-11",
"count": 1
},
{
"date": "2024-03-12",
"count": 1
},
{
"date": "2024-03-13",
"count": 1
},
{
"date": "2024-03-14",
"count": 1
},
{
"date": "2024-04-01",
"count": 1
},
{
"date": "2024-04-05",
"count": 1
},
{
"date": "2024-04-06",
"count": 1
},
{
"date": "2024-04-09",
"count": 2
},
{
"date": "2024-04-17",
"count": 2
},
{
"date": "2024-04-18",
"count": 1
},
{
"date": "2024-05-16",
"count": 1
},
{
"date": "2024-05-17",
"count": 1
},
{
"date": "2024-06-22",
"count": 1
},
{
"date": "2024-07-24",
"count": 1
},
{
"date": "2024-08-11",
"count": 1
},
{
"date": "2024-08-24",
"count": 1
},
{
"date": "2024-08-25",
"count": 1
},
{
"date": "2024-08-28",
"count": 1
},
{
"date": "2024-10-15",
"count": 1
},
{
"date": "2024-10-31",
"count": 1
},
{
"date": "2024-11-22",
"count": 1
},
{
"date": "2024-11-30",
"count": 1
},
{
"date": "2024-12-02",
"count": 1
},
{
"date": "2024-12-03",
"count": 1
},
{
"date": "2024-12-23",
"count": 1
},
{
"date": "2025-01-03",
"count": 1
},
{
"date": "2025-01-05",
"count": 1
},
{
"date": "2025-01-15",
"count": 1
},
{
"date": "2025-01-28",
"count": 1
},
{
"date": "2025-01-30",
"count": 1
},
{
"date": "2025-02-10",
"count": 1
},
{
"date": "2025-02-13",
"count": 1
},
{
"date": "2025-02-18",
"count": 1
},
{
"date": "2025-02-20",
"count": 1
},
{
"date": "2025-03-30",
"count": 1
},
{
"date": "2025-04-09",
"count": 1
},
{
"date": "2025-04-27",
"count": 1
},
{
"date": "2025-04-28",
"count": 1
},
{
"date": "2025-05-06",
"count": 1
},
{
"date": "2025-05-10",
"count": 1
},
{
"date": "2025-05-13",
"count": 1
},
{
"date": "2025-05-17",
"count": 1
},
{
"date": "2025-05-25",
"count": 1
},
{
"date": "2025-05-29",
"count": 1
},
{
"date": "2025-06-04",
"count": 1
},
{
"date": "2025-06-17",
"count": 1
},
{
"date": "2025-06-20",
"count": 1
},
{
"date": "2025-07-11",
"count": 1
},
{
"date": "2025-08-06",
"count": 1
},
{
"date": "2025-09-11",
"count": 1
},
{
"date": "2025-09-13",
"count": 1
},
{
"date": "2025-09-16",
"count": 1
},
{
"date": "2025-10-05",
"count": 1
},
{
"date": "2025-10-22",
"count": 2
},
{
"date": "2025-10-25",
"count": 1
},
{
"date": "2025-12-05",
"count": 1
},
{
"date": "2025-12-20",
"count": 1
},
{
"date": "2026-01-09",
"count": 1
},
{
"date": "2026-01-13",
"count": 1
},
{
"date": "2026-01-22",
"count": 1
},
{
"date": "2026-01-27",
"count": 1
},
{
"date": "2026-03-05",
"count": 1
},
{
"date": "2026-03-19",
"count": 1
},
{
"date": "2026-03-20",
"count": 1
},
{
"date": "2026-03-31",
"count": 1
},
{
"date": "2026-04-15",
"count": 1
},
{
"date": "2026-04-16",
"count": 1
},
{
"date": "2026-05-09",
"count": 1
},
{
"date": "2026-05-13",
"count": 1
},
{
"date": "2026-05-19",
"count": 1
},
{
"date": "2026-05-27",
"count": 1
},
{
"date": "2026-06-08",
"count": 1
},
{
"date": "2026-06-17",
"count": 2
},
{
"date": "2026-07-20",
"count": 1
}
],
"complete": true,
"collected": 112,
"total_forks": 115
},
"star_history": null,
"open_issues_and_prs": 115
},
"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",
"cargo-typify/Cargo.toml",
"example-build/Cargo.toml",
"example-macro/Cargo.toml",
"typify-impl/Cargo.toml",
"typify-macro/Cargo.toml",
"typify-test/Cargo.toml",
"typify/Cargo.toml"
],
"largest_source_bytes": 113413,
"source_files_sampled": 57,
"oversized_source_files": 5,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"cargo-typify/Cargo.toml",
"example-build/Cargo.toml",
"example-macro/Cargo.toml",
"typify-impl/Cargo.toml",
"typify-macro/Cargo.toml",
"typify-test/Cargo.toml",
"typify/Cargo.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "adler",
"direct": false,
"version": "1.0.2",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2025-0056"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 324
},
{
"name": "anyhow",
"direct": false,
"version": "1.0.102",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2026-0190"
],
"fixed_version": "1.0.103",
"advisory_count": 1,
"oldest_advisory_days": 31
},
{
"name": "paste",
"direct": false,
"version": "1.0.15",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2024-0436"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 657
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 3
},
"advisory_count": 3,
"affected_count": 3,
"assessed_count": 199,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 5,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "typify",
"manifest": "cargo-typify/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "clap",
"manifest": "cargo-typify/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "color-eyre",
"manifest": "cargo-typify/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "env_logger",
"manifest": "cargo-typify/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "rustfmt-wrapper",
"manifest": "cargo-typify/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "semver",
"manifest": "cargo-typify/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "cargo-typify/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "schemars",
"manifest": "cargo-typify/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "example-build/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "serde_json",
"manifest": "example-build/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "typify",
"manifest": "example-macro/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "example-macro/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "serde_json",
"manifest": "example-macro/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "heck",
"manifest": "typify-impl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "log",
"manifest": "typify-impl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "proc-macro2",
"manifest": "typify-impl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "quote",
"manifest": "typify-impl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "regress",
"manifest": "typify-impl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "schemars",
"manifest": "typify-impl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "semver",
"manifest": "typify-impl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "typify-impl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "typify-impl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "syn",
"manifest": "typify-impl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "thiserror",
"manifest": "typify-impl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "unicode-ident",
"manifest": "typify-impl/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "proc-macro2",
"manifest": "typify-macro/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "quote",
"manifest": "typify-macro/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "schemars",
"manifest": "typify-macro/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "semver",
"manifest": "typify-macro/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "typify-macro/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "typify-macro/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_tokenstream",
"manifest": "typify-macro/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "syn",
"manifest": "typify-macro/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "typify-impl",
"manifest": "typify-macro/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "regress",
"manifest": "typify-test/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "typify-test/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "typify-test/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "typify-macro",
"manifest": "typify/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "typify-impl",
"manifest": "typify/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "clap",
"direct": true,
"version": "4.6.3",
"ecosystem": "crates"
},
{
"name": "color-eyre",
"direct": true,
"version": "0.6.3",
"ecosystem": "crates"
},
{
"name": "env_logger",
"direct": true,
"version": "0.11.11",
"ecosystem": "crates"
},
{
"name": "heck",
"direct": true,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "log",
"direct": true,
"version": "0.4.33",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": true,
"version": "1.0.107",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": true,
"version": "1.0.47",
"ecosystem": "crates"
},
{
"name": "regress",
"direct": true,
"version": "0.11.1",
"ecosystem": "crates"
},
{
"name": "rustfmt-wrapper",
"direct": true,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "schemars",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "schemars",
"direct": true,
"version": "0.8.22",
"ecosystem": "crates"
},
{
"name": "semver",
"direct": true,
"version": "1.0.28",
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": "1.0.229",
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": "1.0.150",
"ecosystem": "crates"
},
{
"name": "serde_tokenstream",
"direct": true,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "syn",
"direct": true,
"version": "2.0.118",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": true,
"version": "3.0.2",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": "1.0.69",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": "2.0.18",
"ecosystem": "crates"
},
{
"name": "unicode-ident",
"direct": true,
"version": "1.0.24",
"ecosystem": "crates"
},
{
"name": "addr2line",
"direct": false,
"version": "0.21.0",
"ecosystem": "crates"
},
{
"name": "adler",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "aho-corasick",
"direct": false,
"version": "1.1.2",
"ecosystem": "crates"
},
{
"name": "allocator-api2",
"direct": false,
"version": "0.2.16",
"ecosystem": "crates"
},
{
"name": "android_system_properties",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "anstream",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "anstyle",
"direct": false,
"version": "1.0.14",
"ecosystem": "crates"
},
{
"name": "anstyle-parse",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "anstyle-query",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "anstyle-wincon",
"direct": false,
"version": "3.0.11",
"ecosystem": "crates"
},
{
"name": "anyhow",
"direct": false,
"version": "1.0.102",
"ecosystem": "crates"
},
{
"name": "assert_cmd",
"direct": false,
"version": "2.2.2",
"ecosystem": "crates"
},
{
"name": "atomicwrites",
"direct": false,
"version": "0.4.4",
"ecosystem": "crates"
},
{
"name": "autocfg",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "backtrace",
"direct": false,
"version": "0.3.71",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": "2.4.1",
"ecosystem": "crates"
},
{
"name": "bstr",
"direct": false,
"version": "1.8.0",
"ecosystem": "crates"
},
{
"name": "bumpalo",
"direct": false,
"version": "3.14.0",
"ecosystem": "crates"
},
{
"name": "cc",
"direct": false,
"version": "1.2.17",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "chrono",
"direct": false,
"version": "0.4.45",
"ecosystem": "crates"
},
{
"name": "clap_builder",
"direct": false,
"version": "4.6.2",
"ecosystem": "crates"
},
{
"name": "clap_derive",
"direct": false,
"version": "4.6.3",
"ecosystem": "crates"
},
{
"name": "clap_lex",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "color-spantrace",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "colorchoice",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "console",
"direct": false,
"version": "0.15.7",
"ecosystem": "crates"
},
{
"name": "core-foundation-sys",
"direct": false,
"version": "0.8.6",
"ecosystem": "crates"
},
{
"name": "difflib",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "dyn-clone",
"direct": false,
"version": "1.0.16",
"ecosystem": "crates"
},
{
"name": "encode_unicode",
"direct": false,
"version": "0.3.6",
"ecosystem": "crates"
},
{
"name": "env_filter",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "equivalent",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "errno",
"direct": false,
"version": "0.3.14",
"ecosystem": "crates"
},
{
"name": "expectorate",
"direct": false,
"version": "1.2.0",
"ecosystem": "crates"
},
{
"name": "eyre",
"direct": false,
"version": "0.6.12",
"ecosystem": "crates"
},
{
"name": "fastrand",
"direct": false,
"version": "2.4.1",
"ecosystem": "crates"
},
{
"name": "foldhash",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "foldhash",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.4.2",
"ecosystem": "crates"
},
{
"name": "gimli",
"direct": false,
"version": "0.28.1",
"ecosystem": "crates"
},
{
"name": "glob",
"direct": false,
"version": "0.3.3",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.15.5",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.16.0",
"ecosystem": "crates"
},
{
"name": "home",
"direct": false,
"version": "0.5.5",
"ecosystem": "crates"
},
{
"name": "iana-time-zone",
"direct": false,
"version": "0.1.58",
"ecosystem": "crates"
},
{
"name": "iana-time-zone-haiku",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "id-arena",
"direct": false,
"version": "2.3.0",
"ecosystem": "crates"
},
{
"name": "indenter",
"direct": false,
"version": "0.3.3",
"ecosystem": "crates"
},
{
"name": "indexmap",
"direct": false,
"version": "2.12.0",
"ecosystem": "crates"
},
{
"name": "ipnetwork",
"direct": false,
"version": "0.21.1",
"ecosystem": "crates"
},
{
"name": "is_terminal_polyfill",
"direct": false,
"version": "1.70.1",
"ecosystem": "crates"
},
{
"name": "itoa",
"direct": false,
"version": "1.0.10",
"ecosystem": "crates"
},
{
"name": "jiff",
"direct": false,
"version": "0.2.23",
"ecosystem": "crates"
},
{
"name": "jiff-static",
"direct": false,
"version": "0.2.23",
"ecosystem": "crates"
},
{
"name": "js-sys",
"direct": false,
"version": "0.3.66",
"ecosystem": "crates"
},
{
"name": "lazy_static",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "leb128fmt",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": "0.2.186",
"ecosystem": "crates"
},
{
"name": "linux-raw-sys",
"direct": false,
"version": "0.12.1",
"ecosystem": "crates"
},
{
"name": "linux-raw-sys",
"direct": false,
"version": "0.4.12",
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": false,
"version": "2.6.4",
"ecosystem": "crates"
},
{
"name": "miniz_oxide",
"direct": false,
"version": "0.7.4",
"ecosystem": "crates"
},
{
"name": "newline-converter",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "num-traits",
"direct": false,
"version": "0.2.17",
"ecosystem": "crates"
},
{
"name": "object",
"direct": false,
"version": "0.32.2",
"ecosystem": "crates"
},
{
"name": "once_cell",
"direct": false,
"version": "1.19.0",
"ecosystem": "crates"
},
{
"name": "once_cell_polyfill",
"direct": false,
"version": "1.70.2",
"ecosystem": "crates"
},
{
"name": "owo-colors",
"direct": false,
"version": "3.5.0",
"ecosystem": "crates"
},
{
"name": "paste",
"direct": false,
"version": "1.0.15",
"ecosystem": "crates"
},
{
"name": "pin-project-lite",
"direct": false,
"version": "0.2.16",
"ecosystem": "crates"
},
{
"name": "portable-atomic",
"direct": false,
"version": "1.11.0",
"ecosystem": "crates"
},
{
"name": "portable-atomic-util",
"direct": false,
"version": "0.2.4",
"ecosystem": "crates"
},
{
"name": "predicates",
"direct": false,
"version": "3.1.3",
"ecosystem": "crates"
},
{
"name": "predicates-core",
"direct": false,
"version": "1.0.9",
"ecosystem": "crates"
},
{
"name": "predicates-tree",
"direct": false,
"version": "1.0.12",
"ecosystem": "crates"
},
{
"name": "prettyplease",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "prettyplease",
"direct": false,
"version": "0.2.37",
"ecosystem": "crates"
},
{
"name": "prettyplease",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "r-efi",
"direct": false,
"version": "6.0.0",
"ecosystem": "crates"
},
{
"name": "regex",
"direct": false,
"version": "1.12.4",
"ecosystem": "crates"
},
{
"name": "regex-automata",
"direct": false,
"version": "0.4.14",
"ecosystem": "crates"
},
{
"name": "regex-syntax",
"direct": false,
"version": "0.8.11",
"ecosystem": "crates"
},
{
"name": "rustc-demangle",
"direct": false,
"version": "0.1.24",
"ecosystem": "crates"
},
{
"name": "rustix",
"direct": false,
"version": "0.38.28",
"ecosystem": "crates"
},
{
"name": "rustix",
"direct": false,
"version": "1.1.4",
"ecosystem": "crates"
},
{
"name": "same-file",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "schema",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "schema-derive",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "schemars_derive",
"direct": false,
"version": "0.8.22",
"ecosystem": "crates"
},
{
"name": "serde_core",
"direct": false,
"version": "1.0.229",
"ecosystem": "crates"
},
{
"name": "serde_derive",
"direct": false,
"version": "1.0.229",
"ecosystem": "crates"
},
{
"name": "serde_derive_internals",
"direct": false,
"version": "0.29.0",
"ecosystem": "crates"
},
{
"name": "serde_spanned",
"direct": false,
"version": "0.6.4",
"ecosystem": "crates"
},
{
"name": "serde_spanned",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "sharded-slab",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "shlex",
"direct": false,
"version": "1.3.0",
"ecosystem": "crates"
},
{
"name": "similar",
"direct": false,
"version": "2.3.0",
"ecosystem": "crates"
},
{
"name": "strsim",
"direct": false,
"version": "0.11.1",
"ecosystem": "crates"
},
{
"name": "target-triple",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "tempfile",
"direct": false,
"version": "3.27.0",
"ecosystem": "crates"
},
{
"name": "termcolor",
"direct": false,
"version": "1.4.0",
"ecosystem": "crates"
},
{
"name": "termtree",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "1.0.69",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "2.0.18",
"ecosystem": "crates"
},
{
"name": "thread_local",
"direct": false,
"version": "1.1.8",
"ecosystem": "crates"
},
{
"name": "toml",
"direct": false,
"version": "0.8.8",
"ecosystem": "crates"
},
{
"name": "toml",
"direct": false,
"version": "1.0.1+spec-1.1.0",
"ecosystem": "crates"
},
{
"name": "toml_datetime",
"direct": false,
"version": "0.6.5",
"ecosystem": "crates"
},
{
"name": "toml_datetime",
"direct": false,
"version": "1.0.0+spec-1.1.0",
"ecosystem": "crates"
},
{
"name": "toml_edit",
"direct": false,
"version": "0.21.0",
"ecosystem": "crates"
},
{
"name": "toml_parser",
"direct": false,
"version": "1.0.8+spec-1.1.0",
"ecosystem": "crates"
},
{
"name": "toml_writer",
"direct": false,
"version": "1.0.6+spec-1.1.0",
"ecosystem": "crates"
},
{
"name": "toolchain_find",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "tracing",
"direct": false,
"version": "0.1.41",
"ecosystem": "crates"
},
{
"name": "tracing-core",
"direct": false,
"version": "0.1.33",
"ecosystem": "crates"
},
{
"name": "tracing-error",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "tracing-subscriber",
"direct": false,
"version": "0.3.20",
"ecosystem": "crates"
},
{
"name": "trybuild",
"direct": false,
"version": "1.0.118",
"ecosystem": "crates"
},
{
"name": "unicode-segmentation",
"direct": false,
"version": "1.10.1",
"ecosystem": "crates"
},
{
"name": "unicode-width",
"direct": false,
"version": "0.1.11",
"ecosystem": "crates"
},
{
"name": "unicode-xid",
"direct": false,
"version": "0.2.6",
"ecosystem": "crates"
},
{
"name": "utf8parse",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "uuid",
"direct": false,
"version": "1.16.0",
"ecosystem": "crates"
},
{
"name": "valuable",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "wait-timeout",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "walkdir",
"direct": false,
"version": "2.4.0",
"ecosystem": "crates"
},
{
"name": "wasip2",
"direct": false,
"version": "1.0.3+wasi-0.2.9",
"ecosystem": "crates"
},
{
"name": "wasip3",
"direct": false,
"version": "0.4.0+wasi-0.3.0-rc-2026-01-06",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen",
"direct": false,
"version": "0.2.89",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-backend",
"direct": false,
"version": "0.2.89",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro",
"direct": false,
"version": "0.2.89",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro-support",
"direct": false,
"version": "0.2.89",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-shared",
"direct": false,
"version": "0.2.89",
"ecosystem": "crates"
},
{
"name": "wasm-encoder",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "wasm-metadata",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "wasmparser",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "winapi",
"direct": false,
"version": "0.3.9",
"ecosystem": "crates"
},
{
"name": "winapi-i686-pc-windows-gnu",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "winapi-util",
"direct": false,
"version": "0.1.6",
"ecosystem": "crates"
},
{
"name": "winapi-x86_64-pc-windows-gnu",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "windows-core",
"direct": false,
"version": "0.51.1",
"ecosystem": "crates"
},
{
"name": "windows-link",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.45.0",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.48.0",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.52.0",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.61.1",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.42.2",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.52.0",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.42.2",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.52.0",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.42.2",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.52.0",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.42.2",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.52.0",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.42.2",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.52.0",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.42.2",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.52.0",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.42.2",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.52.0",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.42.2",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.52.0",
"ecosystem": "crates"
},
{
"name": "winnow",
"direct": false,
"version": "0.5.28",
"ecosystem": "crates"
},
{
"name": "winnow",
"direct": false,
"version": "0.7.14",
"ecosystem": "crates"
},
{
"name": "wit-bindgen",
"direct": false,
"version": "0.51.0",
"ecosystem": "crates"
},
{
"name": "wit-bindgen",
"direct": false,
"version": "0.57.1",
"ecosystem": "crates"
},
{
"name": "wit-bindgen-core",
"direct": false,
"version": "0.51.0",
"ecosystem": "crates"
},
{
"name": "wit-bindgen-rust",
"direct": false,
"version": "0.51.0",
"ecosystem": "crates"
},
{
"name": "wit-bindgen-rust-macro",
"direct": false,
"version": "0.51.0",
"ecosystem": "crates"
},
{
"name": "wit-component",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "wit-parser",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "zmij",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 204,
"direct_count": 23,
"indirect_count": 181
}
},
"maintainership": {
"issues": {
"open_prs": 25,
"merged_prs": 774,
"open_issues": 90,
"closed_ratio": 0.529,
"closed_issues": 101,
"closed_unmerged_prs": 62
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "ahl",
"commits": 222,
"avatar_url": "https://avatars.githubusercontent.com/u/677483?v=4"
},
{
"type": "User",
"login": "jayvdb",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/15092?v=4"
},
{
"type": "User",
"login": "danieleades",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/33452915?v=4"
},
{
"type": "User",
"login": "mbrobbel",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/5501570?v=4"
},
{
"type": "User",
"login": "proski",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1317472?v=4"
},
{
"type": "User",
"login": "novafacing",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/30083762?v=4"
},
{
"type": "User",
"login": "SRetip",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/56289352?v=4"
},
{
"type": "User",
"login": "sunshowers",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/180618?v=4"
},
{
"type": "User",
"login": "JosiahBull",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/29187591?v=4"
},
{
"type": "User",
"login": "joaommartins",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1743850?v=4"
}
],
"contributors_sampled": 31,
"top_contributor_share": 0.813
},
"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": [
"Cargo.lock"
],
"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": 10,
"reason": "28 out of 28 merged PRs checked by a CI test -- score normalized to 10",
"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": 4,
"reason": "Found 4/10 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 17 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": 10,
"reason": "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": 10,
"reason": "29 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"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": 7,
"reason": "3 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "1661e89d25da3e340922fa1a9fe126ba201d6dcc",
"ran_at": "2026-07-26T15:57:20Z",
"aggregate_score": 5.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-24T19:24:15Z",
"oldest_open_prs": [
{
"number": 293,
"created_at": "2023-05-13T16:03:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 912,
"created_at": "2025-10-25T21:22:10Z",
"last_comment_at": "2025-10-30T00:06:42Z",
"last_comment_author": "dpezely"
},
{
"number": 938,
"created_at": "2025-12-20T13:44:32Z",
"last_comment_at": "2026-03-19T15:07:40Z",
"last_comment_author": "danieleades"
},
{
"number": 939,
"created_at": "2025-12-20T13:48:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 982,
"created_at": "2026-02-23T08:21:07Z",
"last_comment_at": "2026-02-25T13:43:44Z",
"last_comment_author": "PolyProgrammist"
},
{
"number": 987,
"created_at": "2026-02-24T20:10:08Z",
"last_comment_at": "2026-07-11T17:46:24Z",
"last_comment_author": "danieleades"
},
{
"number": 988,
"created_at": "2026-02-25T13:42:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1001,
"created_at": "2026-04-24T07:40:34Z",
"last_comment_at": "2026-05-13T11:57:17Z",
"last_comment_author": "ndreno"
},
{
"number": 1007,
"created_at": "2026-04-30T00:20:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1009,
"created_at": "2026-05-10T12:21:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1012,
"created_at": "2026-05-13T03:59:20Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1028,
"created_at": "2026-07-12T06:08:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1029,
"created_at": "2026-07-12T06:11:35Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1030,
"created_at": "2026-07-12T06:13:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1031,
"created_at": "2026-07-12T06:22:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1032,
"created_at": "2026-07-12T06:24:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1033,
"created_at": "2026-07-12T06:30:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1035,
"created_at": "2026-07-12T11:26:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1036,
"created_at": "2026-07-12T11:32:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1037,
"created_at": "2026-07-12T11:34:16Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-24T19:19:55Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 1,
"created_at": "2021-09-27T21:45:14Z",
"last_comment_at": "2025-05-10T16:06:07Z",
"last_comment_author": "ahl"
},
{
"number": 46,
"created_at": "2022-05-13T21:47:41Z",
"last_comment_at": "2023-05-18T21:00:49Z",
"last_comment_author": "ahl"
},
{
"number": 177,
"created_at": "2023-01-26T22:34:04Z",
"last_comment_at": "2023-02-01T18:00:05Z",
"last_comment_author": "lsh"
},
{
"number": 178,
"created_at": "2023-01-26T22:39:36Z",
"last_comment_at": "2023-09-06T21:15:17Z",
"last_comment_author": "ahl"
},
{
"number": 190,
"created_at": "2023-02-03T17:57:08Z",
"last_comment_at": "2023-12-16T08:37:37Z",
"last_comment_author": "ahl"
},
{
"number": 195,
"created_at": "2023-02-10T17:34:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 201,
"created_at": "2023-02-18T15:03:15Z",
"last_comment_at": "2026-05-13T09:59:30Z",
"last_comment_author": "ndreno"
},
{
"number": 203,
"created_at": "2023-02-21T15:28:02Z",
"last_comment_at": "2023-04-09T22:55:32Z",
"last_comment_author": "ahl"
},
{
"number": 207,
"created_at": "2023-02-28T03:48:25Z",
"last_comment_at": "2023-04-19T12:26:20Z",
"last_comment_author": "jayvdb"
},
{
"number": 230,
"created_at": "2023-03-20T05:32:05Z",
"last_comment_at": "2023-09-24T14:59:20Z",
"last_comment_author": "ahl"
},
{
"number": 254,
"created_at": "2023-04-05T16:55:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 265,
"created_at": "2023-04-24T01:48:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 269,
"created_at": "2023-04-26T15:29:09Z",
"last_comment_at": "2023-04-27T06:56:15Z",
"last_comment_author": "ahl"
},
{
"number": 277,
"created_at": "2023-05-04T21:21:51Z",
"last_comment_at": "2023-08-20T23:34:04Z",
"last_comment_author": "ahl"
},
{
"number": 281,
"created_at": "2023-05-06T23:49:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 299,
"created_at": "2023-05-17T05:02:58Z",
"last_comment_at": "2023-05-25T05:27:13Z",
"last_comment_author": "jayvdb"
},
{
"number": 313,
"created_at": "2023-06-05T05:19:03Z",
"last_comment_at": "2024-01-18T14:41:31Z",
"last_comment_author": "RoastVeg"
},
{
"number": 319,
"created_at": "2023-06-07T02:49:56Z",
"last_comment_at": "2023-06-21T18:40:18Z",
"last_comment_author": "ahl"
},
{
"number": 348,
"created_at": "2023-07-10T17:46:32Z",
"last_comment_at": "2023-07-16T00:11:33Z",
"last_comment_author": "jayvdb"
},
{
"number": 364,
"created_at": "2023-08-06T18:50:03Z",
"last_comment_at": "2023-12-16T08:18:36Z",
"last_comment_author": "ahl"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/oxidecomputer/typify",
"host": "github.com",
"name": "typify",
"owner": "oxidecomputer"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"security": 66,
"vitality": 87,
"community": 71,
"governance": 68,
"engineering": 57
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 87,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"commits_last_year": 138,
"human_commit_share": 0.3,
"days_since_last_push": 1,
"active_weeks_last_year": 39
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "39/52 weeks with commits",
"points": 27,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 39
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "138 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 138
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "29 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"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": 80,
"inputs": {
"releases_count": 25,
"latest_release_tag": "v0.7.0",
"releases_from_tags": true,
"days_since_latest_release": 50,
"mean_days_between_releases": 58.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "25 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 25
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 50 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 50
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~58.3 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 58.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": "excellent",
"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": 1,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 1 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 1
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 71,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"forks": 115,
"stars": 878,
"watchers": 20,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "878 stars",
"points": 47.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 878
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "115 forks",
"points": 17.1,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 115
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "20 watchers",
"points": 7.1,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 20
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"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": "excellent",
"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": [
"typify",
"typify-impl",
"cargo-typify",
"typify-macro"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 78343609,
"monthly_downloads": 3463881
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,463,881 downloads/month across crates",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3463881,
"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": "moderate",
"name": "Sustainability & Governance",
"value": 68,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 31,
"top_contributor_share": 0.813
},
"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 81% of commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 81
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "31 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 31
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 17 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"merged_prs": 774,
"open_issues": 90,
"closed_issues": 101,
"issue_closed_ratio": 0.529,
"closed_unmerged_prs": 62
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "53% of issues closed",
"points": 24.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 53
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "774/836 decided PRs merged",
"points": 35.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 774,
"decided": 836
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/10 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 2884,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "oxidecomputer",
"public_repos": 403,
"account_age_days": 2539
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "2,884 followers of oxidecomputer",
"points": 24.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2884,
"login": "oxidecomputer"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "403 public repos, account ~6 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 403
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"typify",
"typify-impl",
"cargo-typify",
"typify-macro"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 50
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "4 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 4,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 50 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 50
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "26 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 26
}
}
],
"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": 57,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"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": "28 out of 28 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 66,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"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": 57,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.7
},
"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": "28 out of 28 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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 4/10 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 17 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": "update tool detected",
"points": 7.5,
"status": "met",
"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": "29 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"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": "3 existing vulnerabilities detected",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 199 resolved dependencies against OSV; 5 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 199
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 5
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 3,
"affected_packages": 3,
"assessed_packages": 199,
"unassessed_packages": 5,
"affected_by_severity": "unknown 3",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 199,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"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"
],
"review_only_matches": 0,
"assessed_self_published_locations": 18
},
"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": 61,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.733,
"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": "22 of 30 human commits state their intent (structured subject or explanatory body)",
"points": 39.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 22,
"sampled": 30
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock"
],
"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",
"cargo-typify/Cargo.toml",
"example-build/Cargo.toml",
"example-macro/Cargo.toml",
"typify-impl/Cargo.toml",
"typify-macro/Cargo.toml",
"typify-test/Cargo.toml",
"typify/Cargo.toml"
],
"dependency_bot_commit_share": 0.7
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, cargo-typify/Cargo.toml, example-build/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, cargo-typify/Cargo.toml, example-build/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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"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": "70 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 70,
"sampled": 100
}
}
],
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 95,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 113413,
"source_files_sampled": 57,
"oversized_source_files": 5
},
"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": "5/57 source files over 60KB",
"points": 50.2,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 57,
"oversized": 5
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch crates package 'typify-test' from its registry",
"Could not fetch crates package 'example-build' from its registry",
"Could not fetch crates package 'example-macro' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-26T15:57:46.747291Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/o/oxidecomputer/typify.svg",
"full_name": "oxidecomputer/typify",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}