[package]
name = "tc_zeroize"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
description = "Explicit memory erasure with volatile writes and opt-in scope guards."
readme = "README.md"
documentation = "https://docs.rs/tc_zeroize"
keywords = ["zeroize", "cryptography", "no-std", "memory"]
categories = ["cryptography", "no-std", "memory-management"]
include = ["src/**", "tests/**", "README.md", "CHANGELOG.md", "LICENSE-MIT", "LICENSE-APACHE"]
[features]
default = []
alloc = []