# 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 = "steg86" version = "0.2.1" authors = ["William Woodruff "] description = "A tool for hiding messages in x86(_64) binaries" homepage = "https://github.com/woodruffw/steg86" readme = "README.md" keywords = [ "cli", "steganography", "steg", "x86", ] categories = [ "command-line-utilities", "encoding", ] license-file = "LICENSE" repository = "https://github.com/woodruffw/steg86" [package.metadata.release] publish = false push = true [dependencies.anyhow] version = "1.0" [dependencies.bit-vec] version = "0.6" [dependencies.clap] version = "4.3" [dependencies.env_logger] version = "0.10" [dependencies.goblin] version = "0.7" [dependencies.iced-x86] version = "1.20" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4"