jsdet-cli 0.1.0

CLI for jsdet — scan Chrome extensions, detonate JavaScript, find vulnerabilities
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"
name = "jsdet-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for jsdet — scan Chrome extensions, detonate JavaScript, find vulnerabilities"
homepage = "https://github.com/santh-security/jsdet"
documentation = "https://docs.rs/jsdet-core"
readme = false
license = "MIT"
repository = "https://github.com/santh-security/jsdet"
resolver = "2"

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

[[bin]]
name = "jsdet"
path = "src/main.rs"

[[test]]
name = "e2e_npm_scan"
path = "tests/e2e_npm_scan.rs"

[[test]]
name = "e2e_scan"
path = "tests/e2e_scan.rs"

[[test]]
name = "npm_cve_rules"
path = "tests/npm_cve_rules.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.flate2]
version = "1"

[dependencies.jsdet-browser]
version = "0.1.0"

[dependencies.jsdet-chrome-ext]
version = "0.1.0"

[dependencies.jsdet-core]
version = "0.1.0"

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

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

[dependencies.secfinding]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.toml]
version = "0.8"

[dependencies.urlencoding]
version = "2"

[dependencies.vulnir]
version = "0.1.0"

[dependencies.zip]
version = "2"