clear_on_drop 0.2.3

Helpers for clearing sensitive data on the stack and heap
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 = "clear_on_drop"
version = "0.2.3"
authors = ["Cesar Eduardo Barros <cesarb@cesarb.eti.br>"]
build = "build.rs"
description = "Helpers for clearing sensitive data on the stack and heap"
documentation = "https://docs.rs/clear_on_drop"
readme = "README.md"
keywords = ["clear_on_drop", "clear_stack", "zeroize"]
categories = ["cryptography", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cesarb/clear_on_drop"

[dependencies]
[build-dependencies.cc]
version = "1.0"

[features]
nightly = ["no_cc"]
no_cc = []
[badges.travis-ci]
repository = "cesarb/clear_on_drop"