secrecy 0.6.0

Wrapper types and traits for secret management which help ensure they aren't accidentally copied, logged, or otherwise exposed (as much as possible), and also ensure secrets are securely wiped from memory when dropped.
Documentation
[badges.maintenance]
status = "passively-maintained"
[dependencies.bytes]
optional = true
version = "0.5"

[dependencies.serde]
optional = true
version = "1"

[dependencies.zeroize]
default-features = false
version = "1.1"

[features]
alloc = ["zeroize/alloc"]
default = ["alloc"]

[package]
authors = ["Tony Arcieri <tony@iqlusion.io>"]
categories = ["cryptography", "memory-management", "no-std", "os"]
description = "Wrapper types and traits for secret management which help ensure\nthey aren't accidentally copied, logged, or otherwise exposed\n(as much as possible), and also ensure secrets are securely wiped\nfrom memory when dropped.\n"
edition = "2018"
homepage = "https://github.com/iqlusioninc/crates/"
keywords = ["clear", "memory", "secret", "secure", "wipe"]
license = "Apache-2.0 OR MIT"
name = "secrecy"
readme = "README.md"
repository = "https://github.com/iqlusioninc/crates/tree/develop/secrecy"
version = "0.6.0"
[package.metadata.docs.rs]
all-features = true