# 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 = "nutek" version = "0.2.2" authors = ["Neosb "] description = "The only h@xor tool you will ever need 🥷." homepage = "https://nutek.marketplaceinspace.com/" documentation = "https://docs.rs/nutek" readme = "README.md" keywords = [ "docker", "hacking", "recon", "pentesting", "security", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/phoenix-journey/nutek" resolver = "2" [lib] name = "args" path = "src/args.rs" [[bin]] name = "nutek" [dependencies.clap] version = "3.2.6" features = [ "derive", "unicode", ] [dependencies.dirs] version = "4.0.0" [dependencies.futures] version = "0.3.21" [dependencies.run_shell] version = "0.1.6" [dependencies.tokio] version = "1.18.1" features = ["full"] [dev-dependencies.assert_cmd] version = "2.0.4" [dev-dependencies.predicates] version = "2.1"