# 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 = "pe-sign" version = "0.1.9" authors = ["REinject"] build = false exclude = [ "src/examples/*", ".github/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ pe-sign is a cross-platform tool developed in Rust, designed for parsing and verifying digital signatures in PE files. It provides a simple command-line interface that supports extracting certificates, verifying digital signatures, calculating Authenticode digests, and printing certificate information. """ homepage = "https://github.com/0xlane/pe-sign" readme = "README.md" keywords = [ "portable-executable", "blue-team", "signature", "certificate", "openssl", ] categories = [ "command-line-utilities", "no-std", "authentication", "parsing", ] license-file = "LICENSE" repository = "https://github.com/0xlane/pe-sign" [lib] name = "pesign" path = "src/lib.rs" [[bin]] name = "pesign" path = "src/main.rs" required-features = ["build-binary"] [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.17" optional = true [dependencies.cms] version = "0.2.3" features = ["std"] [dependencies.der] version = "0.7.9" features = ["derive"] [dependencies.digest] version = "0.10.7" features = ["oid"] [dependencies.num-traits] version = "0.2.19" [dependencies.pem-rfc7468] version = "1.0.0-rc.1" features = ["std"] [dependencies.pretty-hex] version = "0.4.1" optional = true [dependencies.reqwest] version = "0.12.8" features = ["blocking"] [dependencies.rsa] version = "0.9.6" [dependencies.sha1] version = "0.10.6" features = ["oid"] [dependencies.sha2] version = "0.10.8" features = ["oid"] [dependencies.x509-cert] version = "0.2.5" features = ["sct"] [features] build-binary = [ "dep:clap", "dep:pretty-hex", ]