hugincyber 0.2.21

Installer for Hugin — an intercepting proxy, web scanner, and bug bounty toolkit in a single binary (GUI + CLI).
# 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 = "hugincyber"
version = "0.2.21"
authors = ["Andrei Dodu <andrei@dodu.se>"]
build = false
exclude = [
    "/target",
    "/.git",
    "NEVER-DELETE.md",
    "*.sh",
    "republish.sh",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Installer for Hugin — an intercepting proxy, web scanner, and bug bounty toolkit in a single binary (GUI + CLI)."
homepage = "https://hugin.nu"
readme = "README.md"
keywords = [
    "security",
    "proxy",
    "scanner",
    "bugbounty",
    "pentesting",
]
categories = [
    "network-programming",
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/HuginCyber/Hugin"

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

[dependencies.flate2]
version = "1"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[profile.release]
opt-level = "z"
lto = true
strip = true