[package] name = "nutek" version = "0.2.2" edition = "2021" authors = ["Neosb "] readme = "README.md" license = "MIT" repository = "https://github.com/phoenix-journey/nutek" description = "The only h@xor tool you will ever need 🥷." homepage = "https://nutek.marketplaceinspace.com/" documentation = "https://docs.rs/nutek" categories = ["command-line-utilities"] keywords = ["docker", "hacking", "recon", "pentesting", "security"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "3.2.6", features = ["derive", "unicode"] } run_shell = "0.1.6" dirs = "4.0.0" tokio = { version = "1.18.1", features = ["full"] } # shiplift = "0.7.0" futures = "0.3.21" [dev-dependencies] assert_cmd = "2.0.4" predicates = "2.1" # Example of customizing binaries in Cargo.toml. [[bin]] name = "nutek" # test = false # bench = false [lib] name = "args" # The name of the target. path = "src/args.rs"