# 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 = "rustcat" version = "3.0.0" authors = ["robiot"] description = "The Modern Port Listener and Reverse Shell" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/robiot/rustcat" resolver = "2" [[bin]] name = "rcat" path = "src/main.rs" [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.fern] version = "0.6.1" features = ["colored"] [dependencies.log] version = "0.4.17" [dependencies.rustyline] version = "10.0.0" [target."cfg(unix)".dependencies.signal-hook] version = "0.3.14" [target."cfg(unix)".dependencies.termios] version = "0.3"