[package]
edition = "2021"
name = "redoubt-crypto"
version = "0.0.1"
authors = ["Federico Hoerth"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cryptographic operations with memory safety - placeholder reservation"
readme = false
keywords = [
"security",
"memory",
"cryptography",
"zeroize",
]
categories = [
"cryptography",
"no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/yourusername/redoubt"
[lib]
name = "redoubt_crypto"
path = "src/lib.rs"
[dependencies]