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

https://github.com/rust-secure-code/cargo-repro

Build and verify byte-for-byte reproducible Rust packages using a Cargo-based workflow
https://github.com/rust-secure-code/cargo-repro

Last synced: 4 months ago
JSON representation

Build and verify byte-for-byte reproducible Rust packages using a Cargo-based workflow

Awesome Lists containing this project

README

          

# cargo repro

[![Latest Version][crate-image]][crate-link]
[![Docs][docs-image]][docs-link]
![Apache 2.0/MIT licensed][license-image]
[![Build Status][build-image]][build-link]

**NOTE:** This project has been discontinued. If you are interested in the general concept, we suggest you check out [rebuilderd](https://github.com/kpcyrd/rebuilderd/).

Build and verify Rust packages that are reproducible byte-for-byte using
a Cargo-driven workflow.

## Requirements

- Rust 1.31+

## Status

This tool is in the planning stage and is not presently usable.

Please see the open issues on the GitHub repository for more information:

https://github.com/rust-secure-code/cargo-repro/issues

## Code of Conduct

We abide by the [Contributor Covenant][cc] and ask that you do as well.

For more information, please see [CODE_OF_CONDUCT.md].

## License

Copyright in the Rust Secure Code WG is retained by contributors.
No copyright assignment is required to contribute to the WG and its
associated projects.

For full authorship information, see the version control history.

Licensed under either of:

* Apache License, Version 2.0 ([LICENSE-APACHE] or https://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT] or https://opensource.org/licenses/MIT)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you shall be dual licensed as above, without any
additional terms or conditions.

[crate-image]: https://img.shields.io/crates/v/cargo-repro.svg
[crate-link]: https://crates.io/crates/cargo-repro
[docs-image]: https://docs.rs/cargo-repro/badge.svg
[docs-link]: https://docs.rs/cargo-repro/
[license-image]: https://img.shields.io/badge/license-Apache2.0%2FMIT-blue.svg
[build-image]: https://travis-ci.com/rust-secure-code/cargo-repro.svg?branch=develop
[build-link]: https://travis-ci.com/rust-secure-code/cargo-repro
[cc]: https://contributor-covenant.org
[CODE_OF_CONDUCT.md]: https://github.com/rust-secure-code/cargo-repro//blob/develop/CODE_OF_CONDUCT.md
[LICENSE-APACHE]: https://github.com/rust-secure-code/cargo-repro/blob/develop/LICENSE-APACHE
[LICENSE-MIT]: https://github.com/rust-secure-code/cargo-repro/blob/develop/LICENSE-MIT