nicolaiunrein/cargo-get
Get cargo package metadata
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Maintainedlast commit Oct 20, 2025
- License
- None
Pinned Snippet
uses: nicolaiunrein/cargo-get@669b62e8402ea67dc17a92d412a3b41fce42515f # v1.4.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| flags | Flags to pass to cargo get (default: package name) | no | — |
| options | Options to pass to cargo get | no | "" |
| subcommand | Subcommand to run | no | "" |
Outputs
| name | description |
|---|---|
| metadata | Cargo package metadata |
| package_name | — |
| package_edition | — |
| package_rust_version | — |
| package_version | — |
| package_build | — |
| package_workspace | — |
| package_authors | — |
| package_links | — |
| package_description | — |
| package_homepage | — |
| package_readme | — |
| package_keywords | — |
| package_categories | — |
| package_exclude | — |
| package_include | — |
| package_license | — |
| package_license_file | — |
| package_repository | — |
| package_default_run | — |
| package_publish | — |
| package_resolver | — |
| package_metadata | — |
| workspace_members | — |
| workspace_default_members | — |
| workspace_package_authors | — |
| workspace_package_categories | — |
| workspace_package_description | — |
| workspace_package_documentation | — |
| workspace_package_edition | — |
| workspace_package_exclude | — |
| workspace_package_homepage | — |
| workspace_package_include | — |
| workspace_package_keywords | — |
| workspace_package_license | — |
| workspace_package_license_file | — |
| workspace_package_publish | — |
| workspace_package_readme | — |
| workspace_package_repository | — |
| workspace_package_rust_version | — |
| workspace_package_version | — |