# 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 = "2018" name = "pwntools" version = "0.4.0" authors = ["Toru Ogawa ", "Yuki Yamada ", "Makoto Shimazu ", "Shunsuke Nakamura "] description = "pwntools for Rust" license = "Apache-2.0" repository = "https://github.com/makotoshimazu/pwntools-rs" [package.metadata.docs.rs] no-default-features = true [dependencies.async-trait] version = "0.1.51" [dependencies.elf-utilities] version = "=0.2.8" [dependencies.futures] version = "0.3.16" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.tokio] version = "1.10.0" features = ["macros", "io-util", "io-std", "process", "net"] [dependencies.unicorn-engine] version = "2.0.0-rc5" optional = true [dev-dependencies.clap] version = "3" features = ["derive"] [features] default = ["use-unicorn"] use-unicorn = ["unicorn-engine"]