# 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" rust-version = "1.63" name = "tcp_reverse_shell" version = "1.6.0" authors = ["Kevin Conley "] description = "Creates a reverse shell (default to localhost:4444)" documentation = "https://kmanc.github.io/remote_code_oxidation/tcp_reverse_shell.html" readme = "README.md" license = "MIT" repository = "https://github.com/kmanc/remote_code_oxidation/tree/main/tcp_reverse_shell" [dependencies.rco_config] version = ">=0.2.0" [dependencies.rco_utils] version = ">=1.0.1" [features] antisand = ["rco_utils/antisand"] antistring = ["rco_utils/antistring"] [target."cfg(windows)".dependencies.windows] version = ">=0.52.0" features = [ "Win32_Foundation", "Win32_Security", "Win32_Networking_WinSock", "Win32_System_SystemInformation", "Win32_System_Threading", ]