[package] name = "obfustr" description = "compile-time obfuscation of string literals (also byte and C strings)" version = "0.1.2" license = "BSD-2-Clause" rust-version = "1.82" edition = "2021" publish = ["crates-io"] repository = "https://github.com/de-vri-es/obfustr-rs" documentation = "https://docs.rs/obfustr" readme = "README.md" keywords = ["obfuscation", "obfuscate", "secret", "string", "literal"] categories = ["cryptography"] [dependencies] obfustr-macros = { version = "=0.1.2", path = "../obfustr-macros" } [dev-dependencies] assert2 = "0.3.15"