# cargo repro [![Latest Version][crate-image]][crate-link] [![Docs][docs-image]][docs-link] ![Apache 2.0/MIT licensed][license-image] Build and verify Rust packages that are reproducible byte-for-byte using a Cargo-driven workflow. ## 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 [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