[package]
edition = "2021"
name = "zeroizing-alloc"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal allocator wrapper to zero-on-free data for security"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/1Password/zeroizing-alloc"
[features]
reference_impl = []
[lib]
name = "zeroizing_alloc"
path = "src/lib.rs"
[[test]]
name = "alloc"
path = "tests/alloc.rs"
[dependencies]
[dev-dependencies.quickcheck]
version = "1.0.3"
[dev-dependencies.quickcheck_macros]
version = "1.1.0"