# 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 = "recmd" version = "0.3.0" authors = ["0xor0ne <0xor0ne@gmail.com"] description = """ Remote Commands Executor """ homepage = "https://github.com/0xor0ne/recmd/blob/master/README.md" documentation = "https://docs.rs/recmd" readme = "README.md" keywords = [ "cli", "redteam", "security", "networking", ] categories = [ "command-line-utilities", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/0xor0ne/recmd" resolver = "2" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.argh] version = "0.1.10" [dependencies.byteorder] version = "1.4.3" [dependencies.bytes] version = "1.4.0" [dependencies.chacha20poly1305] version = "0.10.1" [dependencies.hex] version = "0.4.3" [dependencies.nom] version = "7.1.3" [dependencies.sha2] version = "0.10.6" [dependencies.shell-words] version = "1.1.0" [dev-dependencies] [target."cfg(unix)".dependencies.daemonize] version = "0.5.0"