[package]
edition = "2024"
rust-version = "1.85"
name = "obfany"
version = "0.1.2"
authors = ["jeanzuck"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compiletime string and number constant obfuscation for Rust"
documentation = "https://docs.rs/obfany"
readme = "README.md"
keywords = [
"obfuscation",
"reverse-engineering",
"static-analysis",
"no-std",
]
categories = ["no-std"]
license = "MIT"
repository = "https://github.com/jeanzuck/obfany"
[lib]
name = "obfany"
path = "src/lib.rs"
[[example]]
name = "inspect_asm"
path = "examples/inspect_asm.rs"