# 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 = "pwn" version = "0.3.0" authors = ["clubby789 "] include = ["src/**/*", "README.md"] description = "An implementation of Pwntools written in Rust." homepage = "https://github.com/clubby789/pwntools" documentation = "https://docs.rs/pwn/latest/pwn" readme = "README.md" license = "MIT" repository = "https://github.com/clubby789/pwntools" resolver = "2" [dependencies.byteorder] version = "1.4.3" [dependencies.colored] version = "2.0.0" [dependencies.crossbeam-utils] version = "0.8.7" [dependencies.ctor] version = "0.1.21" [dependencies.duplicate] version = "0.4.0" [dependencies.goblin] version = "0.5.1" features = ["elf32", "elf64", "endian_fd"] optional = true default_features = false [dependencies.memmap] version = "0.7.0" optional = true [dependencies.num-traits] version = "0.2.14" [dependencies.once_cell] version = "1.9.0" [dependencies.rustyline] version = "9.1.2" optional = true [dependencies.tracing] version = "0.1.32" [dependencies.tracing-subscriber] version = "0.3.9" [features] default = ["tubes", "elf"] elf = ["goblin", "memmap"] tubes = ["rustyline"]