# 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" rust-version = "1.82" name = "obfustr" version = "0.1.2" build = false publish = ["crates-io"] autobins = false autoexamples = false autotests = false autobenches = false description = "compile-time obfuscation of string literals (also byte and C strings)" documentation = "https://docs.rs/obfustr" readme = "README.md" keywords = [ "obfuscation", "obfuscate", "secret", "string", "literal", ] categories = ["cryptography"] license = "BSD-2-Clause" repository = "https://github.com/de-vri-es/obfustr-rs" [lib] name = "obfustr" path = "src/lib.rs" [[example]] name = "example" path = "examples/example.rs" [[test]] name = "obfuscate" path = "tests/obfuscate.rs" [dependencies.obfustr-macros] version = "=0.1.2" [dev-dependencies.assert2] version = "0.3.15"