2022-12-24 21:49:18 +09:00
{
"repository" : "https://github.com/taiki-e/cargo-hack" ,
2026-04-15 22:25:36 +09:00
"license_markdown" : "[Apache-2.0](https://github.com/taiki-e/cargo-hack/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-hack/blob/main/LICENSE-MIT)" ,
2022-12-24 21:49:18 +09:00
"tag_prefix" : "v" ,
2023-08-04 21:58:05 +09:00
"rust_crate" : "${package}" ,
2022-12-24 21:49:18 +09:00
"asset_name" : [
"${package}-${rust_target}.tar.gz" ,
2023-10-05 20:45:36 +09:00
"${package}-v${version}-${rust_target}.tar.gz" ,
"${package}-${rust_target}.zip" ,
"${package}-v${version}-${rust_target}.zip"
2022-12-24 21:49:18 +09:00
] ,
2026-03-21 04:30:53 +09:00
"signing" : {
"version_range" : ">= 0.6.44" ,
"kind" : {
"gh-attestation" : {
"signer-workflow" : "taiki-e/github-actions/.github/workflows/rust-release.yml"
}
}
} ,
2022-12-24 21:49:18 +09:00
"platform" : {
2025-09-08 23:17:50 +09:00
"x86_64_linux_gnu" : { } ,
2022-12-24 21:49:18 +09:00
"x86_64_linux_musl" : { } ,
"x86_64_macos" : { } ,
2023-10-05 20:45:36 +09:00
"x86_64_windows" : { } ,
2022-12-24 21:49:18 +09:00
"aarch64_linux_musl" : { } ,
"aarch64_macos" : { } ,
2025-09-08 23:17:50 +09:00
"aarch64_windows" : { } ,
"powerpc64le_linux_musl" : { } ,
"riscv64_linux_musl" : { } ,
"s390x_linux_gnu" : { }
2022-12-24 21:49:18 +09:00
}
}