# 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_common" version = "0.1.3" authors = ["Matthew Howard "] description = "Helper library for creating covert tunnels on an unreliable channel" 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" [dependencies.aes] version = "0.8" [dependencies.bincode] version = "1" [dependencies.cipher] version = "0.4.3" features = [ "block-padding", "alloc", ] [dependencies.crc32fast] version = "1" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.log] version = "0.4"