obfany 0.1.1

Compiletime string and number constant obfuscation for Rust
Documentation
# 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 = "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"