jobfuscator 1.1.0

JObfuscator is a source code obfuscator for the Java programming language. Obfuscate and protect your Java source code and algorithms from hacking, cracking, reverse engineering, decompilation, and technology theft. JObfuscator provides advanced Java source code parsing based on AST trees, multiple advanced obfuscation strategies are available.
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"
rust-version = "1.70"
name = "jobfuscator"
version = "1.1.0"
authors = ["Bartosz Wójcik <support@pelock.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JObfuscator is a source code obfuscator for the Java programming language. Obfuscate and protect your Java source code and algorithms from hacking, cracking, reverse engineering, decompilation, and technology theft. JObfuscator provides advanced Java source code parsing based on AST trees, multiple advanced obfuscation strategies are available."
homepage = "https://www.pelock.com/products/jobfuscator"
documentation = "https://docs.rs/jobfuscator"
readme = "README.md"
keywords = [
    "java",
    "obfuscator",
    "obfuscation",
    "obfuscate",
    "decompilation",
]
categories = ["api-bindings"]
license = "Apache-2.0"
repository = "https://github.com/PELock/JObfuscator-Rust"

[package.metadata.docs.rs]
all-features = true

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

[[example]]
name = "jobfuscator-example"
path = "examples/jobfuscator-example.rs"

[[example]]
name = "jobfuscator-example-is-demo"
path = "examples/jobfuscator-example-is-demo.rs"

[[example]]
name = "jobfuscator-example-simple"
path = "examples/jobfuscator-example-simple.rs"

[dependencies.base64]
version = "0.22"

[dependencies.flate2]
version = "1.0"

[dependencies.reqwest]
version = "0.12"
features = [
    "multipart",
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "rt-multi-thread",
    "macros",
]