[package]
edition = "2021"
name = "obfany"
version = "0.1.1"
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",
"string",
"number",
"random",
"no-std",
]
categories = ["no-std"]
license = "MIT"
repository = "https://github.com/jeanzuck/obfany"
[lib]
name = "obfany"
path = "src/lib.rs"
[[example]]
name = "obfuscation"
path = "examples/obfuscation.rs"
[[example]]
name = "stringify"
path = "examples/stringify.rs"