zeroize 1.7.0

Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler. Uses a portable pure Rust implementation that works everywhere, even WASM!
Documentation
[dependencies.serde]
default-features = false
optional = true
version = "1.0"

[dependencies.zeroize_derive]
optional = true
version = "1.3"

[features]
aarch64 = []
alloc = []
default = ["alloc"]
derive = ["zeroize_derive"]
std = ["alloc"]

[package]
authors = ["The RustCrypto Project Developers"]
categories = ["cryptography", "memory-management", "no-std", "os"]
description = "Securely clear secrets from memory with a simple trait built on\nstable Rust primitives which guarantee memory is zeroed using an\noperation will not be 'optimized away' by the compiler.\nUses a portable pure Rust implementation that works everywhere,\neven WASM!\n"
edition = "2021"
keywords = ["memory", "memset", "secure", "volatile", "zero"]
license = "Apache-2.0 OR MIT"
name = "zeroize"
readme = "README.md"
repository = "https://github.com/RustCrypto/utils/tree/master/zeroize"
rust-version = "1.60"
version = "1.7.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]