# 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 = "reverse_engineering_lib" version = "0.3.0" authors = ["Bader alotaibi baderalotaibi3@gmail.com"] description = "A Rust library for reverse engineering tasks, including entropy calculation, color-based hex visualization, and PE file analysis." readme = "README.md" categories = [ "reverse-engineering", "malware-analysis", "pe-file", "entropy-calculation", "hex-visualization", ] license = "MIT" repository = "https://github.com/bdr-pro/reverse_engineering_lib" [dependencies.capstone] version = "0.12.0" [dependencies.goblin] version = "0.8.0" [dependencies.rand] version = "0.8.4" [dependencies.sha2] version = "0.10.8"