pwninit 3.3.3

automate starting binary exploit challenges
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 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 = "pwninit"
version = "3.3.3"
authors = ["Benjamin Levy <blevy@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "automate starting binary exploit challenges"
readme = "README.md"
keywords = [
    "pwn",
    "init",
    "binary",
    "elf",
    "exploit",
]
license = "MIT"
repository = "https://github.com/io12/pwninit"

[lib]
name = "pwninit"
path = "src/lib.rs"

[[bin]]
name = "pwninit"
path = "src/main.rs"

[dependencies.ar]
version = "0.9.0"

[dependencies.colored]
version = "2.1.0"

[dependencies.derive_setters]
version = "0.1.6"

[dependencies.ex]
version = "0.1.3"

[dependencies.flate2]
version = "1.0.28"

[dependencies.goblin]
version = "0.6.1"

[dependencies.hex]
version = "0.4.3"

[dependencies.is_executable]
version = "1.0.1"

[dependencies.maplit]
version = "1.0.2"

[dependencies.reqwest]
version = "0.11.23"
features = ["blocking"]

[dependencies.rust-lzma]
version = "0.5.1"

[dependencies.snafu]
version = "0.7.5"

[dependencies.strfmt]
version = "0.2.4"

[dependencies.structopt]
version = "0.3.26"

[dependencies.tar]
version = "0.4.40"

[dependencies.tempfile]
version = "3.9.0"

[dependencies.twoway]
version = "0.2.2"

[dependencies.umask]
version = "2.1.0"

[dependencies.version-compare]
version = "0.1.1"

[dependencies.zstd]
version = "0.12.4"

[profile.release]
opt-level = "z"
lto = true