[package]
edition = "2018"
name = "zeroize"
version = "0.10.1"
authors = ["Tony Arcieri <tony@iqlusion.io>"]
description = " Securely clear secrets from memory with a simple trait built on\n stable Rust primitives which guarantee memory is zeroed using an\n operation will not be 'optimized away' by the compiler.\n Uses a portable pure Rust implementation that works everywhere,\n even WASM!\n "
homepage = "https://github.com/iqlusioninc/crates/"
readme = "README.md"
keywords = ["memory", "memset", "secure", "volatile", "zero"]
categories = ["cryptography", "memory-management", "no-std", "os"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/iqlusioninc/crates/tree/develop/zeroize"
[package.metadata.docs.rs]
all-features = true
[dependencies.bytes]
version = "0.4"
optional = true
[dependencies.zeroize_derive]
version = "0.10"
optional = true
[features]
alloc = []
default = ["alloc"]
[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
branch = "develop"
repository = "iqlusioninc/crates"