An open API service indexing awesome lists of open source software.

https://github.com/alilleybrinker/cargo-spdx

Generate an SPDX Software Bill of Materials for Rust crates.
https://github.com/alilleybrinker/cargo-spdx

rust sbom spdx

Last synced: over 1 year ago
JSON representation

Generate an SPDX Software Bill of Materials for Rust crates.

Awesome Lists containing this project

README

          

# `cargo-spdx`

__`cargo-spdx` is currently in development and not yet ready for use.__

`cargo-spdx` provides a cargo subcommand to generate an
[SPDX][spdx] Software Bill of Materials (SBOM) for a Rust crate.

## Usage

`cargo spdx` creates an SBOM for the current crate.

`cargo spdx build` wraps `cargo build`, producing SBOMs for each produced binary.

See `cargo spdx --help` for more detail.

## Contributing

Anyone is welcome to contribute. You can find the list of open issues
in the issue tracker, or talk with the developers on the
[Rust Secure Code Working Group Zulip channel][zulip]. Make sure to
mention `cargo-spdx` or to tag `alilleybrinker`.

## License

`cargo-spdx` is dual-licensed with the MIT or Apache 2.0 licenses.

[spdx]: https://spdx.dev
[zulip]: https://rust-lang.zulipchat.com/#narrow/stream/146229-wg-secure-code