# 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 = "rekker" version = "0.1.14" authors = ["GlacierSG "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Attack library written for rust and python" readme = "README.md" keywords = [ "tcp", "attack", ] license = "MIT" repository = "https://github.com/GlacierSG/rekker" [lib] name = "rekker" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [dependencies.aho-corasick] version = "1.1.3" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.38" features = ["now"] [dependencies.colored] version = "2.1.0" [dependencies.ctrlc] version = "3.4.4" [dependencies.humantime] version = "2.1.0" [dependencies.num-bigint] version = "0.4.6" [dependencies.pyo3] version = "0.22.0" features = [ "extension-module", "multiple-pymethods", "num-bigint", ] optional = true [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.4" [dependencies.rustls] version = "0.23.5" [dependencies.thiserror] version = "1.0.63" [dependencies.webpki-roots] version = "0.26.1"