forked from io12/pwninit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
39 lines (36 loc) · 784 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[package]
name = "pwninit"
version = "3.3.0"
authors = ["Benjamin Levy <[email protected]>"]
edition = "2021"
description = "automate starting binary exploit challenges"
repository = "https://github.com/io12/pwninit"
readme = "README.md"
keywords = ["pwn", "init", "binary", "elf", "exploit"]
license = "MIT"
[profile.release]
opt-level = 'z'
lto = true
[dependencies]
twoway = "0.2.2"
structopt = "0.3.26"
goblin = "0.6.0"
ar = "0.9.0"
tar = "0.4.38"
rust-lzma = "0.5.1"
umask = "2.0.0"
is_executable = "1.0.1"
tempfile = "3.3.0"
colored = "2.0.0"
snafu = "0.7.3"
ex = "0.1.3"
derive_setters = "0.1.5"
strfmt = "0.2.2"
maplit = "1.0.2"
flate2 = "1.0.25"
zstd = "0.12.1"
version-compare = "0.1.1"
hex = "0.4.3"
[dependencies.reqwest]
version = "0.11.13"
features = ["blocking"]