# 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" version = "0.2.2" authors = ["orph3uslyre"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A rust static string obfuscation library." 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" path = "src/lib.rs" [[example]] name = "env" path = "examples/env.rs" [[example]] name = "env_custom" path = "examples/env_custom.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.chacha20poly1305] version = "0.10" [dependencies.const-hex] version = "1.11" [dependencies.muddy_macros] version = "0.2" [dependencies.once_cell] version = "1.19"