# 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 = "hulk-rs" version = "1.2.3" authors = ["Hexalyse "] description = "HULK DoS tool ported to Rust with additional features" homepage = "https://github.com/Hexalyse/hulk-rs" readme = "README.md" keywords = [ "dos", "hulk", "infosec", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/Hexalyse/hulk-rs" resolver = "2" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.hyper-tls] version = "0.5.0" [dependencies.rand] version = "0.8.5" [dependencies.tokio] version = "1" features = ["full"]