introspectre 1.4.0

A GraphQL offensive-security engine: introspection-driven schema analysis, active vulnerability probing, and an interactive attack-surface report.
# 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 = "introspectre"
version = "1.4.0"
build = false
exclude = [
    "resources/*",
    "RESEARCH.md",
    "PRESENTATION.md",
    "ITERATION.md",
    "NOTES-ENTERPRISE.md",
    "*-visual.html",
    "introspectre.db",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A GraphQL offensive-security engine: introspection-driven schema analysis, active vulnerability probing, and an interactive attack-surface report."
homepage = "https://github.com/m3m0rydmp/Introspectre"
readme = "README.md"
keywords = [
    "graphql",
    "security",
    "pentest",
    "introspection",
    "offensive-security",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/m3m0rydmp/Introspectre"

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

[dependencies.base64]
version = "0.22.1"

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

[dependencies.colored]
version = "2.0"

[dependencies.futures]
version = "0.3.32"

[dependencies.quick-xml]
version = "0.36"
features = ["serialize"]

[dependencies.reqwest]
version = "0.13.3"
features = [
    "json",
    "query",
]

[dependencies.rusqlite]
version = "0.32.1"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.toml]
version = "0.8"

[dependencies.urlencoding]
version = "2.1.3"