# 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 = "cliws" version = "0.4.0" authors = ["b23r0 "] description = "Lightweight interactive bind/reverse PTY shell implementation by Rust." readme = "README.md" keywords = [ "shell", "pentest", ] license = "MIT" repository = "https://github.com/b23r0/Cliws" resolver = "2" [profile.release] opt-level = "z" lto = true codegen-units = 1 [dependencies.log] version = "0.4.14" [dependencies.simple_logger] version = "2.1.0" [dependencies.websocket] version = "0.26.2" [dependencies.windows] version = "0.29.0" features = [ "alloc", "Win32_Foundation", "Win32_Security", "Win32_System_Threading", "Win32_System_Console", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_WindowsProgramming", "Win32_System_IO", "Win32_Storage_FileSystem", ] [target."cfg(not(target_os = \"windows\"))".dependencies.atty] version = "0.2" [target."cfg(not(target_os = \"windows\"))".dependencies.ioctl-rs] version = "0.2" [target."cfg(not(target_os = \"windows\"))".dependencies.nix] version = "0.23.0" [target."cfg(not(target_os = \"windows\"))".dependencies.signal-hook] version = "0.3.10"