[go: up one dir, main page]

zeroize 0.10.1

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
# 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 = "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"