# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "muddy_macros" version = "0.2.2" authors = ["orph3uslyre"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Procedural macros for string obfuscation. Should only be used as part of the 'muddy' crate." readme = "README.md" keywords = [ "obfuscation", "obfuscate", "hide", "strings", ] categories = [ "encoding", "development-tools", "cryptography", ] license = "MIT OR Apache-2.0" repository = "https://github.com/orph3usLyre/muddy-waters" [lib] name = "muddy_macros" path = "src/lib.rs" proc-macro = true [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] version = "2.0" features = [ "full", "extra-traits", ]