Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"async",
"rust"
],
"is_fork": false,
"size_kb": 104,
"has_wiki": false,
"homepage": null,
"languages": {
"Rust": 62757
},
"pushed_at": "2026-07-13T17:03:42Z",
"created_at": "2020-05-31T00:00:08Z",
"owner_type": "Organization",
"updated_at": "2026-07-25T11:18:47Z",
"description": "Async multi-producer multi-consumer channel",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": "smol-rs",
"type": "Organization",
"login": "smol-rs",
"company": null,
"location": null,
"followers": 428,
"avatar_url": "https://avatars.githubusercontent.com/u/73748432?v=4",
"created_at": "2020-10-31T14:23:38Z",
"is_verified": null,
"public_repos": 32,
"account_age_days": 2094
},
"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": "v2.5.0",
"kind": "minor",
"published_at": "2025-07-06T07:06:51Z"
},
{
"tag": "v2.4.0",
"kind": "minor",
"published_at": "2025-07-03T12:50:51Z"
},
{
"tag": "v2.3.1",
"kind": "patch",
"published_at": "2024-05-16T01:34:37Z"
},
{
"tag": "v2.3.0",
"kind": "minor",
"published_at": "2024-05-13T00:26:04Z"
},
{
"tag": "v2.2.1",
"kind": "patch",
"published_at": "2024-04-14T14:48:24Z"
},
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2024-02-08T16:20:18Z"
},
{
"tag": "v2.1.1",
"kind": "patch",
"published_at": "2023-11-24T15:51:34Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2023-11-06T01:21:41Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2023-10-25T03:19:00Z"
},
{
"tag": "v1.9.0",
"kind": "minor",
"published_at": "2023-07-08T04:21:37Z"
},
{
"tag": "v1.8.0",
"kind": "minor",
"published_at": "2022-11-29T14:10:13Z"
},
{
"tag": "v1.7.1",
"kind": "patch",
"published_at": "2022-08-10T15:38:51Z"
},
{
"tag": "v1.7.0",
"kind": "minor",
"published_at": "2022-08-08T14:41:01Z"
},
{
"tag": "v1.6.1",
"kind": "patch",
"published_at": "2021-02-18T10:47:13Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2021-02-17T20:04:41Z"
}
],
"recent_commits": [
{
"oid": "34e669e0571930913535ee8e50c92f01bce3795c",
"body": "```\r\nerror: use of deprecated method `std::sync::atomic::Atomic::<usize>::fetch_update`: renamed to `try_update` for consistency\r\n --> src/lib.rs:986:45\r\n |\r\n986 | match self.channel.sender_count.fetch_update(\r\n | ^^^^^^^^^^^^\r\n |\r\n \n[…]\nelp: replace the use of the deprecated method\r\n |\r\n1032 - match self.channel.receiver_count.fetch_update(\r\n1032 + match self.channel.receiver_count.try_update(\r\n |\r\n```",
"is_bot": false,
"headline": "Allow deprecated lint on fetch_update",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2026-07-13T17:03:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "35a63c456aaa1906015f5a825e7e35505a749afa",
"body": null,
"is_bot": false,
"headline": "Release 2.5.0",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2025-07-06T07:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b665e043ca9818362cb3532312d5520a0250bbf2",
"body": "Co-authored-by: xmakro <makro@>",
"is_bot": false,
"headline": "Add Sender::closed future (#102)",
"author_name": "Makro",
"author_login": "xmakro",
"committed_at": "2025-07-06T05:26:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c250f2822a58bf5ef90b531b7630cb2a4acd3a05",
"body": null,
"is_bot": false,
"headline": "Release 2.4.0 (#108)",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2025-07-03T12:49:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c950c6e781f12fd763c2310494126f8a8b522f54",
"body": null,
"is_bot": false,
"headline": "Fix description of `recv_blocking` (#107)",
"author_name": "Pavel Roskin",
"author_login": "proski",
"committed_at": "2025-05-03T09:52:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a963172f0e2cea302b44c878e3706f79933fddd",
"body": "Co-authored-by: Zachary Harrold <zac@harrold.com.au>\nCo-authored-by: Taiki Endo <te316e89@gmail.com>",
"is_bot": false,
"headline": "Support portable atomic (#106)",
"author_name": "Eagster",
"author_login": "ElliottjPierce",
"committed_at": "2025-04-28T16:43:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ce79379bca32936c5e254e260171fc8cd438960",
"body": "```\nerror: the following explicit lifetimes could be elided: 'a\n --> src/lib.rs:1197:6\n |\n1197 | impl<'a, T> EventListenerFuture for SendInner<'a, T> {\n | ^^ ^^\n |\n = help: for further information visit https://rust-lang.github.io/rust-cl\n[…]\nmaster/index.html#needless_lifetimes\nhelp: elide the lifetimes\n |\n1253 - impl<'a, T> EventListenerFuture for RecvInner<'a, T> {\n1253 + impl<T> EventListenerFuture for RecvInner<'_, T> {\n |\n```",
"is_bot": false,
"headline": "Fix clippy::needless_lifetimes warning",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2025-01-19T13:02:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e4132e3d9b5f098f6c6d66971285889f8ac9f43d",
"body": null,
"is_bot": false,
"headline": "ci: Use reusable workflows for fmt and security_audit",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2025-01-19T13:02:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43459d1818707be79bcf1c7bbeecaac379802af9",
"body": "Signed-off-by: John Nunley <dev@notgull.net>",
"is_bot": false,
"headline": "ci: Use \"v2.0.0\" branch for audit check",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2024-10-19T22:32:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1623170abe4e023c7891e012fb977d0d45bb24a2",
"body": null,
"is_bot": false,
"headline": "Fix grammar in description of `WeakSender` and `WeakReceiver`",
"author_name": "Branan Riley",
"author_login": "branan",
"committed_at": "2024-09-20T00:46:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74b2c749c3389b9a56e75464408e581618b7579e",
"body": null,
"is_bot": false,
"headline": "Add example usage for fn same_channel in Sender and Receiver",
"author_name": "Ruediger Klaehn",
"author_login": "rklaehn",
"committed_at": "2024-07-29T13:59:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "681541ab63d45bf735aca52ec78773e8bc3eef02",
"body": "…ying channel.",
"is_bot": false,
"headline": "Add a fn to check if two senders or two receivers use the same underl…",
"author_name": "Ruediger Klaehn",
"author_login": "rklaehn",
"committed_at": "2024-07-29T13:59:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1acd52b82127d220ce7531d10fe2137314e8eb4e",
"body": "Signed-off-by: John Nunley <dev@notgull.net>",
"is_bot": false,
"headline": "v2.3.1",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2024-05-16T01:33:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55513f9796d718d864c4cac08c455d2b108ed5e0",
"body": null,
"is_bot": false,
"headline": "Add minimal-versions check to CI",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2024-05-14T17:56:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43a2e7cea01bb4a0b3f7f477e759511fedaa3f79",
"body": null,
"is_bot": false,
"headline": "Update minimal concurrent-queue version to 2.5",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2024-05-14T17:56:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14571d83e190a114ac4382a22f2fc76313a9989d",
"body": null,
"is_bot": false,
"headline": "Use the reexported event-listener from event-listener-strategy (#91)",
"author_name": "James Liu",
"author_login": "james7132",
"committed_at": "2024-05-13T13:37:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c4b849a9a4cd481c13a4d2839f5fe66ea3c5ef0",
"body": "Signed-off-by: John Nunley <dev@notgull.net>",
"is_bot": false,
"headline": "v2.3.0",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2024-05-13T00:25:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fc113018539ad0e19b337adc54c504b1f8c7c02",
"body": "Closes #44 by adding a \"force_send\" method. This method can replace an\nexisting element in the list, in which case that element is returned.\nThis can be used to make \"limited capacity\" channels.\n\nSigned-off-by: John Nunley <dev@notgull.net>",
"is_bot": false,
"headline": "feat: Add a force send function",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2024-05-06T20:15:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "790456a747be1d1f5f62acf55fe0140d190101a3",
"body": "Signed-off-by: John Nunley <dev@notgull.net>",
"is_bot": false,
"headline": "v2.2.1",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2024-04-14T14:46:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68a14ae352c75e0b4a5d462f9a912c648ddefd97",
"body": null,
"is_bot": false,
"headline": "Fix CI badge in `README.md` (#84)",
"author_name": "Jordan Danford",
"author_login": "jdanford",
"committed_at": "2024-04-04T00:38:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "170a5b64ddc489f96be65bf7aa07e984821a3ebc",
"body": "v2.2.0",
"is_bot": false,
"headline": "Merge pull request #81 from smol-rs/notgull/next",
"author_name": "Zeeshan Ali Khan",
"author_login": "zeenix",
"committed_at": "2024-02-08T16:17:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67fa0120566dafbdd07550aef14f6276e2b0f488",
"body": "Signed-off-by: John Nunley <dev@notgull.net>",
"is_bot": false,
"headline": "v2.2.0",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2024-02-08T03:26:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efdddaa2a58d29f7486d75ca9826c054ced9e002",
"body": "Signed-off-by: John Nunley <dev@notgull.net>",
"is_bot": false,
"headline": "m: Port to event-listener v5.0.0",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2024-02-07T15:48:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "706f2755dcec869dcc01ccc468ca92dc6e1fcf30",
"body": null,
"is_bot": false,
"headline": "Migrate to Rust 2021",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2024-01-06T19:23:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5e9f908843e1836ef94fc294c23f398da635436",
"body": "https://github.com/crossbeam-rs/crossbeam/pull/1056",
"is_bot": false,
"headline": "Bump MSRV to 1.60",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2024-01-06T19:23:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb47ab163ac4db80f641f94fb7f06a7a9010f8b1",
"body": "This respects rust-version field in Cargo.toml, so it removes the need\nto manage MSRV in both the CI file and Cargo.toml.",
"is_bot": false,
"headline": "ci: Use cargo-hack's --rust-version flag for msrv check",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2024-01-06T19:23:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e243d55a45b39ee56c53452dc7fa673e37ea0f9b",
"body": "Signed-off-by: John Nunley <dev@notgull.net>",
"is_bot": false,
"headline": "v2.1.1",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2023-11-24T15:50:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dab18deaa4d87157fdba009da7e94f0515452a70",
"body": "This also bumps to event-listener-strategy v0.4.0\n\nSigned-off-by: John Nunley <dev@notgull.net>",
"is_bot": false,
"headline": "m: Bump to event-listener v4.0.0",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2023-11-21T14:10:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f87b7a189077f20c444ddb61da04513f31d54f1e",
"body": "Signed-off-by: John Nunley <dev@notgull.net>",
"is_bot": false,
"headline": "v2.1.0",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2023-11-06T01:20:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bb7ed133baafd99e17371ca5dfeb693d72bd3a0",
"body": "Updates the requirements on [futures-lite](https://github.com/smol-rs/futures-lite) to permit the latest version.\n- [Release notes](https://github.com/smol-rs/futures-lite/releases)\n- [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/smol-rs/futures-lite/compare/v1.0.0...v2.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: futures-lite\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update futures-lite requirement from 1 to 2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-10-30T18:07:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7335004108845409f3cc237beb8c3b8f74598c45",
"body": "Signed-off-by: John Nunley <dev@notgull.net>",
"is_bot": false,
"headline": "v2.0.0",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2023-10-25T03:18:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47a2bed5c2e209590ec87e96e5205bb622ff99d2",
"body": "Make sure that smol-rs/event-listener-strategy#6 doesn't break the\nother main use case.\n\nSigned-off-by: John Nunley <dev@notgull.net>",
"is_bot": false,
"headline": "m: Update to e-l-s breaking changes",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2023-09-22T14:30:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "642c52b0ea1ca1de9813b4ebcfd59b5ba907a199",
"body": "This commit allows async-channel to be used fully in web environments\r\n\r\nSigned-off-by: John Nunley <dev@notgull.net>",
"is_bot": false,
"headline": "Add explicit web support (#67)",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2023-09-17T04:11:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "618701fab5673e4a191c9d62f2dcc77849529b6e",
"body": "Bump to event-listener v3.0.0",
"is_bot": false,
"headline": "Merge pull request #59 from smol-rs/notgull/evl-3.0",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2023-09-16T01:25:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17774b34aefd28ff933e9346245b65d1442fb3fb",
"body": "Replace the Git patch and use event-listener v3.0.0 and\nevent-listener-strategy v0.1.0 from crates.io.\n\nSigned-off-by: John Nunley <dev@notgull.net>",
"is_bot": false,
"headline": "Switch to using published crates",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2023-09-16T01:20:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8cd074bdadb88a98dd2ca23ade0ee7489e8fe40",
"body": "This feature can be disabled to allow the crate to be used without\nthe standard library on embedded environments.\n\nCloses #64\n\nSigned-off-by: John Nunley <dev@notgull.net>",
"is_bot": false,
"headline": "Add an std feature",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2023-09-16T01:20:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d99af0ef40965d3a54e84a77124144326b0552c",
"body": "This is a breaking change. However, it comes with the ability to avoid\nheap allocations in many cases, which is a significant boon for users\nfor async-channel.\n\nSigned-off-by: John Nunley <dev@notgull.net>",
"is_bot": false,
"headline": "Fix test errors and make futures !Unpin",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2023-09-16T01:20:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51ab1273b46e29f88135b10629787d001b32d473",
"body": "This commit makes async-channel use the new release of event-listener.\nHighlights include a marked increase in efficiency and no_std support.\n\nSupersedes #54\n\nSigned-off-by: John Nunley <dev@notgull.net>",
"is_bot": false,
"headline": "Bump to event-listener v3.0.0",
"author_name": "jtnunley",
"author_login": "notgull",
"committed_at": "2023-09-16T01:17:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dede8857bdc7a1f4185528af5f1c3bab49a2510b",
"body": null,
"is_bot": false,
"headline": "Update actions/checkout action to v4",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2023-09-10T09:17:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cae9cb0cbbd7c3c0518438e03a01e312b303e59",
"body": null,
"is_bot": false,
"headline": "Add smol-rs logo (#65)",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2023-07-17T05:41:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d6cd8f6be74a9608f7e695c6f47990b1693d772",
"body": null,
"is_bot": false,
"headline": "v1.9.0",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2023-07-08T04:21:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49216cde0861cfceb450b3c66fe9d8420f723c55",
"body": null,
"is_bot": false,
"headline": "bugfix: Manually implement `Clone` on `WeakSender/Receiver`",
"author_name": "Pierre Krieger",
"author_login": "tomaka",
"committed_at": "2023-07-05T13:13:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f030a04df44a195b136e51b2170b12be83e0b1a9",
"body": null,
"is_bot": false,
"headline": "Update permissions for security_audit",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2023-06-08T15:13:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b919beb3f8e8acc8f86cbcb94c17127d46ed4d9",
"body": "Refs: https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token",
"is_bot": false,
"headline": "Minimize GITHUB_TOKEN permissions",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2023-06-08T15:11:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd71f5fa96a8f792c387c21de63deaed1ebdefa1",
"body": null,
"is_bot": false,
"headline": "Set CARGO_NET_GIT_FETCH_WITH_CLI=true in CI",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2023-06-08T15:11:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14ba7078ebacab8fa16620c9aea23140122d065e",
"body": null,
"is_bot": false,
"headline": "fix: Patch Weak Increment Race Condition (#60)",
"author_name": "Jay Fleischer",
"author_login": "jayhf",
"committed_at": "2023-06-04T22:12:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0ba218942788fd521766c65b23a691f5403d71c",
"body": null,
"is_bot": false,
"headline": "Enable dependabot update for Rust",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-12-28T03:24:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a575e3717515eec726e3a440695f03121012be2f",
"body": null,
"is_bot": false,
"headline": "Clean up CI config",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-12-28T03:24:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c273864b03556158b7f75df8bbf2ea97f1e7dbef",
"body": null,
"is_bot": false,
"headline": "Release 1.8.0",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-11-29T14:08:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eec823edae93cd0452d7329f328afba22286f0cf",
"body": "Since Rust 1.64, Clippy respects `rust-version` field in Cargo.toml.\nrust-lang/rust@b776fb8",
"is_bot": false,
"headline": "Remove msrv field from .clippy.toml",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-11-29T14:08:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7059509614c96fe66fbd2c31eee7ad7fbf0b4490",
"body": null,
"is_bot": false,
"headline": "Add weak sender and receiver (#51)",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2022-11-28T06:30:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "530a2ed2aab1efd4d89282d462d9ecd13f8f56b8",
"body": null,
"is_bot": false,
"headline": "Update to concurrent-queue 2",
"author_name": "Sebastian Dröge",
"author_login": "sdroege",
"committed_at": "2022-11-09T14:29:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "736bc72c83d4334c4d1530b7d9c1b226256d7d81",
"body": null,
"is_bot": false,
"headline": "Prevent deadlock if sender/receiver is forgotten (#49)",
"author_name": "Serge Barral",
"author_login": "sbarral",
"committed_at": "2022-09-27T18:36:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a5310838bb43d8cc90e98a4e299b0d239279ce7",
"body": null,
"is_bot": false,
"headline": "Release 1.7.1",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-08-10T15:36:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "477b212dc40708901b38c3cc025781f5d1353487",
"body": null,
"is_bot": false,
"headline": "Release 1.7.0",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-08-08T14:38:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "468df487a1dcff437405e2f20609ca25774b9f9b",
"body": null,
"is_bot": false,
"headline": "Minor doc fixes",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-08-08T14:38:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa25b95e25562ac9c1374609cb3743d86c9ec268",
"body": null,
"is_bot": false,
"headline": "Add blocking functionality to channels (#47)",
"author_name": "John Nunley",
"author_login": "notgull",
"committed_at": "2022-08-08T14:33:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94cdc43f4ee6c3787c91f0f824e231d63c82bcc6",
"body": "```\nwarning: used `assert_eq!` with a literal bool\n --> tests/unbounded.rs:37:5\n |\n37 | assert_eq!(s.is_empty(), true);\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `assert!(..)`\n |\n = note: `#[warn(clippy::bool_assert_comparison)]` on by default\n = help: for further i\n[…]\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `assert!(..)`\n |\n = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#bool_assert_comparison\n```",
"is_bot": false,
"headline": "Ignore clippy::bool_assert_comparison lint in tests",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-07-17T12:19:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c975cc0a773dd2f9713615a76708ca3d66649ce9",
"body": null,
"is_bot": false,
"headline": "Apply clippy to all targets",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-07-17T12:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "063438f96acccca85e01215761911e644a713d15",
"body": null,
"is_bot": false,
"headline": "Update CI config",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-07-07T16:43:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2079dd21eecf85d5371a9a566ddcc4f29ac94f00",
"body": null,
"is_bot": false,
"headline": "Update must_use message to match std",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-07-02T14:29:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaadce00de060ae27cb74c63bc0e3d62aa3ecffb",
"body": "Closes #46",
"is_bot": false,
"headline": "Remove unused dev-dependency",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-07-02T14:29:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb1c1679bea370d3cd6431224524b195c9daf1f1",
"body": null,
"is_bot": false,
"headline": "Update actions/checkout action to v3",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-05-01T04:25:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83073e9132dba41c93cf9cd7be1b4f74dd5ebf9d",
"body": null,
"is_bot": false,
"headline": "Create GitHub release automatically",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-01-08T09:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1bb0b4cdc0241b99d6d4f766ace25b263ba3a83",
"body": null,
"is_bot": false,
"headline": "Clean up CI config",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2022-01-08T09:52:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb2b12e50a23ca3624795855aca8eb614a5d7086",
"body": "Fix documentation sentence",
"is_bot": false,
"headline": "Merge pull request #41 from DavidBM/patch-2",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-05-21T12:03:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ca7806b60c2febbe29ee324bbfb7f09e3c2a733",
"body": null,
"is_bot": false,
"headline": "Fix documentation sentence",
"author_name": "David Bonet",
"author_login": "DavidBM",
"committed_at": "2021-05-19T21:56:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb2b3a882b3c51ae6d54604bdda05f17ffb540cc",
"body": "Pushing directly to master since it's a trivial fix.",
"is_bot": false,
"headline": "Fix a C&P mistake",
"author_name": "Zeeshan Ali",
"author_login": "zeenix",
"committed_at": "2021-05-01T11:22:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f782904071d92bf402a070145f96da5db0976fb",
"body": "Added in docs main work principle of channel",
"is_bot": false,
"headline": "Merge pull request #37 from xilec/channel-work-principle",
"author_name": "Zeeshan Ali",
"author_login": "zeenix",
"committed_at": "2021-03-26T12:25:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0635d1220f4ad7543839fd92e41daf89c251d9e",
"body": "Documentation fix",
"is_bot": false,
"headline": "Merge pull request #38 from Lukas3674/patch-1",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-03-16T01:20:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6ebfe2203ee654e4d5b420adbaa433cc25e283e",
"body": "The closing ticks for the example code blocks on both bounded and unbounded where missing.",
"is_bot": false,
"headline": "Documentation fix",
"author_name": "Lukas3674",
"author_login": null,
"committed_at": "2021-03-15T20:13:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b46629cf646ee304c9fda8ddf87501228e783729",
"body": null,
"is_bot": false,
"headline": "added in docs main work principle of channel",
"author_name": "Evgeny Khudoba",
"author_login": "xilec",
"committed_at": "2021-03-07T12:39:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b542f0ff3bce358ea04d0cf495cdf0e2f0e4afd",
"body": "Update changelog",
"is_bot": false,
"headline": "Merge pull request #36 from smol-rs/changelog",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-02-21T13:13:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a328c68224fac874beb4074ab05c32f78fdf75f",
"body": null,
"is_bot": false,
"headline": "Update changelog",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-02-21T13:06:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaeb9b8ce58d6585c5a4d99b3e4d07a9d4d9dbf3",
"body": null,
"is_bot": false,
"headline": "v1.6.1",
"author_name": "Yoshua Wuyts",
"author_login": "yoshuawuyts",
"committed_at": "2021-02-18T10:45:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f04d7c39d485c8df0b86bd6625d801b15d570ff",
"body": "Fix clone in test",
"is_bot": false,
"headline": "Merge pull request #35 from smol-rs/fix-clone",
"author_name": "Yoshua Wuyts",
"author_login": "yoshuawuyts",
"committed_at": "2021-02-18T10:24:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed78ba001b1f378f9f37889bda6234329f015766",
"body": "Make `send` return `Send`",
"is_bot": false,
"headline": "Merge pull request #34 from smol-rs/fix-send",
"author_name": "Yoshua Wuyts",
"author_login": "yoshuawuyts",
"committed_at": "2021-02-18T08:50:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e75b4502cc165fd5447ed04aaf43e1ecb490abd",
"body": null,
"is_bot": false,
"headline": "Fix clone in test",
"author_name": "Yoshua Wuyts",
"author_login": "yoshuawuyts",
"committed_at": "2021-02-18T08:49:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a5d5ebaa41ac68897efae8653573bb99ec05dc5",
"body": null,
"is_bot": false,
"headline": "Make `send` return `Send`",
"author_name": "Yoshua Wuyts",
"author_login": "yoshuawuyts",
"committed_at": "2021-02-18T08:48:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f86ad45b0bd8a467a754fe786c4cab85e966daf",
"body": null,
"is_bot": false,
"headline": "v1.6.0",
"author_name": "Yoshua Wuyts",
"author_login": "yoshuawuyts",
"committed_at": "2021-02-17T20:03:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9787b9d907f577210fff59a44bbb9efdd649ee4",
"body": "Add `Send` and `Recv` futures",
"is_bot": false,
"headline": "Merge pull request #33 from smol-rs/send-recv-types",
"author_name": "Yoshua Wuyts",
"author_login": "yoshuawuyts",
"committed_at": "2021-02-17T19:43:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fea2669a1fb80f39e052653d42369db83652303",
"body": null,
"is_bot": false,
"headline": "Implement the Send future",
"author_name": "Yoshua Wuyts",
"author_login": "yoshuawuyts",
"committed_at": "2021-02-17T19:39:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ede84ad95c503186abf09f7c7a2f5baead273ae8",
"body": null,
"is_bot": false,
"headline": "implement the Recv future",
"author_name": "Yoshua Wuyts",
"author_login": "yoshuawuyts",
"committed_at": "2021-02-17T17:17:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fba5d5b683202d24efec4640038d8b6dc1f0b75a",
"body": "Remove readme field from Cargo.toml",
"is_bot": false,
"headline": "Merge pull request #32 from smol-rs/readme",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-02-14T10:50:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ba59f6724c5e6961e704c1546462f85b7a416c8",
"body": null,
"is_bot": false,
"headline": "Remove readme field from Cargo.toml",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-02-14T10:40:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57c58430491885c876cbf0a0a8b3d53a333d273a",
"body": "Update license badge to match Cargo.toml",
"is_bot": false,
"headline": "Merge pull request #31 from smol-rs/badge",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-02-14T04:48:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3a98967c2b17335fe6a56c24c16eb3c07e854d4",
"body": null,
"is_bot": false,
"headline": "Update license badge to match Cargo.toml",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2021-02-14T04:39:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21affd91f44b7465a7d4c7878c94796ed6265b0c",
"body": null,
"is_bot": false,
"headline": "impl FusedStream for Receiver (Fixes #3) (#30)",
"author_name": "zseri",
"author_login": "fogti",
"committed_at": "2021-01-11T19:25:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79cbf4eec56c67504324d9fa17f4c3b8a732288a",
"body": "Update URLs",
"is_bot": false,
"headline": "Merge pull request #29 from taiki-e/url",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2020-12-26T14:55:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a314be88d054c4e6dc4f79bfba0df793831bb5fc",
"body": null,
"is_bot": false,
"headline": "Update URLs",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2020-12-26T14:47:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4484ee41ba37a6c6935bcf27022bd51c70be40e0",
"body": "Update blocking to 1",
"is_bot": false,
"headline": "Merge pull request #28 from taiki-e/deps",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2020-12-26T13:07:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e70a47353f3c7340f9d993b1b57a0867f65600ef",
"body": null,
"is_bot": false,
"headline": "Update blocking to 1",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2020-12-26T13:04:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90a7f69616a67bf6f9e52b864b5e95db96a190fe",
"body": "Fix CI",
"is_bot": false,
"headline": "Merge pull request #27 from taiki-e/ci",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2020-12-24T09:16:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43c03618ab7d49914889de12a4ae5c1e9749e653",
"body": null,
"is_bot": false,
"headline": "Fix CI",
"author_name": "Taiki Endo",
"author_login": "taiki-e",
"committed_at": "2020-12-24T09:11:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15c78f9610e12b81fed41b8c30b2ebfbb2f1a798",
"body": null,
"is_bot": false,
"headline": ".",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-11-30T11:28:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a59db1de8103a7f894502dbdda97859c0e0f8a9",
"body": null,
"is_bot": false,
"headline": "Update futures-lite",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-10-09T12:39:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2247323f833ca9791ea45ef7b2826ef5e0818af4",
"body": null,
"is_bot": false,
"headline": "Bump to v1.5.1",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-10-08T14:27:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f23efa0ad14816bc7f9a0376dc9c0ebb0f330fec",
"body": null,
"is_bot": false,
"headline": "Typo",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-10-08T14:26:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8d0d8ea2a90a24e05f7e0c0d7194acd26d42278",
"body": "Minor documentation fix",
"is_bot": false,
"headline": "Merge pull request #20 from kevthecoder/fix-documentation",
"author_name": "Stjepan Glavina",
"author_login": null,
"committed_at": "2020-10-08T14:26:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c57b9d474d11d68a06cf5c86ab8b87523a7e0dc6",
"body": null,
"is_bot": false,
"headline": "Minor documentation fix",
"author_name": "kevthecoder",
"author_login": "kevthecoder",
"committed_at": "2020-10-08T14:19:19Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 15,
"commits_last_year": 1,
"latest_release_at": "2025-07-06T07:06:51Z",
"latest_release_tag": "v2.5.0",
"releases_from_tags": false,
"days_since_last_push": 13,
"active_weeks_last_year": 1,
"days_since_latest_release": 385,
"mean_days_between_releases": 81
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "async-channel",
"exists": true,
"license": "Apache-2.0 OR MIT",
"keywords": [
"chan",
"futures",
"mpmc",
"mpsc",
"spmc",
"asynchronous",
"concurrency"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/async-channel",
"is_deprecated": false,
"latest_version": "2.5.0",
"repository_url": "https://github.com/smol-rs/async-channel",
"versions_count": 26,
"total_downloads": 294864900,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 17506792,
"first_published_at": "2019-05-06T13:07:43.086764Z",
"latest_published_at": "2025-07-06T07:06:07.101546Z",
"latest_version_yanked": false,
"days_since_latest_publish": 385
}
]
},
"popularity": {
"forks": 55,
"stars": 940,
"watchers": 9,
"fork_history": {
"days": [
{
"date": "2020-06-08",
"count": 1
},
{
"date": "2020-06-28",
"count": 1
},
{
"date": "2020-07-30",
"count": 1
},
{
"date": "2020-08-12",
"count": 1
},
{
"date": "2020-08-19",
"count": 1
},
{
"date": "2020-08-21",
"count": 1
},
{
"date": "2020-08-25",
"count": 1
},
{
"date": "2020-09-01",
"count": 1
},
{
"date": "2020-10-06",
"count": 1
},
{
"date": "2020-10-08",
"count": 1
},
{
"date": "2020-10-26",
"count": 1
},
{
"date": "2020-12-16",
"count": 1
},
{
"date": "2021-01-02",
"count": 1
},
{
"date": "2021-01-17",
"count": 1
},
{
"date": "2021-03-07",
"count": 1
},
{
"date": "2021-03-19",
"count": 1
},
{
"date": "2021-04-26",
"count": 1
},
{
"date": "2021-05-13",
"count": 1
},
{
"date": "2021-05-19",
"count": 1
},
{
"date": "2021-10-24",
"count": 1
},
{
"date": "2021-12-09",
"count": 1
},
{
"date": "2022-09-29",
"count": 1
},
{
"date": "2022-11-09",
"count": 1
},
{
"date": "2023-03-07",
"count": 1
},
{
"date": "2023-05-22",
"count": 1
},
{
"date": "2023-07-05",
"count": 1
},
{
"date": "2023-10-22",
"count": 1
},
{
"date": "2023-10-26",
"count": 1
},
{
"date": "2024-01-02",
"count": 1
},
{
"date": "2024-01-28",
"count": 1
},
{
"date": "2024-02-29",
"count": 1
},
{
"date": "2024-03-22",
"count": 1
},
{
"date": "2024-04-03",
"count": 1
},
{
"date": "2024-04-06",
"count": 1
},
{
"date": "2024-04-09",
"count": 1
},
{
"date": "2024-07-23",
"count": 1
},
{
"date": "2024-08-07",
"count": 1
},
{
"date": "2024-09-18",
"count": 1
},
{
"date": "2024-10-30",
"count": 1
},
{
"date": "2024-11-01",
"count": 1
},
{
"date": "2025-01-03",
"count": 1
},
{
"date": "2025-01-11",
"count": 1
},
{
"date": "2025-03-27",
"count": 1
},
{
"date": "2025-05-01",
"count": 1
},
{
"date": "2025-05-27",
"count": 1
},
{
"date": "2025-06-23",
"count": 1
},
{
"date": "2025-06-25",
"count": 1
},
{
"date": "2025-07-06",
"count": 1
},
{
"date": "2025-07-11",
"count": 1
},
{
"date": "2025-08-14",
"count": 1
},
{
"date": "2025-10-29",
"count": 2
},
{
"date": "2025-11-15",
"count": 1
},
{
"date": "2026-03-19",
"count": 1
}
],
"complete": true,
"collected": 54,
"total_forks": 55
},
"star_history": null,
"open_issues_and_prs": 16
},
"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"
],
"largest_source_bytes": 39964,
"source_files_sampled": 3,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 56,
"malicious_count": 0,
"assessed_package": "crates:async-channel@2.5.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "concurrent-queue",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.5"
},
{
"name": "event-listener-strategy",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5.4"
},
{
"name": "futures-core",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.5"
},
{
"name": "pin-project-lite",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2.11"
},
{
"name": "portable-atomic",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "portable-atomic-util",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "concurrent-queue",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "event-listener-strategy",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "futures-core",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "pin-project-lite",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "portable-atomic",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "portable-atomic-util",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "easy-parallel",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "futures-lite",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-test",
"direct": false,
"version": null,
"ecosystem": "crates"
}
],
"collected": true,
"truncated": false,
"total_count": 9,
"direct_count": 6,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 55,
"open_issues": 14,
"closed_ratio": 0.72,
"closed_issues": 36,
"closed_unmerged_prs": 6
},
"bus_factor": 2,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "taiki-e",
"commits": 43,
"avatar_url": "https://avatars.githubusercontent.com/u/43724913?v=4"
},
{
"type": "User",
"login": "notgull",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/19805233?v=4"
},
{
"type": "User",
"login": "yoshuawuyts",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/2467194?v=4"
},
{
"type": "User",
"login": "zeenix",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/2027?v=4"
},
{
"type": "User",
"login": "EliSnow",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/714089?v=4"
},
{
"type": "User",
"login": "rklaehn",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/248257?v=4"
},
{
"type": "User",
"login": "fogti",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1618343?v=4"
},
{
"type": "User",
"login": "kevthecoder",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/36164832?v=4"
},
{
"type": "User",
"login": "sbarral",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/19859474?v=4"
},
{
"type": "User",
"login": "sdroege",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/301846?v=4"
}
],
"contributors_sampled": 21,
"top_contributor_share": 0.448
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 1,
"reason": "4 out of 24 merged PRs checked by a CI test -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 7,
"reason": "Found 17/23 approved changesets -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 14 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": 1,
"reason": "1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1",
"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": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "34e669e0571930913535ee8e50c92f01bce3795c",
"ran_at": "2026-07-26T20:22:37Z",
"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-26T05:36:17Z",
"oldest_open_prs": [
{
"number": 83,
"created_at": "2024-03-22T02:52:26Z",
"last_comment_at": "2024-03-30T03:39:36Z",
"last_comment_author": "notgull"
},
{
"number": 112,
"created_at": "2025-10-29T06:44:57Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-13T17:03:40Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 6,
"created_at": "2020-06-30T03:53:20Z",
"last_comment_at": "2024-01-30T21:19:30Z",
"last_comment_author": "davxy"
},
{
"number": 12,
"created_at": "2020-08-02T11:28:06Z",
"last_comment_at": "2025-03-28T15:21:00Z",
"last_comment_author": "taiki-e"
},
{
"number": 23,
"created_at": "2020-11-03T14:10:25Z",
"last_comment_at": "2023-04-06T17:31:05Z",
"last_comment_author": "NingLin-P"
},
{
"number": 57,
"created_at": "2023-02-12T09:49:55Z",
"last_comment_at": "2025-12-23T08:25:28Z",
"last_comment_author": "SaltyKitkat"
},
{
"number": 58,
"created_at": "2023-05-17T06:36:30Z",
"last_comment_at": "2023-10-21T17:47:05Z",
"last_comment_author": "notgull"
},
{
"number": 77,
"created_at": "2023-12-03T23:14:46Z",
"last_comment_at": "2025-01-14T07:02:57Z",
"last_comment_author": "juancampa"
},
{
"number": 78,
"created_at": "2023-12-25T16:09:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 82,
"created_at": "2024-02-10T16:22:20Z",
"last_comment_at": "2024-02-10T23:05:57Z",
"last_comment_author": "notgull"
},
{
"number": 85,
"created_at": "2024-04-08T18:31:38Z",
"last_comment_at": "2024-04-09T01:15:38Z",
"last_comment_author": "taiki-e"
},
{
"number": 87,
"created_at": "2024-04-11T10:01:38Z",
"last_comment_at": "2025-08-03T17:30:00Z",
"last_comment_author": "notgull"
},
{
"number": 96,
"created_at": "2024-06-03T14:29:52Z",
"last_comment_at": "2025-08-03T17:29:20Z",
"last_comment_author": "notgull"
},
{
"number": 99,
"created_at": "2024-07-29T16:22:29Z",
"last_comment_at": "2025-09-25T03:06:06Z",
"last_comment_author": "nazar-pc"
},
{
"number": 110,
"created_at": "2025-08-09T02:22:14Z",
"last_comment_at": "2025-08-09T06:36:24Z",
"last_comment_author": "nostalume"
},
{
"number": 111,
"created_at": "2025-10-28T23:37:57Z",
"last_comment_at": "2025-10-29T00:07:06Z",
"last_comment_author": "notgull"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/smol-rs/async-channel",
"host": "github.com",
"name": "async-channel",
"owner": "smol-rs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"security": 66,
"vitality": 44,
"community": 70,
"governance": 72,
"engineering": 50
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 44,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"commits_last_year": 1,
"human_commit_share": 0.99,
"days_since_last_push": 13,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 13 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 13
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "1 commits in the last year",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 1
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 60,
"inputs": {
"releases_count": 15,
"latest_release_tag": "v2.5.0",
"releases_from_tags": false,
"days_since_latest_release": 385,
"mean_days_between_releases": 81
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "15 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 15
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 385 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 385
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~81 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 81
}
}
],
"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": 13,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 13 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 13
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 70,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"forks": 55,
"stars": 940,
"watchers": 9,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "940 stars",
"points": 48.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 940
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "55 forks",
"points": 14.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 55
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "9 watchers",
"points": 5,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 9
}
}
],
"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": [
"async-channel"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 294864900,
"monthly_downloads": 17506792
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "17,506,792 downloads/month across crates",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 17506792,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 72,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 21,
"top_contributor_share": 0.448
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 45% of commits",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 45
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "21 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 21
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 14 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"merged_prs": 55,
"open_issues": 14,
"closed_issues": 36,
"issue_closed_ratio": 0.72,
"closed_unmerged_prs": 6
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "72% of issues closed",
"points": 33.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 72
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "55/61 decided PRs merged",
"points": 34.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 55,
"decided": 61
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 17/23 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"followers": 428,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "smol-rs",
"public_repos": 32,
"account_age_days": 2094
},
"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": "428 followers of smol-rs",
"points": 18.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 428,
"login": "smol-rs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "32 public repos, account ~5 yr old",
"points": 22.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 32
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"async-channel"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 385
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 385 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 385
}
}
],
"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": 50,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 50,
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "4 out of 24 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"async",
"rust"
],
"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": "2 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 2
}
}
],
"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": "4 out of 24 merged PRs checked by a CI test -- score normalized to 1",
"points": 0.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 17/23 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 14 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": "1 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"status": "partial",
"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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the crates:async-channel@2.5.0 runtime dependency closure — what installing the published package pulls in — 56 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "crates:async-channel@2.5.0",
"assessed": 56
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 56,
"unassessed_packages": 0,
"affected_by_severity": "none",
"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": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"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": 56,
"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": 15
},
"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": 52,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.465,
"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": "46 of 99 human commits state their intent (structured subject or explanatory body)",
"points": 24.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 46,
"sampled": 99
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml"
],
"dependency_bot_commit_share": 0.01
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "1 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"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": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 39964,
"source_files_sampled": 3,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/3 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 3,
"oversized": 0
}
}
],
"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"
],
"report_type": "repository",
"generated_at": "2026-07-26T20:23:00.741868Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/smol-rs/async-channel.svg",
"full_name": "smol-rs/async-channel",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}