[package]
edition = "2021"
name = "crypt_guard_proc"
version = "3.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CryptGuardProc is the proc macro crate related to CryptGuardLib, which is a comprehensive Rust library designed for strong encryption and decryption, incorporating post-quantum cryptography to safeguard against quantum threats. It's geared towards developers who need to embed advanced cryptographic capabilities in their Rust applications."
readme = false
license = "MIT"
[lib]
name = "crypt_guard_proc"
path = "src/lib.rs"
proc-macro = true
[dependencies.hex]
version = "0.4.3"
[dependencies.proc-macro2]
version = "1.0.81"
[dependencies.quote]
version = "1.0.36"
[dependencies.syn]
version = "2.0.60"
features = [
"full",
"extra-traits",
"fold",
]