Cargo Features
authenticode-parser-sys has no features set by default.
[dependencies]
authenticode-parser-sys = { version = "0.5.0", features = ["bindgen", "openssl-static"] }
- bindgen build
-
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.Enables bindgen ^0.69
Used to generate the bindings for the target.
- openssl-static
-
If enabled the OpenSSL library is linked statically.