[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