[package] name = "rekker" description = "Attack library written for rust and python" authors = ["GlacierSG "] repository = "https://github.com/GlacierSG/rekker" readme = "README.md" keywords = ["tcp","attack"] license = "MIT" version = "0.1.14" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] pyo3 = { version = "0.22.0", features = ["extension-module", "multiple-pymethods", "num-bigint"], optional = true} colored = "2.1.0" rustls = "0.23.5" webpki-roots = "0.26.1" ctrlc = "3.4.4" regex = "1.10.4" humantime = "2.1.0" chrono = { version = "0.4.38", features = ["now"] } thiserror = "1.0.63" aho-corasick = "1.1.3" num-bigint = "0.4.6" base64 = "0.22.1" rand = "0.8.5" [lib] crate-type = ["cdylib", "lib"]