# 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 = "binary-security-check" version = "1.3.2" authors = ["Koutheir Attouchi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Analyzer of security features in executable binaries" homepage = "https://codeberg.org/koutheir/binary-security-check.git" documentation = "https://docs.rs/binary-security-check" readme = "README.md" keywords = [ "security", "aslr", "stack-overflow", "control-flow-guard", "fortify-source", ] categories = [ "command-line-utilities", "development-tools", "visualization", ] license = "MIT" repository = "https://codeberg.org/koutheir/binary-security-check.git" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "unwind" overflow-checks = true incremental = false [[bin]] name = "binary-security-check" path = "src/main.rs" [dependencies.clap] version = "4" features = [ "color", "help", "usage", "error-context", "suggestions", "derive", "cargo", ] [dependencies.dynamic-loader-cache] version = "0.2" [dependencies.flexi_logger] version = "0.29" [dependencies.goblin] version = "0.8" [dependencies.log] version = "0.4" [dependencies.memmap2] version = "0.9" [dependencies.once_cell] version = "1" [dependencies.rayon] version = "1" [dependencies.regex] version = "1" [dependencies.scroll] version = "0.12" [dependencies.termcolor] version = "1" [dependencies.thiserror] version = "1"