[dependencies]
[lib]
name = "redoubt_alloc"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "no-std"]
description = "allocation-locked collections that guarantees no reallocation of sensitive data after sealing. Part of the redoubt secure memory framework. - placeholder reservation"
edition = "2021"
keywords = ["security", "memory", "cryptography", "zeroize"]
license = "MIT OR Apache-2.0"
name = "redoubt-alloc"
readme = false
repository = "https://github.com/yourusername/redoubt"
version = "0.0.1"