minusone 0.4.1

A script deobfuscator
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]
name = "minusone"
version = "0.4.1"
authors = ["Airbus CERT <cert@airbus.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A script deobfuscator"
readme = "README.md"
license = "MIT"
repository = "https://github.com/airbus-cert/minusone"

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

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

[dependencies.base64]
version = "0.21.5"

[dependencies.clap]
version = "^2.33"
optional = true

[dependencies.num]
version = "0.4.3"

[dependencies.regex]
version = "1.11.1"

[dependencies.tree-sitter]
version = "0.25"

[dependencies.tree-sitter-powershell]
version = "0.25.9"

[dependencies.tree-sitter-traversal2]
version = "0.2.1"

[features]
integration = []
minusone-cli = ["clap"]