# 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 = "bininfo" version = "0.4.3" authors = [ "SG", "Andrey Mnatsakanov", "Clement Karimi", ] build = false include = [ "assets", "src", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Provides file information for PE and ELF files" readme = "README.md" keywords = [ "binary", "extended", "information", ] categories = ["filesystem"] license-file = "LICENSE" [profile.dev] opt-level = 3 debug-assertions = false [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false [lib] name = "bininfo" path = "src/lib.rs" [dependencies.authenticode] version = "0.4.3" [dependencies.bytemuck] version = "1.19.0" [dependencies.cms] version = "0.2.0" default-features = false [dependencies.entropy] version = "0.4.2" [dependencies.exe] version = "0.5.6" [dependencies.goblin] version = "0.9.0" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.5" [dependencies.phf] version = "0.11.2" features = ["macros"] [dependencies.pkbuffer] version = "0.4.1" [dependencies.rust-crypto] version = "0.2" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1" [dev-dependencies.prettytable-rs] version = "0.10.0" [features] serde = ["serde/derive"]