blob: 16eb5f7cc94254ca4ff49c60c32c70a79032f67e [file] [log] [blame]
# 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 = "1.3.0"
authors = ["Tony Arcieri <tony@iqlusion.io>"]
description = "Securely clear secrets from memory with a simple trait built on\nstable Rust primitives which guarantee memory is zeroed using an\noperation will not be 'optimized away' by the compiler.\nUses a portable pure Rust implementation that works everywhere,\neven 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/main/zeroize"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs", "-Ctarget_cpu=sandybridge"]
[dependencies.zeroize_derive]
version = "1"
optional = true
[features]
alloc = []
default = ["alloc"]