[dependencies.serde]
default-features = false
features = ["alloc"]
optional = true
version = "1"
[dependencies.zeroize]
default-features = false
features = ["alloc"]
version = "1.6"
[lib]
name = "secrecy"
path = "src/lib.rs"
[package]
authors = ["Tony Arcieri <tony@iqlusion.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography", "memory-management", "no-std", "os"]
description = """
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.
"""
edition = "2021"
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/main/secrecy"
rust-version = "1.60"
version = "0.10.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]