# 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 = "binwalk" version = "3.1.0" authors = ["Craig Heffner "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Analyzes data for embedded file types" readme = "CARGO_README.md" keywords = [ "binwalk", "firmware", "analysis", ] license = "MIT" repository = "https://github.com/ReFirmLabs/binwalk" [lib] name = "binwalk" path = "src/lib.rs" [[bin]] name = "binwalk" path = "src/main.rs" [dependencies.aho-corasick] version = "1.1.3" [dependencies.base64] version = "0.22.1" [dependencies.bzip2] version = "0.4.4" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.crc32-v2] version = "0.0.4" [dependencies.crc32c] version = "0.6.8" [dependencies.entropy] version = "0.4.2" [dependencies.env_logger] version = "0.11.5" [dependencies.flate2] version = "1.0.34" [dependencies.log] version = "0.4.22" [dependencies.plotters] version = "0.3.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.termsize] version = "0.1" [dependencies.threadpool] version = "1.8.1" [dependencies.uuid] version = "1.10.0" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dependencies.walkdir] version = "2.5.0" [dependencies.xxhash-rust] version = "0.8.12" features = ["xxh32"] [dependencies.xz2] version = "0.1.7"