slowloris 1.2.0

The slow loris attack, now implemented in Rust!
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "slowloris"
version = "1.2.0"
authors = ["Jan Nils Ferner <jn_ferner@hotmail.de>", "Ruben Schmidmeister <ruben.schmidmeister@icloud.com>"]
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 = "2.27.1"

[dependencies.native-tls]
version = "0.1.4"

[dependencies.rand]
version = "0.3.17"

[dependencies.rayon]
version = "0.8.2"

[dependencies.url]
version = "1.6.0"