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
- Host: GitHub
- URL: https://github.com/rust-secure-code/cargo-repro
- Owner: rust-secure-code
- License: apache-2.0
- Created: 2019-05-18T15:27:41.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2021-03-11T17:48:57.000Z (over 4 years ago)
- Last Synced: 2025-06-01T20:58:26.124Z (4 months ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 59
- Watchers: 18
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
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