# 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] name = "slowloris" version = "1.2.1" authors = [ "Jan Hohenheim ", "Ruben Schmidmeister ", ] description = "The slow loris attack, now implemented in Rust! " documentation = "https://docs.rs/slowloris" readme = "readme.md" keywords = [ "slowloris", "slow", "loris", "attack", "dos", ] categories = [ "command-line-utilities", "web-programming", ] license = "MIT" repository = "https://github.com/SirRade/slowloris-rs" [dependencies.clap] version = "3.1.17" features = ["cargo"] [dependencies.native-tls] version = "0.2.10" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.5.2" [dependencies.url] version = "2.2.2"