corrode-scanner 0.3.0

Passive web reconnaissance tool for extracting secrets, credentials, and security data
# 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 = "corrode-scanner"
version = "0.3.0"
authors = ["ul0gic"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Passive web reconnaissance tool for extracting secrets, credentials, and security data"
homepage = "https://github.com/ul0gic/corrode"
documentation = "https://docs.rs/corrode"
readme = "README.md"
keywords = [
    "security",
    "scanner",
    "cli",
    "pentest",
    "web",
]
categories = [
    "command-line-utilities",
    "development-tools::testing",
    "web-programming",
]
license = "AGPL-3.0-only"
repository = "https://github.com/ul0gic/corrode"

[[bin]]
name = "corrode-scanner"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.chromiumoxide]
version = "0.6.0"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.5.60"
features = [
    "derive",
    "env",
]

[dependencies.colored]
version = "3.1"

[dependencies.dirs]
version = "5"

[dependencies.futures]
version = "0.3"

[dependencies.lazy_static]
version = "1.4"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.swc_common]
version = "19.0"

[dependencies.swc_ecma_ast]
version = "21.0"

[dependencies.swc_ecma_parser]
version = "35.0"
features = ["typescript"]

[dependencies.swc_ecma_visit]
version = "21.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.url]
version = "2.5"

[lints.clippy]
cast_possible_truncation = "warn"
cast_possible_wrap = "warn"
cast_sign_loss = "warn"
clone_on_ref_ptr = "warn"
expect_used = "deny"
indexing_slicing = "deny"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
panic = "deny"
redundant_closure_for_method_calls = "warn"
result_large_err = "warn"
str_to_string = "warn"
struct_field_names = "allow"
unwrap_used = "deny"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "deny"