# 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 = "covert_server" version = "0.1.4" authors = ["Matthew Howard "] description = "Helper library for creating external C2 servers for Cobalt Strike" homepage = "https://github.com/hattmo/covert_c2" readme = "README.md" keywords = [ "security", "cobaltstrike", ] license = "GPL-3.0-or-later" repository = "https://github.com/hattmo/covert_c2" resolver = "1" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.clap] version = "3" features = ["derive"]