# 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 = "pwnenv" version = "0.1.0" authors = ["pepsipu "] description = "pwn environment management tool" homepage = "https://pepsi.pw" documentation = "https://github.com/pepsipu/pwnenv" readme = "README.md" keywords = [ "pwn", "ctf", "docker", ] categories = [ "security", "utilities", ] license = "MIT" repository = "https://github.com/pepsipu/pwnenv" [dependencies.bollard] version = "0.15.0" [dependencies.clap] version = "4.4.4" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.dockerfile] version = "0.2.1" [dependencies.futures] version = "0.3.28" features = ["executor"] [dependencies.lazy_static] version = "1.4.0" [dependencies.mktemp] version = "0.5.1" [dependencies.rand] version = "0.8.5" [dependencies.snafu] version = "0.7.5" [dependencies.ssh-key] version = "0.6.1" features = ["ed25519"] [dependencies.tar] version = "0.4.40" [dependencies.tokio] version = "1.32.0" features = ["full"]