[dependencies.aes]
version = "0.8"
[dependencies.chacha20poly1305]
version = "0.10"
[dependencies.once_cell]
version = "1.19"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.rand]
version = "0.8"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"
[lib]
proc-macro = true
[package]
authors = ["orph3uslyre"]
categories = ["encoding", "development-tools", "cryptography"]
description = "Procedural macros for string obfuscation. Should only be used as part of the 'muddy' crate."
edition = "2021"
keywords = ["obfuscation", "obfuscate", "hide", "strings"]
license = "MIT OR Apache-2.0"
name = "muddy_macros"
readme = "README.md"
repository = "https://github.com/orph3usLyre/muddy-waters"
version = "0.2.0"