# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "clear_on_drop" version = "0.2.5" authors = ["Cesar Eduardo Barros "] 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" [[bench]] name = "clear_on_drop" harness = false [[bench]] name = "clear_stack_on_return" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3" features = [ "cargo_bench_support", "html_reports", ] [build-dependencies.cc] version = "1.0" [features] nightly = ["no_cc"] no_cc = []