rust_code_obfuscator_core 0.3.1

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.1"
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.aead]
version = "0.5"

[dependencies.aes]
version = "0.8"

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

[dependencies.cryptify]
version = "3.1.1"

[dependencies.rand]
version = "0.9.1"

[dependencies.zeroize]
version = "1.7"

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