js-deobfuscator 2.0.0

Universal JavaScript deobfuscator built on OXC
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 = "2024"
rust-version = "1.85.0"
name = "js-deobfuscator"
version = "2.0.0"
authors = ["GnU-Chan <gnusocute@gmail.com>"]
build = false
include = [
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "src/**/*.rs",
    "src/**/*.js",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Universal JavaScript deobfuscator built on OXC"
readme = "README.md"
keywords = [
    "javascript",
    "deobfuscator",
    "ast",
    "oxc",
    "security",
]
categories = [
    "development-tools",
    "parsing",
    "compilers",
]
license = "Apache-2.0"
repository = "https://github.com/Dark-Captcha/JS-Deobfuscator"

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

[[bin]]
name = "deob"
path = "src/bin/deob.rs"
required-features = []

[dependencies.base64]
version = "0.22.1"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dependencies.oxc]
version = "0.124.0"
features = ["full"]

[dependencies.oxc_traverse]
version = "0.124.0"

[dependencies.rustc-hash]
version = "2.1.2"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.tracing-subscriber]
version = "0.3.22"
features = ["env-filter"]

[profile.dev]
opt-level = 0
debug = 2
incremental = true

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
strip = "symbols"