secrecy 0.2.2

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
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.zeroize]
version = "0.9"
default-features = false
[badges.travis-ci]
branch = "develop"
repository = "iqlusioninc/crates"