# 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 = "rco_utils" version = "1.3.0" authors = ["Kevin Conley "] description = "Shared functions for \"Remote Code Execution\"'s (RCO's) binaries" license = "MIT" repository = "https://github.com/kmanc/remote_code_oxidation/tree/main/rco_utils" [features] antisand = [ "windows", "rand", ] antistring = ["windows"] xor = [] [target."cfg(windows)".dependencies.rand] version = ">=0.8.5" optional = true [target."cfg(windows)".dependencies.windows] version = ">=0.52.0" features = [ "Win32_Foundation", "Win32_Networking", "Win32_Networking_WinInet", "Win32_System_Diagnostics_Debug", "Win32_System_LibraryLoader", "Win32_System_SystemInformation", "Win32_System_SystemServices", ] optional = true