[package] name = "rehost" version = "0.2.0" authors = ["EthanYidong "] edition = "2018" license = "MIT" description = "A tool I wrote to use in CTFs (TryHackMe, HackTheBox, etc.) to host tools to transfer to target machines." homepage = "https://github.com/ethanyidong/rehost" documentaion = "https://github.com/ethanyidong/rehost" repository = "https://github.com/ethanyidong/rehost" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "3.0.0-beta.2" hyper = "0.13" reqwest = "0.10" tokio = { version = "0.2", features = ["full"] } toml = "0.5" serde = { version = "1.0", features = ["derive"] } regex = "1.4"