rust_code_obfuscator_core 0.3.2

Core encryption and obfuscation logic for rustfuscator
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 = "rust_code_obfuscator_core"
version = "0.3.2"
build = "src/build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core encryption and obfuscation logic for rustfuscator"
readme = "README.md"
license = "MIT"
repository = "https://github.com/GianIac/rustfuscator"

[features]
default = []
secure_zeroize = []
verify_literals = []

[lib]
name = "rust_code_obfuscator_core"
path = "src/lib.rs"

[dependencies.aes-gcm]
version = "0.11.0"

[dependencies.cryptify]
version = "3.2.1"

[dependencies.rand]
version = "0.10.2"

[dependencies.zeroize]
version = "1.9.0"

[build-dependencies.rand]
version = "0.10.2"