# 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 = "ctf-pwn" version = "0.3.8" authors = ["Jovan Pavlovic"] description = "Pwn utilities for Rust." homepage = "https://github.com/rust-ctf/ctf-pwn" readme = "README.md" license = "MIT" repository = "https://github.com/rust-ctf/ctf-pwn" [dependencies.ascii] version = "1.1.0" [dependencies.crossterm] version = "0.27.0" features = ["bracketed-paste"] [dependencies.elf] version = "0.7.4" [dependencies.hex] version = "0.4.3" [dependencies.kmp] version = "0.1.1" [dependencies.log] version = "0.4.20" [dependencies.paste] version = "1.0.14" [dependencies.pin-project-lite] version = "0.2.13" [dependencies.pin-utils] version = "0.1.0" [dependencies.regex] version = "1.10.2" features = [] [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.34.0" features = ["full"]