[automerger skipped] [LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/zeroize_derive am: 796482ffce -s ours

am skip reason: Merged-In Ib9f84e4e4bf3567f5043cfee7ed0e3a62fb43b79 with SHA-1 f3dccfa3e4 is already in history

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

Change-Id: I690f01c2046b7c5135cf30caafe0136adaeae774
Signed-off-by: Automerger Merge Worker <[email protected]>
tree: 6d3e092de332639fc1192d425f59605aaca21d75
  1. src/
  2. .cargo_vcs_info.json
  3. Android.bp
  4. Cargo.toml
  5. Cargo.toml.orig
  6. cargo2android.json
  7. CHANGELOG.md
  8. LICENSE-APACHE
  9. METADATA
  10. MODULE_LICENSE_APACHE2
  11. OWNERS
  12. README.md
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.51 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.