[workspace] members = ["authenticode-parser-sys"] [package] name = "authenticode-parser" description = "Bindings to the authenticode-parser library" version = "0.5.0" edition = "2021" repository = "https://github.com/vthib/authenticode-parser" readme = "README.md" license = "MIT OR Apache-2.0" keywords = ["authenticode"] categories = ["api-bindings"] # MSRV rust-version = "1.65" [features] default = [] bindgen = ["authenticode-parser-sys/bindgen"] # If enabled the OpenSSL library is linked statically. openssl-static = ["authenticode-parser-sys/openssl-static"] [dependencies] authenticode-parser-sys = { path = "./authenticode-parser-sys", version = "0.5.0" }