# 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 = "pwnd" version = "0.1.1" authors = ["Maximilian Lehrbaum "] description = "Rust Library for CTF Binary Challenges" homepage = "https://github.com/lehrbaumm/rustpwn" readme = "../README.md" keywords = ["security", "ctf", "binary", "exploit_development"] categories = ["network-programming"] license = "GPL-3.0-only" repository = "https://github.com/lehrbaumm/rustpwn.git" [dependencies.async-trait] version = "0.1.51" [dependencies.bytes] version = "1.1.0" [dependencies.tokio] version = "1.13.0" features = ["io-util", "rt-multi-thread", "process", "net", "macros", "time"] [dependencies.tracing] version = "0.1.29"