# 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 = "netcatr" version = "0.1.2" authors = ["Triet Trinh "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "netcatr: A cross-platform port listener and reverse shell application designed for ease of use, providing seamless network connectivity." homepage = "https://trinhminhtriet.com" readme = "README.md" keywords = [ "port-listener", "reverse-shell", "networking", "cross-platform", "security", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/trinhminhtriet/netcatr" [[bin]] name = "netcatr" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.fern] version = "0.7.0" features = ["colored"] [dependencies.log] version = "0.4.22" [dependencies.rustyline] version = "14.0.0" [target."cfg(unix)".dependencies.signal-hook] version = "0.3.17" [target."cfg(unix)".dependencies.termios] version = "0.3"