Cargo Features

authenticode-parser has no features set by default.

[dependencies]
authenticode-parser = { version = "0.5.0", features = ["bindgen", "openssl-static"] }
bindgen

Enables bindgen of authenticode-parser-sys

authenticode-parser-sys:

Default behavior is to use commited bindings, as those bindings are valid for all targets. However, the bindgen feature can be used to force generating bindings at built time.

openssl-static

If enabled the OpenSSL library is linked statically.

Enables openssl-static of authenticode-parser-sys