# 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" rust-version = "1.80" name = "injected-image-checker" version = "0.0.2" authors = ["licht.cui "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Verify whether the image contains additional data" homepage = "https://github.com/lichtcui/injected-image-checker" readme = "README.md" keywords = [ "injected", "image", ] license = "MIT" repository = "https://github.com/lichtcui/injected-image-checker" [[bin]] name = "injected-image-checker" path = "src/main.rs" [dependencies.binwalk] version = "3.1.0" [dependencies.clap] version = "4.5.23"