[package]
name = "clear_on_drop"
version = "0.2.5"
edition = "2018"
authors = ["Cesar Eduardo Barros <cesarb@cesarb.eti.br>"]
description = "Helpers for clearing sensitive data on the stack and heap"
documentation = "https://docs.rs/clear_on_drop"
repository = "https://github.com/cesarb/clear_on_drop"
readme = "README.md"
keywords = ["clear_on_drop", "clear_stack", "zeroize"]
categories = ["cryptography", "no-std"]
license = "MIT OR Apache-2.0"
build = "build.rs"
[features]
no_cc = []
nightly = ["no_cc"]
[build-dependencies]
cc = "1.0"
[dependencies]
[dev-dependencies]
criterion = { version = "0.3", features = ["cargo_bench_support", "html_reports"] }
[[bench]]
name = "clear_on_drop"
harness = false
[[bench]]
name = "clear_stack_on_return"
harness = false