# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "armorlib" version = "0.2.3" authors = ["R. Miles McCain "] description = "Easily scan files for threats to security and privacy." readme = "README.md" keywords = ["os", "security", "steganography", "malware"] categories = ["command-line-utilities", "os", "filesystem"] license = "Apache-2.0" repository = "https://github.com/milesmcc/ArmorLib" [[bin]] name = "armorlib" path = "src/cli/bin.rs" doc = false [dependencies.aho-corasick] version = "0.6.4" [dependencies.clap] version = "~2.29.4" [dependencies.kamadak-exif] version = "0.3.0" [dependencies.log] version = "0.4" [dependencies.maplit] version = "1.0.1" [dependencies.rust-crypto] version = "0.2.36" [dependencies.simplelog] version = "0.5.0"