zeroize 0.1.2

(Alpha quality preview) Securely zero memory while avoiding compiler optimizations: unified 'secure_zero_memory()' wrapper for secure intrinsic functions for zeroing memory, using FFI to invoke OS intrinsics on stable (with support for Linux, Windows, OS X/iOS, FreeBSD, OpenBSD, NetBSD, DragonflyBSD), or the unstable 'volatile_set_memory()` intrinsic on nightly. No insecure fallbacks, no dependencies, no std, no functionality besides securely zeroing memory.
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]
name = "zeroize"
version = "0.1.2"
authors = ["Tony Arcieri <tony@iqlusion.io>"]
description = "              (Alpha quality preview) Securely zero memory while avoiding\n              compiler optimizations: unified 'secure_zero_memory()' wrapper for\n              secure intrinsic functions for zeroing memory, using FFI to\n              invoke OS intrinsics on stable (with support for Linux, Windows,\n              OS X/iOS, FreeBSD, OpenBSD, NetBSD, DragonflyBSD), or the\n              unstable 'volatile_set_memory()` intrinsic on nightly.\n              No insecure fallbacks, no dependencies, no std, no functionality\n              besides securely zeroing memory.\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/master/zeroize"
[build-dependencies.cc]
version = "1"
optional = true

[features]
default = ["linux-backport", "windows"]
linux-backport = ["cc"]
nightly = []
windows = ["cc"]
[badges.circle-ci]
repository = "iqlusioninc/crates"