Migrate to cargo_embargo. am: dd33adfc83 am: 31fe5e920e am: 0919615227

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/zeroize_derive/+/2835932

Change-Id: I3e1daf31a4b522bc7be710fbece0b612dd685562
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: a24a2b30a087eae911acba5fa66dcaaa600ff636
  1. patches/
  2. src/
  3. .cargo_vcs_info.json
  4. Android.bp
  5. Cargo.toml
  6. Cargo.toml.orig
  7. cargo_embargo.json
  8. CHANGELOG.md
  9. LICENSE-APACHE
  10. LICENSE-MIT
  11. METADATA
  12. MODULE_LICENSE_APACHE2
  13. OWNERS
  14. README.md
  15. rules.mk
  16. TEST_MAPPING
README.md

RustCrypto: zeroize_derive

Crate Apache 2.0 Licensed/MIT MSRV Build Status

Custom derive support for zeroize: a crate for securely zeroing memory while avoiding compiler optimizations.

This crate isn't intended to be used directly. See zeroize crate for documentation.

Minimum Supported Rust Version

Rust 1.56 or newer.

In the future, we reserve the right to change MSRV (i.e. MSRV is out-of-scope for this crate's SemVer guarantees), however when we do it will be accompanied by a minor version bump.

License

Licensed under either of:

at your option.

Contribution

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